packages feed

aws 0.12.1 → 0.13.0

raw patch · 20 files changed

+659/−354 lines, 20 filesdep ~basedep ~cerealdep ~conduitnew-component:exe:PutBucketNearLinePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, cereal, conduit, conduit-extra, errors, http-conduit, resourcet, text, transformers

API changes (from Hackage documentation)

- Aws: accessKeyID :: Credentials -> ByteString
- Aws: credentials :: Configuration -> Credentials
- Aws: formErrorMesage :: FormException -> String
- Aws: fromExpiresAt :: TimeInfo -> UTCTime
- Aws: fromExpiresIn :: TimeInfo -> NominalDiffTime
- Aws: headerErrorMessage :: HeaderException -> String
- Aws: iamToken :: Credentials -> Maybe ByteString
- Aws: logger :: Configuration -> Logger
- Aws: responseMetadata :: Response m a -> m
- Aws: responseResult :: Response m a -> Either SomeException a
- Aws: secretAccessKey :: Credentials -> ByteString
- Aws: timeInfo :: Configuration -> TimeInfo
- Aws: v4SigningKeys :: Credentials -> IORef [V4Key]
- Aws: xmlErrorMessage :: XmlException -> String
- Aws.Aws: credentials :: Configuration -> Credentials
- Aws.Aws: instance Eq LogLevel
- Aws.Aws: instance Ord LogLevel
- Aws.Aws: instance Show LogLevel
- Aws.Aws: logger :: Configuration -> Logger
- Aws.Aws: timeInfo :: Configuration -> TimeInfo
- Aws.Core: accessKeyID :: Credentials -> ByteString
- Aws.Core: formErrorMesage :: FormException -> String
- Aws.Core: fromAbsoluteExpires :: AbsoluteTimeInfo -> UTCTime
- Aws.Core: fromAbsoluteTimestamp :: AbsoluteTimeInfo -> UTCTime
- Aws.Core: fromExpiresAt :: TimeInfo -> UTCTime
- Aws.Core: fromExpiresIn :: TimeInfo -> NominalDiffTime
- Aws.Core: headerErrorMessage :: HeaderException -> String
- Aws.Core: iamToken :: Credentials -> Maybe ByteString
- Aws.Core: instance (Show m, Show a) => Show (Response m a)
- Aws.Core: instance Eq Method
- Aws.Core: instance Eq Protocol
- Aws.Core: instance Exception FormException
- Aws.Core: instance Exception HeaderException
- Aws.Core: instance Exception NoCredentialsException
- Aws.Core: instance Exception XmlException
- Aws.Core: instance Functor (Response m)
- Aws.Core: instance Monoid m => Applicative (Response m)
- Aws.Core: instance Monoid m => Monad (Response m)
- Aws.Core: instance Monoid m => MonadThrow (Response m)
- Aws.Core: instance Ord Method
- Aws.Core: instance Ord Protocol
- Aws.Core: instance Read Protocol
- Aws.Core: instance ResponseConsumer r (Response ByteString)
- Aws.Core: instance Show AbsoluteTimeInfo
- Aws.Core: instance Show AuthorizationHash
- Aws.Core: instance Show Credentials
- Aws.Core: instance Show FormException
- Aws.Core: instance Show HeaderException
- Aws.Core: instance Show Method
- Aws.Core: instance Show NoCredentialsException
- Aws.Core: instance Show Protocol
- Aws.Core: instance Show TimeInfo
- Aws.Core: instance Show XmlException
- Aws.Core: instance Typeable FormException
- Aws.Core: instance Typeable HeaderException
- Aws.Core: instance Typeable NoCredentialsException
- Aws.Core: instance Typeable Protocol
- Aws.Core: instance Typeable XmlException
- Aws.Core: noCredentialsErrorMessage :: NoCredentialsException -> String
- Aws.Core: responseMetadata :: Response m a -> m
- Aws.Core: responseResult :: Response m a -> Either SomeException a
- Aws.Core: secretAccessKey :: Credentials -> ByteString
- Aws.Core: signatureCredentials :: SignatureData -> Credentials
- Aws.Core: signatureTime :: SignatureData -> UTCTime
- Aws.Core: signatureTimeInfo :: SignatureData -> AbsoluteTimeInfo
- Aws.Core: sqAmzHeaders :: SignedQuery -> !RequestHeaders
- Aws.Core: sqAuthorization :: SignedQuery -> !(Maybe (IO ByteString))
- Aws.Core: sqBody :: SignedQuery -> !(Maybe RequestBody)
- Aws.Core: sqContentMd5 :: SignedQuery -> !(Maybe (Digest MD5))
- Aws.Core: sqContentType :: SignedQuery -> !(Maybe ByteString)
- Aws.Core: sqDate :: SignedQuery -> !(Maybe UTCTime)
- Aws.Core: sqHost :: SignedQuery -> !ByteString
- Aws.Core: sqMethod :: SignedQuery -> !Method
- Aws.Core: sqOtherHeaders :: SignedQuery -> !RequestHeaders
- Aws.Core: sqPath :: SignedQuery -> !ByteString
- Aws.Core: sqPort :: SignedQuery -> !Int
- Aws.Core: sqProtocol :: SignedQuery -> !Protocol
- Aws.Core: sqQuery :: SignedQuery -> !Query
- Aws.Core: sqStringToSign :: SignedQuery -> !ByteString
- Aws.Core: v4SigningKeys :: Credentials -> IORef [V4Key]
- Aws.Core: xmlErrorMessage :: XmlException -> String
- Aws.DynamoDb.Commands.DeleteItem: diExpect :: DeleteItem -> Conditions
- Aws.DynamoDb.Commands.DeleteItem: diKey :: DeleteItem -> PrimaryKey
- Aws.DynamoDb.Commands.DeleteItem: diRetCons :: DeleteItem -> ReturnConsumption
- Aws.DynamoDb.Commands.DeleteItem: diRetMet :: DeleteItem -> ReturnItemCollectionMetrics
- Aws.DynamoDb.Commands.DeleteItem: diReturn :: DeleteItem -> UpdateReturn
- Aws.DynamoDb.Commands.DeleteItem: diTable :: DeleteItem -> Text
- Aws.DynamoDb.Commands.DeleteItem: dirAttrs :: DeleteItemResponse -> Maybe Item
- Aws.DynamoDb.Commands.DeleteItem: dirColMet :: DeleteItemResponse -> Maybe ItemCollectionMetrics
- Aws.DynamoDb.Commands.DeleteItem: dirConsumed :: DeleteItemResponse -> Maybe ConsumedCapacity
- Aws.DynamoDb.Commands.DeleteItem: instance AsMemoryResponse DeleteItemResponse
- Aws.DynamoDb.Commands.DeleteItem: instance Eq DeleteItem
- Aws.DynamoDb.Commands.DeleteItem: instance Eq DeleteItemResponse
- Aws.DynamoDb.Commands.DeleteItem: instance FromJSON DeleteItemResponse
- Aws.DynamoDb.Commands.DeleteItem: instance Ord DeleteItem
- Aws.DynamoDb.Commands.DeleteItem: instance Ord DeleteItemResponse
- Aws.DynamoDb.Commands.DeleteItem: instance Read DeleteItem
- Aws.DynamoDb.Commands.DeleteItem: instance Read DeleteItemResponse
- Aws.DynamoDb.Commands.DeleteItem: instance ResponseConsumer r DeleteItemResponse
- Aws.DynamoDb.Commands.DeleteItem: instance Show DeleteItem
- Aws.DynamoDb.Commands.DeleteItem: instance Show DeleteItemResponse
- Aws.DynamoDb.Commands.DeleteItem: instance SignQuery DeleteItem
- Aws.DynamoDb.Commands.DeleteItem: instance ToJSON DeleteItem
- Aws.DynamoDb.Commands.DeleteItem: instance Transaction DeleteItem DeleteItemResponse
- Aws.DynamoDb.Commands.GetItem: giAttrs :: GetItem -> Maybe [Text]
- Aws.DynamoDb.Commands.GetItem: giConsistent :: GetItem -> Bool
- Aws.DynamoDb.Commands.GetItem: giKey :: GetItem -> PrimaryKey
- Aws.DynamoDb.Commands.GetItem: giRetCons :: GetItem -> ReturnConsumption
- Aws.DynamoDb.Commands.GetItem: giTableName :: GetItem -> Text
- Aws.DynamoDb.Commands.GetItem: girConsumed :: GetItemResponse -> Maybe ConsumedCapacity
- Aws.DynamoDb.Commands.GetItem: girItem :: GetItemResponse -> Maybe Item
- Aws.DynamoDb.Commands.GetItem: instance AsMemoryResponse GetItemResponse
- Aws.DynamoDb.Commands.GetItem: instance Eq GetItem
- Aws.DynamoDb.Commands.GetItem: instance Eq GetItemResponse
- Aws.DynamoDb.Commands.GetItem: instance FromJSON GetItemResponse
- Aws.DynamoDb.Commands.GetItem: instance Ord GetItem
- Aws.DynamoDb.Commands.GetItem: instance Ord GetItemResponse
- Aws.DynamoDb.Commands.GetItem: instance Read GetItem
- Aws.DynamoDb.Commands.GetItem: instance Read GetItemResponse
- Aws.DynamoDb.Commands.GetItem: instance ResponseConsumer r GetItemResponse
- Aws.DynamoDb.Commands.GetItem: instance Show GetItem
- Aws.DynamoDb.Commands.GetItem: instance Show GetItemResponse
- Aws.DynamoDb.Commands.GetItem: instance SignQuery GetItem
- Aws.DynamoDb.Commands.GetItem: instance ToJSON GetItem
- Aws.DynamoDb.Commands.GetItem: instance Transaction GetItem GetItemResponse
- Aws.DynamoDb.Commands.PutItem: instance AsMemoryResponse PutItemResponse
- Aws.DynamoDb.Commands.PutItem: instance Eq PutItem
- Aws.DynamoDb.Commands.PutItem: instance Eq PutItemResponse
- Aws.DynamoDb.Commands.PutItem: instance FromJSON PutItemResponse
- Aws.DynamoDb.Commands.PutItem: instance Ord PutItem
- Aws.DynamoDb.Commands.PutItem: instance Ord PutItemResponse
- Aws.DynamoDb.Commands.PutItem: instance Read PutItem
- Aws.DynamoDb.Commands.PutItem: instance Read PutItemResponse
- Aws.DynamoDb.Commands.PutItem: instance ResponseConsumer r PutItemResponse
- Aws.DynamoDb.Commands.PutItem: instance Show PutItem
- Aws.DynamoDb.Commands.PutItem: instance Show PutItemResponse
- Aws.DynamoDb.Commands.PutItem: instance SignQuery PutItem
- Aws.DynamoDb.Commands.PutItem: instance ToJSON PutItem
- Aws.DynamoDb.Commands.PutItem: instance Transaction PutItem PutItemResponse
- Aws.DynamoDb.Commands.PutItem: piExpect :: PutItem -> Conditions
- Aws.DynamoDb.Commands.PutItem: piItem :: PutItem -> Item
- Aws.DynamoDb.Commands.PutItem: piRetCons :: PutItem -> ReturnConsumption
- Aws.DynamoDb.Commands.PutItem: piRetMet :: PutItem -> ReturnItemCollectionMetrics
- Aws.DynamoDb.Commands.PutItem: piReturn :: PutItem -> UpdateReturn
- Aws.DynamoDb.Commands.PutItem: piTable :: PutItem -> Text
- Aws.DynamoDb.Commands.PutItem: pirAttrs :: PutItemResponse -> Maybe Item
- Aws.DynamoDb.Commands.PutItem: pirColMet :: PutItemResponse -> Maybe ItemCollectionMetrics
- Aws.DynamoDb.Commands.PutItem: pirConsumed :: PutItemResponse -> Maybe ConsumedCapacity
- Aws.DynamoDb.Commands.Query: instance AsMemoryResponse QueryResponse
- Aws.DynamoDb.Commands.Query: instance Eq Query
- Aws.DynamoDb.Commands.Query: instance Eq QueryResponse
- Aws.DynamoDb.Commands.Query: instance Eq Slice
- Aws.DynamoDb.Commands.Query: instance FromJSON QueryResponse
- Aws.DynamoDb.Commands.Query: instance IteratedTransaction Query QueryResponse
- Aws.DynamoDb.Commands.Query: instance ListResponse QueryResponse Item
- Aws.DynamoDb.Commands.Query: instance Ord Query
- Aws.DynamoDb.Commands.Query: instance Ord QueryResponse
- Aws.DynamoDb.Commands.Query: instance Ord Slice
- Aws.DynamoDb.Commands.Query: instance Read Query
- Aws.DynamoDb.Commands.Query: instance Read QueryResponse
- Aws.DynamoDb.Commands.Query: instance Read Slice
- Aws.DynamoDb.Commands.Query: instance ResponseConsumer r QueryResponse
- Aws.DynamoDb.Commands.Query: instance Show Query
- Aws.DynamoDb.Commands.Query: instance Show QueryResponse
- Aws.DynamoDb.Commands.Query: instance Show Slice
- Aws.DynamoDb.Commands.Query: instance SignQuery Query
- Aws.DynamoDb.Commands.Query: instance ToJSON Query
- Aws.DynamoDb.Commands.Query: instance Transaction Query QueryResponse
- Aws.DynamoDb.Commands.Query: instance Typeable Query
- Aws.DynamoDb.Commands.Query: instance Typeable Slice
- Aws.DynamoDb.Commands.Query: qConsistent :: Query -> Bool
- Aws.DynamoDb.Commands.Query: qFilter :: Query -> Conditions
- Aws.DynamoDb.Commands.Query: qForwardScan :: Query -> Bool
- Aws.DynamoDb.Commands.Query: qIndex :: Query -> Maybe Text
- Aws.DynamoDb.Commands.Query: qKeyConditions :: Query -> Slice
- Aws.DynamoDb.Commands.Query: qLimit :: Query -> Maybe Int
- Aws.DynamoDb.Commands.Query: qRetCons :: Query -> ReturnConsumption
- Aws.DynamoDb.Commands.Query: qSelect :: Query -> QuerySelect
- Aws.DynamoDb.Commands.Query: qStartKey :: Query -> Maybe [Attribute]
- Aws.DynamoDb.Commands.Query: qTableName :: Query -> Text
- Aws.DynamoDb.Commands.Query: qrConsumed :: QueryResponse -> Maybe ConsumedCapacity
- Aws.DynamoDb.Commands.Query: qrCount :: QueryResponse -> Int
- Aws.DynamoDb.Commands.Query: qrItems :: QueryResponse -> Vector Item
- Aws.DynamoDb.Commands.Query: qrLastKey :: QueryResponse -> Maybe [Attribute]
- Aws.DynamoDb.Commands.Query: qrScanned :: QueryResponse -> Int
- Aws.DynamoDb.Commands.Query: sliceCond :: Slice -> Maybe Condition
- Aws.DynamoDb.Commands.Query: sliceHash :: Slice -> Attribute
- Aws.DynamoDb.Commands.Scan: instance AsMemoryResponse ScanResponse
- Aws.DynamoDb.Commands.Scan: instance Eq Scan
- Aws.DynamoDb.Commands.Scan: instance Eq ScanResponse
- Aws.DynamoDb.Commands.Scan: instance FromJSON ScanResponse
- Aws.DynamoDb.Commands.Scan: instance IteratedTransaction Scan ScanResponse
- Aws.DynamoDb.Commands.Scan: instance ListResponse ScanResponse Item
- Aws.DynamoDb.Commands.Scan: instance Ord Scan
- Aws.DynamoDb.Commands.Scan: instance Ord ScanResponse
- Aws.DynamoDb.Commands.Scan: instance Read Scan
- Aws.DynamoDb.Commands.Scan: instance Read ScanResponse
- Aws.DynamoDb.Commands.Scan: instance ResponseConsumer r ScanResponse
- Aws.DynamoDb.Commands.Scan: instance Show Scan
- Aws.DynamoDb.Commands.Scan: instance Show ScanResponse
- Aws.DynamoDb.Commands.Scan: instance SignQuery Scan
- Aws.DynamoDb.Commands.Scan: instance ToJSON Scan
- Aws.DynamoDb.Commands.Scan: instance Transaction Scan ScanResponse
- Aws.DynamoDb.Commands.Scan: instance Typeable Scan
- Aws.DynamoDb.Commands.Scan: sFilter :: Scan -> Conditions
- Aws.DynamoDb.Commands.Scan: sLimit :: Scan -> Maybe Int
- Aws.DynamoDb.Commands.Scan: sRetCons :: Scan -> ReturnConsumption
- Aws.DynamoDb.Commands.Scan: sSegment :: Scan -> Int
- Aws.DynamoDb.Commands.Scan: sSelect :: Scan -> QuerySelect
- Aws.DynamoDb.Commands.Scan: sStartKey :: Scan -> Maybe [Attribute]
- Aws.DynamoDb.Commands.Scan: sTableName :: Scan -> Text
- Aws.DynamoDb.Commands.Scan: sTotalSegments :: Scan -> Int
- Aws.DynamoDb.Commands.Scan: srConsumed :: ScanResponse -> Maybe ConsumedCapacity
- Aws.DynamoDb.Commands.Scan: srCount :: ScanResponse -> Int
- Aws.DynamoDb.Commands.Scan: srItems :: ScanResponse -> Vector Item
- Aws.DynamoDb.Commands.Scan: srLastKey :: ScanResponse -> Maybe [Attribute]
- Aws.DynamoDb.Commands.Scan: srScanned :: ScanResponse -> Int
- Aws.DynamoDb.Commands.Table: attributeName :: AttributeDefinition -> Text
- Aws.DynamoDb.Commands.Table: attributeType :: AttributeDefinition -> AttributeType
- Aws.DynamoDb.Commands.Table: createAttributeDefinitions :: CreateTable -> [AttributeDefinition]
- Aws.DynamoDb.Commands.Table: createGlobalSecondaryIndexes :: CreateTable -> [GlobalSecondaryIndex]
- Aws.DynamoDb.Commands.Table: createKeySchema :: CreateTable -> KeySchema
- Aws.DynamoDb.Commands.Table: createLocalSecondaryIndexes :: CreateTable -> [LocalSecondaryIndex]
- Aws.DynamoDb.Commands.Table: createProvisionedThroughput :: CreateTable -> ProvisionedThroughput
- Aws.DynamoDb.Commands.Table: createTableName :: CreateTable -> Text
- Aws.DynamoDb.Commands.Table: ctStatus :: CreateTableResult -> TableDescription
- Aws.DynamoDb.Commands.Table: dStatus :: DeleteTableResult -> TableDescription
- Aws.DynamoDb.Commands.Table: dTableName :: DescribeTable -> Text
- Aws.DynamoDb.Commands.Table: deleteTableName :: DeleteTable -> Text
- Aws.DynamoDb.Commands.Table: dtStatus :: DescribeTableResult -> TableDescription
- Aws.DynamoDb.Commands.Table: gStatusIndexName :: GlobalSecondaryIndexStatus -> Text
- Aws.DynamoDb.Commands.Table: gStatusIndexSizeBytes :: GlobalSecondaryIndexStatus -> Integer
- Aws.DynamoDb.Commands.Table: gStatusIndexStatus :: GlobalSecondaryIndexStatus -> Text
- Aws.DynamoDb.Commands.Table: gStatusItemCount :: GlobalSecondaryIndexStatus -> Integer
- Aws.DynamoDb.Commands.Table: gStatusKeySchema :: GlobalSecondaryIndexStatus -> KeySchema
- Aws.DynamoDb.Commands.Table: gStatusProjection :: GlobalSecondaryIndexStatus -> Projection
- Aws.DynamoDb.Commands.Table: gStatusProvisionedThroughput :: GlobalSecondaryIndexStatus -> ProvisionedThroughputStatus
- Aws.DynamoDb.Commands.Table: gUpdateIndexName :: GlobalSecondaryIndexUpdate -> Text
- Aws.DynamoDb.Commands.Table: gUpdateProvisionedThroughput :: GlobalSecondaryIndexUpdate -> ProvisionedThroughput
- Aws.DynamoDb.Commands.Table: globalIndexName :: GlobalSecondaryIndex -> Text
- Aws.DynamoDb.Commands.Table: globalKeySchema :: GlobalSecondaryIndex -> KeySchema
- Aws.DynamoDb.Commands.Table: globalProjection :: GlobalSecondaryIndex -> Projection
- Aws.DynamoDb.Commands.Table: globalProvisionedThroughput :: GlobalSecondaryIndex -> ProvisionedThroughput
- Aws.DynamoDb.Commands.Table: instance AsMemoryResponse CreateTableResult
- Aws.DynamoDb.Commands.Table: instance AsMemoryResponse DeleteTableResult
- Aws.DynamoDb.Commands.Table: instance AsMemoryResponse DescribeTableResult
- Aws.DynamoDb.Commands.Table: instance AsMemoryResponse ListTablesResult
- Aws.DynamoDb.Commands.Table: instance AsMemoryResponse UpdateTableResult
- Aws.DynamoDb.Commands.Table: instance Bounded AttributeType
- Aws.DynamoDb.Commands.Table: instance Constructor C1_0AttributeDefinition
- Aws.DynamoDb.Commands.Table: instance Constructor C1_0AttributeType
- Aws.DynamoDb.Commands.Table: instance Constructor C1_0CreateTable
- Aws.DynamoDb.Commands.Table: instance Constructor C1_0DeleteTable
- Aws.DynamoDb.Commands.Table: instance Constructor C1_0DescribeTable
- Aws.DynamoDb.Commands.Table: instance Constructor C1_0GlobalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance Constructor C1_0GlobalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Constructor C1_0GlobalSecondaryIndexUpdate
- Aws.DynamoDb.Commands.Table: instance Constructor C1_0KeySchema
- Aws.DynamoDb.Commands.Table: instance Constructor C1_0ListTablesResult
- Aws.DynamoDb.Commands.Table: instance Constructor C1_0LocalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance Constructor C1_0LocalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Constructor C1_0ProvisionedThroughput
- Aws.DynamoDb.Commands.Table: instance Constructor C1_0ProvisionedThroughputStatus
- Aws.DynamoDb.Commands.Table: instance Constructor C1_0TableDescription
- Aws.DynamoDb.Commands.Table: instance Constructor C1_0UpdateTable
- Aws.DynamoDb.Commands.Table: instance Constructor C1_1AttributeType
- Aws.DynamoDb.Commands.Table: instance Constructor C1_1KeySchema
- Aws.DynamoDb.Commands.Table: instance Constructor C1_2AttributeType
- Aws.DynamoDb.Commands.Table: instance Datatype D1AttributeDefinition
- Aws.DynamoDb.Commands.Table: instance Datatype D1AttributeType
- Aws.DynamoDb.Commands.Table: instance Datatype D1CreateTable
- Aws.DynamoDb.Commands.Table: instance Datatype D1DeleteTable
- Aws.DynamoDb.Commands.Table: instance Datatype D1DescribeTable
- Aws.DynamoDb.Commands.Table: instance Datatype D1GlobalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance Datatype D1GlobalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Datatype D1GlobalSecondaryIndexUpdate
- Aws.DynamoDb.Commands.Table: instance Datatype D1KeySchema
- Aws.DynamoDb.Commands.Table: instance Datatype D1ListTablesResult
- Aws.DynamoDb.Commands.Table: instance Datatype D1LocalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance Datatype D1LocalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Datatype D1ProvisionedThroughput
- Aws.DynamoDb.Commands.Table: instance Datatype D1ProvisionedThroughputStatus
- Aws.DynamoDb.Commands.Table: instance Datatype D1TableDescription
- Aws.DynamoDb.Commands.Table: instance Datatype D1UpdateTable
- Aws.DynamoDb.Commands.Table: instance Enum AttributeType
- Aws.DynamoDb.Commands.Table: instance Eq AttributeDefinition
- Aws.DynamoDb.Commands.Table: instance Eq AttributeType
- Aws.DynamoDb.Commands.Table: instance Eq KeySchema
- Aws.DynamoDb.Commands.Table: instance FromJSON AttributeDefinition
- Aws.DynamoDb.Commands.Table: instance FromJSON AttributeType
- Aws.DynamoDb.Commands.Table: instance FromJSON CreateTableResult
- Aws.DynamoDb.Commands.Table: instance FromJSON DeleteTableResult
- Aws.DynamoDb.Commands.Table: instance FromJSON DescribeTableResult
- Aws.DynamoDb.Commands.Table: instance FromJSON GlobalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance FromJSON GlobalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance FromJSON KeySchema
- Aws.DynamoDb.Commands.Table: instance FromJSON ListTablesResult
- Aws.DynamoDb.Commands.Table: instance FromJSON LocalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance FromJSON LocalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance FromJSON Projection
- Aws.DynamoDb.Commands.Table: instance FromJSON ProvisionedThroughput
- Aws.DynamoDb.Commands.Table: instance FromJSON ProvisionedThroughputStatus
- Aws.DynamoDb.Commands.Table: instance FromJSON TableDescription
- Aws.DynamoDb.Commands.Table: instance FromJSON UpdateTableResult
- Aws.DynamoDb.Commands.Table: instance Generic AttributeDefinition
- Aws.DynamoDb.Commands.Table: instance Generic AttributeType
- Aws.DynamoDb.Commands.Table: instance Generic CreateTable
- Aws.DynamoDb.Commands.Table: instance Generic DeleteTable
- Aws.DynamoDb.Commands.Table: instance Generic DescribeTable
- Aws.DynamoDb.Commands.Table: instance Generic GlobalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance Generic GlobalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Generic GlobalSecondaryIndexUpdate
- Aws.DynamoDb.Commands.Table: instance Generic KeySchema
- Aws.DynamoDb.Commands.Table: instance Generic ListTablesResult
- Aws.DynamoDb.Commands.Table: instance Generic LocalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance Generic LocalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Generic ProvisionedThroughput
- Aws.DynamoDb.Commands.Table: instance Generic ProvisionedThroughputStatus
- Aws.DynamoDb.Commands.Table: instance Generic TableDescription
- Aws.DynamoDb.Commands.Table: instance Generic UpdateTable
- Aws.DynamoDb.Commands.Table: instance Ord AttributeDefinition
- Aws.DynamoDb.Commands.Table: instance Ord AttributeType
- Aws.DynamoDb.Commands.Table: instance Ord KeySchema
- Aws.DynamoDb.Commands.Table: instance Read AttributeDefinition
- Aws.DynamoDb.Commands.Table: instance Read AttributeType
- Aws.DynamoDb.Commands.Table: instance Read KeySchema
- Aws.DynamoDb.Commands.Table: instance ResponseConsumer r CreateTableResult
- Aws.DynamoDb.Commands.Table: instance ResponseConsumer r DeleteTableResult
- Aws.DynamoDb.Commands.Table: instance ResponseConsumer r DescribeTableResult
- Aws.DynamoDb.Commands.Table: instance ResponseConsumer r ListTablesResult
- Aws.DynamoDb.Commands.Table: instance ResponseConsumer r UpdateTableResult
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_0AttributeDefinition
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_0CreateTable
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_0DeleteTable
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_0DescribeTable
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_0GlobalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_0GlobalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_0GlobalSecondaryIndexUpdate
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_0ListTablesResult
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_0LocalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_0LocalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_0ProvisionedThroughput
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_0ProvisionedThroughputStatus
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_0TableDescription
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_0UpdateTable
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_1AttributeDefinition
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_1CreateTable
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_1GlobalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_1GlobalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_1GlobalSecondaryIndexUpdate
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_1LocalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_1LocalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_1ProvisionedThroughput
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_1ProvisionedThroughputStatus
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_1TableDescription
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_1UpdateTable
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_2CreateTable
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_2GlobalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_2GlobalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_2LocalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_2LocalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_2ProvisionedThroughputStatus
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_2TableDescription
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_2UpdateTable
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_3CreateTable
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_3GlobalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_3GlobalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_3LocalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_3ProvisionedThroughputStatus
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_3TableDescription
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_4CreateTable
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_4GlobalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_4LocalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_4ProvisionedThroughputStatus
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_4TableDescription
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_5CreateTable
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_5GlobalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_5TableDescription
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_6GlobalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_6TableDescription
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_7TableDescription
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_8TableDescription
- Aws.DynamoDb.Commands.Table: instance Selector S1_0_9TableDescription
- Aws.DynamoDb.Commands.Table: instance Show AttributeDefinition
- Aws.DynamoDb.Commands.Table: instance Show AttributeType
- Aws.DynamoDb.Commands.Table: instance Show CreateTable
- Aws.DynamoDb.Commands.Table: instance Show CreateTableResult
- Aws.DynamoDb.Commands.Table: instance Show DeleteTable
- Aws.DynamoDb.Commands.Table: instance Show DeleteTableResult
- Aws.DynamoDb.Commands.Table: instance Show DescribeTable
- Aws.DynamoDb.Commands.Table: instance Show DescribeTableResult
- Aws.DynamoDb.Commands.Table: instance Show GlobalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance Show GlobalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Show GlobalSecondaryIndexUpdate
- Aws.DynamoDb.Commands.Table: instance Show KeySchema
- Aws.DynamoDb.Commands.Table: instance Show ListTables
- Aws.DynamoDb.Commands.Table: instance Show ListTablesResult
- Aws.DynamoDb.Commands.Table: instance Show LocalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance Show LocalSecondaryIndexStatus
- Aws.DynamoDb.Commands.Table: instance Show Projection
- Aws.DynamoDb.Commands.Table: instance Show ProvisionedThroughput
- Aws.DynamoDb.Commands.Table: instance Show ProvisionedThroughputStatus
- Aws.DynamoDb.Commands.Table: instance Show TableDescription
- Aws.DynamoDb.Commands.Table: instance Show UpdateTable
- Aws.DynamoDb.Commands.Table: instance Show UpdateTableResult
- Aws.DynamoDb.Commands.Table: instance SignQuery CreateTable
- Aws.DynamoDb.Commands.Table: instance SignQuery DeleteTable
- Aws.DynamoDb.Commands.Table: instance SignQuery DescribeTable
- Aws.DynamoDb.Commands.Table: instance SignQuery ListTables
- Aws.DynamoDb.Commands.Table: instance SignQuery UpdateTable
- Aws.DynamoDb.Commands.Table: instance ToJSON AttributeDefinition
- Aws.DynamoDb.Commands.Table: instance ToJSON AttributeType
- Aws.DynamoDb.Commands.Table: instance ToJSON CreateTable
- Aws.DynamoDb.Commands.Table: instance ToJSON DeleteTable
- Aws.DynamoDb.Commands.Table: instance ToJSON DescribeTable
- Aws.DynamoDb.Commands.Table: instance ToJSON GlobalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance ToJSON GlobalSecondaryIndexUpdate
- Aws.DynamoDb.Commands.Table: instance ToJSON KeySchema
- Aws.DynamoDb.Commands.Table: instance ToJSON ListTables
- Aws.DynamoDb.Commands.Table: instance ToJSON LocalSecondaryIndex
- Aws.DynamoDb.Commands.Table: instance ToJSON Projection
- Aws.DynamoDb.Commands.Table: instance ToJSON ProvisionedThroughput
- Aws.DynamoDb.Commands.Table: instance ToJSON UpdateTable
- Aws.DynamoDb.Commands.Table: instance Transaction CreateTable CreateTableResult
- Aws.DynamoDb.Commands.Table: instance Transaction DeleteTable DeleteTableResult
- Aws.DynamoDb.Commands.Table: instance Transaction DescribeTable DescribeTableResult
- Aws.DynamoDb.Commands.Table: instance Transaction ListTables ListTablesResult
- Aws.DynamoDb.Commands.Table: instance Transaction UpdateTable UpdateTableResult
- Aws.DynamoDb.Commands.Table: instance Typeable AttributeDefinition
- Aws.DynamoDb.Commands.Table: instance Typeable AttributeType
- Aws.DynamoDb.Commands.Table: instance Typeable KeySchema
- Aws.DynamoDb.Commands.Table: locStatusIndexName :: LocalSecondaryIndexStatus -> Text
- Aws.DynamoDb.Commands.Table: locStatusIndexSizeBytes :: LocalSecondaryIndexStatus -> Integer
- Aws.DynamoDb.Commands.Table: locStatusItemCount :: LocalSecondaryIndexStatus -> Integer
- Aws.DynamoDb.Commands.Table: locStatusKeySchema :: LocalSecondaryIndexStatus -> KeySchema
- Aws.DynamoDb.Commands.Table: locStatusProjection :: LocalSecondaryIndexStatus -> Projection
- Aws.DynamoDb.Commands.Table: localIndexName :: LocalSecondaryIndex -> Text
- Aws.DynamoDb.Commands.Table: localKeySchema :: LocalSecondaryIndex -> KeySchema
- Aws.DynamoDb.Commands.Table: localProjection :: LocalSecondaryIndex -> Projection
- Aws.DynamoDb.Commands.Table: rAttributeDefinitions :: TableDescription -> [AttributeDefinition]
- Aws.DynamoDb.Commands.Table: rCreationDateTime :: TableDescription -> Maybe UTCTime
- Aws.DynamoDb.Commands.Table: rGlobalSecondaryIndexes :: TableDescription -> [GlobalSecondaryIndexStatus]
- Aws.DynamoDb.Commands.Table: rItemCount :: TableDescription -> Integer
- Aws.DynamoDb.Commands.Table: rKeySchema :: TableDescription -> Maybe KeySchema
- Aws.DynamoDb.Commands.Table: rLocalSecondaryIndexes :: TableDescription -> [LocalSecondaryIndexStatus]
- Aws.DynamoDb.Commands.Table: rProvisionedThroughput :: TableDescription -> ProvisionedThroughputStatus
- Aws.DynamoDb.Commands.Table: rTableName :: TableDescription -> Text
- Aws.DynamoDb.Commands.Table: rTableSizeBytes :: TableDescription -> Integer
- Aws.DynamoDb.Commands.Table: rTableStatus :: TableDescription -> Text
- Aws.DynamoDb.Commands.Table: readCapacityUnits :: ProvisionedThroughput -> Int
- Aws.DynamoDb.Commands.Table: statusLastDecreaseDateTime :: ProvisionedThroughputStatus -> UTCTime
- Aws.DynamoDb.Commands.Table: statusLastIncreaseDateTime :: ProvisionedThroughputStatus -> UTCTime
- Aws.DynamoDb.Commands.Table: statusNumberOfDecreasesToday :: ProvisionedThroughputStatus -> Int
- Aws.DynamoDb.Commands.Table: statusReadCapacityUnits :: ProvisionedThroughputStatus -> Int
- Aws.DynamoDb.Commands.Table: statusWriteCapacityUnits :: ProvisionedThroughputStatus -> Int
- Aws.DynamoDb.Commands.Table: tableNames :: ListTablesResult -> [Text]
- Aws.DynamoDb.Commands.Table: uStatus :: UpdateTableResult -> TableDescription
- Aws.DynamoDb.Commands.Table: updateGlobalSecondaryIndexUpdates :: UpdateTable -> [GlobalSecondaryIndexUpdate]
- Aws.DynamoDb.Commands.Table: updateProvisionedThroughput :: UpdateTable -> ProvisionedThroughput
- Aws.DynamoDb.Commands.Table: updateTableName :: UpdateTable -> Text
- Aws.DynamoDb.Commands.Table: writeCapacityUnits :: ProvisionedThroughput -> Int
- Aws.DynamoDb.Commands.UpdateItem: auAction :: AttributeUpdate -> UpdateAction
- Aws.DynamoDb.Commands.UpdateItem: auAttr :: AttributeUpdate -> Attribute
- Aws.DynamoDb.Commands.UpdateItem: instance AsMemoryResponse UpdateItemResponse
- Aws.DynamoDb.Commands.UpdateItem: instance Default UpdateAction
- Aws.DynamoDb.Commands.UpdateItem: instance DynSize AttributeUpdate
- Aws.DynamoDb.Commands.UpdateItem: instance Eq AttributeUpdate
- Aws.DynamoDb.Commands.UpdateItem: instance Eq UpdateAction
- Aws.DynamoDb.Commands.UpdateItem: instance Eq UpdateItem
- Aws.DynamoDb.Commands.UpdateItem: instance Eq UpdateItemResponse
- Aws.DynamoDb.Commands.UpdateItem: instance FromJSON UpdateItemResponse
- Aws.DynamoDb.Commands.UpdateItem: instance Ord AttributeUpdate
- Aws.DynamoDb.Commands.UpdateItem: instance Ord UpdateAction
- Aws.DynamoDb.Commands.UpdateItem: instance Ord UpdateItem
- Aws.DynamoDb.Commands.UpdateItem: instance Ord UpdateItemResponse
- Aws.DynamoDb.Commands.UpdateItem: instance Read AttributeUpdate
- Aws.DynamoDb.Commands.UpdateItem: instance Read UpdateAction
- Aws.DynamoDb.Commands.UpdateItem: instance Read UpdateItem
- Aws.DynamoDb.Commands.UpdateItem: instance Read UpdateItemResponse
- Aws.DynamoDb.Commands.UpdateItem: instance ResponseConsumer r UpdateItemResponse
- Aws.DynamoDb.Commands.UpdateItem: instance Show AttributeUpdate
- Aws.DynamoDb.Commands.UpdateItem: instance Show UpdateAction
- Aws.DynamoDb.Commands.UpdateItem: instance Show UpdateItem
- Aws.DynamoDb.Commands.UpdateItem: instance Show UpdateItemResponse
- Aws.DynamoDb.Commands.UpdateItem: instance SignQuery UpdateItem
- Aws.DynamoDb.Commands.UpdateItem: instance ToJSON AttributeUpdates
- Aws.DynamoDb.Commands.UpdateItem: instance ToJSON UpdateAction
- Aws.DynamoDb.Commands.UpdateItem: instance ToJSON UpdateItem
- Aws.DynamoDb.Commands.UpdateItem: instance Transaction UpdateItem UpdateItemResponse
- Aws.DynamoDb.Commands.UpdateItem: uiExpect :: UpdateItem -> Conditions
- Aws.DynamoDb.Commands.UpdateItem: uiKey :: UpdateItem -> PrimaryKey
- Aws.DynamoDb.Commands.UpdateItem: uiRetCons :: UpdateItem -> ReturnConsumption
- Aws.DynamoDb.Commands.UpdateItem: uiRetMet :: UpdateItem -> ReturnItemCollectionMetrics
- Aws.DynamoDb.Commands.UpdateItem: uiReturn :: UpdateItem -> UpdateReturn
- Aws.DynamoDb.Commands.UpdateItem: uiTable :: UpdateItem -> Text
- Aws.DynamoDb.Commands.UpdateItem: uiUpdates :: UpdateItem -> [AttributeUpdate]
- Aws.DynamoDb.Commands.UpdateItem: uirAttrs :: UpdateItemResponse -> Maybe Item
- Aws.DynamoDb.Commands.UpdateItem: uirConsumed :: UpdateItemResponse -> Maybe ConsumedCapacity
- Aws.DynamoDb.Core: aeMessage :: AmazonError -> Maybe Text
- Aws.DynamoDb.Core: aeType :: AmazonError -> Text
- Aws.DynamoDb.Core: attrName :: Attribute -> Text
- Aws.DynamoDb.Core: attrVal :: Attribute -> DValue
- Aws.DynamoDb.Core: capacityGlobalIndex :: ConsumedCapacity -> [(Text, Int64)]
- Aws.DynamoDb.Core: capacityLocalIndex :: ConsumedCapacity -> [(Text, Int64)]
- Aws.DynamoDb.Core: capacityTable :: ConsumedCapacity -> Text
- Aws.DynamoDb.Core: capacityTableUnits :: ConsumedCapacity -> Maybe Int64
- Aws.DynamoDb.Core: capacityUnits :: ConsumedCapacity -> Int64
- Aws.DynamoDb.Core: condAttr :: Condition -> Text
- Aws.DynamoDb.Core: condOp :: Condition -> CondOp
- Aws.DynamoDb.Core: ddbErrCode :: DdbError -> DdbErrCode
- Aws.DynamoDb.Core: ddbErrMsg :: DdbError -> Text
- Aws.DynamoDb.Core: ddbStatusCode :: DdbError -> Int
- Aws.DynamoDb.Core: ddbcPort :: DdbConfiguration qt -> Maybe Int
- Aws.DynamoDb.Core: ddbcProtocol :: DdbConfiguration qt -> Protocol
- Aws.DynamoDb.Core: ddbcRegion :: DdbConfiguration qt -> Region
- Aws.DynamoDb.Core: ddbrCrc :: DdbResponse -> Maybe Text
- Aws.DynamoDb.Core: ddbrMsgId :: DdbResponse -> Maybe Text
- Aws.DynamoDb.Core: getBin :: Bin a -> a
- Aws.DynamoDb.Core: icmEstimate :: ItemCollectionMetrics -> [Double]
- Aws.DynamoDb.Core: icmKey :: ItemCollectionMetrics -> (Text, DValue)
- Aws.DynamoDb.Core: instance (DynData (DynRep (Set a)), DynVal a, Ord a) => DynVal (Set a)
- Aws.DynamoDb.Core: instance (DynData (DynRep [a]), DynVal a) => DynVal [a]
- Aws.DynamoDb.Core: instance (DynSize a, DynSize b) => DynSize (Either a b)
- Aws.DynamoDb.Core: instance (Typeable a, DynVal a) => FromDynItem (Map Text a)
- Aws.DynamoDb.Core: instance (Typeable a, DynVal a) => FromDynItem [(Text, a)]
- Aws.DynamoDb.Core: instance Alternative Parser
- Aws.DynamoDb.Core: instance Applicative Parser
- Aws.DynamoDb.Core: instance Default (DdbConfiguration NormalQuery)
- Aws.DynamoDb.Core: instance Default Conditions
- Aws.DynamoDb.Core: instance Default QuerySelect
- Aws.DynamoDb.Core: instance Default ReturnConsumption
- Aws.DynamoDb.Core: instance Default ReturnItemCollectionMetrics
- Aws.DynamoDb.Core: instance Default UpdateReturn
- Aws.DynamoDb.Core: instance DefaultServiceConfiguration (DdbConfiguration NormalQuery)
- Aws.DynamoDb.Core: instance DynData (Set DynBinary)
- Aws.DynamoDb.Core: instance DynData (Set DynNumber)
- Aws.DynamoDb.Core: instance DynData (Set DynString)
- Aws.DynamoDb.Core: instance DynData DValue
- Aws.DynamoDb.Core: instance DynData DynBinary
- Aws.DynamoDb.Core: instance DynData DynNumber
- Aws.DynamoDb.Core: instance DynData DynString
- Aws.DynamoDb.Core: instance DynSize Attribute
- Aws.DynamoDb.Core: instance DynSize DValue
- Aws.DynamoDb.Core: instance DynSize Item
- Aws.DynamoDb.Core: instance DynSize a => DynSize (Maybe a)
- Aws.DynamoDb.Core: instance DynSize a => DynSize [a]
- Aws.DynamoDb.Core: instance DynVal Bool
- Aws.DynamoDb.Core: instance DynVal ByteString
- Aws.DynamoDb.Core: instance DynVal DValue
- Aws.DynamoDb.Core: instance DynVal Day
- Aws.DynamoDb.Core: instance DynVal Double
- Aws.DynamoDb.Core: instance DynVal Int
- Aws.DynamoDb.Core: instance DynVal Int16
- Aws.DynamoDb.Core: instance DynVal Int32
- Aws.DynamoDb.Core: instance DynVal Int64
- Aws.DynamoDb.Core: instance DynVal Int8
- Aws.DynamoDb.Core: instance DynVal Integer
- Aws.DynamoDb.Core: instance DynVal Text
- Aws.DynamoDb.Core: instance DynVal UTCTime
- Aws.DynamoDb.Core: instance DynVal Word16
- Aws.DynamoDb.Core: instance DynVal Word32
- Aws.DynamoDb.Core: instance DynVal Word64
- Aws.DynamoDb.Core: instance DynVal Word8
- Aws.DynamoDb.Core: instance DynVal a => ToDynItem (Map Text a)
- Aws.DynamoDb.Core: instance DynVal a => ToDynItem [(Text, a)]
- Aws.DynamoDb.Core: instance Enum a => Enum (Bin a)
- Aws.DynamoDb.Core: instance Eq Attribute
- Aws.DynamoDb.Core: instance Eq CondMerge
- Aws.DynamoDb.Core: instance Eq CondOp
- Aws.DynamoDb.Core: instance Eq Condition
- Aws.DynamoDb.Core: instance Eq Conditions
- Aws.DynamoDb.Core: instance Eq ConsumedCapacity
- Aws.DynamoDb.Core: instance Eq DValue
- Aws.DynamoDb.Core: instance Eq DdbErrCode
- Aws.DynamoDb.Core: instance Eq DdbError
- Aws.DynamoDb.Core: instance Eq DdbLibraryError
- Aws.DynamoDb.Core: instance Eq DynBinary
- Aws.DynamoDb.Core: instance Eq DynNumber
- Aws.DynamoDb.Core: instance Eq DynString
- Aws.DynamoDb.Core: instance Eq ItemCollectionMetrics
- Aws.DynamoDb.Core: instance Eq PrimaryKey
- Aws.DynamoDb.Core: instance Eq QuerySelect
- Aws.DynamoDb.Core: instance Eq Region
- Aws.DynamoDb.Core: instance Eq ReturnConsumption
- Aws.DynamoDb.Core: instance Eq ReturnItemCollectionMetrics
- Aws.DynamoDb.Core: instance Eq UpdateReturn
- Aws.DynamoDb.Core: instance Eq a => Eq (Bin a)
- Aws.DynamoDb.Core: instance Exception DdbError
- Aws.DynamoDb.Core: instance Exception DdbLibraryError
- Aws.DynamoDb.Core: instance FromDynItem Item
- Aws.DynamoDb.Core: instance FromJSON AmazonError
- Aws.DynamoDb.Core: instance FromJSON ConsumedCapacity
- Aws.DynamoDb.Core: instance FromJSON DValue
- Aws.DynamoDb.Core: instance FromJSON ItemCollectionMetrics
- Aws.DynamoDb.Core: instance Functor Parser
- Aws.DynamoDb.Core: instance IsString DValue
- Aws.DynamoDb.Core: instance Loggable DdbResponse
- Aws.DynamoDb.Core: instance Monad Parser
- Aws.DynamoDb.Core: instance MonadPlus Parser
- Aws.DynamoDb.Core: instance Monoid (Parser a)
- Aws.DynamoDb.Core: instance Monoid DdbResponse
- Aws.DynamoDb.Core: instance Ord Attribute
- Aws.DynamoDb.Core: instance Ord CondMerge
- Aws.DynamoDb.Core: instance Ord CondOp
- Aws.DynamoDb.Core: instance Ord Condition
- Aws.DynamoDb.Core: instance Ord Conditions
- Aws.DynamoDb.Core: instance Ord ConsumedCapacity
- Aws.DynamoDb.Core: instance Ord DValue
- Aws.DynamoDb.Core: instance Ord DynBinary
- Aws.DynamoDb.Core: instance Ord DynNumber
- Aws.DynamoDb.Core: instance Ord DynString
- Aws.DynamoDb.Core: instance Ord ItemCollectionMetrics
- Aws.DynamoDb.Core: instance Ord PrimaryKey
- Aws.DynamoDb.Core: instance Ord QuerySelect
- Aws.DynamoDb.Core: instance Ord ReturnConsumption
- Aws.DynamoDb.Core: instance Ord ReturnItemCollectionMetrics
- Aws.DynamoDb.Core: instance Ord UpdateReturn
- Aws.DynamoDb.Core: instance Ord a => Ord (Bin a)
- Aws.DynamoDb.Core: instance Read Attribute
- Aws.DynamoDb.Core: instance Read CondMerge
- Aws.DynamoDb.Core: instance Read CondOp
- Aws.DynamoDb.Core: instance Read Condition
- Aws.DynamoDb.Core: instance Read Conditions
- Aws.DynamoDb.Core: instance Read ConsumedCapacity
- Aws.DynamoDb.Core: instance Read DValue
- Aws.DynamoDb.Core: instance Read DdbErrCode
- Aws.DynamoDb.Core: instance Read DynBinary
- Aws.DynamoDb.Core: instance Read DynNumber
- Aws.DynamoDb.Core: instance Read DynString
- Aws.DynamoDb.Core: instance Read ItemCollectionMetrics
- Aws.DynamoDb.Core: instance Read PrimaryKey
- Aws.DynamoDb.Core: instance Read QuerySelect
- Aws.DynamoDb.Core: instance Read Region
- Aws.DynamoDb.Core: instance Read ReturnConsumption
- Aws.DynamoDb.Core: instance Read ReturnItemCollectionMetrics
- Aws.DynamoDb.Core: instance Read UpdateReturn
- Aws.DynamoDb.Core: instance Read a => Read (Bin a)
- Aws.DynamoDb.Core: instance Serialize a => DynVal (Bin a)
- Aws.DynamoDb.Core: instance Show (DdbConfiguration qt)
- Aws.DynamoDb.Core: instance Show Attribute
- Aws.DynamoDb.Core: instance Show CondMerge
- Aws.DynamoDb.Core: instance Show CondOp
- Aws.DynamoDb.Core: instance Show Condition
- Aws.DynamoDb.Core: instance Show Conditions
- Aws.DynamoDb.Core: instance Show ConsumedCapacity
- Aws.DynamoDb.Core: instance Show DValue
- Aws.DynamoDb.Core: instance Show DdbErrCode
- Aws.DynamoDb.Core: instance Show DdbError
- Aws.DynamoDb.Core: instance Show DdbLibraryError
- Aws.DynamoDb.Core: instance Show DynBinary
- Aws.DynamoDb.Core: instance Show DynNumber
- Aws.DynamoDb.Core: instance Show DynString
- Aws.DynamoDb.Core: instance Show ItemCollectionMetrics
- Aws.DynamoDb.Core: instance Show PrimaryKey
- Aws.DynamoDb.Core: instance Show QuerySelect
- Aws.DynamoDb.Core: instance Show Region
- Aws.DynamoDb.Core: instance Show ReturnConsumption
- Aws.DynamoDb.Core: instance Show ReturnItemCollectionMetrics
- Aws.DynamoDb.Core: instance Show UpdateReturn
- Aws.DynamoDb.Core: instance Show a => Show (Bin a)
- Aws.DynamoDb.Core: instance ToDynItem Item
- Aws.DynamoDb.Core: instance ToJSON Attribute
- Aws.DynamoDb.Core: instance ToJSON CondOp
- Aws.DynamoDb.Core: instance ToJSON DValue
- Aws.DynamoDb.Core: instance ToJSON PrimaryKey
- Aws.DynamoDb.Core: instance ToJSON ReturnConsumption
- Aws.DynamoDb.Core: instance ToJSON ReturnItemCollectionMetrics
- Aws.DynamoDb.Core: instance ToJSON UpdateReturn
- Aws.DynamoDb.Core: instance Typeable Attribute
- Aws.DynamoDb.Core: instance Typeable Bin
- Aws.DynamoDb.Core: instance Typeable CondMerge
- Aws.DynamoDb.Core: instance Typeable CondOp
- Aws.DynamoDb.Core: instance Typeable Condition
- Aws.DynamoDb.Core: instance Typeable Conditions
- Aws.DynamoDb.Core: instance Typeable ConsumedCapacity
- Aws.DynamoDb.Core: instance Typeable DValue
- Aws.DynamoDb.Core: instance Typeable DdbConfiguration
- Aws.DynamoDb.Core: instance Typeable DdbErrCode
- Aws.DynamoDb.Core: instance Typeable DdbError
- Aws.DynamoDb.Core: instance Typeable DdbLibraryError
- Aws.DynamoDb.Core: instance Typeable DynBinary
- Aws.DynamoDb.Core: instance Typeable DynNumber
- Aws.DynamoDb.Core: instance Typeable DynString
- Aws.DynamoDb.Core: instance Typeable ItemCollectionMetrics
- Aws.DynamoDb.Core: instance Typeable PrimaryKey
- Aws.DynamoDb.Core: instance Typeable QuerySelect
- Aws.DynamoDb.Core: instance Typeable Region
- Aws.DynamoDb.Core: instance Typeable ReturnConsumption
- Aws.DynamoDb.Core: instance Typeable ReturnItemCollectionMetrics
- Aws.DynamoDb.Core: instance Typeable UpdateReturn
- Aws.DynamoDb.Core: pkHash :: PrimaryKey -> Attribute
- Aws.DynamoDb.Core: pkRange :: PrimaryKey -> Maybe Attribute
- Aws.DynamoDb.Core: rName :: Region -> ByteString
- Aws.DynamoDb.Core: rUri :: Region -> ByteString
- Aws.DynamoDb.Core: runParser :: Parser a -> forall f r. Failure f r -> Success a f r -> f r
- Aws.DynamoDb.Core: unDynBinary :: DynBinary -> ByteString
- Aws.DynamoDb.Core: unDynNumber :: DynNumber -> Scientific
- Aws.DynamoDb.Core: unDynString :: DynString -> Text
- Aws.Ec2.InstanceMetadata: instance Exception InstanceMetadataException
- Aws.Ec2.InstanceMetadata: instance Show InstanceMetadataException
- Aws.Ec2.InstanceMetadata: instance Typeable InstanceMetadataException
- Aws.Iam.Commands.CreateAccessKey: akAccessKeyId :: AccessKey -> Text
- Aws.Iam.Commands.CreateAccessKey: akCreateDate :: AccessKey -> Maybe UTCTime
- Aws.Iam.Commands.CreateAccessKey: akSecretAccessKey :: AccessKey -> Text
- Aws.Iam.Commands.CreateAccessKey: akStatus :: AccessKey -> AccessKeyStatus
- Aws.Iam.Commands.CreateAccessKey: akUserName :: AccessKey -> Text
- Aws.Iam.Commands.CreateAccessKey: instance AsMemoryResponse CreateAccessKeyResponse
- Aws.Iam.Commands.CreateAccessKey: instance Eq AccessKey
- Aws.Iam.Commands.CreateAccessKey: instance Eq CreateAccessKey
- Aws.Iam.Commands.CreateAccessKey: instance Eq CreateAccessKeyResponse
- Aws.Iam.Commands.CreateAccessKey: instance Ord AccessKey
- Aws.Iam.Commands.CreateAccessKey: instance Ord CreateAccessKey
- Aws.Iam.Commands.CreateAccessKey: instance Ord CreateAccessKeyResponse
- Aws.Iam.Commands.CreateAccessKey: instance ResponseConsumer CreateAccessKey CreateAccessKeyResponse
- Aws.Iam.Commands.CreateAccessKey: instance Show AccessKey
- Aws.Iam.Commands.CreateAccessKey: instance Show CreateAccessKey
- Aws.Iam.Commands.CreateAccessKey: instance Show CreateAccessKeyResponse
- Aws.Iam.Commands.CreateAccessKey: instance SignQuery CreateAccessKey
- Aws.Iam.Commands.CreateAccessKey: instance Transaction CreateAccessKey CreateAccessKeyResponse
- Aws.Iam.Commands.CreateAccessKey: instance Typeable AccessKey
- Aws.Iam.Commands.CreateAccessKey: instance Typeable CreateAccessKey
- Aws.Iam.Commands.CreateAccessKey: instance Typeable CreateAccessKeyResponse
- Aws.Iam.Commands.CreateUser: cuPath :: CreateUser -> Maybe Text
- Aws.Iam.Commands.CreateUser: cuUserName :: CreateUser -> Text
- Aws.Iam.Commands.CreateUser: instance AsMemoryResponse CreateUserResponse
- Aws.Iam.Commands.CreateUser: instance Eq CreateUser
- Aws.Iam.Commands.CreateUser: instance Eq CreateUserResponse
- Aws.Iam.Commands.CreateUser: instance Ord CreateUser
- Aws.Iam.Commands.CreateUser: instance Ord CreateUserResponse
- Aws.Iam.Commands.CreateUser: instance ResponseConsumer CreateUser CreateUserResponse
- Aws.Iam.Commands.CreateUser: instance Show CreateUser
- Aws.Iam.Commands.CreateUser: instance Show CreateUserResponse
- Aws.Iam.Commands.CreateUser: instance SignQuery CreateUser
- Aws.Iam.Commands.CreateUser: instance Transaction CreateUser CreateUserResponse
- Aws.Iam.Commands.CreateUser: instance Typeable CreateUser
- Aws.Iam.Commands.CreateUser: instance Typeable CreateUserResponse
- Aws.Iam.Commands.CreateUser: userArn :: User -> Text
- Aws.Iam.Commands.CreateUser: userCreateDate :: User -> UTCTime
- Aws.Iam.Commands.CreateUser: userPath :: User -> Text
- Aws.Iam.Commands.CreateUser: userUserId :: User -> Text
- Aws.Iam.Commands.CreateUser: userUserName :: User -> Text
- Aws.Iam.Commands.DeleteAccessKey: dakAccessKeyId :: DeleteAccessKey -> Text
- Aws.Iam.Commands.DeleteAccessKey: dakUserName :: DeleteAccessKey -> Maybe Text
- Aws.Iam.Commands.DeleteAccessKey: instance AsMemoryResponse DeleteAccessKeyResponse
- Aws.Iam.Commands.DeleteAccessKey: instance Eq DeleteAccessKey
- Aws.Iam.Commands.DeleteAccessKey: instance Eq DeleteAccessKeyResponse
- Aws.Iam.Commands.DeleteAccessKey: instance Ord DeleteAccessKey
- Aws.Iam.Commands.DeleteAccessKey: instance Ord DeleteAccessKeyResponse
- Aws.Iam.Commands.DeleteAccessKey: instance ResponseConsumer DeleteAccessKey DeleteAccessKeyResponse
- Aws.Iam.Commands.DeleteAccessKey: instance Show DeleteAccessKey
- Aws.Iam.Commands.DeleteAccessKey: instance Show DeleteAccessKeyResponse
- Aws.Iam.Commands.DeleteAccessKey: instance SignQuery DeleteAccessKey
- Aws.Iam.Commands.DeleteAccessKey: instance Transaction DeleteAccessKey DeleteAccessKeyResponse
- Aws.Iam.Commands.DeleteAccessKey: instance Typeable DeleteAccessKey
- Aws.Iam.Commands.DeleteAccessKey: instance Typeable DeleteAccessKeyResponse
- Aws.Iam.Commands.DeleteUser: instance AsMemoryResponse DeleteUserResponse
- Aws.Iam.Commands.DeleteUser: instance Eq DeleteUser
- Aws.Iam.Commands.DeleteUser: instance Eq DeleteUserResponse
- Aws.Iam.Commands.DeleteUser: instance Ord DeleteUser
- Aws.Iam.Commands.DeleteUser: instance Ord DeleteUserResponse
- Aws.Iam.Commands.DeleteUser: instance ResponseConsumer DeleteUser DeleteUserResponse
- Aws.Iam.Commands.DeleteUser: instance Show DeleteUser
- Aws.Iam.Commands.DeleteUser: instance Show DeleteUserResponse
- Aws.Iam.Commands.DeleteUser: instance SignQuery DeleteUser
- Aws.Iam.Commands.DeleteUser: instance Transaction DeleteUser DeleteUserResponse
- Aws.Iam.Commands.DeleteUser: instance Typeable DeleteUser
- Aws.Iam.Commands.DeleteUser: instance Typeable DeleteUserResponse
- Aws.Iam.Commands.DeleteUserPolicy: dupPolicyName :: DeleteUserPolicy -> Text
- Aws.Iam.Commands.DeleteUserPolicy: dupUserName :: DeleteUserPolicy -> Text
- Aws.Iam.Commands.DeleteUserPolicy: instance AsMemoryResponse DeleteUserPolicyResponse
- Aws.Iam.Commands.DeleteUserPolicy: instance Eq DeleteUserPolicy
- Aws.Iam.Commands.DeleteUserPolicy: instance Eq DeleteUserPolicyResponse
- Aws.Iam.Commands.DeleteUserPolicy: instance Ord DeleteUserPolicy
- Aws.Iam.Commands.DeleteUserPolicy: instance Ord DeleteUserPolicyResponse
- Aws.Iam.Commands.DeleteUserPolicy: instance ResponseConsumer DeleteUserPolicy DeleteUserPolicyResponse
- Aws.Iam.Commands.DeleteUserPolicy: instance Show DeleteUserPolicy
- Aws.Iam.Commands.DeleteUserPolicy: instance Show DeleteUserPolicyResponse
- Aws.Iam.Commands.DeleteUserPolicy: instance SignQuery DeleteUserPolicy
- Aws.Iam.Commands.DeleteUserPolicy: instance Transaction DeleteUserPolicy DeleteUserPolicyResponse
- Aws.Iam.Commands.DeleteUserPolicy: instance Typeable DeleteUserPolicy
- Aws.Iam.Commands.DeleteUserPolicy: instance Typeable DeleteUserPolicyResponse
- Aws.Iam.Commands.GetUser: instance AsMemoryResponse GetUserResponse
- Aws.Iam.Commands.GetUser: instance Eq GetUser
- Aws.Iam.Commands.GetUser: instance Eq GetUserResponse
- Aws.Iam.Commands.GetUser: instance Ord GetUser
- Aws.Iam.Commands.GetUser: instance Ord GetUserResponse
- Aws.Iam.Commands.GetUser: instance ResponseConsumer GetUser GetUserResponse
- Aws.Iam.Commands.GetUser: instance Show GetUser
- Aws.Iam.Commands.GetUser: instance Show GetUserResponse
- Aws.Iam.Commands.GetUser: instance SignQuery GetUser
- Aws.Iam.Commands.GetUser: instance Transaction GetUser GetUserResponse
- Aws.Iam.Commands.GetUser: instance Typeable GetUser
- Aws.Iam.Commands.GetUser: instance Typeable GetUserResponse
- Aws.Iam.Commands.GetUser: userArn :: User -> Text
- Aws.Iam.Commands.GetUser: userCreateDate :: User -> UTCTime
- Aws.Iam.Commands.GetUser: userPath :: User -> Text
- Aws.Iam.Commands.GetUser: userUserId :: User -> Text
- Aws.Iam.Commands.GetUser: userUserName :: User -> Text
- Aws.Iam.Commands.GetUserPolicy: gupPolicyName :: GetUserPolicy -> Text
- Aws.Iam.Commands.GetUserPolicy: gupUserName :: GetUserPolicy -> Text
- Aws.Iam.Commands.GetUserPolicy: guprPolicyDocument :: GetUserPolicyResponse -> Text
- Aws.Iam.Commands.GetUserPolicy: guprPolicyName :: GetUserPolicyResponse -> Text
- Aws.Iam.Commands.GetUserPolicy: guprUserName :: GetUserPolicyResponse -> Text
- Aws.Iam.Commands.GetUserPolicy: instance AsMemoryResponse GetUserPolicyResponse
- Aws.Iam.Commands.GetUserPolicy: instance Eq GetUserPolicy
- Aws.Iam.Commands.GetUserPolicy: instance Eq GetUserPolicyResponse
- Aws.Iam.Commands.GetUserPolicy: instance Ord GetUserPolicy
- Aws.Iam.Commands.GetUserPolicy: instance Ord GetUserPolicyResponse
- Aws.Iam.Commands.GetUserPolicy: instance ResponseConsumer GetUserPolicy GetUserPolicyResponse
- Aws.Iam.Commands.GetUserPolicy: instance Show GetUserPolicy
- Aws.Iam.Commands.GetUserPolicy: instance Show GetUserPolicyResponse
- Aws.Iam.Commands.GetUserPolicy: instance SignQuery GetUserPolicy
- Aws.Iam.Commands.GetUserPolicy: instance Transaction GetUserPolicy GetUserPolicyResponse
- Aws.Iam.Commands.GetUserPolicy: instance Typeable GetUserPolicy
- Aws.Iam.Commands.GetUserPolicy: instance Typeable GetUserPolicyResponse
- Aws.Iam.Commands.ListAccessKeys: instance AsMemoryResponse ListAccessKeysResponse
- Aws.Iam.Commands.ListAccessKeys: instance Eq AccessKeyMetadata
- Aws.Iam.Commands.ListAccessKeys: instance Eq ListAccessKeys
- Aws.Iam.Commands.ListAccessKeys: instance Eq ListAccessKeysResponse
- Aws.Iam.Commands.ListAccessKeys: instance IteratedTransaction ListAccessKeys ListAccessKeysResponse
- Aws.Iam.Commands.ListAccessKeys: instance Ord AccessKeyMetadata
- Aws.Iam.Commands.ListAccessKeys: instance Ord ListAccessKeys
- Aws.Iam.Commands.ListAccessKeys: instance Ord ListAccessKeysResponse
- Aws.Iam.Commands.ListAccessKeys: instance ResponseConsumer ListAccessKeys ListAccessKeysResponse
- Aws.Iam.Commands.ListAccessKeys: instance Show AccessKeyMetadata
- Aws.Iam.Commands.ListAccessKeys: instance Show ListAccessKeys
- Aws.Iam.Commands.ListAccessKeys: instance Show ListAccessKeysResponse
- Aws.Iam.Commands.ListAccessKeys: instance SignQuery ListAccessKeys
- Aws.Iam.Commands.ListAccessKeys: instance Transaction ListAccessKeys ListAccessKeysResponse
- Aws.Iam.Commands.ListAccessKeys: instance Typeable AccessKeyMetadata
- Aws.Iam.Commands.ListAccessKeys: instance Typeable ListAccessKeys
- Aws.Iam.Commands.ListAccessKeys: instance Typeable ListAccessKeysResponse
- Aws.Iam.Commands.ListAccessKeys: lakMarker :: ListAccessKeys -> Maybe Text
- Aws.Iam.Commands.ListAccessKeys: lakMaxItems :: ListAccessKeys -> Maybe Integer
- Aws.Iam.Commands.ListAccessKeys: lakUserName :: ListAccessKeys -> Maybe Text
- Aws.Iam.Commands.ListAccessKeys: lakrAccessKeyMetadata :: ListAccessKeysResponse -> [AccessKeyMetadata]
- Aws.Iam.Commands.ListAccessKeys: lakrIsTruncated :: ListAccessKeysResponse -> Bool
- Aws.Iam.Commands.ListAccessKeys: lakrMarker :: ListAccessKeysResponse -> Maybe Text
- Aws.Iam.Commands.ListUserPolicies: instance AsMemoryResponse ListUserPoliciesResponse
- Aws.Iam.Commands.ListUserPolicies: instance Eq ListUserPolicies
- Aws.Iam.Commands.ListUserPolicies: instance Eq ListUserPoliciesResponse
- Aws.Iam.Commands.ListUserPolicies: instance IteratedTransaction ListUserPolicies ListUserPoliciesResponse
- Aws.Iam.Commands.ListUserPolicies: instance Ord ListUserPolicies
- Aws.Iam.Commands.ListUserPolicies: instance Ord ListUserPoliciesResponse
- Aws.Iam.Commands.ListUserPolicies: instance ResponseConsumer ListUserPolicies ListUserPoliciesResponse
- Aws.Iam.Commands.ListUserPolicies: instance Show ListUserPolicies
- Aws.Iam.Commands.ListUserPolicies: instance Show ListUserPoliciesResponse
- Aws.Iam.Commands.ListUserPolicies: instance SignQuery ListUserPolicies
- Aws.Iam.Commands.ListUserPolicies: instance Transaction ListUserPolicies ListUserPoliciesResponse
- Aws.Iam.Commands.ListUserPolicies: instance Typeable ListUserPolicies
- Aws.Iam.Commands.ListUserPolicies: instance Typeable ListUserPoliciesResponse
- Aws.Iam.Commands.ListUserPolicies: lupMarker :: ListUserPolicies -> Maybe Text
- Aws.Iam.Commands.ListUserPolicies: lupMaxItems :: ListUserPolicies -> Maybe Integer
- Aws.Iam.Commands.ListUserPolicies: lupUserName :: ListUserPolicies -> Text
- Aws.Iam.Commands.ListUserPolicies: luprIsTruncated :: ListUserPoliciesResponse -> Bool
- Aws.Iam.Commands.ListUserPolicies: luprMarker :: ListUserPoliciesResponse -> Maybe Text
- Aws.Iam.Commands.ListUserPolicies: luprPolicyNames :: ListUserPoliciesResponse -> [Text]
- Aws.Iam.Commands.ListUsers: instance AsMemoryResponse ListUsersResponse
- Aws.Iam.Commands.ListUsers: instance Eq ListUsers
- Aws.Iam.Commands.ListUsers: instance Eq ListUsersResponse
- Aws.Iam.Commands.ListUsers: instance IteratedTransaction ListUsers ListUsersResponse
- Aws.Iam.Commands.ListUsers: instance Ord ListUsers
- Aws.Iam.Commands.ListUsers: instance Ord ListUsersResponse
- Aws.Iam.Commands.ListUsers: instance ResponseConsumer ListUsers ListUsersResponse
- Aws.Iam.Commands.ListUsers: instance Show ListUsers
- Aws.Iam.Commands.ListUsers: instance Show ListUsersResponse
- Aws.Iam.Commands.ListUsers: instance SignQuery ListUsers
- Aws.Iam.Commands.ListUsers: instance Transaction ListUsers ListUsersResponse
- Aws.Iam.Commands.ListUsers: instance Typeable ListUsers
- Aws.Iam.Commands.ListUsers: instance Typeable ListUsersResponse
- Aws.Iam.Commands.ListUsers: luMarker :: ListUsers -> Maybe Text
- Aws.Iam.Commands.ListUsers: luMaxItems :: ListUsers -> Maybe Integer
- Aws.Iam.Commands.ListUsers: luPathPrefix :: ListUsers -> Maybe Text
- Aws.Iam.Commands.ListUsers: lurIsTruncated :: ListUsersResponse -> Bool
- Aws.Iam.Commands.ListUsers: lurMarker :: ListUsersResponse -> Maybe Text
- Aws.Iam.Commands.ListUsers: lurUsers :: ListUsersResponse -> [User]
- Aws.Iam.Commands.ListUsers: userArn :: User -> Text
- Aws.Iam.Commands.ListUsers: userCreateDate :: User -> UTCTime
- Aws.Iam.Commands.ListUsers: userPath :: User -> Text
- Aws.Iam.Commands.ListUsers: userUserId :: User -> Text
- Aws.Iam.Commands.ListUsers: userUserName :: User -> Text
- Aws.Iam.Commands.PutUserPolicy: instance AsMemoryResponse PutUserPolicyResponse
- Aws.Iam.Commands.PutUserPolicy: instance Eq PutUserPolicy
- Aws.Iam.Commands.PutUserPolicy: instance Eq PutUserPolicyResponse
- Aws.Iam.Commands.PutUserPolicy: instance Ord PutUserPolicy
- Aws.Iam.Commands.PutUserPolicy: instance Ord PutUserPolicyResponse
- Aws.Iam.Commands.PutUserPolicy: instance ResponseConsumer PutUserPolicy PutUserPolicyResponse
- Aws.Iam.Commands.PutUserPolicy: instance Show PutUserPolicy
- Aws.Iam.Commands.PutUserPolicy: instance Show PutUserPolicyResponse
- Aws.Iam.Commands.PutUserPolicy: instance SignQuery PutUserPolicy
- Aws.Iam.Commands.PutUserPolicy: instance Transaction PutUserPolicy PutUserPolicyResponse
- Aws.Iam.Commands.PutUserPolicy: instance Typeable PutUserPolicy
- Aws.Iam.Commands.PutUserPolicy: instance Typeable PutUserPolicyResponse
- Aws.Iam.Commands.PutUserPolicy: pupPolicyDocument :: PutUserPolicy -> Text
- Aws.Iam.Commands.PutUserPolicy: pupPolicyName :: PutUserPolicy -> Text
- Aws.Iam.Commands.PutUserPolicy: pupUserName :: PutUserPolicy -> Text
- Aws.Iam.Commands.UpdateAccessKey: instance AsMemoryResponse UpdateAccessKeyResponse
- Aws.Iam.Commands.UpdateAccessKey: instance Eq UpdateAccessKey
- Aws.Iam.Commands.UpdateAccessKey: instance Eq UpdateAccessKeyResponse
- Aws.Iam.Commands.UpdateAccessKey: instance Ord UpdateAccessKey
- Aws.Iam.Commands.UpdateAccessKey: instance Ord UpdateAccessKeyResponse
- Aws.Iam.Commands.UpdateAccessKey: instance ResponseConsumer UpdateAccessKey UpdateAccessKeyResponse
- Aws.Iam.Commands.UpdateAccessKey: instance Show UpdateAccessKey
- Aws.Iam.Commands.UpdateAccessKey: instance Show UpdateAccessKeyResponse
- Aws.Iam.Commands.UpdateAccessKey: instance SignQuery UpdateAccessKey
- Aws.Iam.Commands.UpdateAccessKey: instance Transaction UpdateAccessKey UpdateAccessKeyResponse
- Aws.Iam.Commands.UpdateAccessKey: instance Typeable UpdateAccessKey
- Aws.Iam.Commands.UpdateAccessKey: instance Typeable UpdateAccessKeyResponse
- Aws.Iam.Commands.UpdateAccessKey: uakAccessKeyId :: UpdateAccessKey -> Text
- Aws.Iam.Commands.UpdateAccessKey: uakStatus :: UpdateAccessKey -> AccessKeyStatus
- Aws.Iam.Commands.UpdateAccessKey: uakUserName :: UpdateAccessKey -> Maybe Text
- Aws.Iam.Commands.UpdateUser: instance AsMemoryResponse UpdateUserResponse
- Aws.Iam.Commands.UpdateUser: instance Eq UpdateUser
- Aws.Iam.Commands.UpdateUser: instance Eq UpdateUserResponse
- Aws.Iam.Commands.UpdateUser: instance Ord UpdateUser
- Aws.Iam.Commands.UpdateUser: instance Ord UpdateUserResponse
- Aws.Iam.Commands.UpdateUser: instance ResponseConsumer UpdateUser UpdateUserResponse
- Aws.Iam.Commands.UpdateUser: instance Show UpdateUser
- Aws.Iam.Commands.UpdateUser: instance Show UpdateUserResponse
- Aws.Iam.Commands.UpdateUser: instance SignQuery UpdateUser
- Aws.Iam.Commands.UpdateUser: instance Transaction UpdateUser UpdateUserResponse
- Aws.Iam.Commands.UpdateUser: instance Typeable UpdateUser
- Aws.Iam.Commands.UpdateUser: instance Typeable UpdateUserResponse
- Aws.Iam.Commands.UpdateUser: uuNewPath :: UpdateUser -> Maybe Text
- Aws.Iam.Commands.UpdateUser: uuNewUserName :: UpdateUser -> Maybe Text
- Aws.Iam.Commands.UpdateUser: uuUserName :: UpdateUser -> Text
- Aws.Iam.Core: iamEndpoint :: IamConfiguration qt -> ByteString
- Aws.Iam.Core: iamErrorCode :: IamError -> Text
- Aws.Iam.Core: iamErrorMessage :: IamError -> Text
- Aws.Iam.Core: iamHttpMethod :: IamConfiguration qt -> Method
- Aws.Iam.Core: iamPort :: IamConfiguration qt -> Int
- Aws.Iam.Core: iamProtocol :: IamConfiguration qt -> Protocol
- Aws.Iam.Core: iamStatusCode :: IamError -> Status
- Aws.Iam.Core: instance DefaultServiceConfiguration (IamConfiguration NormalQuery)
- Aws.Iam.Core: instance DefaultServiceConfiguration (IamConfiguration UriOnlyQuery)
- Aws.Iam.Core: instance Eq AccessKeyStatus
- Aws.Iam.Core: instance Eq User
- Aws.Iam.Core: instance Exception IamError
- Aws.Iam.Core: instance Loggable IamMetadata
- Aws.Iam.Core: instance Monoid IamMetadata
- Aws.Iam.Core: instance Ord AccessKeyStatus
- Aws.Iam.Core: instance Ord User
- Aws.Iam.Core: instance Show (IamConfiguration qt)
- Aws.Iam.Core: instance Show AccessKeyStatus
- Aws.Iam.Core: instance Show IamError
- Aws.Iam.Core: instance Show IamMetadata
- Aws.Iam.Core: instance Show User
- Aws.Iam.Core: instance Typeable AccessKeyStatus
- Aws.Iam.Core: instance Typeable IamError
- Aws.Iam.Core: instance Typeable IamMetadata
- Aws.Iam.Core: instance Typeable User
- Aws.Iam.Core: requestId :: IamMetadata -> Maybe Text
- Aws.Iam.Core: userArn :: User -> Text
- Aws.Iam.Core: userCreateDate :: User -> UTCTime
- Aws.Iam.Core: userPath :: User -> Text
- Aws.Iam.Core: userUserId :: User -> Text
- Aws.Iam.Core: userUserName :: User -> Text
- Aws.S3.Commands.CopyObject: coAcl :: CopyObject -> Maybe CannedAcl
- Aws.S3.Commands.CopyObject: coBucket :: CopyObject -> Bucket
- Aws.S3.Commands.CopyObject: coContentType :: CopyObject -> Maybe ByteString
- Aws.S3.Commands.CopyObject: coIfMatch :: CopyObject -> Maybe Text
- Aws.S3.Commands.CopyObject: coIfModifiedSince :: CopyObject -> Maybe UTCTime
- Aws.S3.Commands.CopyObject: coIfNoneMatch :: CopyObject -> Maybe Text
- Aws.S3.Commands.CopyObject: coIfUnmodifiedSince :: CopyObject -> Maybe UTCTime
- Aws.S3.Commands.CopyObject: coMetadataDirective :: CopyObject -> CopyMetadataDirective
- Aws.S3.Commands.CopyObject: coObjectName :: CopyObject -> Text
- Aws.S3.Commands.CopyObject: coSource :: CopyObject -> ObjectId
- Aws.S3.Commands.CopyObject: coStorageClass :: CopyObject -> Maybe StorageClass
- Aws.S3.Commands.CopyObject: corETag :: CopyObjectResponse -> Text
- Aws.S3.Commands.CopyObject: corLastModified :: CopyObjectResponse -> UTCTime
- Aws.S3.Commands.CopyObject: corVersionId :: CopyObjectResponse -> Maybe Text
- Aws.S3.Commands.CopyObject: instance AsMemoryResponse CopyObjectResponse
- Aws.S3.Commands.CopyObject: instance ResponseConsumer CopyObject CopyObjectResponse
- Aws.S3.Commands.CopyObject: instance Show CopyMetadataDirective
- Aws.S3.Commands.CopyObject: instance Show CopyObject
- Aws.S3.Commands.CopyObject: instance Show CopyObjectResponse
- Aws.S3.Commands.CopyObject: instance SignQuery CopyObject
- Aws.S3.Commands.CopyObject: instance Transaction CopyObject CopyObjectResponse
- Aws.S3.Commands.DeleteBucket: dbBucket :: DeleteBucket -> Bucket
- Aws.S3.Commands.DeleteBucket: instance AsMemoryResponse DeleteBucketResponse
- Aws.S3.Commands.DeleteBucket: instance ResponseConsumer DeleteBucket DeleteBucketResponse
- Aws.S3.Commands.DeleteBucket: instance Show DeleteBucket
- Aws.S3.Commands.DeleteBucket: instance Show DeleteBucketResponse
- Aws.S3.Commands.DeleteBucket: instance SignQuery DeleteBucket
- Aws.S3.Commands.DeleteBucket: instance Transaction DeleteBucket DeleteBucketResponse
- Aws.S3.Commands.DeleteObject: doBucket :: DeleteObject -> Bucket
- Aws.S3.Commands.DeleteObject: doObjectName :: DeleteObject -> Text
- Aws.S3.Commands.DeleteObject: instance AsMemoryResponse DeleteObjectResponse
- Aws.S3.Commands.DeleteObject: instance ResponseConsumer DeleteObject DeleteObjectResponse
- Aws.S3.Commands.DeleteObject: instance SignQuery DeleteObject
- Aws.S3.Commands.DeleteObject: instance Transaction DeleteObject DeleteObjectResponse
- Aws.S3.Commands.DeleteObjects: ddDeleteMarkerVersionId :: DORDeleted -> Maybe Text
- Aws.S3.Commands.DeleteObjects: ddKey :: DORDeleted -> Text
- Aws.S3.Commands.DeleteObjects: ddVersionId :: DORDeleted -> Maybe Text
- Aws.S3.Commands.DeleteObjects: deCode :: DORErrors -> Text
- Aws.S3.Commands.DeleteObjects: deKey :: DORErrors -> Text
- Aws.S3.Commands.DeleteObjects: deMessage :: DORErrors -> Text
- Aws.S3.Commands.DeleteObjects: dorDeleted :: DeleteObjectsResponse -> [DORDeleted]
- Aws.S3.Commands.DeleteObjects: dorErrors :: DeleteObjectsResponse -> [DORErrors]
- Aws.S3.Commands.DeleteObjects: dosBucket :: DeleteObjects -> Bucket
- Aws.S3.Commands.DeleteObjects: dosMultiFactorAuthentication :: DeleteObjects -> Maybe Text
- Aws.S3.Commands.DeleteObjects: dosObjects :: DeleteObjects -> [(Object, Maybe Text)]
- Aws.S3.Commands.DeleteObjects: dosQuiet :: DeleteObjects -> Bool
- Aws.S3.Commands.DeleteObjects: instance AsMemoryResponse DeleteObjectsResponse
- Aws.S3.Commands.DeleteObjects: instance ResponseConsumer DeleteObjects DeleteObjectsResponse
- Aws.S3.Commands.DeleteObjects: instance Show DORDeleted
- Aws.S3.Commands.DeleteObjects: instance Show DORErrors
- Aws.S3.Commands.DeleteObjects: instance Show DeleteObjects
- Aws.S3.Commands.DeleteObjects: instance Show DeleteObjectsResponse
- Aws.S3.Commands.DeleteObjects: instance SignQuery DeleteObjects
- Aws.S3.Commands.DeleteObjects: instance Transaction DeleteObjects DeleteObjectsResponse
- Aws.S3.Commands.GetBucket: gbBucket :: GetBucket -> Bucket
- Aws.S3.Commands.GetBucket: gbDelimiter :: GetBucket -> Maybe Text
- Aws.S3.Commands.GetBucket: gbMarker :: GetBucket -> Maybe Text
- Aws.S3.Commands.GetBucket: gbMaxKeys :: GetBucket -> Maybe Int
- Aws.S3.Commands.GetBucket: gbPrefix :: GetBucket -> Maybe Text
- Aws.S3.Commands.GetBucket: gbrCommonPrefixes :: GetBucketResponse -> [Text]
- Aws.S3.Commands.GetBucket: gbrContents :: GetBucketResponse -> [ObjectInfo]
- Aws.S3.Commands.GetBucket: gbrDelimiter :: GetBucketResponse -> Maybe Text
- Aws.S3.Commands.GetBucket: gbrIsTruncated :: GetBucketResponse -> Bool
- Aws.S3.Commands.GetBucket: gbrMarker :: GetBucketResponse -> Maybe Text
- Aws.S3.Commands.GetBucket: gbrMaxKeys :: GetBucketResponse -> Maybe Int
- Aws.S3.Commands.GetBucket: gbrName :: GetBucketResponse -> Bucket
- Aws.S3.Commands.GetBucket: gbrNextMarker :: GetBucketResponse -> Maybe Text
- Aws.S3.Commands.GetBucket: gbrPrefix :: GetBucketResponse -> Maybe Text
- Aws.S3.Commands.GetBucket: instance AsMemoryResponse GetBucketResponse
- Aws.S3.Commands.GetBucket: instance IteratedTransaction GetBucket GetBucketResponse
- Aws.S3.Commands.GetBucket: instance ListResponse GetBucketResponse ObjectInfo
- Aws.S3.Commands.GetBucket: instance ResponseConsumer r GetBucketResponse
- Aws.S3.Commands.GetBucket: instance Show GetBucket
- Aws.S3.Commands.GetBucket: instance Show GetBucketResponse
- Aws.S3.Commands.GetBucket: instance SignQuery GetBucket
- Aws.S3.Commands.GetBucket: instance Transaction GetBucket GetBucketResponse
- Aws.S3.Commands.GetBucketLocation: gblBucket :: GetBucketLocation -> Bucket
- Aws.S3.Commands.GetBucketLocation: gblrLocationConstraint :: GetBucketLocationResponse -> LocationConstraint
- Aws.S3.Commands.GetBucketLocation: instance AsMemoryResponse GetBucketLocationResponse
- Aws.S3.Commands.GetBucketLocation: instance ResponseConsumer r GetBucketLocationResponse
- Aws.S3.Commands.GetBucketLocation: instance Show GetBucketLocation
- Aws.S3.Commands.GetBucketLocation: instance Show GetBucketLocationResponse
- Aws.S3.Commands.GetBucketLocation: instance SignQuery GetBucketLocation
- Aws.S3.Commands.GetBucketLocation: instance Transaction GetBucketLocation GetBucketLocationResponse
- Aws.S3.Commands.GetObject: goBucket :: GetObject -> Bucket
- Aws.S3.Commands.GetObject: goObjectName :: GetObject -> Object
- Aws.S3.Commands.GetObject: goResponseCacheControl :: GetObject -> Maybe Text
- Aws.S3.Commands.GetObject: goResponseContentDisposition :: GetObject -> Maybe Text
- Aws.S3.Commands.GetObject: goResponseContentEncoding :: GetObject -> Maybe Text
- Aws.S3.Commands.GetObject: goResponseContentLanguage :: GetObject -> Maybe Text
- Aws.S3.Commands.GetObject: goResponseContentRange :: GetObject -> Maybe (Int, Int)
- Aws.S3.Commands.GetObject: goResponseContentType :: GetObject -> Maybe Text
- Aws.S3.Commands.GetObject: goResponseExpires :: GetObject -> Maybe Text
- Aws.S3.Commands.GetObject: goVersionId :: GetObject -> Maybe Text
- Aws.S3.Commands.GetObject: gorMetadata :: GetObjectResponse -> ObjectMetadata
- Aws.S3.Commands.GetObject: gorResponse :: GetObjectResponse -> Response (ResumableSource (ResourceT IO) ByteString)
- Aws.S3.Commands.GetObject: instance AsMemoryResponse GetObjectResponse
- Aws.S3.Commands.GetObject: instance ResponseConsumer GetObject GetObjectResponse
- Aws.S3.Commands.GetObject: instance Show GetObject
- Aws.S3.Commands.GetObject: instance Show GetObjectMemoryResponse
- Aws.S3.Commands.GetObject: instance SignQuery GetObject
- Aws.S3.Commands.GetObject: instance Transaction GetObject GetObjectResponse
- Aws.S3.Commands.GetService: gsrBuckets :: GetServiceResponse -> [BucketInfo]
- Aws.S3.Commands.GetService: gsrOwner :: GetServiceResponse -> UserInfo
- Aws.S3.Commands.GetService: instance AsMemoryResponse GetServiceResponse
- Aws.S3.Commands.GetService: instance ResponseConsumer r GetServiceResponse
- Aws.S3.Commands.GetService: instance Show GetServiceResponse
- Aws.S3.Commands.GetService: instance SignQuery GetService
- Aws.S3.Commands.GetService: instance Transaction GetService GetServiceResponse
- Aws.S3.Commands.HeadObject: hoBucket :: HeadObject -> Bucket
- Aws.S3.Commands.HeadObject: hoObjectName :: HeadObject -> Object
- Aws.S3.Commands.HeadObject: hoVersionId :: HeadObject -> Maybe Text
- Aws.S3.Commands.HeadObject: horMetadata :: HeadObjectResponse -> Maybe ObjectMetadata
- Aws.S3.Commands.HeadObject: instance AsMemoryResponse HeadObjectResponse
- Aws.S3.Commands.HeadObject: instance ResponseConsumer HeadObject HeadObjectResponse
- Aws.S3.Commands.HeadObject: instance Show HeadObject
- Aws.S3.Commands.HeadObject: instance Show HeadObjectMemoryResponse
- Aws.S3.Commands.HeadObject: instance SignQuery HeadObject
- Aws.S3.Commands.HeadObject: instance Transaction HeadObject HeadObjectResponse
- Aws.S3.Commands.Multipart: amuBucket :: AbortMultipartUpload -> Bucket
- Aws.S3.Commands.Multipart: amuObjectName :: AbortMultipartUpload -> Object
- Aws.S3.Commands.Multipart: amuUploadId :: AbortMultipartUpload -> Text
- Aws.S3.Commands.Multipart: cmuBucket :: CompleteMultipartUpload -> Bucket
- Aws.S3.Commands.Multipart: cmuExpiration :: CompleteMultipartUpload -> Maybe Text
- Aws.S3.Commands.Multipart: cmuObjectName :: CompleteMultipartUpload -> Object
- Aws.S3.Commands.Multipart: cmuPartNumberAndEtags :: CompleteMultipartUpload -> [(Integer, Text)]
- Aws.S3.Commands.Multipart: cmuServerSideEncryption :: CompleteMultipartUpload -> Maybe Text
- Aws.S3.Commands.Multipart: cmuServerSideEncryptionCustomerAlgorithm :: CompleteMultipartUpload -> Maybe Text
- Aws.S3.Commands.Multipart: cmuUploadId :: CompleteMultipartUpload -> Text
- Aws.S3.Commands.Multipart: cmuVersionId :: CompleteMultipartUpload -> Maybe Text
- Aws.S3.Commands.Multipart: cmurBucket :: CompleteMultipartUploadResponse -> !Bucket
- Aws.S3.Commands.Multipart: cmurETag :: CompleteMultipartUploadResponse -> !Text
- Aws.S3.Commands.Multipart: cmurKey :: CompleteMultipartUploadResponse -> !Text
- Aws.S3.Commands.Multipart: cmurLocation :: CompleteMultipartUploadResponse -> !Text
- Aws.S3.Commands.Multipart: imuAcl :: InitiateMultipartUpload -> Maybe CannedAcl
- Aws.S3.Commands.Multipart: imuAutoMakeBucket :: InitiateMultipartUpload -> Bool
- Aws.S3.Commands.Multipart: imuBucket :: InitiateMultipartUpload -> Bucket
- Aws.S3.Commands.Multipart: imuCacheControl :: InitiateMultipartUpload -> Maybe Text
- Aws.S3.Commands.Multipart: imuContentDisposition :: InitiateMultipartUpload -> Maybe Text
- Aws.S3.Commands.Multipart: imuContentEncoding :: InitiateMultipartUpload -> Maybe Text
- Aws.S3.Commands.Multipart: imuContentType :: InitiateMultipartUpload -> Maybe Text
- Aws.S3.Commands.Multipart: imuExpires :: InitiateMultipartUpload -> Maybe Int
- Aws.S3.Commands.Multipart: imuMetadata :: InitiateMultipartUpload -> [(Text, Text)]
- Aws.S3.Commands.Multipart: imuObjectName :: InitiateMultipartUpload -> Object
- Aws.S3.Commands.Multipart: imuServerSideEncryption :: InitiateMultipartUpload -> Maybe ServerSideEncryption
- Aws.S3.Commands.Multipart: imuStorageClass :: InitiateMultipartUpload -> Maybe StorageClass
- Aws.S3.Commands.Multipart: imuWebsiteRedirectLocation :: InitiateMultipartUpload -> Maybe Text
- Aws.S3.Commands.Multipart: imurBucket :: InitiateMultipartUploadResponse -> !Bucket
- Aws.S3.Commands.Multipart: imurKey :: InitiateMultipartUploadResponse -> !Text
- Aws.S3.Commands.Multipart: imurUploadId :: InitiateMultipartUploadResponse -> !Text
- Aws.S3.Commands.Multipart: instance AsMemoryResponse AbortMultipartUploadResponse
- Aws.S3.Commands.Multipart: instance AsMemoryResponse CompleteMultipartUploadResponse
- Aws.S3.Commands.Multipart: instance AsMemoryResponse InitiateMultipartUploadResponse
- Aws.S3.Commands.Multipart: instance AsMemoryResponse UploadPartResponse
- Aws.S3.Commands.Multipart: instance ResponseConsumer UploadPart UploadPartResponse
- Aws.S3.Commands.Multipart: instance ResponseConsumer r AbortMultipartUploadResponse
- Aws.S3.Commands.Multipart: instance ResponseConsumer r CompleteMultipartUploadResponse
- Aws.S3.Commands.Multipart: instance ResponseConsumer r InitiateMultipartUploadResponse
- Aws.S3.Commands.Multipart: instance Show AbortMultipartUpload
- Aws.S3.Commands.Multipart: instance Show CompleteMultipartUpload
- Aws.S3.Commands.Multipart: instance Show InitiateMultipartUpload
- Aws.S3.Commands.Multipart: instance Show UploadPartResponse
- Aws.S3.Commands.Multipart: instance SignQuery AbortMultipartUpload
- Aws.S3.Commands.Multipart: instance SignQuery CompleteMultipartUpload
- Aws.S3.Commands.Multipart: instance SignQuery InitiateMultipartUpload
- Aws.S3.Commands.Multipart: instance SignQuery UploadPart
- Aws.S3.Commands.Multipart: instance Transaction AbortMultipartUpload AbortMultipartUploadResponse
- Aws.S3.Commands.Multipart: instance Transaction CompleteMultipartUpload CompleteMultipartUploadResponse
- Aws.S3.Commands.Multipart: instance Transaction InitiateMultipartUpload InitiateMultipartUploadResponse
- Aws.S3.Commands.Multipart: instance Transaction UploadPart UploadPartResponse
- Aws.S3.Commands.Multipart: upBucket :: UploadPart -> Bucket
- Aws.S3.Commands.Multipart: upContentMD5 :: UploadPart -> Maybe (Digest MD5)
- Aws.S3.Commands.Multipart: upContentType :: UploadPart -> Maybe ByteString
- Aws.S3.Commands.Multipart: upExpect100Continue :: UploadPart -> Bool
- Aws.S3.Commands.Multipart: upObjectName :: UploadPart -> Text
- Aws.S3.Commands.Multipart: upPartNumber :: UploadPart -> Integer
- Aws.S3.Commands.Multipart: upRequestBody :: UploadPart -> RequestBody
- Aws.S3.Commands.Multipart: upServerSideEncryption :: UploadPart -> Maybe ServerSideEncryption
- Aws.S3.Commands.Multipart: upUploadId :: UploadPart -> Text
- Aws.S3.Commands.Multipart: uprETag :: UploadPartResponse -> !Text
- Aws.S3.Commands.Multipart: uprVersionId :: UploadPartResponse -> !(Maybe Text)
- Aws.S3.Commands.PutBucket: instance AsMemoryResponse PutBucketResponse
- Aws.S3.Commands.PutBucket: instance ResponseConsumer r PutBucketResponse
- Aws.S3.Commands.PutBucket: instance Show PutBucket
- Aws.S3.Commands.PutBucket: instance Show PutBucketResponse
- Aws.S3.Commands.PutBucket: instance SignQuery PutBucket
- Aws.S3.Commands.PutBucket: instance Transaction PutBucket PutBucketResponse
- Aws.S3.Commands.PutBucket: pbBucket :: PutBucket -> Bucket
- Aws.S3.Commands.PutBucket: pbCannedAcl :: PutBucket -> Maybe CannedAcl
- Aws.S3.Commands.PutBucket: pbLocationConstraint :: PutBucket -> LocationConstraint
- Aws.S3.Commands.PutObject: instance AsMemoryResponse PutObjectResponse
- Aws.S3.Commands.PutObject: instance ResponseConsumer PutObject PutObjectResponse
- Aws.S3.Commands.PutObject: instance Show PutObjectResponse
- Aws.S3.Commands.PutObject: instance SignQuery PutObject
- Aws.S3.Commands.PutObject: instance Transaction PutObject PutObjectResponse
- Aws.S3.Commands.PutObject: poAcl :: PutObject -> Maybe CannedAcl
- Aws.S3.Commands.PutObject: poAutoMakeBucket :: PutObject -> Bool
- Aws.S3.Commands.PutObject: poBucket :: PutObject -> Bucket
- Aws.S3.Commands.PutObject: poCacheControl :: PutObject -> Maybe Text
- Aws.S3.Commands.PutObject: poContentDisposition :: PutObject -> Maybe Text
- Aws.S3.Commands.PutObject: poContentEncoding :: PutObject -> Maybe Text
- Aws.S3.Commands.PutObject: poContentMD5 :: PutObject -> Maybe (Digest MD5)
- Aws.S3.Commands.PutObject: poContentType :: PutObject -> Maybe ByteString
- Aws.S3.Commands.PutObject: poExpect100Continue :: PutObject -> Bool
- Aws.S3.Commands.PutObject: poExpires :: PutObject -> Maybe Int
- Aws.S3.Commands.PutObject: poMetadata :: PutObject -> [(Text, Text)]
- Aws.S3.Commands.PutObject: poObjectName :: PutObject -> Text
- Aws.S3.Commands.PutObject: poRequestBody :: PutObject -> RequestBody
- Aws.S3.Commands.PutObject: poServerSideEncryption :: PutObject -> Maybe ServerSideEncryption
- Aws.S3.Commands.PutObject: poStorageClass :: PutObject -> Maybe StorageClass
- Aws.S3.Commands.PutObject: poWebsiteRedirectLocation :: PutObject -> Maybe Text
- Aws.S3.Commands.PutObject: porVersionId :: PutObjectResponse -> Maybe Text
- Aws.S3.Core: bucketCreationDate :: BucketInfo -> UTCTime
- Aws.S3.Core: bucketName :: BucketInfo -> Bucket
- Aws.S3.Core: instance DefaultServiceConfiguration (S3Configuration NormalQuery)
- Aws.S3.Core: instance DefaultServiceConfiguration (S3Configuration UriOnlyQuery)
- Aws.S3.Core: instance Exception S3Error
- Aws.S3.Core: instance Loggable S3Metadata
- Aws.S3.Core: instance Monoid S3Metadata
- Aws.S3.Core: instance Show (S3Configuration qt)
- Aws.S3.Core: instance Show BucketInfo
- Aws.S3.Core: instance Show CannedAcl
- Aws.S3.Core: instance Show ObjectId
- Aws.S3.Core: instance Show ObjectInfo
- Aws.S3.Core: instance Show ObjectMetadata
- Aws.S3.Core: instance Show RequestStyle
- Aws.S3.Core: instance Show S3Authorization
- Aws.S3.Core: instance Show S3Error
- Aws.S3.Core: instance Show S3Metadata
- Aws.S3.Core: instance Show S3Query
- Aws.S3.Core: instance Show ServerSideEncryption
- Aws.S3.Core: instance Show StorageClass
- Aws.S3.Core: instance Show UserInfo
- Aws.S3.Core: instance Typeable S3Error
- Aws.S3.Core: instance Typeable S3Metadata
- Aws.S3.Core: objectETag :: ObjectInfo -> Text
- Aws.S3.Core: objectKey :: ObjectInfo -> Text
- Aws.S3.Core: objectLastModified :: ObjectInfo -> UTCTime
- Aws.S3.Core: objectOwner :: ObjectInfo -> Maybe UserInfo
- Aws.S3.Core: objectSize :: ObjectInfo -> Integer
- Aws.S3.Core: objectStorageClass :: ObjectInfo -> StorageClass
- Aws.S3.Core: oidBucket :: ObjectId -> Bucket
- Aws.S3.Core: oidObject :: ObjectId -> Object
- Aws.S3.Core: oidVersion :: ObjectId -> Maybe Text
- Aws.S3.Core: omDeleteMarker :: ObjectMetadata -> Bool
- Aws.S3.Core: omETag :: ObjectMetadata -> Text
- Aws.S3.Core: omLastModified :: ObjectMetadata -> UTCTime
- Aws.S3.Core: omMissingUserMetadata :: ObjectMetadata -> Maybe Text
- Aws.S3.Core: omServerSideEncryption :: ObjectMetadata -> Maybe ServerSideEncryption
- Aws.S3.Core: omUserMetadata :: ObjectMetadata -> [(Text, Text)]
- Aws.S3.Core: omVersionId :: ObjectMetadata -> Maybe Text
- Aws.S3.Core: s3DefaultExpiry :: S3Configuration qt -> NominalDiffTime
- Aws.S3.Core: s3Endpoint :: S3Configuration qt -> ByteString
- Aws.S3.Core: s3ErrorAccessKeyId :: S3Error -> Maybe Text
- Aws.S3.Core: s3ErrorBucket :: S3Error -> Maybe Text
- Aws.S3.Core: s3ErrorCode :: S3Error -> ErrorCode
- Aws.S3.Core: s3ErrorEndpoint :: S3Error -> Maybe ByteString
- Aws.S3.Core: s3ErrorEndpointRaw :: S3Error -> Maybe Text
- Aws.S3.Core: s3ErrorHostId :: S3Error -> Maybe Text
- Aws.S3.Core: s3ErrorMessage :: S3Error -> Text
- Aws.S3.Core: s3ErrorResource :: S3Error -> Maybe Text
- Aws.S3.Core: s3ErrorStringToSign :: S3Error -> Maybe ByteString
- Aws.S3.Core: s3MAmzId2 :: S3Metadata -> Maybe Text
- Aws.S3.Core: s3MRequestId :: S3Metadata -> Maybe Text
- Aws.S3.Core: s3Port :: S3Configuration qt -> Int
- Aws.S3.Core: s3Protocol :: S3Configuration qt -> Protocol
- Aws.S3.Core: s3QAmzHeaders :: S3Query -> RequestHeaders
- Aws.S3.Core: s3QBucket :: S3Query -> Maybe ByteString
- Aws.S3.Core: s3QContentMd5 :: S3Query -> Maybe (Digest MD5)
- Aws.S3.Core: s3QContentType :: S3Query -> Maybe ByteString
- Aws.S3.Core: s3QMethod :: S3Query -> Method
- Aws.S3.Core: s3QObject :: S3Query -> Maybe ByteString
- Aws.S3.Core: s3QOtherHeaders :: S3Query -> RequestHeaders
- Aws.S3.Core: s3QQuery :: S3Query -> Query
- Aws.S3.Core: s3QRequestBody :: S3Query -> Maybe RequestBody
- Aws.S3.Core: s3QSubresources :: S3Query -> Query
- Aws.S3.Core: s3RequestStyle :: S3Configuration qt -> RequestStyle
- Aws.S3.Core: s3ServerSideEncryption :: S3Configuration qt -> Maybe ServerSideEncryption
- Aws.S3.Core: s3StatusCode :: S3Error -> Status
- Aws.S3.Core: s3UseUri :: S3Configuration qt -> Bool
- Aws.S3.Core: userDisplayName :: UserInfo -> Text
- Aws.S3.Core: userId :: UserInfo -> CanonicalUserId
- Aws.Ses.Commands.DeleteIdentity: instance AsMemoryResponse DeleteIdentityResponse
- Aws.Ses.Commands.DeleteIdentity: instance Eq DeleteIdentity
- Aws.Ses.Commands.DeleteIdentity: instance Eq DeleteIdentityResponse
- Aws.Ses.Commands.DeleteIdentity: instance Ord DeleteIdentity
- Aws.Ses.Commands.DeleteIdentity: instance Ord DeleteIdentityResponse
- Aws.Ses.Commands.DeleteIdentity: instance ResponseConsumer DeleteIdentity DeleteIdentityResponse
- Aws.Ses.Commands.DeleteIdentity: instance Show DeleteIdentity
- Aws.Ses.Commands.DeleteIdentity: instance Show DeleteIdentityResponse
- Aws.Ses.Commands.DeleteIdentity: instance SignQuery DeleteIdentity
- Aws.Ses.Commands.DeleteIdentity: instance Transaction DeleteIdentity DeleteIdentityResponse
- Aws.Ses.Commands.DeleteIdentity: instance Typeable DeleteIdentity
- Aws.Ses.Commands.DeleteIdentity: instance Typeable DeleteIdentityResponse
- Aws.Ses.Commands.GetIdentityDkimAttributes: idDkimEnabled :: IdentityDkimAttributes -> Bool
- Aws.Ses.Commands.GetIdentityDkimAttributes: idDkimTokens :: IdentityDkimAttributes -> [Text]
- Aws.Ses.Commands.GetIdentityDkimAttributes: idDkimVerirficationStatus :: IdentityDkimAttributes -> Text
- Aws.Ses.Commands.GetIdentityDkimAttributes: idIdentity :: IdentityDkimAttributes -> Text
- Aws.Ses.Commands.GetIdentityDkimAttributes: instance AsMemoryResponse GetIdentityDkimAttributesResponse
- Aws.Ses.Commands.GetIdentityDkimAttributes: instance Eq GetIdentityDkimAttributes
- Aws.Ses.Commands.GetIdentityDkimAttributes: instance Eq GetIdentityDkimAttributesResponse
- Aws.Ses.Commands.GetIdentityDkimAttributes: instance Eq IdentityDkimAttributes
- Aws.Ses.Commands.GetIdentityDkimAttributes: instance Ord GetIdentityDkimAttributes
- Aws.Ses.Commands.GetIdentityDkimAttributes: instance Ord GetIdentityDkimAttributesResponse
- Aws.Ses.Commands.GetIdentityDkimAttributes: instance Ord IdentityDkimAttributes
- Aws.Ses.Commands.GetIdentityDkimAttributes: instance ResponseConsumer GetIdentityDkimAttributes GetIdentityDkimAttributesResponse
- Aws.Ses.Commands.GetIdentityDkimAttributes: instance Show GetIdentityDkimAttributes
- Aws.Ses.Commands.GetIdentityDkimAttributes: instance Show GetIdentityDkimAttributesResponse
- Aws.Ses.Commands.GetIdentityDkimAttributes: instance Show IdentityDkimAttributes
- Aws.Ses.Commands.GetIdentityDkimAttributes: instance SignQuery GetIdentityDkimAttributes
- Aws.Ses.Commands.GetIdentityDkimAttributes: instance Transaction GetIdentityDkimAttributes GetIdentityDkimAttributesResponse
- Aws.Ses.Commands.GetIdentityDkimAttributes: instance Typeable GetIdentityDkimAttributes
- Aws.Ses.Commands.GetIdentityDkimAttributes: instance Typeable GetIdentityDkimAttributesResponse
- Aws.Ses.Commands.GetIdentityDkimAttributes: instance Typeable IdentityDkimAttributes
- Aws.Ses.Commands.GetIdentityNotificationAttributes: inBounceTopic :: IdentityNotificationAttributes -> Maybe Text
- Aws.Ses.Commands.GetIdentityNotificationAttributes: inComplaintTopic :: IdentityNotificationAttributes -> Maybe Text
- Aws.Ses.Commands.GetIdentityNotificationAttributes: inForwardingEnabled :: IdentityNotificationAttributes -> Bool
- Aws.Ses.Commands.GetIdentityNotificationAttributes: inIdentity :: IdentityNotificationAttributes -> Text
- Aws.Ses.Commands.GetIdentityNotificationAttributes: instance AsMemoryResponse GetIdentityNotificationAttributesResponse
- Aws.Ses.Commands.GetIdentityNotificationAttributes: instance Eq GetIdentityNotificationAttributes
- Aws.Ses.Commands.GetIdentityNotificationAttributes: instance Eq GetIdentityNotificationAttributesResponse
- Aws.Ses.Commands.GetIdentityNotificationAttributes: instance Eq IdentityNotificationAttributes
- Aws.Ses.Commands.GetIdentityNotificationAttributes: instance Ord GetIdentityNotificationAttributes
- Aws.Ses.Commands.GetIdentityNotificationAttributes: instance Ord GetIdentityNotificationAttributesResponse
- Aws.Ses.Commands.GetIdentityNotificationAttributes: instance Ord IdentityNotificationAttributes
- Aws.Ses.Commands.GetIdentityNotificationAttributes: instance ResponseConsumer GetIdentityNotificationAttributes GetIdentityNotificationAttributesResponse
- Aws.Ses.Commands.GetIdentityNotificationAttributes: instance Show GetIdentityNotificationAttributes
- Aws.Ses.Commands.GetIdentityNotificationAttributes: instance Show GetIdentityNotificationAttributesResponse
- Aws.Ses.Commands.GetIdentityNotificationAttributes: instance Show IdentityNotificationAttributes
- Aws.Ses.Commands.GetIdentityNotificationAttributes: instance SignQuery GetIdentityNotificationAttributes
- Aws.Ses.Commands.GetIdentityNotificationAttributes: instance Transaction GetIdentityNotificationAttributes GetIdentityNotificationAttributesResponse
- Aws.Ses.Commands.GetIdentityNotificationAttributes: instance Typeable GetIdentityNotificationAttributes
- Aws.Ses.Commands.GetIdentityNotificationAttributes: instance Typeable GetIdentityNotificationAttributesResponse
- Aws.Ses.Commands.GetIdentityNotificationAttributes: instance Typeable IdentityNotificationAttributes
- Aws.Ses.Commands.GetIdentityVerificationAttributes: instance AsMemoryResponse GetIdentityVerificationAttributesResponse
- Aws.Ses.Commands.GetIdentityVerificationAttributes: instance Eq GetIdentityVerificationAttributes
- Aws.Ses.Commands.GetIdentityVerificationAttributes: instance Eq GetIdentityVerificationAttributesResponse
- Aws.Ses.Commands.GetIdentityVerificationAttributes: instance Eq IdentityVerificationAttributes
- Aws.Ses.Commands.GetIdentityVerificationAttributes: instance Ord GetIdentityVerificationAttributes
- Aws.Ses.Commands.GetIdentityVerificationAttributes: instance Ord GetIdentityVerificationAttributesResponse
- Aws.Ses.Commands.GetIdentityVerificationAttributes: instance Ord IdentityVerificationAttributes
- Aws.Ses.Commands.GetIdentityVerificationAttributes: instance ResponseConsumer GetIdentityVerificationAttributes GetIdentityVerificationAttributesResponse
- Aws.Ses.Commands.GetIdentityVerificationAttributes: instance Show GetIdentityVerificationAttributes
- Aws.Ses.Commands.GetIdentityVerificationAttributes: instance Show GetIdentityVerificationAttributesResponse
- Aws.Ses.Commands.GetIdentityVerificationAttributes: instance Show IdentityVerificationAttributes
- Aws.Ses.Commands.GetIdentityVerificationAttributes: instance SignQuery GetIdentityVerificationAttributes
- Aws.Ses.Commands.GetIdentityVerificationAttributes: instance Transaction GetIdentityVerificationAttributes GetIdentityVerificationAttributesResponse
- Aws.Ses.Commands.GetIdentityVerificationAttributes: instance Typeable GetIdentityVerificationAttributes
- Aws.Ses.Commands.GetIdentityVerificationAttributes: instance Typeable GetIdentityVerificationAttributesResponse
- Aws.Ses.Commands.GetIdentityVerificationAttributes: instance Typeable IdentityVerificationAttributes
- Aws.Ses.Commands.GetIdentityVerificationAttributes: ivIdentity :: IdentityVerificationAttributes -> Text
- Aws.Ses.Commands.GetIdentityVerificationAttributes: ivVerificationStatus :: IdentityVerificationAttributes -> Text
- Aws.Ses.Commands.GetIdentityVerificationAttributes: ivVerificationToken :: IdentityVerificationAttributes -> Maybe Text
- Aws.Ses.Commands.ListIdentities: instance AsMemoryResponse ListIdentitiesResponse
- Aws.Ses.Commands.ListIdentities: instance Eq IdentityType
- Aws.Ses.Commands.ListIdentities: instance Eq ListIdentities
- Aws.Ses.Commands.ListIdentities: instance Eq ListIdentitiesResponse
- Aws.Ses.Commands.ListIdentities: instance Ord IdentityType
- Aws.Ses.Commands.ListIdentities: instance Ord ListIdentities
- Aws.Ses.Commands.ListIdentities: instance Ord ListIdentitiesResponse
- Aws.Ses.Commands.ListIdentities: instance ResponseConsumer ListIdentities ListIdentitiesResponse
- Aws.Ses.Commands.ListIdentities: instance Show IdentityType
- Aws.Ses.Commands.ListIdentities: instance Show ListIdentities
- Aws.Ses.Commands.ListIdentities: instance Show ListIdentitiesResponse
- Aws.Ses.Commands.ListIdentities: instance SignQuery ListIdentities
- Aws.Ses.Commands.ListIdentities: instance Transaction ListIdentities ListIdentitiesResponse
- Aws.Ses.Commands.ListIdentities: instance Typeable IdentityType
- Aws.Ses.Commands.ListIdentities: instance Typeable ListIdentities
- Aws.Ses.Commands.ListIdentities: instance Typeable ListIdentitiesResponse
- Aws.Ses.Commands.ListIdentities: liIdentityType :: ListIdentities -> Maybe IdentityType
- Aws.Ses.Commands.ListIdentities: liMaxItems :: ListIdentities -> Maybe Int
- Aws.Ses.Commands.ListIdentities: liNextToken :: ListIdentities -> Maybe Text
- Aws.Ses.Commands.SendRawEmail: instance AsMemoryResponse SendRawEmailResponse
- Aws.Ses.Commands.SendRawEmail: instance Eq SendRawEmail
- Aws.Ses.Commands.SendRawEmail: instance Eq SendRawEmailResponse
- Aws.Ses.Commands.SendRawEmail: instance Ord SendRawEmail
- Aws.Ses.Commands.SendRawEmail: instance Ord SendRawEmailResponse
- Aws.Ses.Commands.SendRawEmail: instance ResponseConsumer SendRawEmail SendRawEmailResponse
- Aws.Ses.Commands.SendRawEmail: instance Show SendRawEmail
- Aws.Ses.Commands.SendRawEmail: instance Show SendRawEmailResponse
- Aws.Ses.Commands.SendRawEmail: instance SignQuery SendRawEmail
- Aws.Ses.Commands.SendRawEmail: instance Transaction SendRawEmail SendRawEmailResponse
- Aws.Ses.Commands.SendRawEmail: instance Typeable SendRawEmail
- Aws.Ses.Commands.SendRawEmail: instance Typeable SendRawEmailResponse
- Aws.Ses.Commands.SendRawEmail: srmDestinations :: SendRawEmail -> [EmailAddress]
- Aws.Ses.Commands.SendRawEmail: srmRawMessage :: SendRawEmail -> RawMessage
- Aws.Ses.Commands.SendRawEmail: srmSource :: SendRawEmail -> Maybe Sender
- Aws.Ses.Commands.SendRawEmail: srmrMessageId :: SendRawEmailResponse -> Text
- Aws.Ses.Commands.SetIdentityDkimEnabled: instance AsMemoryResponse SetIdentityDkimEnabledResponse
- Aws.Ses.Commands.SetIdentityDkimEnabled: instance Eq SetIdentityDkimEnabled
- Aws.Ses.Commands.SetIdentityDkimEnabled: instance Eq SetIdentityDkimEnabledResponse
- Aws.Ses.Commands.SetIdentityDkimEnabled: instance Ord SetIdentityDkimEnabled
- Aws.Ses.Commands.SetIdentityDkimEnabled: instance Ord SetIdentityDkimEnabledResponse
- Aws.Ses.Commands.SetIdentityDkimEnabled: instance ResponseConsumer SetIdentityDkimEnabled SetIdentityDkimEnabledResponse
- Aws.Ses.Commands.SetIdentityDkimEnabled: instance Show SetIdentityDkimEnabled
- Aws.Ses.Commands.SetIdentityDkimEnabled: instance Show SetIdentityDkimEnabledResponse
- Aws.Ses.Commands.SetIdentityDkimEnabled: instance SignQuery SetIdentityDkimEnabled
- Aws.Ses.Commands.SetIdentityDkimEnabled: instance Transaction SetIdentityDkimEnabled SetIdentityDkimEnabledResponse
- Aws.Ses.Commands.SetIdentityDkimEnabled: instance Typeable SetIdentityDkimEnabled
- Aws.Ses.Commands.SetIdentityDkimEnabled: instance Typeable SetIdentityDkimEnabledResponse
- Aws.Ses.Commands.SetIdentityDkimEnabled: sdDkimEnabled :: SetIdentityDkimEnabled -> Bool
- Aws.Ses.Commands.SetIdentityDkimEnabled: sdIdentity :: SetIdentityDkimEnabled -> Text
- Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance AsMemoryResponse SetIdentityFeedbackForwardingEnabledResponse
- Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance Eq SetIdentityFeedbackForwardingEnabled
- Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance Eq SetIdentityFeedbackForwardingEnabledResponse
- Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance Ord SetIdentityFeedbackForwardingEnabled
- Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance Ord SetIdentityFeedbackForwardingEnabledResponse
- Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance ResponseConsumer SetIdentityFeedbackForwardingEnabled SetIdentityFeedbackForwardingEnabledResponse
- Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance Show SetIdentityFeedbackForwardingEnabled
- Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance Show SetIdentityFeedbackForwardingEnabledResponse
- Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance SignQuery SetIdentityFeedbackForwardingEnabled
- Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance Transaction SetIdentityFeedbackForwardingEnabled SetIdentityFeedbackForwardingEnabledResponse
- Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance Typeable SetIdentityFeedbackForwardingEnabled
- Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance Typeable SetIdentityFeedbackForwardingEnabledResponse
- Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: sffForwardingEnabled :: SetIdentityFeedbackForwardingEnabled -> Bool
- Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: sffIdentity :: SetIdentityFeedbackForwardingEnabled -> Text
- Aws.Ses.Commands.SetIdentityNotificationTopic: instance AsMemoryResponse SetIdentityNotificationTopicResponse
- Aws.Ses.Commands.SetIdentityNotificationTopic: instance Eq NotificationType
- Aws.Ses.Commands.SetIdentityNotificationTopic: instance Eq SetIdentityNotificationTopic
- Aws.Ses.Commands.SetIdentityNotificationTopic: instance Eq SetIdentityNotificationTopicResponse
- Aws.Ses.Commands.SetIdentityNotificationTopic: instance Ord NotificationType
- Aws.Ses.Commands.SetIdentityNotificationTopic: instance Ord SetIdentityNotificationTopic
- Aws.Ses.Commands.SetIdentityNotificationTopic: instance Ord SetIdentityNotificationTopicResponse
- Aws.Ses.Commands.SetIdentityNotificationTopic: instance ResponseConsumer SetIdentityNotificationTopic SetIdentityNotificationTopicResponse
- Aws.Ses.Commands.SetIdentityNotificationTopic: instance Show NotificationType
- Aws.Ses.Commands.SetIdentityNotificationTopic: instance Show SetIdentityNotificationTopic
- Aws.Ses.Commands.SetIdentityNotificationTopic: instance Show SetIdentityNotificationTopicResponse
- Aws.Ses.Commands.SetIdentityNotificationTopic: instance SignQuery SetIdentityNotificationTopic
- Aws.Ses.Commands.SetIdentityNotificationTopic: instance Transaction SetIdentityNotificationTopic SetIdentityNotificationTopicResponse
- Aws.Ses.Commands.SetIdentityNotificationTopic: instance Typeable NotificationType
- Aws.Ses.Commands.SetIdentityNotificationTopic: instance Typeable SetIdentityNotificationTopic
- Aws.Ses.Commands.SetIdentityNotificationTopic: instance Typeable SetIdentityNotificationTopicResponse
- Aws.Ses.Commands.SetIdentityNotificationTopic: sntIdentity :: SetIdentityNotificationTopic -> Text
- Aws.Ses.Commands.SetIdentityNotificationTopic: sntNotificationType :: SetIdentityNotificationTopic -> NotificationType
- Aws.Ses.Commands.SetIdentityNotificationTopic: sntSnsTopic :: SetIdentityNotificationTopic -> Maybe Text
- Aws.Ses.Commands.VerifyDomainDkim: instance AsMemoryResponse VerifyDomainDkimResponse
- Aws.Ses.Commands.VerifyDomainDkim: instance Eq VerifyDomainDkim
- Aws.Ses.Commands.VerifyDomainDkim: instance Eq VerifyDomainDkimResponse
- Aws.Ses.Commands.VerifyDomainDkim: instance Ord VerifyDomainDkim
- Aws.Ses.Commands.VerifyDomainDkim: instance Ord VerifyDomainDkimResponse
- Aws.Ses.Commands.VerifyDomainDkim: instance ResponseConsumer VerifyDomainDkim VerifyDomainDkimResponse
- Aws.Ses.Commands.VerifyDomainDkim: instance Show VerifyDomainDkim
- Aws.Ses.Commands.VerifyDomainDkim: instance Show VerifyDomainDkimResponse
- Aws.Ses.Commands.VerifyDomainDkim: instance SignQuery VerifyDomainDkim
- Aws.Ses.Commands.VerifyDomainDkim: instance Transaction VerifyDomainDkim VerifyDomainDkimResponse
- Aws.Ses.Commands.VerifyDomainDkim: instance Typeable VerifyDomainDkim
- Aws.Ses.Commands.VerifyDomainDkim: instance Typeable VerifyDomainDkimResponse
- Aws.Ses.Commands.VerifyDomainIdentity: instance AsMemoryResponse VerifyDomainIdentityResponse
- Aws.Ses.Commands.VerifyDomainIdentity: instance Eq VerifyDomainIdentity
- Aws.Ses.Commands.VerifyDomainIdentity: instance Eq VerifyDomainIdentityResponse
- Aws.Ses.Commands.VerifyDomainIdentity: instance Ord VerifyDomainIdentity
- Aws.Ses.Commands.VerifyDomainIdentity: instance Ord VerifyDomainIdentityResponse
- Aws.Ses.Commands.VerifyDomainIdentity: instance ResponseConsumer VerifyDomainIdentity VerifyDomainIdentityResponse
- Aws.Ses.Commands.VerifyDomainIdentity: instance Show VerifyDomainIdentity
- Aws.Ses.Commands.VerifyDomainIdentity: instance Show VerifyDomainIdentityResponse
- Aws.Ses.Commands.VerifyDomainIdentity: instance SignQuery VerifyDomainIdentity
- Aws.Ses.Commands.VerifyDomainIdentity: instance Transaction VerifyDomainIdentity VerifyDomainIdentityResponse
- Aws.Ses.Commands.VerifyDomainIdentity: instance Typeable VerifyDomainIdentity
- Aws.Ses.Commands.VerifyDomainIdentity: instance Typeable VerifyDomainIdentityResponse
- Aws.Ses.Commands.VerifyEmailIdentity: instance AsMemoryResponse VerifyEmailIdentityResponse
- Aws.Ses.Commands.VerifyEmailIdentity: instance Eq VerifyEmailIdentity
- Aws.Ses.Commands.VerifyEmailIdentity: instance Eq VerifyEmailIdentityResponse
- Aws.Ses.Commands.VerifyEmailIdentity: instance Ord VerifyEmailIdentity
- Aws.Ses.Commands.VerifyEmailIdentity: instance Ord VerifyEmailIdentityResponse
- Aws.Ses.Commands.VerifyEmailIdentity: instance ResponseConsumer VerifyEmailIdentity VerifyEmailIdentityResponse
- Aws.Ses.Commands.VerifyEmailIdentity: instance Show VerifyEmailIdentity
- Aws.Ses.Commands.VerifyEmailIdentity: instance Show VerifyEmailIdentityResponse
- Aws.Ses.Commands.VerifyEmailIdentity: instance SignQuery VerifyEmailIdentity
- Aws.Ses.Commands.VerifyEmailIdentity: instance Transaction VerifyEmailIdentity VerifyEmailIdentityResponse
- Aws.Ses.Commands.VerifyEmailIdentity: instance Typeable VerifyEmailIdentity
- Aws.Ses.Commands.VerifyEmailIdentity: instance Typeable VerifyEmailIdentityResponse
- Aws.Ses.Core: destinationBccAddresses :: Destination -> [EmailAddress]
- Aws.Ses.Core: destinationCcAddresses :: Destination -> [EmailAddress]
- Aws.Ses.Core: destinationToAddresses :: Destination -> [EmailAddress]
- Aws.Ses.Core: instance DefaultServiceConfiguration (SesConfiguration NormalQuery)
- Aws.Ses.Core: instance DefaultServiceConfiguration (SesConfiguration UriOnlyQuery)
- Aws.Ses.Core: instance Eq Destination
- Aws.Ses.Core: instance Eq RawMessage
- Aws.Ses.Core: instance Eq Sender
- Aws.Ses.Core: instance Exception SesError
- Aws.Ses.Core: instance Loggable SesMetadata
- Aws.Ses.Core: instance Monoid Destination
- Aws.Ses.Core: instance Monoid SesMetadata
- Aws.Ses.Core: instance Ord Destination
- Aws.Ses.Core: instance Ord RawMessage
- Aws.Ses.Core: instance Ord Sender
- Aws.Ses.Core: instance SesAsQuery Destination
- Aws.Ses.Core: instance SesAsQuery RawMessage
- Aws.Ses.Core: instance SesAsQuery Sender
- Aws.Ses.Core: instance SesAsQuery a => SesAsQuery (Maybe a)
- Aws.Ses.Core: instance Show (SesConfiguration qt)
- Aws.Ses.Core: instance Show Destination
- Aws.Ses.Core: instance Show RawMessage
- Aws.Ses.Core: instance Show Sender
- Aws.Ses.Core: instance Show SesError
- Aws.Ses.Core: instance Show SesMetadata
- Aws.Ses.Core: instance Typeable Destination
- Aws.Ses.Core: instance Typeable RawMessage
- Aws.Ses.Core: instance Typeable Sender
- Aws.Ses.Core: instance Typeable SesError
- Aws.Ses.Core: instance Typeable SesMetadata
- Aws.Ses.Core: rawMessageData :: RawMessage -> ByteString
- Aws.Ses.Core: requestId :: SesMetadata -> Maybe Text
- Aws.Ses.Core: senderAddress :: Sender -> EmailAddress
- Aws.Ses.Core: sesErrorCode :: SesError -> Text
- Aws.Ses.Core: sesErrorMessage :: SesError -> Text
- Aws.Ses.Core: sesStatusCode :: SesError -> Status
- Aws.Ses.Core: sesiHost :: SesConfiguration qt -> ByteString
- Aws.Ses.Core: sesiHttpMethod :: SesConfiguration qt -> Method
- Aws.SimpleDb.Commands.Attributes: bdaDomainName :: BatchDeleteAttributes -> Text
- Aws.SimpleDb.Commands.Attributes: bdaItems :: BatchDeleteAttributes -> [Item [Attribute DeleteAttribute]]
- Aws.SimpleDb.Commands.Attributes: bpaDomainName :: BatchPutAttributes -> Text
- Aws.SimpleDb.Commands.Attributes: bpaItems :: BatchPutAttributes -> [Item [Attribute SetAttribute]]
- Aws.SimpleDb.Commands.Attributes: daAttributes :: DeleteAttributes -> [Attribute DeleteAttribute]
- Aws.SimpleDb.Commands.Attributes: daDomainName :: DeleteAttributes -> Text
- Aws.SimpleDb.Commands.Attributes: daExpected :: DeleteAttributes -> [Attribute ExpectedAttribute]
- Aws.SimpleDb.Commands.Attributes: daItemName :: DeleteAttributes -> Text
- Aws.SimpleDb.Commands.Attributes: gaAttributeName :: GetAttributes -> Maybe Text
- Aws.SimpleDb.Commands.Attributes: gaConsistentRead :: GetAttributes -> Bool
- Aws.SimpleDb.Commands.Attributes: gaDomainName :: GetAttributes -> Text
- Aws.SimpleDb.Commands.Attributes: gaItemName :: GetAttributes -> Text
- Aws.SimpleDb.Commands.Attributes: garAttributes :: GetAttributesResponse -> [Attribute Text]
- Aws.SimpleDb.Commands.Attributes: instance AsMemoryResponse BatchDeleteAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance AsMemoryResponse BatchPutAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance AsMemoryResponse DeleteAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance AsMemoryResponse GetAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance AsMemoryResponse PutAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance ResponseConsumer r BatchDeleteAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance ResponseConsumer r BatchPutAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance ResponseConsumer r DeleteAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance ResponseConsumer r GetAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance ResponseConsumer r PutAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance Show BatchDeleteAttributes
- Aws.SimpleDb.Commands.Attributes: instance Show BatchDeleteAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance Show BatchPutAttributes
- Aws.SimpleDb.Commands.Attributes: instance Show BatchPutAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance Show DeleteAttributes
- Aws.SimpleDb.Commands.Attributes: instance Show DeleteAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance Show GetAttributes
- Aws.SimpleDb.Commands.Attributes: instance Show GetAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance Show PutAttributes
- Aws.SimpleDb.Commands.Attributes: instance Show PutAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance SignQuery BatchDeleteAttributes
- Aws.SimpleDb.Commands.Attributes: instance SignQuery BatchPutAttributes
- Aws.SimpleDb.Commands.Attributes: instance SignQuery DeleteAttributes
- Aws.SimpleDb.Commands.Attributes: instance SignQuery GetAttributes
- Aws.SimpleDb.Commands.Attributes: instance SignQuery PutAttributes
- Aws.SimpleDb.Commands.Attributes: instance Transaction BatchDeleteAttributes BatchDeleteAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance Transaction BatchPutAttributes BatchPutAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance Transaction DeleteAttributes DeleteAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance Transaction GetAttributes GetAttributesResponse
- Aws.SimpleDb.Commands.Attributes: instance Transaction PutAttributes PutAttributesResponse
- Aws.SimpleDb.Commands.Attributes: paAttributes :: PutAttributes -> [Attribute SetAttribute]
- Aws.SimpleDb.Commands.Attributes: paDomainName :: PutAttributes -> Text
- Aws.SimpleDb.Commands.Attributes: paExpected :: PutAttributes -> [Attribute ExpectedAttribute]
- Aws.SimpleDb.Commands.Attributes: paItemName :: PutAttributes -> Text
- Aws.SimpleDb.Commands.Domain: cdDomainName :: CreateDomain -> Text
- Aws.SimpleDb.Commands.Domain: ddDomainName :: DeleteDomain -> Text
- Aws.SimpleDb.Commands.Domain: dmDomainName :: DomainMetadata -> Text
- Aws.SimpleDb.Commands.Domain: dmrAttributeNameCount :: DomainMetadataResponse -> Integer
- Aws.SimpleDb.Commands.Domain: dmrAttributeNamesSizeBytes :: DomainMetadataResponse -> Integer
- Aws.SimpleDb.Commands.Domain: dmrAttributeValueCount :: DomainMetadataResponse -> Integer
- Aws.SimpleDb.Commands.Domain: dmrAttributeValuesSizeBytes :: DomainMetadataResponse -> Integer
- Aws.SimpleDb.Commands.Domain: dmrItemCount :: DomainMetadataResponse -> Integer
- Aws.SimpleDb.Commands.Domain: dmrItemNamesSizeBytes :: DomainMetadataResponse -> Integer
- Aws.SimpleDb.Commands.Domain: dmrTimestamp :: DomainMetadataResponse -> UTCTime
- Aws.SimpleDb.Commands.Domain: instance AsMemoryResponse CreateDomainResponse
- Aws.SimpleDb.Commands.Domain: instance AsMemoryResponse DeleteDomainResponse
- Aws.SimpleDb.Commands.Domain: instance AsMemoryResponse DomainMetadataResponse
- Aws.SimpleDb.Commands.Domain: instance AsMemoryResponse ListDomainsResponse
- Aws.SimpleDb.Commands.Domain: instance IteratedTransaction ListDomains ListDomainsResponse
- Aws.SimpleDb.Commands.Domain: instance ListResponse ListDomainsResponse Text
- Aws.SimpleDb.Commands.Domain: instance ResponseConsumer r CreateDomainResponse
- Aws.SimpleDb.Commands.Domain: instance ResponseConsumer r DeleteDomainResponse
- Aws.SimpleDb.Commands.Domain: instance ResponseConsumer r DomainMetadataResponse
- Aws.SimpleDb.Commands.Domain: instance ResponseConsumer r ListDomainsResponse
- Aws.SimpleDb.Commands.Domain: instance Show CreateDomain
- Aws.SimpleDb.Commands.Domain: instance Show CreateDomainResponse
- Aws.SimpleDb.Commands.Domain: instance Show DeleteDomain
- Aws.SimpleDb.Commands.Domain: instance Show DeleteDomainResponse
- Aws.SimpleDb.Commands.Domain: instance Show DomainMetadata
- Aws.SimpleDb.Commands.Domain: instance Show DomainMetadataResponse
- Aws.SimpleDb.Commands.Domain: instance Show ListDomains
- Aws.SimpleDb.Commands.Domain: instance Show ListDomainsResponse
- Aws.SimpleDb.Commands.Domain: instance SignQuery CreateDomain
- Aws.SimpleDb.Commands.Domain: instance SignQuery DeleteDomain
- Aws.SimpleDb.Commands.Domain: instance SignQuery DomainMetadata
- Aws.SimpleDb.Commands.Domain: instance SignQuery ListDomains
- Aws.SimpleDb.Commands.Domain: instance Transaction CreateDomain CreateDomainResponse
- Aws.SimpleDb.Commands.Domain: instance Transaction DeleteDomain DeleteDomainResponse
- Aws.SimpleDb.Commands.Domain: instance Transaction DomainMetadata DomainMetadataResponse
- Aws.SimpleDb.Commands.Domain: instance Transaction ListDomains ListDomainsResponse
- Aws.SimpleDb.Commands.Domain: ldMaxNumberOfDomains :: ListDomains -> Maybe Int
- Aws.SimpleDb.Commands.Domain: ldNextToken :: ListDomains -> Maybe Text
- Aws.SimpleDb.Commands.Domain: ldrDomainNames :: ListDomainsResponse -> [Text]
- Aws.SimpleDb.Commands.Domain: ldrNextToken :: ListDomainsResponse -> Maybe Text
- Aws.SimpleDb.Commands.Select: instance AsMemoryResponse SelectResponse
- Aws.SimpleDb.Commands.Select: instance IteratedTransaction Select SelectResponse
- Aws.SimpleDb.Commands.Select: instance ListResponse SelectResponse (Item [Attribute Text])
- Aws.SimpleDb.Commands.Select: instance ResponseConsumer r SelectResponse
- Aws.SimpleDb.Commands.Select: instance Show Select
- Aws.SimpleDb.Commands.Select: instance Show SelectResponse
- Aws.SimpleDb.Commands.Select: instance SignQuery Select
- Aws.SimpleDb.Commands.Select: instance Transaction Select SelectResponse
- Aws.SimpleDb.Commands.Select: sConsistentRead :: Select -> Bool
- Aws.SimpleDb.Commands.Select: sNextToken :: Select -> Maybe Text
- Aws.SimpleDb.Commands.Select: sSelectExpression :: Select -> Text
- Aws.SimpleDb.Commands.Select: srItems :: SelectResponse -> [Item [Attribute Text]]
- Aws.SimpleDb.Commands.Select: srNextToken :: SelectResponse -> Maybe Text
- Aws.SimpleDb.Core: attributeData :: Attribute a -> a
- Aws.SimpleDb.Core: attributeName :: Attribute a -> Text
- Aws.SimpleDb.Core: boxUsage :: SdbMetadata -> Maybe Text
- Aws.SimpleDb.Core: deleteAttributeValue :: DeleteAttribute -> Text
- Aws.SimpleDb.Core: expectedAttributeExists :: ExpectedAttribute -> Bool
- Aws.SimpleDb.Core: expectedAttributeValue :: ExpectedAttribute -> Text
- Aws.SimpleDb.Core: instance DefaultServiceConfiguration (SdbConfiguration NormalQuery)
- Aws.SimpleDb.Core: instance DefaultServiceConfiguration (SdbConfiguration UriOnlyQuery)
- Aws.SimpleDb.Core: instance Exception SdbError
- Aws.SimpleDb.Core: instance Loggable SdbMetadata
- Aws.SimpleDb.Core: instance Monoid SdbMetadata
- Aws.SimpleDb.Core: instance Show (SdbConfiguration qt)
- Aws.SimpleDb.Core: instance Show DeleteAttribute
- Aws.SimpleDb.Core: instance Show ExpectedAttribute
- Aws.SimpleDb.Core: instance Show SdbError
- Aws.SimpleDb.Core: instance Show SdbMetadata
- Aws.SimpleDb.Core: instance Show SetAttribute
- Aws.SimpleDb.Core: instance Show a => Show (Attribute a)
- Aws.SimpleDb.Core: instance Show a => Show (Item a)
- Aws.SimpleDb.Core: instance Typeable SdbError
- Aws.SimpleDb.Core: instance Typeable SdbMetadata
- Aws.SimpleDb.Core: isReplaceAttribute :: SetAttribute -> Bool
- Aws.SimpleDb.Core: itemData :: Item a -> a
- Aws.SimpleDb.Core: itemName :: Item a -> Text
- Aws.SimpleDb.Core: requestId :: SdbMetadata -> Maybe Text
- Aws.SimpleDb.Core: sdbErrorCode :: SdbError -> ErrorCode
- Aws.SimpleDb.Core: sdbErrorMessage :: SdbError -> String
- Aws.SimpleDb.Core: sdbStatusCode :: SdbError -> Status
- Aws.SimpleDb.Core: sdbiHost :: SdbConfiguration qt -> ByteString
- Aws.SimpleDb.Core: sdbiHttpMethod :: SdbConfiguration qt -> Method
- Aws.SimpleDb.Core: sdbiPort :: SdbConfiguration qt -> Int
- Aws.SimpleDb.Core: sdbiProtocol :: SdbConfiguration qt -> Protocol
- Aws.SimpleDb.Core: setAttribute :: SetAttribute -> Text
- Aws.Sqs.Commands.Message: cmvQueueName :: ChangeMessageVisibility -> !QueueName
- Aws.Sqs.Commands.Message: cmvReceiptHandle :: ChangeMessageVisibility -> !ReceiptHandle
- Aws.Sqs.Commands.Message: cmvVisibilityTimeout :: ChangeMessageVisibility -> !Int
- Aws.Sqs.Commands.Message: dmQueueName :: DeleteMessage -> !QueueName
- Aws.Sqs.Commands.Message: dmReceiptHandle :: DeleteMessage -> !ReceiptHandle
- Aws.Sqs.Commands.Message: instance AsMemoryResponse ChangeMessageVisibilityResponse
- Aws.Sqs.Commands.Message: instance AsMemoryResponse DeleteMessageResponse
- Aws.Sqs.Commands.Message: instance AsMemoryResponse ReceiveMessageResponse
- Aws.Sqs.Commands.Message: instance AsMemoryResponse SendMessageResponse
- Aws.Sqs.Commands.Message: instance Eq ChangeMessageVisibility
- Aws.Sqs.Commands.Message: instance Eq ChangeMessageVisibilityResponse
- Aws.Sqs.Commands.Message: instance Eq DeleteMessage
- Aws.Sqs.Commands.Message: instance Eq DeleteMessageResponse
- Aws.Sqs.Commands.Message: instance Eq Message
- Aws.Sqs.Commands.Message: instance Eq ReceiveMessage
- Aws.Sqs.Commands.Message: instance Eq ReceiveMessageResponse
- Aws.Sqs.Commands.Message: instance Eq SendMessage
- Aws.Sqs.Commands.Message: instance Eq SendMessageResponse
- Aws.Sqs.Commands.Message: instance Eq UserMessageAttributeValue
- Aws.Sqs.Commands.Message: instance Ord ChangeMessageVisibility
- Aws.Sqs.Commands.Message: instance Ord ChangeMessageVisibilityResponse
- Aws.Sqs.Commands.Message: instance Ord DeleteMessage
- Aws.Sqs.Commands.Message: instance Ord DeleteMessageResponse
- Aws.Sqs.Commands.Message: instance Ord Message
- Aws.Sqs.Commands.Message: instance Ord ReceiveMessage
- Aws.Sqs.Commands.Message: instance Ord ReceiveMessageResponse
- Aws.Sqs.Commands.Message: instance Ord SendMessage
- Aws.Sqs.Commands.Message: instance Ord SendMessageResponse
- Aws.Sqs.Commands.Message: instance Ord UserMessageAttributeValue
- Aws.Sqs.Commands.Message: instance Read ChangeMessageVisibility
- Aws.Sqs.Commands.Message: instance Read ChangeMessageVisibilityResponse
- Aws.Sqs.Commands.Message: instance Read DeleteMessage
- Aws.Sqs.Commands.Message: instance Read DeleteMessageResponse
- Aws.Sqs.Commands.Message: instance Read Message
- Aws.Sqs.Commands.Message: instance Read ReceiveMessage
- Aws.Sqs.Commands.Message: instance Read ReceiveMessageResponse
- Aws.Sqs.Commands.Message: instance Read SendMessage
- Aws.Sqs.Commands.Message: instance Read SendMessageResponse
- Aws.Sqs.Commands.Message: instance Read UserMessageAttributeValue
- Aws.Sqs.Commands.Message: instance ResponseConsumer r ChangeMessageVisibilityResponse
- Aws.Sqs.Commands.Message: instance ResponseConsumer r DeleteMessageResponse
- Aws.Sqs.Commands.Message: instance ResponseConsumer r ReceiveMessageResponse
- Aws.Sqs.Commands.Message: instance ResponseConsumer r SendMessageResponse
- Aws.Sqs.Commands.Message: instance Show ChangeMessageVisibility
- Aws.Sqs.Commands.Message: instance Show ChangeMessageVisibilityResponse
- Aws.Sqs.Commands.Message: instance Show DeleteMessage
- Aws.Sqs.Commands.Message: instance Show DeleteMessageResponse
- Aws.Sqs.Commands.Message: instance Show Message
- Aws.Sqs.Commands.Message: instance Show ReceiveMessage
- Aws.Sqs.Commands.Message: instance Show ReceiveMessageResponse
- Aws.Sqs.Commands.Message: instance Show SendMessage
- Aws.Sqs.Commands.Message: instance Show SendMessageResponse
- Aws.Sqs.Commands.Message: instance Show UserMessageAttributeValue
- Aws.Sqs.Commands.Message: instance SignQuery ChangeMessageVisibility
- Aws.Sqs.Commands.Message: instance SignQuery DeleteMessage
- Aws.Sqs.Commands.Message: instance SignQuery ReceiveMessage
- Aws.Sqs.Commands.Message: instance SignQuery SendMessage
- Aws.Sqs.Commands.Message: instance Transaction ChangeMessageVisibility ChangeMessageVisibilityResponse
- Aws.Sqs.Commands.Message: instance Transaction DeleteMessage DeleteMessageResponse
- Aws.Sqs.Commands.Message: instance Transaction ReceiveMessage ReceiveMessageResponse
- Aws.Sqs.Commands.Message: instance Transaction SendMessage SendMessageResponse
- Aws.Sqs.Commands.Message: mAttributes :: Message -> ![(MessageAttribute, Text)]
- Aws.Sqs.Commands.Message: mBody :: Message -> Text
- Aws.Sqs.Commands.Message: mMD5OfBody :: Message -> !Text
- Aws.Sqs.Commands.Message: mMD5OfMessageAttributes :: Message -> !(Maybe Text)
- Aws.Sqs.Commands.Message: mMessageId :: Message -> !Text
- Aws.Sqs.Commands.Message: mReceiptHandle :: Message -> !ReceiptHandle
- Aws.Sqs.Commands.Message: mUserMessageAttributes :: Message -> ![UserMessageAttribute]
- Aws.Sqs.Commands.Message: rmAttributes :: ReceiveMessage -> ![MessageAttribute]
- Aws.Sqs.Commands.Message: rmMaxNumberOfMessages :: ReceiveMessage -> !(Maybe Int)
- Aws.Sqs.Commands.Message: rmQueueName :: ReceiveMessage -> !QueueName
- Aws.Sqs.Commands.Message: rmUserMessageAttributes :: ReceiveMessage -> ![UserMessageAttributeName]
- Aws.Sqs.Commands.Message: rmVisibilityTimeout :: ReceiveMessage -> !(Maybe Int)
- Aws.Sqs.Commands.Message: rmWaitTimeSeconds :: ReceiveMessage -> !(Maybe Int)
- Aws.Sqs.Commands.Message: rmrMessages :: ReceiveMessageResponse -> ![Message]
- Aws.Sqs.Commands.Message: smAttributes :: SendMessage -> ![UserMessageAttribute]
- Aws.Sqs.Commands.Message: smDelaySeconds :: SendMessage -> !(Maybe Int)
- Aws.Sqs.Commands.Message: smMessage :: SendMessage -> !Text
- Aws.Sqs.Commands.Message: smQueueName :: SendMessage -> !QueueName
- Aws.Sqs.Commands.Message: smrMD5OfMessageAttributes :: SendMessageResponse -> !(Maybe Text)
- Aws.Sqs.Commands.Message: smrMD5OfMessageBody :: SendMessageResponse -> !Text
- Aws.Sqs.Commands.Message: smrMessageId :: SendMessageResponse -> !MessageId
- Aws.Sqs.Commands.Permission: apLabel :: AddPermission -> Text
- Aws.Sqs.Commands.Permission: apPermissions :: AddPermission -> [(Text, SqsPermission)]
- Aws.Sqs.Commands.Permission: apQueueName :: AddPermission -> QueueName
- Aws.Sqs.Commands.Permission: instance AsMemoryResponse AddPermissionResponse
- Aws.Sqs.Commands.Permission: instance AsMemoryResponse RemovePermissionResponse
- Aws.Sqs.Commands.Permission: instance ResponseConsumer r AddPermissionResponse
- Aws.Sqs.Commands.Permission: instance ResponseConsumer r RemovePermissionResponse
- Aws.Sqs.Commands.Permission: instance Show AddPermission
- Aws.Sqs.Commands.Permission: instance Show AddPermissionResponse
- Aws.Sqs.Commands.Permission: instance Show RemovePermission
- Aws.Sqs.Commands.Permission: instance Show RemovePermissionResponse
- Aws.Sqs.Commands.Permission: instance SignQuery AddPermission
- Aws.Sqs.Commands.Permission: instance SignQuery RemovePermission
- Aws.Sqs.Commands.Permission: instance Transaction AddPermission AddPermissionResponse
- Aws.Sqs.Commands.Permission: instance Transaction RemovePermission RemovePermissionResponse
- Aws.Sqs.Commands.Permission: rpLabel :: RemovePermission -> Text
- Aws.Sqs.Commands.Permission: rpQueueName :: RemovePermission -> QueueName
- Aws.Sqs.Commands.Queue: cqDefaultVisibilityTimeout :: CreateQueue -> Maybe Int
- Aws.Sqs.Commands.Queue: cqQueueName :: CreateQueue -> Text
- Aws.Sqs.Commands.Queue: cqrQueueUrl :: CreateQueueResponse -> Text
- Aws.Sqs.Commands.Queue: dqQueueName :: DeleteQueue -> QueueName
- Aws.Sqs.Commands.Queue: instance AsMemoryResponse CreateQueueResponse
- Aws.Sqs.Commands.Queue: instance AsMemoryResponse DeleteQueueResponse
- Aws.Sqs.Commands.Queue: instance AsMemoryResponse ListQueuesResponse
- Aws.Sqs.Commands.Queue: instance ResponseConsumer r CreateQueueResponse
- Aws.Sqs.Commands.Queue: instance ResponseConsumer r DeleteQueueResponse
- Aws.Sqs.Commands.Queue: instance ResponseConsumer r ListQueuesResponse
- Aws.Sqs.Commands.Queue: instance Show CreateQueue
- Aws.Sqs.Commands.Queue: instance Show CreateQueueResponse
- Aws.Sqs.Commands.Queue: instance Show DeleteQueue
- Aws.Sqs.Commands.Queue: instance Show DeleteQueueResponse
- Aws.Sqs.Commands.Queue: instance Show ListQueues
- Aws.Sqs.Commands.Queue: instance Show ListQueuesResponse
- Aws.Sqs.Commands.Queue: instance SignQuery CreateQueue
- Aws.Sqs.Commands.Queue: instance SignQuery DeleteQueue
- Aws.Sqs.Commands.Queue: instance SignQuery ListQueues
- Aws.Sqs.Commands.Queue: instance Transaction CreateQueue CreateQueueResponse
- Aws.Sqs.Commands.Queue: instance Transaction DeleteQueue DeleteQueueResponse
- Aws.Sqs.Commands.Queue: instance Transaction ListQueues ListQueuesResponse
- Aws.Sqs.Commands.Queue: lqQueueNamePrefix :: ListQueues -> Maybe Text
- Aws.Sqs.Commands.Queue: lqrQueueUrls :: ListQueuesResponse -> [Text]
- Aws.Sqs.Commands.QueueAttributes: gqaAttributes :: GetQueueAttributes -> [QueueAttribute]
- Aws.Sqs.Commands.QueueAttributes: gqaQueueName :: GetQueueAttributes -> QueueName
- Aws.Sqs.Commands.QueueAttributes: gqarAttributes :: GetQueueAttributesResponse -> [(QueueAttribute, Text)]
- Aws.Sqs.Commands.QueueAttributes: instance AsMemoryResponse GetQueueAttributesResponse
- Aws.Sqs.Commands.QueueAttributes: instance AsMemoryResponse SetQueueAttributesResponse
- Aws.Sqs.Commands.QueueAttributes: instance ResponseConsumer r GetQueueAttributesResponse
- Aws.Sqs.Commands.QueueAttributes: instance ResponseConsumer r SetQueueAttributesResponse
- Aws.Sqs.Commands.QueueAttributes: instance Show GetQueueAttributes
- Aws.Sqs.Commands.QueueAttributes: instance Show GetQueueAttributesResponse
- Aws.Sqs.Commands.QueueAttributes: instance Show SetQueueAttributes
- Aws.Sqs.Commands.QueueAttributes: instance Show SetQueueAttributesResponse
- Aws.Sqs.Commands.QueueAttributes: instance SignQuery GetQueueAttributes
- Aws.Sqs.Commands.QueueAttributes: instance SignQuery SetQueueAttributes
- Aws.Sqs.Commands.QueueAttributes: instance Transaction GetQueueAttributes GetQueueAttributesResponse
- Aws.Sqs.Commands.QueueAttributes: instance Transaction SetQueueAttributes SetQueueAttributesResponse
- Aws.Sqs.Commands.QueueAttributes: sqaAttribute :: SetQueueAttributes -> QueueAttribute
- Aws.Sqs.Commands.QueueAttributes: sqaQueueName :: SetQueueAttributes -> QueueName
- Aws.Sqs.Commands.QueueAttributes: sqaValue :: SetQueueAttributes -> Text
- Aws.Sqs.Core: endpointAllowedLocationConstraints :: Endpoint -> [LocationConstraint]
- Aws.Sqs.Core: endpointDefaultLocationConstraint :: Endpoint -> LocationConstraint
- Aws.Sqs.Core: endpointHost :: Endpoint -> ByteString
- Aws.Sqs.Core: instance Bounded MessageAttribute
- Aws.Sqs.Core: instance DefaultServiceConfiguration (SqsConfiguration NormalQuery)
- Aws.Sqs.Core: instance DefaultServiceConfiguration (SqsConfiguration UriOnlyQuery)
- Aws.Sqs.Core: instance Enum MessageAttribute
- Aws.Sqs.Core: instance Enum QueueAttribute
- Aws.Sqs.Core: instance Enum SqsPermission
- Aws.Sqs.Core: instance Eq MessageAttribute
- Aws.Sqs.Core: instance Eq MessageId
- Aws.Sqs.Core: instance Eq QueueAttribute
- Aws.Sqs.Core: instance Eq QueueName
- Aws.Sqs.Core: instance Eq ReceiptHandle
- Aws.Sqs.Core: instance Eq SqsPermission
- Aws.Sqs.Core: instance Exception SqsError
- Aws.Sqs.Core: instance Loggable SqsMetadata
- Aws.Sqs.Core: instance Monoid SqsMetadata
- Aws.Sqs.Core: instance Ord MessageAttribute
- Aws.Sqs.Core: instance Ord MessageId
- Aws.Sqs.Core: instance Ord QueueName
- Aws.Sqs.Core: instance Ord ReceiptHandle
- Aws.Sqs.Core: instance Read MessageAttribute
- Aws.Sqs.Core: instance Read MessageId
- Aws.Sqs.Core: instance Read QueueName
- Aws.Sqs.Core: instance Read ReceiptHandle
- Aws.Sqs.Core: instance Show (SqsConfiguration qt)
- Aws.Sqs.Core: instance Show Endpoint
- Aws.Sqs.Core: instance Show MessageAttribute
- Aws.Sqs.Core: instance Show MessageId
- Aws.Sqs.Core: instance Show QueueAttribute
- Aws.Sqs.Core: instance Show QueueName
- Aws.Sqs.Core: instance Show ReceiptHandle
- Aws.Sqs.Core: instance Show SqsAuthorization
- Aws.Sqs.Core: instance Show SqsError
- Aws.Sqs.Core: instance Show SqsMetadata
- Aws.Sqs.Core: instance Show SqsPermission
- Aws.Sqs.Core: instance Typeable SqsError
- Aws.Sqs.Core: qAccountNumber :: QueueName -> Text
- Aws.Sqs.Core: qName :: QueueName -> Text
- Aws.Sqs.Core: sqsDefaultExpiry :: SqsConfiguration qt -> NominalDiffTime
- Aws.Sqs.Core: sqsEndpoint :: SqsConfiguration qt -> Endpoint
- Aws.Sqs.Core: sqsErrorCode :: SqsError -> ErrorCode
- Aws.Sqs.Core: sqsErrorDetail :: SqsError -> Maybe Text
- Aws.Sqs.Core: sqsErrorMessage :: SqsError -> Text
- Aws.Sqs.Core: sqsErrorMetadata :: SqsError -> Maybe SqsMetadata
- Aws.Sqs.Core: sqsErrorType :: SqsError -> Text
- Aws.Sqs.Core: sqsMAmzId2 :: SqsMetadata -> Maybe Text
- Aws.Sqs.Core: sqsMRequestId :: SqsMetadata -> Maybe Text
- Aws.Sqs.Core: sqsPort :: SqsConfiguration qt -> Int
- Aws.Sqs.Core: sqsProtocol :: SqsConfiguration qt -> Protocol
- Aws.Sqs.Core: sqsQuery :: SqsQuery -> Query
- Aws.Sqs.Core: sqsQueueName :: SqsQuery -> Maybe QueueName
- Aws.Sqs.Core: sqsStatusCode :: SqsError -> Status
- Aws.Sqs.Core: sqsUseUri :: SqsConfiguration qt -> Bool
- Aws.Sqs.Core: sqsXmlErrorMessage :: SqsError -> Text
- Aws.Sqs.Core: sqsXmlErrorMetadata :: SqsError -> Maybe SqsMetadata
+ Aws: [accessKeyID] :: Credentials -> ByteString
+ Aws: [credentials] :: Configuration -> Credentials
+ Aws: [formErrorMesage] :: FormException -> String
+ Aws: [fromExpiresAt] :: TimeInfo -> UTCTime
+ Aws: [fromExpiresIn] :: TimeInfo -> NominalDiffTime
+ Aws: [headerErrorMessage] :: HeaderException -> String
+ Aws: [iamToken] :: Credentials -> Maybe ByteString
+ Aws: [logger] :: Configuration -> Logger
+ Aws: [responseMetadata] :: Response m a -> m
+ Aws: [responseResult] :: Response m a -> Either SomeException a
+ Aws: [secretAccessKey] :: Credentials -> ByteString
+ Aws: [timeInfo] :: Configuration -> TimeInfo
+ Aws: [v4SigningKeys] :: Credentials -> IORef [V4Key]
+ Aws: [xmlErrorMessage] :: XmlException -> String
+ Aws.Aws: [credentials] :: Configuration -> Credentials
+ Aws.Aws: [logger] :: Configuration -> Logger
+ Aws.Aws: [timeInfo] :: Configuration -> TimeInfo
+ Aws.Aws: instance GHC.Classes.Eq Aws.Aws.LogLevel
+ Aws.Aws: instance GHC.Classes.Ord Aws.Aws.LogLevel
+ Aws.Aws: instance GHC.Show.Show Aws.Aws.LogLevel
+ Aws.Core: [accessKeyID] :: Credentials -> ByteString
+ Aws.Core: [formErrorMesage] :: FormException -> String
+ Aws.Core: [fromAbsoluteExpires] :: AbsoluteTimeInfo -> UTCTime
+ Aws.Core: [fromAbsoluteTimestamp] :: AbsoluteTimeInfo -> UTCTime
+ Aws.Core: [fromExpiresAt] :: TimeInfo -> UTCTime
+ Aws.Core: [fromExpiresIn] :: TimeInfo -> NominalDiffTime
+ Aws.Core: [headerErrorMessage] :: HeaderException -> String
+ Aws.Core: [iamToken] :: Credentials -> Maybe ByteString
+ Aws.Core: [noCredentialsErrorMessage] :: NoCredentialsException -> String
+ Aws.Core: [responseMetadata] :: Response m a -> m
+ Aws.Core: [responseResult] :: Response m a -> Either SomeException a
+ Aws.Core: [secretAccessKey] :: Credentials -> ByteString
+ Aws.Core: [signatureCredentials] :: SignatureData -> Credentials
+ Aws.Core: [signatureTimeInfo] :: SignatureData -> AbsoluteTimeInfo
+ Aws.Core: [signatureTime] :: SignatureData -> UTCTime
+ Aws.Core: [sqAmzHeaders] :: SignedQuery -> !RequestHeaders
+ Aws.Core: [sqAuthorization] :: SignedQuery -> !(Maybe (IO ByteString))
+ Aws.Core: [sqBody] :: SignedQuery -> !(Maybe RequestBody)
+ Aws.Core: [sqContentMd5] :: SignedQuery -> !(Maybe (Digest MD5))
+ Aws.Core: [sqContentType] :: SignedQuery -> !(Maybe ByteString)
+ Aws.Core: [sqDate] :: SignedQuery -> !(Maybe UTCTime)
+ Aws.Core: [sqHost] :: SignedQuery -> !ByteString
+ Aws.Core: [sqMethod] :: SignedQuery -> !Method
+ Aws.Core: [sqOtherHeaders] :: SignedQuery -> !RequestHeaders
+ Aws.Core: [sqPath] :: SignedQuery -> !ByteString
+ Aws.Core: [sqPort] :: SignedQuery -> !Int
+ Aws.Core: [sqProtocol] :: SignedQuery -> !Protocol
+ Aws.Core: [sqQuery] :: SignedQuery -> !Query
+ Aws.Core: [sqStringToSign] :: SignedQuery -> !ByteString
+ Aws.Core: [v4SigningKeys] :: Credentials -> IORef [V4Key]
+ Aws.Core: [xmlErrorMessage] :: XmlException -> String
+ Aws.Core: instance (GHC.Show.Show m, GHC.Show.Show a) => GHC.Show.Show (Aws.Core.Response m a)
+ Aws.Core: instance Aws.Core.ResponseConsumer r (Network.HTTP.Client.Types.Response Data.ByteString.Lazy.Internal.ByteString)
+ Aws.Core: instance GHC.Base.Functor (Aws.Core.Response m)
+ Aws.Core: instance GHC.Base.Monoid m => Control.Monad.Catch.MonadThrow (Aws.Core.Response m)
+ Aws.Core: instance GHC.Base.Monoid m => GHC.Base.Applicative (Aws.Core.Response m)
+ Aws.Core: instance GHC.Base.Monoid m => GHC.Base.Monad (Aws.Core.Response m)
+ Aws.Core: instance GHC.Classes.Eq Aws.Core.Method
+ Aws.Core: instance GHC.Classes.Eq Aws.Core.Protocol
+ Aws.Core: instance GHC.Classes.Ord Aws.Core.Method
+ Aws.Core: instance GHC.Classes.Ord Aws.Core.Protocol
+ Aws.Core: instance GHC.Exception.Exception Aws.Core.FormException
+ Aws.Core: instance GHC.Exception.Exception Aws.Core.HeaderException
+ Aws.Core: instance GHC.Exception.Exception Aws.Core.NoCredentialsException
+ Aws.Core: instance GHC.Exception.Exception Aws.Core.XmlException
+ Aws.Core: instance GHC.Read.Read Aws.Core.Protocol
+ Aws.Core: instance GHC.Show.Show Aws.Core.AbsoluteTimeInfo
+ Aws.Core: instance GHC.Show.Show Aws.Core.AuthorizationHash
+ Aws.Core: instance GHC.Show.Show Aws.Core.Credentials
+ Aws.Core: instance GHC.Show.Show Aws.Core.FormException
+ Aws.Core: instance GHC.Show.Show Aws.Core.HeaderException
+ Aws.Core: instance GHC.Show.Show Aws.Core.Method
+ Aws.Core: instance GHC.Show.Show Aws.Core.NoCredentialsException
+ Aws.Core: instance GHC.Show.Show Aws.Core.Protocol
+ Aws.Core: instance GHC.Show.Show Aws.Core.TimeInfo
+ Aws.Core: instance GHC.Show.Show Aws.Core.XmlException
+ Aws.DynamoDb.Commands.DeleteItem: [diExpect] :: DeleteItem -> Conditions
+ Aws.DynamoDb.Commands.DeleteItem: [diKey] :: DeleteItem -> PrimaryKey
+ Aws.DynamoDb.Commands.DeleteItem: [diRetCons] :: DeleteItem -> ReturnConsumption
+ Aws.DynamoDb.Commands.DeleteItem: [diRetMet] :: DeleteItem -> ReturnItemCollectionMetrics
+ Aws.DynamoDb.Commands.DeleteItem: [diReturn] :: DeleteItem -> UpdateReturn
+ Aws.DynamoDb.Commands.DeleteItem: [diTable] :: DeleteItem -> Text
+ Aws.DynamoDb.Commands.DeleteItem: [dirAttrs] :: DeleteItemResponse -> Maybe Item
+ Aws.DynamoDb.Commands.DeleteItem: [dirColMet] :: DeleteItemResponse -> Maybe ItemCollectionMetrics
+ Aws.DynamoDb.Commands.DeleteItem: [dirConsumed] :: DeleteItemResponse -> Maybe ConsumedCapacity
+ Aws.DynamoDb.Commands.DeleteItem: instance Aws.Core.AsMemoryResponse Aws.DynamoDb.Commands.DeleteItem.DeleteItemResponse
+ Aws.DynamoDb.Commands.DeleteItem: instance Aws.Core.ResponseConsumer r Aws.DynamoDb.Commands.DeleteItem.DeleteItemResponse
+ Aws.DynamoDb.Commands.DeleteItem: instance Aws.Core.SignQuery Aws.DynamoDb.Commands.DeleteItem.DeleteItem
+ Aws.DynamoDb.Commands.DeleteItem: instance Aws.Core.Transaction Aws.DynamoDb.Commands.DeleteItem.DeleteItem Aws.DynamoDb.Commands.DeleteItem.DeleteItemResponse
+ Aws.DynamoDb.Commands.DeleteItem: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.DeleteItem.DeleteItemResponse
+ Aws.DynamoDb.Commands.DeleteItem: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.DeleteItem.DeleteItem
+ Aws.DynamoDb.Commands.DeleteItem: instance GHC.Classes.Eq Aws.DynamoDb.Commands.DeleteItem.DeleteItem
+ Aws.DynamoDb.Commands.DeleteItem: instance GHC.Classes.Eq Aws.DynamoDb.Commands.DeleteItem.DeleteItemResponse
+ Aws.DynamoDb.Commands.DeleteItem: instance GHC.Classes.Ord Aws.DynamoDb.Commands.DeleteItem.DeleteItem
+ Aws.DynamoDb.Commands.DeleteItem: instance GHC.Classes.Ord Aws.DynamoDb.Commands.DeleteItem.DeleteItemResponse
+ Aws.DynamoDb.Commands.DeleteItem: instance GHC.Read.Read Aws.DynamoDb.Commands.DeleteItem.DeleteItem
+ Aws.DynamoDb.Commands.DeleteItem: instance GHC.Read.Read Aws.DynamoDb.Commands.DeleteItem.DeleteItemResponse
+ Aws.DynamoDb.Commands.DeleteItem: instance GHC.Show.Show Aws.DynamoDb.Commands.DeleteItem.DeleteItem
+ Aws.DynamoDb.Commands.DeleteItem: instance GHC.Show.Show Aws.DynamoDb.Commands.DeleteItem.DeleteItemResponse
+ Aws.DynamoDb.Commands.GetItem: [giAttrs] :: GetItem -> Maybe [Text]
+ Aws.DynamoDb.Commands.GetItem: [giConsistent] :: GetItem -> Bool
+ Aws.DynamoDb.Commands.GetItem: [giKey] :: GetItem -> PrimaryKey
+ Aws.DynamoDb.Commands.GetItem: [giRetCons] :: GetItem -> ReturnConsumption
+ Aws.DynamoDb.Commands.GetItem: [giTableName] :: GetItem -> Text
+ Aws.DynamoDb.Commands.GetItem: [girConsumed] :: GetItemResponse -> Maybe ConsumedCapacity
+ Aws.DynamoDb.Commands.GetItem: [girItem] :: GetItemResponse -> Maybe Item
+ Aws.DynamoDb.Commands.GetItem: instance Aws.Core.AsMemoryResponse Aws.DynamoDb.Commands.GetItem.GetItemResponse
+ Aws.DynamoDb.Commands.GetItem: instance Aws.Core.ResponseConsumer r Aws.DynamoDb.Commands.GetItem.GetItemResponse
+ Aws.DynamoDb.Commands.GetItem: instance Aws.Core.SignQuery Aws.DynamoDb.Commands.GetItem.GetItem
+ Aws.DynamoDb.Commands.GetItem: instance Aws.Core.Transaction Aws.DynamoDb.Commands.GetItem.GetItem Aws.DynamoDb.Commands.GetItem.GetItemResponse
+ Aws.DynamoDb.Commands.GetItem: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.GetItem.GetItemResponse
+ Aws.DynamoDb.Commands.GetItem: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.GetItem.GetItem
+ Aws.DynamoDb.Commands.GetItem: instance GHC.Classes.Eq Aws.DynamoDb.Commands.GetItem.GetItem
+ Aws.DynamoDb.Commands.GetItem: instance GHC.Classes.Eq Aws.DynamoDb.Commands.GetItem.GetItemResponse
+ Aws.DynamoDb.Commands.GetItem: instance GHC.Classes.Ord Aws.DynamoDb.Commands.GetItem.GetItem
+ Aws.DynamoDb.Commands.GetItem: instance GHC.Classes.Ord Aws.DynamoDb.Commands.GetItem.GetItemResponse
+ Aws.DynamoDb.Commands.GetItem: instance GHC.Read.Read Aws.DynamoDb.Commands.GetItem.GetItem
+ Aws.DynamoDb.Commands.GetItem: instance GHC.Read.Read Aws.DynamoDb.Commands.GetItem.GetItemResponse
+ Aws.DynamoDb.Commands.GetItem: instance GHC.Show.Show Aws.DynamoDb.Commands.GetItem.GetItem
+ Aws.DynamoDb.Commands.GetItem: instance GHC.Show.Show Aws.DynamoDb.Commands.GetItem.GetItemResponse
+ Aws.DynamoDb.Commands.PutItem: [piExpect] :: PutItem -> Conditions
+ Aws.DynamoDb.Commands.PutItem: [piItem] :: PutItem -> Item
+ Aws.DynamoDb.Commands.PutItem: [piRetCons] :: PutItem -> ReturnConsumption
+ Aws.DynamoDb.Commands.PutItem: [piRetMet] :: PutItem -> ReturnItemCollectionMetrics
+ Aws.DynamoDb.Commands.PutItem: [piReturn] :: PutItem -> UpdateReturn
+ Aws.DynamoDb.Commands.PutItem: [piTable] :: PutItem -> Text
+ Aws.DynamoDb.Commands.PutItem: [pirAttrs] :: PutItemResponse -> Maybe Item
+ Aws.DynamoDb.Commands.PutItem: [pirColMet] :: PutItemResponse -> Maybe ItemCollectionMetrics
+ Aws.DynamoDb.Commands.PutItem: [pirConsumed] :: PutItemResponse -> Maybe ConsumedCapacity
+ Aws.DynamoDb.Commands.PutItem: instance Aws.Core.AsMemoryResponse Aws.DynamoDb.Commands.PutItem.PutItemResponse
+ Aws.DynamoDb.Commands.PutItem: instance Aws.Core.ResponseConsumer r Aws.DynamoDb.Commands.PutItem.PutItemResponse
+ Aws.DynamoDb.Commands.PutItem: instance Aws.Core.SignQuery Aws.DynamoDb.Commands.PutItem.PutItem
+ Aws.DynamoDb.Commands.PutItem: instance Aws.Core.Transaction Aws.DynamoDb.Commands.PutItem.PutItem Aws.DynamoDb.Commands.PutItem.PutItemResponse
+ Aws.DynamoDb.Commands.PutItem: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.PutItem.PutItemResponse
+ Aws.DynamoDb.Commands.PutItem: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.PutItem.PutItem
+ Aws.DynamoDb.Commands.PutItem: instance GHC.Classes.Eq Aws.DynamoDb.Commands.PutItem.PutItem
+ Aws.DynamoDb.Commands.PutItem: instance GHC.Classes.Eq Aws.DynamoDb.Commands.PutItem.PutItemResponse
+ Aws.DynamoDb.Commands.PutItem: instance GHC.Classes.Ord Aws.DynamoDb.Commands.PutItem.PutItem
+ Aws.DynamoDb.Commands.PutItem: instance GHC.Classes.Ord Aws.DynamoDb.Commands.PutItem.PutItemResponse
+ Aws.DynamoDb.Commands.PutItem: instance GHC.Read.Read Aws.DynamoDb.Commands.PutItem.PutItem
+ Aws.DynamoDb.Commands.PutItem: instance GHC.Read.Read Aws.DynamoDb.Commands.PutItem.PutItemResponse
+ Aws.DynamoDb.Commands.PutItem: instance GHC.Show.Show Aws.DynamoDb.Commands.PutItem.PutItem
+ Aws.DynamoDb.Commands.PutItem: instance GHC.Show.Show Aws.DynamoDb.Commands.PutItem.PutItemResponse
+ Aws.DynamoDb.Commands.Query: [qConsistent] :: Query -> Bool
+ Aws.DynamoDb.Commands.Query: [qFilter] :: Query -> Conditions
+ Aws.DynamoDb.Commands.Query: [qForwardScan] :: Query -> Bool
+ Aws.DynamoDb.Commands.Query: [qIndex] :: Query -> Maybe Text
+ Aws.DynamoDb.Commands.Query: [qKeyConditions] :: Query -> Slice
+ Aws.DynamoDb.Commands.Query: [qLimit] :: Query -> Maybe Int
+ Aws.DynamoDb.Commands.Query: [qRetCons] :: Query -> ReturnConsumption
+ Aws.DynamoDb.Commands.Query: [qSelect] :: Query -> QuerySelect
+ Aws.DynamoDb.Commands.Query: [qStartKey] :: Query -> Maybe [Attribute]
+ Aws.DynamoDb.Commands.Query: [qTableName] :: Query -> Text
+ Aws.DynamoDb.Commands.Query: [qrConsumed] :: QueryResponse -> Maybe ConsumedCapacity
+ Aws.DynamoDb.Commands.Query: [qrCount] :: QueryResponse -> Int
+ Aws.DynamoDb.Commands.Query: [qrItems] :: QueryResponse -> Vector Item
+ Aws.DynamoDb.Commands.Query: [qrLastKey] :: QueryResponse -> Maybe [Attribute]
+ Aws.DynamoDb.Commands.Query: [qrScanned] :: QueryResponse -> Int
+ Aws.DynamoDb.Commands.Query: [sliceCond] :: Slice -> Maybe Condition
+ Aws.DynamoDb.Commands.Query: [sliceHash] :: Slice -> Attribute
+ Aws.DynamoDb.Commands.Query: instance Aws.Core.AsMemoryResponse Aws.DynamoDb.Commands.Query.QueryResponse
+ Aws.DynamoDb.Commands.Query: instance Aws.Core.IteratedTransaction Aws.DynamoDb.Commands.Query.Query Aws.DynamoDb.Commands.Query.QueryResponse
+ Aws.DynamoDb.Commands.Query: instance Aws.Core.ListResponse Aws.DynamoDb.Commands.Query.QueryResponse Aws.DynamoDb.Core.Item
+ Aws.DynamoDb.Commands.Query: instance Aws.Core.ResponseConsumer r Aws.DynamoDb.Commands.Query.QueryResponse
+ Aws.DynamoDb.Commands.Query: instance Aws.Core.SignQuery Aws.DynamoDb.Commands.Query.Query
+ Aws.DynamoDb.Commands.Query: instance Aws.Core.Transaction Aws.DynamoDb.Commands.Query.Query Aws.DynamoDb.Commands.Query.QueryResponse
+ Aws.DynamoDb.Commands.Query: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Query.QueryResponse
+ Aws.DynamoDb.Commands.Query: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.Query.Query
+ Aws.DynamoDb.Commands.Query: instance GHC.Classes.Eq Aws.DynamoDb.Commands.Query.Query
+ Aws.DynamoDb.Commands.Query: instance GHC.Classes.Eq Aws.DynamoDb.Commands.Query.QueryResponse
+ Aws.DynamoDb.Commands.Query: instance GHC.Classes.Eq Aws.DynamoDb.Commands.Query.Slice
+ Aws.DynamoDb.Commands.Query: instance GHC.Classes.Ord Aws.DynamoDb.Commands.Query.Query
+ Aws.DynamoDb.Commands.Query: instance GHC.Classes.Ord Aws.DynamoDb.Commands.Query.QueryResponse
+ Aws.DynamoDb.Commands.Query: instance GHC.Classes.Ord Aws.DynamoDb.Commands.Query.Slice
+ Aws.DynamoDb.Commands.Query: instance GHC.Read.Read Aws.DynamoDb.Commands.Query.Query
+ Aws.DynamoDb.Commands.Query: instance GHC.Read.Read Aws.DynamoDb.Commands.Query.QueryResponse
+ Aws.DynamoDb.Commands.Query: instance GHC.Read.Read Aws.DynamoDb.Commands.Query.Slice
+ Aws.DynamoDb.Commands.Query: instance GHC.Show.Show Aws.DynamoDb.Commands.Query.Query
+ Aws.DynamoDb.Commands.Query: instance GHC.Show.Show Aws.DynamoDb.Commands.Query.QueryResponse
+ Aws.DynamoDb.Commands.Query: instance GHC.Show.Show Aws.DynamoDb.Commands.Query.Slice
+ Aws.DynamoDb.Commands.Scan: [sConsistentRead] :: Scan -> Bool
+ Aws.DynamoDb.Commands.Scan: [sFilter] :: Scan -> Conditions
+ Aws.DynamoDb.Commands.Scan: [sIndex] :: Scan -> Maybe Text
+ Aws.DynamoDb.Commands.Scan: [sLimit] :: Scan -> Maybe Int
+ Aws.DynamoDb.Commands.Scan: [sRetCons] :: Scan -> ReturnConsumption
+ Aws.DynamoDb.Commands.Scan: [sSegment] :: Scan -> Int
+ Aws.DynamoDb.Commands.Scan: [sSelect] :: Scan -> QuerySelect
+ Aws.DynamoDb.Commands.Scan: [sStartKey] :: Scan -> Maybe [Attribute]
+ Aws.DynamoDb.Commands.Scan: [sTableName] :: Scan -> Text
+ Aws.DynamoDb.Commands.Scan: [sTotalSegments] :: Scan -> Int
+ Aws.DynamoDb.Commands.Scan: [srConsumed] :: ScanResponse -> Maybe ConsumedCapacity
+ Aws.DynamoDb.Commands.Scan: [srCount] :: ScanResponse -> Int
+ Aws.DynamoDb.Commands.Scan: [srItems] :: ScanResponse -> Vector Item
+ Aws.DynamoDb.Commands.Scan: [srLastKey] :: ScanResponse -> Maybe [Attribute]
+ Aws.DynamoDb.Commands.Scan: [srScanned] :: ScanResponse -> Int
+ Aws.DynamoDb.Commands.Scan: instance Aws.Core.AsMemoryResponse Aws.DynamoDb.Commands.Scan.ScanResponse
+ Aws.DynamoDb.Commands.Scan: instance Aws.Core.IteratedTransaction Aws.DynamoDb.Commands.Scan.Scan Aws.DynamoDb.Commands.Scan.ScanResponse
+ Aws.DynamoDb.Commands.Scan: instance Aws.Core.ListResponse Aws.DynamoDb.Commands.Scan.ScanResponse Aws.DynamoDb.Core.Item
+ Aws.DynamoDb.Commands.Scan: instance Aws.Core.ResponseConsumer r Aws.DynamoDb.Commands.Scan.ScanResponse
+ Aws.DynamoDb.Commands.Scan: instance Aws.Core.SignQuery Aws.DynamoDb.Commands.Scan.Scan
+ Aws.DynamoDb.Commands.Scan: instance Aws.Core.Transaction Aws.DynamoDb.Commands.Scan.Scan Aws.DynamoDb.Commands.Scan.ScanResponse
+ Aws.DynamoDb.Commands.Scan: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Scan.ScanResponse
+ Aws.DynamoDb.Commands.Scan: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.Scan.Scan
+ Aws.DynamoDb.Commands.Scan: instance GHC.Classes.Eq Aws.DynamoDb.Commands.Scan.Scan
+ Aws.DynamoDb.Commands.Scan: instance GHC.Classes.Eq Aws.DynamoDb.Commands.Scan.ScanResponse
+ Aws.DynamoDb.Commands.Scan: instance GHC.Classes.Ord Aws.DynamoDb.Commands.Scan.Scan
+ Aws.DynamoDb.Commands.Scan: instance GHC.Classes.Ord Aws.DynamoDb.Commands.Scan.ScanResponse
+ Aws.DynamoDb.Commands.Scan: instance GHC.Read.Read Aws.DynamoDb.Commands.Scan.Scan
+ Aws.DynamoDb.Commands.Scan: instance GHC.Read.Read Aws.DynamoDb.Commands.Scan.ScanResponse
+ Aws.DynamoDb.Commands.Scan: instance GHC.Show.Show Aws.DynamoDb.Commands.Scan.Scan
+ Aws.DynamoDb.Commands.Scan: instance GHC.Show.Show Aws.DynamoDb.Commands.Scan.ScanResponse
+ Aws.DynamoDb.Commands.Table: [attributeName] :: AttributeDefinition -> Text
+ Aws.DynamoDb.Commands.Table: [attributeType] :: AttributeDefinition -> AttributeType
+ Aws.DynamoDb.Commands.Table: [createAttributeDefinitions] :: CreateTable -> [AttributeDefinition]
+ Aws.DynamoDb.Commands.Table: [createGlobalSecondaryIndexes] :: CreateTable -> [GlobalSecondaryIndex]
+ Aws.DynamoDb.Commands.Table: [createKeySchema] :: CreateTable -> KeySchema
+ Aws.DynamoDb.Commands.Table: [createLocalSecondaryIndexes] :: CreateTable -> [LocalSecondaryIndex]
+ Aws.DynamoDb.Commands.Table: [createProvisionedThroughput] :: CreateTable -> ProvisionedThroughput
+ Aws.DynamoDb.Commands.Table: [createTableName] :: CreateTable -> Text
+ Aws.DynamoDb.Commands.Table: [ctStatus] :: CreateTableResult -> TableDescription
+ Aws.DynamoDb.Commands.Table: [dStatus] :: DeleteTableResult -> TableDescription
+ Aws.DynamoDb.Commands.Table: [dTableName] :: DescribeTable -> Text
+ Aws.DynamoDb.Commands.Table: [deleteTableName] :: DeleteTable -> Text
+ Aws.DynamoDb.Commands.Table: [dtStatus] :: DescribeTableResult -> TableDescription
+ Aws.DynamoDb.Commands.Table: [gStatusIndexName] :: GlobalSecondaryIndexStatus -> Text
+ Aws.DynamoDb.Commands.Table: [gStatusIndexSizeBytes] :: GlobalSecondaryIndexStatus -> Integer
+ Aws.DynamoDb.Commands.Table: [gStatusIndexStatus] :: GlobalSecondaryIndexStatus -> Text
+ Aws.DynamoDb.Commands.Table: [gStatusItemCount] :: GlobalSecondaryIndexStatus -> Integer
+ Aws.DynamoDb.Commands.Table: [gStatusKeySchema] :: GlobalSecondaryIndexStatus -> KeySchema
+ Aws.DynamoDb.Commands.Table: [gStatusProjection] :: GlobalSecondaryIndexStatus -> Projection
+ Aws.DynamoDb.Commands.Table: [gStatusProvisionedThroughput] :: GlobalSecondaryIndexStatus -> ProvisionedThroughputStatus
+ Aws.DynamoDb.Commands.Table: [gUpdateIndexName] :: GlobalSecondaryIndexUpdate -> Text
+ Aws.DynamoDb.Commands.Table: [gUpdateProvisionedThroughput] :: GlobalSecondaryIndexUpdate -> ProvisionedThroughput
+ Aws.DynamoDb.Commands.Table: [globalIndexName] :: GlobalSecondaryIndex -> Text
+ Aws.DynamoDb.Commands.Table: [globalKeySchema] :: GlobalSecondaryIndex -> KeySchema
+ Aws.DynamoDb.Commands.Table: [globalProjection] :: GlobalSecondaryIndex -> Projection
+ Aws.DynamoDb.Commands.Table: [globalProvisionedThroughput] :: GlobalSecondaryIndex -> ProvisionedThroughput
+ Aws.DynamoDb.Commands.Table: [locStatusIndexName] :: LocalSecondaryIndexStatus -> Text
+ Aws.DynamoDb.Commands.Table: [locStatusIndexSizeBytes] :: LocalSecondaryIndexStatus -> Integer
+ Aws.DynamoDb.Commands.Table: [locStatusItemCount] :: LocalSecondaryIndexStatus -> Integer
+ Aws.DynamoDb.Commands.Table: [locStatusKeySchema] :: LocalSecondaryIndexStatus -> KeySchema
+ Aws.DynamoDb.Commands.Table: [locStatusProjection] :: LocalSecondaryIndexStatus -> Projection
+ Aws.DynamoDb.Commands.Table: [localIndexName] :: LocalSecondaryIndex -> Text
+ Aws.DynamoDb.Commands.Table: [localKeySchema] :: LocalSecondaryIndex -> KeySchema
+ Aws.DynamoDb.Commands.Table: [localProjection] :: LocalSecondaryIndex -> Projection
+ Aws.DynamoDb.Commands.Table: [rAttributeDefinitions] :: TableDescription -> [AttributeDefinition]
+ Aws.DynamoDb.Commands.Table: [rCreationDateTime] :: TableDescription -> Maybe UTCTime
+ Aws.DynamoDb.Commands.Table: [rGlobalSecondaryIndexes] :: TableDescription -> [GlobalSecondaryIndexStatus]
+ Aws.DynamoDb.Commands.Table: [rItemCount] :: TableDescription -> Integer
+ Aws.DynamoDb.Commands.Table: [rKeySchema] :: TableDescription -> Maybe KeySchema
+ Aws.DynamoDb.Commands.Table: [rLocalSecondaryIndexes] :: TableDescription -> [LocalSecondaryIndexStatus]
+ Aws.DynamoDb.Commands.Table: [rProvisionedThroughput] :: TableDescription -> ProvisionedThroughputStatus
+ Aws.DynamoDb.Commands.Table: [rTableName] :: TableDescription -> Text
+ Aws.DynamoDb.Commands.Table: [rTableSizeBytes] :: TableDescription -> Integer
+ Aws.DynamoDb.Commands.Table: [rTableStatus] :: TableDescription -> Text
+ Aws.DynamoDb.Commands.Table: [readCapacityUnits] :: ProvisionedThroughput -> Int
+ Aws.DynamoDb.Commands.Table: [statusLastDecreaseDateTime] :: ProvisionedThroughputStatus -> UTCTime
+ Aws.DynamoDb.Commands.Table: [statusLastIncreaseDateTime] :: ProvisionedThroughputStatus -> UTCTime
+ Aws.DynamoDb.Commands.Table: [statusNumberOfDecreasesToday] :: ProvisionedThroughputStatus -> Int
+ Aws.DynamoDb.Commands.Table: [statusReadCapacityUnits] :: ProvisionedThroughputStatus -> Int
+ Aws.DynamoDb.Commands.Table: [statusWriteCapacityUnits] :: ProvisionedThroughputStatus -> Int
+ Aws.DynamoDb.Commands.Table: [tableNames] :: ListTablesResult -> [Text]
+ Aws.DynamoDb.Commands.Table: [uStatus] :: UpdateTableResult -> TableDescription
+ Aws.DynamoDb.Commands.Table: [updateGlobalSecondaryIndexUpdates] :: UpdateTable -> [GlobalSecondaryIndexUpdate]
+ Aws.DynamoDb.Commands.Table: [updateProvisionedThroughput] :: UpdateTable -> ProvisionedThroughput
+ Aws.DynamoDb.Commands.Table: [updateTableName] :: UpdateTable -> Text
+ Aws.DynamoDb.Commands.Table: [writeCapacityUnits] :: ProvisionedThroughput -> Int
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.AsMemoryResponse Aws.DynamoDb.Commands.Table.CreateTableResult
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.AsMemoryResponse Aws.DynamoDb.Commands.Table.DeleteTableResult
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.AsMemoryResponse Aws.DynamoDb.Commands.Table.DescribeTableResult
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.AsMemoryResponse Aws.DynamoDb.Commands.Table.ListTablesResult
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.AsMemoryResponse Aws.DynamoDb.Commands.Table.UpdateTableResult
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.ResponseConsumer r Aws.DynamoDb.Commands.Table.CreateTableResult
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.ResponseConsumer r Aws.DynamoDb.Commands.Table.DeleteTableResult
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.ResponseConsumer r Aws.DynamoDb.Commands.Table.DescribeTableResult
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.ResponseConsumer r Aws.DynamoDb.Commands.Table.ListTablesResult
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.ResponseConsumer r Aws.DynamoDb.Commands.Table.UpdateTableResult
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.SignQuery Aws.DynamoDb.Commands.Table.CreateTable
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.SignQuery Aws.DynamoDb.Commands.Table.DeleteTable
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.SignQuery Aws.DynamoDb.Commands.Table.DescribeTable
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.SignQuery Aws.DynamoDb.Commands.Table.ListTables
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.SignQuery Aws.DynamoDb.Commands.Table.UpdateTable
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.Transaction Aws.DynamoDb.Commands.Table.CreateTable Aws.DynamoDb.Commands.Table.CreateTableResult
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.Transaction Aws.DynamoDb.Commands.Table.DeleteTable Aws.DynamoDb.Commands.Table.DeleteTableResult
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.Transaction Aws.DynamoDb.Commands.Table.DescribeTable Aws.DynamoDb.Commands.Table.DescribeTableResult
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.Transaction Aws.DynamoDb.Commands.Table.ListTables Aws.DynamoDb.Commands.Table.ListTablesResult
+ Aws.DynamoDb.Commands.Table: instance Aws.Core.Transaction Aws.DynamoDb.Commands.Table.UpdateTable Aws.DynamoDb.Commands.Table.UpdateTableResult
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Table.AttributeDefinition
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Table.AttributeType
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Table.CreateTableResult
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Table.DeleteTableResult
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Table.DescribeTableResult
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Table.GlobalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Table.GlobalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Table.KeySchema
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Table.ListTablesResult
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Table.LocalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Table.LocalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Table.Projection
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Table.ProvisionedThroughput
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Table.ProvisionedThroughputStatus
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Table.TableDescription
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.Table.UpdateTableResult
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.Table.AttributeDefinition
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.Table.AttributeType
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.Table.CreateTable
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.Table.DeleteTable
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.Table.DescribeTable
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.Table.GlobalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.Table.GlobalSecondaryIndexUpdate
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.Table.KeySchema
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.Table.ListTables
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.Table.LocalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.Table.Projection
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.Table.ProvisionedThroughput
+ Aws.DynamoDb.Commands.Table: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.Table.UpdateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Classes.Eq Aws.DynamoDb.Commands.Table.AttributeDefinition
+ Aws.DynamoDb.Commands.Table: instance GHC.Classes.Eq Aws.DynamoDb.Commands.Table.AttributeType
+ Aws.DynamoDb.Commands.Table: instance GHC.Classes.Eq Aws.DynamoDb.Commands.Table.KeySchema
+ Aws.DynamoDb.Commands.Table: instance GHC.Classes.Ord Aws.DynamoDb.Commands.Table.AttributeDefinition
+ Aws.DynamoDb.Commands.Table: instance GHC.Classes.Ord Aws.DynamoDb.Commands.Table.AttributeType
+ Aws.DynamoDb.Commands.Table: instance GHC.Classes.Ord Aws.DynamoDb.Commands.Table.KeySchema
+ Aws.DynamoDb.Commands.Table: instance GHC.Enum.Bounded Aws.DynamoDb.Commands.Table.AttributeType
+ Aws.DynamoDb.Commands.Table: instance GHC.Enum.Enum Aws.DynamoDb.Commands.Table.AttributeType
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_0AttributeDefinition
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_0AttributeType
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_0CreateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_0DeleteTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_0DescribeTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_0GlobalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_0GlobalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_0GlobalSecondaryIndexUpdate
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_0KeySchema
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_0ListTablesResult
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_0LocalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_0LocalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_0ProvisionedThroughput
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_0ProvisionedThroughputStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_0TableDescription
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_0UpdateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_1AttributeType
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_1KeySchema
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Constructor Aws.DynamoDb.Commands.Table.C1_2AttributeType
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Datatype Aws.DynamoDb.Commands.Table.D1AttributeDefinition
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Datatype Aws.DynamoDb.Commands.Table.D1AttributeType
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Datatype Aws.DynamoDb.Commands.Table.D1CreateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Datatype Aws.DynamoDb.Commands.Table.D1DeleteTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Datatype Aws.DynamoDb.Commands.Table.D1DescribeTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Datatype Aws.DynamoDb.Commands.Table.D1GlobalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Datatype Aws.DynamoDb.Commands.Table.D1GlobalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Datatype Aws.DynamoDb.Commands.Table.D1GlobalSecondaryIndexUpdate
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Datatype Aws.DynamoDb.Commands.Table.D1KeySchema
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Datatype Aws.DynamoDb.Commands.Table.D1ListTablesResult
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Datatype Aws.DynamoDb.Commands.Table.D1LocalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Datatype Aws.DynamoDb.Commands.Table.D1LocalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Datatype Aws.DynamoDb.Commands.Table.D1ProvisionedThroughput
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Datatype Aws.DynamoDb.Commands.Table.D1ProvisionedThroughputStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Datatype Aws.DynamoDb.Commands.Table.D1TableDescription
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Datatype Aws.DynamoDb.Commands.Table.D1UpdateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Generic Aws.DynamoDb.Commands.Table.AttributeDefinition
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Generic Aws.DynamoDb.Commands.Table.AttributeType
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Generic Aws.DynamoDb.Commands.Table.CreateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Generic Aws.DynamoDb.Commands.Table.DeleteTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Generic Aws.DynamoDb.Commands.Table.DescribeTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Generic Aws.DynamoDb.Commands.Table.GlobalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Generic Aws.DynamoDb.Commands.Table.GlobalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Generic Aws.DynamoDb.Commands.Table.GlobalSecondaryIndexUpdate
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Generic Aws.DynamoDb.Commands.Table.KeySchema
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Generic Aws.DynamoDb.Commands.Table.ListTablesResult
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Generic Aws.DynamoDb.Commands.Table.LocalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Generic Aws.DynamoDb.Commands.Table.LocalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Generic Aws.DynamoDb.Commands.Table.ProvisionedThroughput
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Generic Aws.DynamoDb.Commands.Table.ProvisionedThroughputStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Generic Aws.DynamoDb.Commands.Table.TableDescription
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Generic Aws.DynamoDb.Commands.Table.UpdateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_0AttributeDefinition
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_0CreateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_0DeleteTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_0DescribeTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_0GlobalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_0GlobalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_0GlobalSecondaryIndexUpdate
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_0ListTablesResult
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_0LocalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_0LocalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_0ProvisionedThroughput
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_0ProvisionedThroughputStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_0TableDescription
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_0UpdateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_1AttributeDefinition
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_1CreateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_1GlobalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_1GlobalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_1GlobalSecondaryIndexUpdate
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_1LocalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_1LocalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_1ProvisionedThroughput
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_1ProvisionedThroughputStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_1TableDescription
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_1UpdateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_2CreateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_2GlobalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_2GlobalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_2LocalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_2LocalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_2ProvisionedThroughputStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_2TableDescription
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_2UpdateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_3CreateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_3GlobalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_3GlobalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_3LocalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_3ProvisionedThroughputStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_3TableDescription
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_4CreateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_4GlobalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_4LocalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_4ProvisionedThroughputStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_4TableDescription
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_5CreateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_5GlobalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_5TableDescription
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_6GlobalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_6TableDescription
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_7TableDescription
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_8TableDescription
+ Aws.DynamoDb.Commands.Table: instance GHC.Generics.Selector Aws.DynamoDb.Commands.Table.S1_0_9TableDescription
+ Aws.DynamoDb.Commands.Table: instance GHC.Read.Read Aws.DynamoDb.Commands.Table.AttributeDefinition
+ Aws.DynamoDb.Commands.Table: instance GHC.Read.Read Aws.DynamoDb.Commands.Table.AttributeType
+ Aws.DynamoDb.Commands.Table: instance GHC.Read.Read Aws.DynamoDb.Commands.Table.KeySchema
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.AttributeDefinition
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.AttributeType
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.CreateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.CreateTableResult
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.DeleteTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.DeleteTableResult
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.DescribeTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.DescribeTableResult
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.GlobalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.GlobalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.GlobalSecondaryIndexUpdate
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.KeySchema
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.ListTables
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.ListTablesResult
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.LocalSecondaryIndex
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.LocalSecondaryIndexStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.Projection
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.ProvisionedThroughput
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.ProvisionedThroughputStatus
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.TableDescription
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.UpdateTable
+ Aws.DynamoDb.Commands.Table: instance GHC.Show.Show Aws.DynamoDb.Commands.Table.UpdateTableResult
+ Aws.DynamoDb.Commands.UpdateItem: [auAction] :: AttributeUpdate -> UpdateAction
+ Aws.DynamoDb.Commands.UpdateItem: [auAttr] :: AttributeUpdate -> Attribute
+ Aws.DynamoDb.Commands.UpdateItem: [uiExpect] :: UpdateItem -> Conditions
+ Aws.DynamoDb.Commands.UpdateItem: [uiKey] :: UpdateItem -> PrimaryKey
+ Aws.DynamoDb.Commands.UpdateItem: [uiRetCons] :: UpdateItem -> ReturnConsumption
+ Aws.DynamoDb.Commands.UpdateItem: [uiRetMet] :: UpdateItem -> ReturnItemCollectionMetrics
+ Aws.DynamoDb.Commands.UpdateItem: [uiReturn] :: UpdateItem -> UpdateReturn
+ Aws.DynamoDb.Commands.UpdateItem: [uiTable] :: UpdateItem -> Text
+ Aws.DynamoDb.Commands.UpdateItem: [uiUpdates] :: UpdateItem -> [AttributeUpdate]
+ Aws.DynamoDb.Commands.UpdateItem: [uirAttrs] :: UpdateItemResponse -> Maybe Item
+ Aws.DynamoDb.Commands.UpdateItem: [uirConsumed] :: UpdateItemResponse -> Maybe ConsumedCapacity
+ Aws.DynamoDb.Commands.UpdateItem: instance Aws.Core.AsMemoryResponse Aws.DynamoDb.Commands.UpdateItem.UpdateItemResponse
+ Aws.DynamoDb.Commands.UpdateItem: instance Aws.Core.ResponseConsumer r Aws.DynamoDb.Commands.UpdateItem.UpdateItemResponse
+ Aws.DynamoDb.Commands.UpdateItem: instance Aws.Core.SignQuery Aws.DynamoDb.Commands.UpdateItem.UpdateItem
+ Aws.DynamoDb.Commands.UpdateItem: instance Aws.Core.Transaction Aws.DynamoDb.Commands.UpdateItem.UpdateItem Aws.DynamoDb.Commands.UpdateItem.UpdateItemResponse
+ Aws.DynamoDb.Commands.UpdateItem: instance Aws.DynamoDb.Core.DynSize Aws.DynamoDb.Commands.UpdateItem.AttributeUpdate
+ Aws.DynamoDb.Commands.UpdateItem: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Commands.UpdateItem.UpdateItemResponse
+ Aws.DynamoDb.Commands.UpdateItem: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.UpdateItem.AttributeUpdates
+ Aws.DynamoDb.Commands.UpdateItem: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.UpdateItem.UpdateAction
+ Aws.DynamoDb.Commands.UpdateItem: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Commands.UpdateItem.UpdateItem
+ Aws.DynamoDb.Commands.UpdateItem: instance Data.Default.Class.Default Aws.DynamoDb.Commands.UpdateItem.UpdateAction
+ Aws.DynamoDb.Commands.UpdateItem: instance GHC.Classes.Eq Aws.DynamoDb.Commands.UpdateItem.AttributeUpdate
+ Aws.DynamoDb.Commands.UpdateItem: instance GHC.Classes.Eq Aws.DynamoDb.Commands.UpdateItem.UpdateAction
+ Aws.DynamoDb.Commands.UpdateItem: instance GHC.Classes.Eq Aws.DynamoDb.Commands.UpdateItem.UpdateItem
+ Aws.DynamoDb.Commands.UpdateItem: instance GHC.Classes.Eq Aws.DynamoDb.Commands.UpdateItem.UpdateItemResponse
+ Aws.DynamoDb.Commands.UpdateItem: instance GHC.Classes.Ord Aws.DynamoDb.Commands.UpdateItem.AttributeUpdate
+ Aws.DynamoDb.Commands.UpdateItem: instance GHC.Classes.Ord Aws.DynamoDb.Commands.UpdateItem.UpdateAction
+ Aws.DynamoDb.Commands.UpdateItem: instance GHC.Classes.Ord Aws.DynamoDb.Commands.UpdateItem.UpdateItem
+ Aws.DynamoDb.Commands.UpdateItem: instance GHC.Classes.Ord Aws.DynamoDb.Commands.UpdateItem.UpdateItemResponse
+ Aws.DynamoDb.Commands.UpdateItem: instance GHC.Read.Read Aws.DynamoDb.Commands.UpdateItem.AttributeUpdate
+ Aws.DynamoDb.Commands.UpdateItem: instance GHC.Read.Read Aws.DynamoDb.Commands.UpdateItem.UpdateAction
+ Aws.DynamoDb.Commands.UpdateItem: instance GHC.Read.Read Aws.DynamoDb.Commands.UpdateItem.UpdateItem
+ Aws.DynamoDb.Commands.UpdateItem: instance GHC.Read.Read Aws.DynamoDb.Commands.UpdateItem.UpdateItemResponse
+ Aws.DynamoDb.Commands.UpdateItem: instance GHC.Show.Show Aws.DynamoDb.Commands.UpdateItem.AttributeUpdate
+ Aws.DynamoDb.Commands.UpdateItem: instance GHC.Show.Show Aws.DynamoDb.Commands.UpdateItem.UpdateAction
+ Aws.DynamoDb.Commands.UpdateItem: instance GHC.Show.Show Aws.DynamoDb.Commands.UpdateItem.UpdateItem
+ Aws.DynamoDb.Commands.UpdateItem: instance GHC.Show.Show Aws.DynamoDb.Commands.UpdateItem.UpdateItemResponse
+ Aws.DynamoDb.Core: DBool :: Bool -> DValue
+ Aws.DynamoDb.Core: DBoolSet :: (Set Bool) -> DValue
+ Aws.DynamoDb.Core: DList :: (Vector DValue) -> DValue
+ Aws.DynamoDb.Core: DMap :: (Map Text DValue) -> DValue
+ Aws.DynamoDb.Core: DNull :: DValue
+ Aws.DynamoDb.Core: OldBool :: Bool -> OldBool
+ Aws.DynamoDb.Core: [aeMessage] :: AmazonError -> Maybe Text
+ Aws.DynamoDb.Core: [aeType] :: AmazonError -> Text
+ Aws.DynamoDb.Core: [attrName] :: Attribute -> Text
+ Aws.DynamoDb.Core: [attrVal] :: Attribute -> DValue
+ Aws.DynamoDb.Core: [capacityGlobalIndex] :: ConsumedCapacity -> [(Text, Int64)]
+ Aws.DynamoDb.Core: [capacityLocalIndex] :: ConsumedCapacity -> [(Text, Int64)]
+ Aws.DynamoDb.Core: [capacityTableUnits] :: ConsumedCapacity -> Maybe Int64
+ Aws.DynamoDb.Core: [capacityTable] :: ConsumedCapacity -> Text
+ Aws.DynamoDb.Core: [capacityUnits] :: ConsumedCapacity -> Int64
+ Aws.DynamoDb.Core: [condAttr] :: Condition -> Text
+ Aws.DynamoDb.Core: [condOp] :: Condition -> CondOp
+ Aws.DynamoDb.Core: [ddbErrCode] :: DdbError -> DdbErrCode
+ Aws.DynamoDb.Core: [ddbErrMsg] :: DdbError -> Text
+ Aws.DynamoDb.Core: [ddbStatusCode] :: DdbError -> Int
+ Aws.DynamoDb.Core: [ddbcPort] :: DdbConfiguration qt -> Maybe Int
+ Aws.DynamoDb.Core: [ddbcProtocol] :: DdbConfiguration qt -> Protocol
+ Aws.DynamoDb.Core: [ddbcRegion] :: DdbConfiguration qt -> Region
+ Aws.DynamoDb.Core: [ddbrCrc] :: DdbResponse -> Maybe Text
+ Aws.DynamoDb.Core: [ddbrMsgId] :: DdbResponse -> Maybe Text
+ Aws.DynamoDb.Core: [getBin] :: Bin a -> a
+ Aws.DynamoDb.Core: [icmEstimate] :: ItemCollectionMetrics -> [Double]
+ Aws.DynamoDb.Core: [icmKey] :: ItemCollectionMetrics -> (Text, DValue)
+ Aws.DynamoDb.Core: [pkHash] :: PrimaryKey -> Attribute
+ Aws.DynamoDb.Core: [pkRange] :: PrimaryKey -> Maybe Attribute
+ Aws.DynamoDb.Core: [rName] :: Region -> ByteString
+ Aws.DynamoDb.Core: [rUri] :: Region -> ByteString
+ Aws.DynamoDb.Core: [runParser] :: Parser a -> forall f r. Failure f r -> Success a f r -> f r
+ Aws.DynamoDb.Core: [unDynBinary] :: DynBinary -> ByteString
+ Aws.DynamoDb.Core: [unDynNumber] :: DynNumber -> Scientific
+ Aws.DynamoDb.Core: [unDynString] :: DynString -> Text
+ Aws.DynamoDb.Core: ddbEuCentral1 :: Region
+ Aws.DynamoDb.Core: instance (Aws.DynamoDb.Core.DynData (Aws.DynamoDb.Core.DynRep (Data.Set.Base.Set a)), Aws.DynamoDb.Core.DynVal a, GHC.Classes.Ord a) => Aws.DynamoDb.Core.DynVal (Data.Set.Base.Set a)
+ Aws.DynamoDb.Core: instance (Aws.DynamoDb.Core.DynData (Aws.DynamoDb.Core.DynRep [a]), Aws.DynamoDb.Core.DynVal a) => Aws.DynamoDb.Core.DynVal [a]
+ Aws.DynamoDb.Core: instance (Aws.DynamoDb.Core.DynSize a, Aws.DynamoDb.Core.DynSize b) => Aws.DynamoDb.Core.DynSize (Data.Either.Either a b)
+ Aws.DynamoDb.Core: instance (Data.Typeable.Internal.Typeable a, Aws.DynamoDb.Core.DynVal a) => Aws.DynamoDb.Core.FromDynItem (Data.Map.Base.Map Data.Text.Internal.Text a)
+ Aws.DynamoDb.Core: instance (Data.Typeable.Internal.Typeable a, Aws.DynamoDb.Core.DynVal a) => Aws.DynamoDb.Core.FromDynItem [(Data.Text.Internal.Text, a)]
+ Aws.DynamoDb.Core: instance Aws.Core.DefaultServiceConfiguration (Aws.DynamoDb.Core.DdbConfiguration Aws.Core.NormalQuery)
+ Aws.DynamoDb.Core: instance Aws.Core.Loggable Aws.DynamoDb.Core.DdbResponse
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynData (Data.Set.Base.Set Aws.DynamoDb.Core.DynBinary)
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynData (Data.Set.Base.Set Aws.DynamoDb.Core.DynBool)
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynData (Data.Set.Base.Set Aws.DynamoDb.Core.DynNumber)
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynData (Data.Set.Base.Set Aws.DynamoDb.Core.DynString)
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynData Aws.DynamoDb.Core.DValue
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynData Aws.DynamoDb.Core.DynBinary
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynData Aws.DynamoDb.Core.DynBool
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynData Aws.DynamoDb.Core.DynNumber
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynData Aws.DynamoDb.Core.DynString
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynSize Aws.DynamoDb.Core.Attribute
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynSize Aws.DynamoDb.Core.DValue
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynSize Aws.DynamoDb.Core.Item
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynSize a => Aws.DynamoDb.Core.DynSize (GHC.Base.Maybe a)
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynSize a => Aws.DynamoDb.Core.DynSize [a]
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal Aws.DynamoDb.Core.DValue
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal Aws.DynamoDb.Core.OldBool
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal Data.ByteString.Internal.ByteString
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal Data.Text.Internal.Text
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal Data.Time.Calendar.Days.Day
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal Data.Time.Clock.UTC.UTCTime
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal GHC.Int.Int16
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal GHC.Int.Int32
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal GHC.Int.Int64
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal GHC.Int.Int8
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal GHC.Integer.Type.Integer
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal GHC.Types.Bool
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal GHC.Types.Double
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal GHC.Types.Int
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal GHC.Word.Word16
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal GHC.Word.Word32
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal GHC.Word.Word64
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal GHC.Word.Word8
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal a => Aws.DynamoDb.Core.ToDynItem (Data.Map.Base.Map Data.Text.Internal.Text a)
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.DynVal a => Aws.DynamoDb.Core.ToDynItem [(Data.Text.Internal.Text, a)]
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.FromDynItem Aws.DynamoDb.Core.Item
+ Aws.DynamoDb.Core: instance Aws.DynamoDb.Core.ToDynItem Aws.DynamoDb.Core.Item
+ Aws.DynamoDb.Core: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Core.AmazonError
+ Aws.DynamoDb.Core: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Core.ConsumedCapacity
+ Aws.DynamoDb.Core: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Core.DValue
+ Aws.DynamoDb.Core: instance Data.Aeson.Types.Class.FromJSON Aws.DynamoDb.Core.ItemCollectionMetrics
+ Aws.DynamoDb.Core: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Core.Attribute
+ Aws.DynamoDb.Core: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Core.CondOp
+ Aws.DynamoDb.Core: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Core.DValue
+ Aws.DynamoDb.Core: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Core.PrimaryKey
+ Aws.DynamoDb.Core: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Core.ReturnConsumption
+ Aws.DynamoDb.Core: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Core.ReturnItemCollectionMetrics
+ Aws.DynamoDb.Core: instance Data.Aeson.Types.Class.ToJSON Aws.DynamoDb.Core.UpdateReturn
+ Aws.DynamoDb.Core: instance Data.Default.Class.Default (Aws.DynamoDb.Core.DdbConfiguration Aws.Core.NormalQuery)
+ Aws.DynamoDb.Core: instance Data.Default.Class.Default Aws.DynamoDb.Core.Conditions
+ Aws.DynamoDb.Core: instance Data.Default.Class.Default Aws.DynamoDb.Core.QuerySelect
+ Aws.DynamoDb.Core: instance Data.Default.Class.Default Aws.DynamoDb.Core.ReturnConsumption
+ Aws.DynamoDb.Core: instance Data.Default.Class.Default Aws.DynamoDb.Core.ReturnItemCollectionMetrics
+ Aws.DynamoDb.Core: instance Data.Default.Class.Default Aws.DynamoDb.Core.UpdateReturn
+ Aws.DynamoDb.Core: instance Data.Serialize.Serialize a => Aws.DynamoDb.Core.DynVal (Aws.DynamoDb.Core.Bin a)
+ Aws.DynamoDb.Core: instance Data.String.IsString Aws.DynamoDb.Core.DValue
+ Aws.DynamoDb.Core: instance GHC.Base.Alternative Aws.DynamoDb.Core.Parser
+ Aws.DynamoDb.Core: instance GHC.Base.Applicative Aws.DynamoDb.Core.Parser
+ Aws.DynamoDb.Core: instance GHC.Base.Functor Aws.DynamoDb.Core.Parser
+ Aws.DynamoDb.Core: instance GHC.Base.Monad Aws.DynamoDb.Core.Parser
+ Aws.DynamoDb.Core: instance GHC.Base.MonadPlus Aws.DynamoDb.Core.Parser
+ Aws.DynamoDb.Core: instance GHC.Base.Monoid (Aws.DynamoDb.Core.Parser a)
+ Aws.DynamoDb.Core: instance GHC.Base.Monoid Aws.DynamoDb.Core.DdbResponse
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.Attribute
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.CondMerge
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.CondOp
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.Condition
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.Conditions
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.ConsumedCapacity
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.DValue
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.DdbErrCode
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.DdbError
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.DdbLibraryError
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.DynBinary
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.DynBool
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.DynNumber
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.DynString
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.ItemCollectionMetrics
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.PrimaryKey
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.QuerySelect
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.Region
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.ReturnConsumption
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.ReturnItemCollectionMetrics
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq Aws.DynamoDb.Core.UpdateReturn
+ Aws.DynamoDb.Core: instance GHC.Classes.Eq a => GHC.Classes.Eq (Aws.DynamoDb.Core.Bin a)
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord Aws.DynamoDb.Core.Attribute
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord Aws.DynamoDb.Core.CondMerge
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord Aws.DynamoDb.Core.CondOp
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord Aws.DynamoDb.Core.Condition
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord Aws.DynamoDb.Core.Conditions
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord Aws.DynamoDb.Core.ConsumedCapacity
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord Aws.DynamoDb.Core.DValue
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord Aws.DynamoDb.Core.DynBinary
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord Aws.DynamoDb.Core.DynBool
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord Aws.DynamoDb.Core.DynNumber
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord Aws.DynamoDb.Core.DynString
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord Aws.DynamoDb.Core.ItemCollectionMetrics
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord Aws.DynamoDb.Core.PrimaryKey
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord Aws.DynamoDb.Core.QuerySelect
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord Aws.DynamoDb.Core.ReturnConsumption
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord Aws.DynamoDb.Core.ReturnItemCollectionMetrics
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord Aws.DynamoDb.Core.UpdateReturn
+ Aws.DynamoDb.Core: instance GHC.Classes.Ord a => GHC.Classes.Ord (Aws.DynamoDb.Core.Bin a)
+ Aws.DynamoDb.Core: instance GHC.Enum.Enum a => GHC.Enum.Enum (Aws.DynamoDb.Core.Bin a)
+ Aws.DynamoDb.Core: instance GHC.Exception.Exception Aws.DynamoDb.Core.DdbError
+ Aws.DynamoDb.Core: instance GHC.Exception.Exception Aws.DynamoDb.Core.DdbLibraryError
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.Attribute
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.CondMerge
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.CondOp
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.Condition
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.Conditions
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.ConsumedCapacity
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.DValue
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.DdbErrCode
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.DynBinary
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.DynBool
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.DynNumber
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.DynString
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.ItemCollectionMetrics
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.PrimaryKey
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.QuerySelect
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.Region
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.ReturnConsumption
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.ReturnItemCollectionMetrics
+ Aws.DynamoDb.Core: instance GHC.Read.Read Aws.DynamoDb.Core.UpdateReturn
+ Aws.DynamoDb.Core: instance GHC.Read.Read a => GHC.Read.Read (Aws.DynamoDb.Core.Bin a)
+ Aws.DynamoDb.Core: instance GHC.Show.Show (Aws.DynamoDb.Core.DdbConfiguration qt)
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.Attribute
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.CondMerge
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.CondOp
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.Condition
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.Conditions
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.ConsumedCapacity
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.DValue
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.DdbErrCode
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.DdbError
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.DdbLibraryError
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.DynBinary
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.DynBool
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.DynNumber
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.DynString
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.ItemCollectionMetrics
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.PrimaryKey
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.QuerySelect
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.Region
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.ReturnConsumption
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.ReturnItemCollectionMetrics
+ Aws.DynamoDb.Core: instance GHC.Show.Show Aws.DynamoDb.Core.UpdateReturn
+ Aws.DynamoDb.Core: instance GHC.Show.Show a => GHC.Show.Show (Aws.DynamoDb.Core.Bin a)
+ Aws.DynamoDb.Core: newtype OldBool
+ Aws.Ec2.InstanceMetadata: instance GHC.Exception.Exception Aws.Ec2.InstanceMetadata.InstanceMetadataException
+ Aws.Ec2.InstanceMetadata: instance GHC.Show.Show Aws.Ec2.InstanceMetadata.InstanceMetadataException
+ Aws.Iam.Commands.CreateAccessKey: [akAccessKeyId] :: AccessKey -> Text
+ Aws.Iam.Commands.CreateAccessKey: [akCreateDate] :: AccessKey -> Maybe UTCTime
+ Aws.Iam.Commands.CreateAccessKey: [akSecretAccessKey] :: AccessKey -> Text
+ Aws.Iam.Commands.CreateAccessKey: [akStatus] :: AccessKey -> AccessKeyStatus
+ Aws.Iam.Commands.CreateAccessKey: [akUserName] :: AccessKey -> Text
+ Aws.Iam.Commands.CreateAccessKey: instance Aws.Core.AsMemoryResponse Aws.Iam.Commands.CreateAccessKey.CreateAccessKeyResponse
+ Aws.Iam.Commands.CreateAccessKey: instance Aws.Core.ResponseConsumer Aws.Iam.Commands.CreateAccessKey.CreateAccessKey Aws.Iam.Commands.CreateAccessKey.CreateAccessKeyResponse
+ Aws.Iam.Commands.CreateAccessKey: instance Aws.Core.SignQuery Aws.Iam.Commands.CreateAccessKey.CreateAccessKey
+ Aws.Iam.Commands.CreateAccessKey: instance Aws.Core.Transaction Aws.Iam.Commands.CreateAccessKey.CreateAccessKey Aws.Iam.Commands.CreateAccessKey.CreateAccessKeyResponse
+ Aws.Iam.Commands.CreateAccessKey: instance GHC.Classes.Eq Aws.Iam.Commands.CreateAccessKey.AccessKey
+ Aws.Iam.Commands.CreateAccessKey: instance GHC.Classes.Eq Aws.Iam.Commands.CreateAccessKey.CreateAccessKey
+ Aws.Iam.Commands.CreateAccessKey: instance GHC.Classes.Eq Aws.Iam.Commands.CreateAccessKey.CreateAccessKeyResponse
+ Aws.Iam.Commands.CreateAccessKey: instance GHC.Classes.Ord Aws.Iam.Commands.CreateAccessKey.AccessKey
+ Aws.Iam.Commands.CreateAccessKey: instance GHC.Classes.Ord Aws.Iam.Commands.CreateAccessKey.CreateAccessKey
+ Aws.Iam.Commands.CreateAccessKey: instance GHC.Classes.Ord Aws.Iam.Commands.CreateAccessKey.CreateAccessKeyResponse
+ Aws.Iam.Commands.CreateAccessKey: instance GHC.Show.Show Aws.Iam.Commands.CreateAccessKey.AccessKey
+ Aws.Iam.Commands.CreateAccessKey: instance GHC.Show.Show Aws.Iam.Commands.CreateAccessKey.CreateAccessKey
+ Aws.Iam.Commands.CreateAccessKey: instance GHC.Show.Show Aws.Iam.Commands.CreateAccessKey.CreateAccessKeyResponse
+ Aws.Iam.Commands.CreateUser: [cuPath] :: CreateUser -> Maybe Text
+ Aws.Iam.Commands.CreateUser: [cuUserName] :: CreateUser -> Text
+ Aws.Iam.Commands.CreateUser: [userArn] :: User -> Text
+ Aws.Iam.Commands.CreateUser: [userCreateDate] :: User -> UTCTime
+ Aws.Iam.Commands.CreateUser: [userPath] :: User -> Text
+ Aws.Iam.Commands.CreateUser: [userUserId] :: User -> Text
+ Aws.Iam.Commands.CreateUser: [userUserName] :: User -> Text
+ Aws.Iam.Commands.CreateUser: instance Aws.Core.AsMemoryResponse Aws.Iam.Commands.CreateUser.CreateUserResponse
+ Aws.Iam.Commands.CreateUser: instance Aws.Core.ResponseConsumer Aws.Iam.Commands.CreateUser.CreateUser Aws.Iam.Commands.CreateUser.CreateUserResponse
+ Aws.Iam.Commands.CreateUser: instance Aws.Core.SignQuery Aws.Iam.Commands.CreateUser.CreateUser
+ Aws.Iam.Commands.CreateUser: instance Aws.Core.Transaction Aws.Iam.Commands.CreateUser.CreateUser Aws.Iam.Commands.CreateUser.CreateUserResponse
+ Aws.Iam.Commands.CreateUser: instance GHC.Classes.Eq Aws.Iam.Commands.CreateUser.CreateUser
+ Aws.Iam.Commands.CreateUser: instance GHC.Classes.Eq Aws.Iam.Commands.CreateUser.CreateUserResponse
+ Aws.Iam.Commands.CreateUser: instance GHC.Classes.Ord Aws.Iam.Commands.CreateUser.CreateUser
+ Aws.Iam.Commands.CreateUser: instance GHC.Classes.Ord Aws.Iam.Commands.CreateUser.CreateUserResponse
+ Aws.Iam.Commands.CreateUser: instance GHC.Show.Show Aws.Iam.Commands.CreateUser.CreateUser
+ Aws.Iam.Commands.CreateUser: instance GHC.Show.Show Aws.Iam.Commands.CreateUser.CreateUserResponse
+ Aws.Iam.Commands.DeleteAccessKey: [dakAccessKeyId] :: DeleteAccessKey -> Text
+ Aws.Iam.Commands.DeleteAccessKey: [dakUserName] :: DeleteAccessKey -> Maybe Text
+ Aws.Iam.Commands.DeleteAccessKey: instance Aws.Core.AsMemoryResponse Aws.Iam.Commands.DeleteAccessKey.DeleteAccessKeyResponse
+ Aws.Iam.Commands.DeleteAccessKey: instance Aws.Core.ResponseConsumer Aws.Iam.Commands.DeleteAccessKey.DeleteAccessKey Aws.Iam.Commands.DeleteAccessKey.DeleteAccessKeyResponse
+ Aws.Iam.Commands.DeleteAccessKey: instance Aws.Core.SignQuery Aws.Iam.Commands.DeleteAccessKey.DeleteAccessKey
+ Aws.Iam.Commands.DeleteAccessKey: instance Aws.Core.Transaction Aws.Iam.Commands.DeleteAccessKey.DeleteAccessKey Aws.Iam.Commands.DeleteAccessKey.DeleteAccessKeyResponse
+ Aws.Iam.Commands.DeleteAccessKey: instance GHC.Classes.Eq Aws.Iam.Commands.DeleteAccessKey.DeleteAccessKey
+ Aws.Iam.Commands.DeleteAccessKey: instance GHC.Classes.Eq Aws.Iam.Commands.DeleteAccessKey.DeleteAccessKeyResponse
+ Aws.Iam.Commands.DeleteAccessKey: instance GHC.Classes.Ord Aws.Iam.Commands.DeleteAccessKey.DeleteAccessKey
+ Aws.Iam.Commands.DeleteAccessKey: instance GHC.Classes.Ord Aws.Iam.Commands.DeleteAccessKey.DeleteAccessKeyResponse
+ Aws.Iam.Commands.DeleteAccessKey: instance GHC.Show.Show Aws.Iam.Commands.DeleteAccessKey.DeleteAccessKey
+ Aws.Iam.Commands.DeleteAccessKey: instance GHC.Show.Show Aws.Iam.Commands.DeleteAccessKey.DeleteAccessKeyResponse
+ Aws.Iam.Commands.DeleteUser: instance Aws.Core.AsMemoryResponse Aws.Iam.Commands.DeleteUser.DeleteUserResponse
+ Aws.Iam.Commands.DeleteUser: instance Aws.Core.ResponseConsumer Aws.Iam.Commands.DeleteUser.DeleteUser Aws.Iam.Commands.DeleteUser.DeleteUserResponse
+ Aws.Iam.Commands.DeleteUser: instance Aws.Core.SignQuery Aws.Iam.Commands.DeleteUser.DeleteUser
+ Aws.Iam.Commands.DeleteUser: instance Aws.Core.Transaction Aws.Iam.Commands.DeleteUser.DeleteUser Aws.Iam.Commands.DeleteUser.DeleteUserResponse
+ Aws.Iam.Commands.DeleteUser: instance GHC.Classes.Eq Aws.Iam.Commands.DeleteUser.DeleteUser
+ Aws.Iam.Commands.DeleteUser: instance GHC.Classes.Eq Aws.Iam.Commands.DeleteUser.DeleteUserResponse
+ Aws.Iam.Commands.DeleteUser: instance GHC.Classes.Ord Aws.Iam.Commands.DeleteUser.DeleteUser
+ Aws.Iam.Commands.DeleteUser: instance GHC.Classes.Ord Aws.Iam.Commands.DeleteUser.DeleteUserResponse
+ Aws.Iam.Commands.DeleteUser: instance GHC.Show.Show Aws.Iam.Commands.DeleteUser.DeleteUser
+ Aws.Iam.Commands.DeleteUser: instance GHC.Show.Show Aws.Iam.Commands.DeleteUser.DeleteUserResponse
+ Aws.Iam.Commands.DeleteUserPolicy: [dupPolicyName] :: DeleteUserPolicy -> Text
+ Aws.Iam.Commands.DeleteUserPolicy: [dupUserName] :: DeleteUserPolicy -> Text
+ Aws.Iam.Commands.DeleteUserPolicy: instance Aws.Core.AsMemoryResponse Aws.Iam.Commands.DeleteUserPolicy.DeleteUserPolicyResponse
+ Aws.Iam.Commands.DeleteUserPolicy: instance Aws.Core.ResponseConsumer Aws.Iam.Commands.DeleteUserPolicy.DeleteUserPolicy Aws.Iam.Commands.DeleteUserPolicy.DeleteUserPolicyResponse
+ Aws.Iam.Commands.DeleteUserPolicy: instance Aws.Core.SignQuery Aws.Iam.Commands.DeleteUserPolicy.DeleteUserPolicy
+ Aws.Iam.Commands.DeleteUserPolicy: instance Aws.Core.Transaction Aws.Iam.Commands.DeleteUserPolicy.DeleteUserPolicy Aws.Iam.Commands.DeleteUserPolicy.DeleteUserPolicyResponse
+ Aws.Iam.Commands.DeleteUserPolicy: instance GHC.Classes.Eq Aws.Iam.Commands.DeleteUserPolicy.DeleteUserPolicy
+ Aws.Iam.Commands.DeleteUserPolicy: instance GHC.Classes.Eq Aws.Iam.Commands.DeleteUserPolicy.DeleteUserPolicyResponse
+ Aws.Iam.Commands.DeleteUserPolicy: instance GHC.Classes.Ord Aws.Iam.Commands.DeleteUserPolicy.DeleteUserPolicy
+ Aws.Iam.Commands.DeleteUserPolicy: instance GHC.Classes.Ord Aws.Iam.Commands.DeleteUserPolicy.DeleteUserPolicyResponse
+ Aws.Iam.Commands.DeleteUserPolicy: instance GHC.Show.Show Aws.Iam.Commands.DeleteUserPolicy.DeleteUserPolicy
+ Aws.Iam.Commands.DeleteUserPolicy: instance GHC.Show.Show Aws.Iam.Commands.DeleteUserPolicy.DeleteUserPolicyResponse
+ Aws.Iam.Commands.GetUser: [userArn] :: User -> Text
+ Aws.Iam.Commands.GetUser: [userCreateDate] :: User -> UTCTime
+ Aws.Iam.Commands.GetUser: [userPath] :: User -> Text
+ Aws.Iam.Commands.GetUser: [userUserId] :: User -> Text
+ Aws.Iam.Commands.GetUser: [userUserName] :: User -> Text
+ Aws.Iam.Commands.GetUser: instance Aws.Core.AsMemoryResponse Aws.Iam.Commands.GetUser.GetUserResponse
+ Aws.Iam.Commands.GetUser: instance Aws.Core.ResponseConsumer Aws.Iam.Commands.GetUser.GetUser Aws.Iam.Commands.GetUser.GetUserResponse
+ Aws.Iam.Commands.GetUser: instance Aws.Core.SignQuery Aws.Iam.Commands.GetUser.GetUser
+ Aws.Iam.Commands.GetUser: instance Aws.Core.Transaction Aws.Iam.Commands.GetUser.GetUser Aws.Iam.Commands.GetUser.GetUserResponse
+ Aws.Iam.Commands.GetUser: instance GHC.Classes.Eq Aws.Iam.Commands.GetUser.GetUser
+ Aws.Iam.Commands.GetUser: instance GHC.Classes.Eq Aws.Iam.Commands.GetUser.GetUserResponse
+ Aws.Iam.Commands.GetUser: instance GHC.Classes.Ord Aws.Iam.Commands.GetUser.GetUser
+ Aws.Iam.Commands.GetUser: instance GHC.Classes.Ord Aws.Iam.Commands.GetUser.GetUserResponse
+ Aws.Iam.Commands.GetUser: instance GHC.Show.Show Aws.Iam.Commands.GetUser.GetUser
+ Aws.Iam.Commands.GetUser: instance GHC.Show.Show Aws.Iam.Commands.GetUser.GetUserResponse
+ Aws.Iam.Commands.GetUserPolicy: [gupPolicyName] :: GetUserPolicy -> Text
+ Aws.Iam.Commands.GetUserPolicy: [gupUserName] :: GetUserPolicy -> Text
+ Aws.Iam.Commands.GetUserPolicy: [guprPolicyDocument] :: GetUserPolicyResponse -> Text
+ Aws.Iam.Commands.GetUserPolicy: [guprPolicyName] :: GetUserPolicyResponse -> Text
+ Aws.Iam.Commands.GetUserPolicy: [guprUserName] :: GetUserPolicyResponse -> Text
+ Aws.Iam.Commands.GetUserPolicy: instance Aws.Core.AsMemoryResponse Aws.Iam.Commands.GetUserPolicy.GetUserPolicyResponse
+ Aws.Iam.Commands.GetUserPolicy: instance Aws.Core.ResponseConsumer Aws.Iam.Commands.GetUserPolicy.GetUserPolicy Aws.Iam.Commands.GetUserPolicy.GetUserPolicyResponse
+ Aws.Iam.Commands.GetUserPolicy: instance Aws.Core.SignQuery Aws.Iam.Commands.GetUserPolicy.GetUserPolicy
+ Aws.Iam.Commands.GetUserPolicy: instance Aws.Core.Transaction Aws.Iam.Commands.GetUserPolicy.GetUserPolicy Aws.Iam.Commands.GetUserPolicy.GetUserPolicyResponse
+ Aws.Iam.Commands.GetUserPolicy: instance GHC.Classes.Eq Aws.Iam.Commands.GetUserPolicy.GetUserPolicy
+ Aws.Iam.Commands.GetUserPolicy: instance GHC.Classes.Eq Aws.Iam.Commands.GetUserPolicy.GetUserPolicyResponse
+ Aws.Iam.Commands.GetUserPolicy: instance GHC.Classes.Ord Aws.Iam.Commands.GetUserPolicy.GetUserPolicy
+ Aws.Iam.Commands.GetUserPolicy: instance GHC.Classes.Ord Aws.Iam.Commands.GetUserPolicy.GetUserPolicyResponse
+ Aws.Iam.Commands.GetUserPolicy: instance GHC.Show.Show Aws.Iam.Commands.GetUserPolicy.GetUserPolicy
+ Aws.Iam.Commands.GetUserPolicy: instance GHC.Show.Show Aws.Iam.Commands.GetUserPolicy.GetUserPolicyResponse
+ Aws.Iam.Commands.ListAccessKeys: [lakMarker] :: ListAccessKeys -> Maybe Text
+ Aws.Iam.Commands.ListAccessKeys: [lakMaxItems] :: ListAccessKeys -> Maybe Integer
+ Aws.Iam.Commands.ListAccessKeys: [lakUserName] :: ListAccessKeys -> Maybe Text
+ Aws.Iam.Commands.ListAccessKeys: [lakrAccessKeyMetadata] :: ListAccessKeysResponse -> [AccessKeyMetadata]
+ Aws.Iam.Commands.ListAccessKeys: [lakrIsTruncated] :: ListAccessKeysResponse -> Bool
+ Aws.Iam.Commands.ListAccessKeys: [lakrMarker] :: ListAccessKeysResponse -> Maybe Text
+ Aws.Iam.Commands.ListAccessKeys: instance Aws.Core.AsMemoryResponse Aws.Iam.Commands.ListAccessKeys.ListAccessKeysResponse
+ Aws.Iam.Commands.ListAccessKeys: instance Aws.Core.IteratedTransaction Aws.Iam.Commands.ListAccessKeys.ListAccessKeys Aws.Iam.Commands.ListAccessKeys.ListAccessKeysResponse
+ Aws.Iam.Commands.ListAccessKeys: instance Aws.Core.ResponseConsumer Aws.Iam.Commands.ListAccessKeys.ListAccessKeys Aws.Iam.Commands.ListAccessKeys.ListAccessKeysResponse
+ Aws.Iam.Commands.ListAccessKeys: instance Aws.Core.SignQuery Aws.Iam.Commands.ListAccessKeys.ListAccessKeys
+ Aws.Iam.Commands.ListAccessKeys: instance Aws.Core.Transaction Aws.Iam.Commands.ListAccessKeys.ListAccessKeys Aws.Iam.Commands.ListAccessKeys.ListAccessKeysResponse
+ Aws.Iam.Commands.ListAccessKeys: instance GHC.Classes.Eq Aws.Iam.Commands.ListAccessKeys.AccessKeyMetadata
+ Aws.Iam.Commands.ListAccessKeys: instance GHC.Classes.Eq Aws.Iam.Commands.ListAccessKeys.ListAccessKeys
+ Aws.Iam.Commands.ListAccessKeys: instance GHC.Classes.Eq Aws.Iam.Commands.ListAccessKeys.ListAccessKeysResponse
+ Aws.Iam.Commands.ListAccessKeys: instance GHC.Classes.Ord Aws.Iam.Commands.ListAccessKeys.AccessKeyMetadata
+ Aws.Iam.Commands.ListAccessKeys: instance GHC.Classes.Ord Aws.Iam.Commands.ListAccessKeys.ListAccessKeys
+ Aws.Iam.Commands.ListAccessKeys: instance GHC.Classes.Ord Aws.Iam.Commands.ListAccessKeys.ListAccessKeysResponse
+ Aws.Iam.Commands.ListAccessKeys: instance GHC.Show.Show Aws.Iam.Commands.ListAccessKeys.AccessKeyMetadata
+ Aws.Iam.Commands.ListAccessKeys: instance GHC.Show.Show Aws.Iam.Commands.ListAccessKeys.ListAccessKeys
+ Aws.Iam.Commands.ListAccessKeys: instance GHC.Show.Show Aws.Iam.Commands.ListAccessKeys.ListAccessKeysResponse
+ Aws.Iam.Commands.ListMfaDevices: ListMfaDevices :: Maybe Text -> Maybe Text -> Maybe Integer -> ListMfaDevices
+ Aws.Iam.Commands.ListMfaDevices: ListMfaDevicesResponse :: [MfaDevice] -> Bool -> Maybe Text -> ListMfaDevicesResponse
+ Aws.Iam.Commands.ListMfaDevices: [lmfaMarker] :: ListMfaDevices -> Maybe Text
+ Aws.Iam.Commands.ListMfaDevices: [lmfaMaxItems] :: ListMfaDevices -> Maybe Integer
+ Aws.Iam.Commands.ListMfaDevices: [lmfaUserName] :: ListMfaDevices -> Maybe Text
+ Aws.Iam.Commands.ListMfaDevices: [lmfarIsTruncated] :: ListMfaDevicesResponse -> Bool
+ Aws.Iam.Commands.ListMfaDevices: [lmfarMarker] :: ListMfaDevicesResponse -> Maybe Text
+ Aws.Iam.Commands.ListMfaDevices: [lmfarMfaDevices] :: ListMfaDevicesResponse -> [MfaDevice]
+ Aws.Iam.Commands.ListMfaDevices: data ListMfaDevices
+ Aws.Iam.Commands.ListMfaDevices: data ListMfaDevicesResponse
+ Aws.Iam.Commands.ListMfaDevices: instance Aws.Core.AsMemoryResponse Aws.Iam.Commands.ListMfaDevices.ListMfaDevicesResponse
+ Aws.Iam.Commands.ListMfaDevices: instance Aws.Core.IteratedTransaction Aws.Iam.Commands.ListMfaDevices.ListMfaDevices Aws.Iam.Commands.ListMfaDevices.ListMfaDevicesResponse
+ Aws.Iam.Commands.ListMfaDevices: instance Aws.Core.ResponseConsumer Aws.Iam.Commands.ListMfaDevices.ListMfaDevices Aws.Iam.Commands.ListMfaDevices.ListMfaDevicesResponse
+ Aws.Iam.Commands.ListMfaDevices: instance Aws.Core.SignQuery Aws.Iam.Commands.ListMfaDevices.ListMfaDevices
+ Aws.Iam.Commands.ListMfaDevices: instance Aws.Core.Transaction Aws.Iam.Commands.ListMfaDevices.ListMfaDevices Aws.Iam.Commands.ListMfaDevices.ListMfaDevicesResponse
+ Aws.Iam.Commands.ListMfaDevices: instance GHC.Classes.Eq Aws.Iam.Commands.ListMfaDevices.ListMfaDevices
+ Aws.Iam.Commands.ListMfaDevices: instance GHC.Classes.Eq Aws.Iam.Commands.ListMfaDevices.ListMfaDevicesResponse
+ Aws.Iam.Commands.ListMfaDevices: instance GHC.Classes.Ord Aws.Iam.Commands.ListMfaDevices.ListMfaDevices
+ Aws.Iam.Commands.ListMfaDevices: instance GHC.Classes.Ord Aws.Iam.Commands.ListMfaDevices.ListMfaDevicesResponse
+ Aws.Iam.Commands.ListMfaDevices: instance GHC.Show.Show Aws.Iam.Commands.ListMfaDevices.ListMfaDevices
+ Aws.Iam.Commands.ListMfaDevices: instance GHC.Show.Show Aws.Iam.Commands.ListMfaDevices.ListMfaDevicesResponse
+ Aws.Iam.Commands.ListUserPolicies: [lupMarker] :: ListUserPolicies -> Maybe Text
+ Aws.Iam.Commands.ListUserPolicies: [lupMaxItems] :: ListUserPolicies -> Maybe Integer
+ Aws.Iam.Commands.ListUserPolicies: [lupUserName] :: ListUserPolicies -> Text
+ Aws.Iam.Commands.ListUserPolicies: [luprIsTruncated] :: ListUserPoliciesResponse -> Bool
+ Aws.Iam.Commands.ListUserPolicies: [luprMarker] :: ListUserPoliciesResponse -> Maybe Text
+ Aws.Iam.Commands.ListUserPolicies: [luprPolicyNames] :: ListUserPoliciesResponse -> [Text]
+ Aws.Iam.Commands.ListUserPolicies: instance Aws.Core.AsMemoryResponse Aws.Iam.Commands.ListUserPolicies.ListUserPoliciesResponse
+ Aws.Iam.Commands.ListUserPolicies: instance Aws.Core.IteratedTransaction Aws.Iam.Commands.ListUserPolicies.ListUserPolicies Aws.Iam.Commands.ListUserPolicies.ListUserPoliciesResponse
+ Aws.Iam.Commands.ListUserPolicies: instance Aws.Core.ResponseConsumer Aws.Iam.Commands.ListUserPolicies.ListUserPolicies Aws.Iam.Commands.ListUserPolicies.ListUserPoliciesResponse
+ Aws.Iam.Commands.ListUserPolicies: instance Aws.Core.SignQuery Aws.Iam.Commands.ListUserPolicies.ListUserPolicies
+ Aws.Iam.Commands.ListUserPolicies: instance Aws.Core.Transaction Aws.Iam.Commands.ListUserPolicies.ListUserPolicies Aws.Iam.Commands.ListUserPolicies.ListUserPoliciesResponse
+ Aws.Iam.Commands.ListUserPolicies: instance GHC.Classes.Eq Aws.Iam.Commands.ListUserPolicies.ListUserPolicies
+ Aws.Iam.Commands.ListUserPolicies: instance GHC.Classes.Eq Aws.Iam.Commands.ListUserPolicies.ListUserPoliciesResponse
+ Aws.Iam.Commands.ListUserPolicies: instance GHC.Classes.Ord Aws.Iam.Commands.ListUserPolicies.ListUserPolicies
+ Aws.Iam.Commands.ListUserPolicies: instance GHC.Classes.Ord Aws.Iam.Commands.ListUserPolicies.ListUserPoliciesResponse
+ Aws.Iam.Commands.ListUserPolicies: instance GHC.Show.Show Aws.Iam.Commands.ListUserPolicies.ListUserPolicies
+ Aws.Iam.Commands.ListUserPolicies: instance GHC.Show.Show Aws.Iam.Commands.ListUserPolicies.ListUserPoliciesResponse
+ Aws.Iam.Commands.ListUsers: [luMarker] :: ListUsers -> Maybe Text
+ Aws.Iam.Commands.ListUsers: [luMaxItems] :: ListUsers -> Maybe Integer
+ Aws.Iam.Commands.ListUsers: [luPathPrefix] :: ListUsers -> Maybe Text
+ Aws.Iam.Commands.ListUsers: [lurIsTruncated] :: ListUsersResponse -> Bool
+ Aws.Iam.Commands.ListUsers: [lurMarker] :: ListUsersResponse -> Maybe Text
+ Aws.Iam.Commands.ListUsers: [lurUsers] :: ListUsersResponse -> [User]
+ Aws.Iam.Commands.ListUsers: [userArn] :: User -> Text
+ Aws.Iam.Commands.ListUsers: [userCreateDate] :: User -> UTCTime
+ Aws.Iam.Commands.ListUsers: [userPath] :: User -> Text
+ Aws.Iam.Commands.ListUsers: [userUserId] :: User -> Text
+ Aws.Iam.Commands.ListUsers: [userUserName] :: User -> Text
+ Aws.Iam.Commands.ListUsers: instance Aws.Core.AsMemoryResponse Aws.Iam.Commands.ListUsers.ListUsersResponse
+ Aws.Iam.Commands.ListUsers: instance Aws.Core.IteratedTransaction Aws.Iam.Commands.ListUsers.ListUsers Aws.Iam.Commands.ListUsers.ListUsersResponse
+ Aws.Iam.Commands.ListUsers: instance Aws.Core.ResponseConsumer Aws.Iam.Commands.ListUsers.ListUsers Aws.Iam.Commands.ListUsers.ListUsersResponse
+ Aws.Iam.Commands.ListUsers: instance Aws.Core.SignQuery Aws.Iam.Commands.ListUsers.ListUsers
+ Aws.Iam.Commands.ListUsers: instance Aws.Core.Transaction Aws.Iam.Commands.ListUsers.ListUsers Aws.Iam.Commands.ListUsers.ListUsersResponse
+ Aws.Iam.Commands.ListUsers: instance GHC.Classes.Eq Aws.Iam.Commands.ListUsers.ListUsers
+ Aws.Iam.Commands.ListUsers: instance GHC.Classes.Eq Aws.Iam.Commands.ListUsers.ListUsersResponse
+ Aws.Iam.Commands.ListUsers: instance GHC.Classes.Ord Aws.Iam.Commands.ListUsers.ListUsers
+ Aws.Iam.Commands.ListUsers: instance GHC.Classes.Ord Aws.Iam.Commands.ListUsers.ListUsersResponse
+ Aws.Iam.Commands.ListUsers: instance GHC.Show.Show Aws.Iam.Commands.ListUsers.ListUsers
+ Aws.Iam.Commands.ListUsers: instance GHC.Show.Show Aws.Iam.Commands.ListUsers.ListUsersResponse
+ Aws.Iam.Commands.PutUserPolicy: [pupPolicyDocument] :: PutUserPolicy -> Text
+ Aws.Iam.Commands.PutUserPolicy: [pupPolicyName] :: PutUserPolicy -> Text
+ Aws.Iam.Commands.PutUserPolicy: [pupUserName] :: PutUserPolicy -> Text
+ Aws.Iam.Commands.PutUserPolicy: instance Aws.Core.AsMemoryResponse Aws.Iam.Commands.PutUserPolicy.PutUserPolicyResponse
+ Aws.Iam.Commands.PutUserPolicy: instance Aws.Core.ResponseConsumer Aws.Iam.Commands.PutUserPolicy.PutUserPolicy Aws.Iam.Commands.PutUserPolicy.PutUserPolicyResponse
+ Aws.Iam.Commands.PutUserPolicy: instance Aws.Core.SignQuery Aws.Iam.Commands.PutUserPolicy.PutUserPolicy
+ Aws.Iam.Commands.PutUserPolicy: instance Aws.Core.Transaction Aws.Iam.Commands.PutUserPolicy.PutUserPolicy Aws.Iam.Commands.PutUserPolicy.PutUserPolicyResponse
+ Aws.Iam.Commands.PutUserPolicy: instance GHC.Classes.Eq Aws.Iam.Commands.PutUserPolicy.PutUserPolicy
+ Aws.Iam.Commands.PutUserPolicy: instance GHC.Classes.Eq Aws.Iam.Commands.PutUserPolicy.PutUserPolicyResponse
+ Aws.Iam.Commands.PutUserPolicy: instance GHC.Classes.Ord Aws.Iam.Commands.PutUserPolicy.PutUserPolicy
+ Aws.Iam.Commands.PutUserPolicy: instance GHC.Classes.Ord Aws.Iam.Commands.PutUserPolicy.PutUserPolicyResponse
+ Aws.Iam.Commands.PutUserPolicy: instance GHC.Show.Show Aws.Iam.Commands.PutUserPolicy.PutUserPolicy
+ Aws.Iam.Commands.PutUserPolicy: instance GHC.Show.Show Aws.Iam.Commands.PutUserPolicy.PutUserPolicyResponse
+ Aws.Iam.Commands.UpdateAccessKey: [uakAccessKeyId] :: UpdateAccessKey -> Text
+ Aws.Iam.Commands.UpdateAccessKey: [uakStatus] :: UpdateAccessKey -> AccessKeyStatus
+ Aws.Iam.Commands.UpdateAccessKey: [uakUserName] :: UpdateAccessKey -> Maybe Text
+ Aws.Iam.Commands.UpdateAccessKey: instance Aws.Core.AsMemoryResponse Aws.Iam.Commands.UpdateAccessKey.UpdateAccessKeyResponse
+ Aws.Iam.Commands.UpdateAccessKey: instance Aws.Core.ResponseConsumer Aws.Iam.Commands.UpdateAccessKey.UpdateAccessKey Aws.Iam.Commands.UpdateAccessKey.UpdateAccessKeyResponse
+ Aws.Iam.Commands.UpdateAccessKey: instance Aws.Core.SignQuery Aws.Iam.Commands.UpdateAccessKey.UpdateAccessKey
+ Aws.Iam.Commands.UpdateAccessKey: instance Aws.Core.Transaction Aws.Iam.Commands.UpdateAccessKey.UpdateAccessKey Aws.Iam.Commands.UpdateAccessKey.UpdateAccessKeyResponse
+ Aws.Iam.Commands.UpdateAccessKey: instance GHC.Classes.Eq Aws.Iam.Commands.UpdateAccessKey.UpdateAccessKey
+ Aws.Iam.Commands.UpdateAccessKey: instance GHC.Classes.Eq Aws.Iam.Commands.UpdateAccessKey.UpdateAccessKeyResponse
+ Aws.Iam.Commands.UpdateAccessKey: instance GHC.Classes.Ord Aws.Iam.Commands.UpdateAccessKey.UpdateAccessKey
+ Aws.Iam.Commands.UpdateAccessKey: instance GHC.Classes.Ord Aws.Iam.Commands.UpdateAccessKey.UpdateAccessKeyResponse
+ Aws.Iam.Commands.UpdateAccessKey: instance GHC.Show.Show Aws.Iam.Commands.UpdateAccessKey.UpdateAccessKey
+ Aws.Iam.Commands.UpdateAccessKey: instance GHC.Show.Show Aws.Iam.Commands.UpdateAccessKey.UpdateAccessKeyResponse
+ Aws.Iam.Commands.UpdateUser: [uuNewPath] :: UpdateUser -> Maybe Text
+ Aws.Iam.Commands.UpdateUser: [uuNewUserName] :: UpdateUser -> Maybe Text
+ Aws.Iam.Commands.UpdateUser: [uuUserName] :: UpdateUser -> Text
+ Aws.Iam.Commands.UpdateUser: instance Aws.Core.AsMemoryResponse Aws.Iam.Commands.UpdateUser.UpdateUserResponse
+ Aws.Iam.Commands.UpdateUser: instance Aws.Core.ResponseConsumer Aws.Iam.Commands.UpdateUser.UpdateUser Aws.Iam.Commands.UpdateUser.UpdateUserResponse
+ Aws.Iam.Commands.UpdateUser: instance Aws.Core.SignQuery Aws.Iam.Commands.UpdateUser.UpdateUser
+ Aws.Iam.Commands.UpdateUser: instance Aws.Core.Transaction Aws.Iam.Commands.UpdateUser.UpdateUser Aws.Iam.Commands.UpdateUser.UpdateUserResponse
+ Aws.Iam.Commands.UpdateUser: instance GHC.Classes.Eq Aws.Iam.Commands.UpdateUser.UpdateUser
+ Aws.Iam.Commands.UpdateUser: instance GHC.Classes.Eq Aws.Iam.Commands.UpdateUser.UpdateUserResponse
+ Aws.Iam.Commands.UpdateUser: instance GHC.Classes.Ord Aws.Iam.Commands.UpdateUser.UpdateUser
+ Aws.Iam.Commands.UpdateUser: instance GHC.Classes.Ord Aws.Iam.Commands.UpdateUser.UpdateUserResponse
+ Aws.Iam.Commands.UpdateUser: instance GHC.Show.Show Aws.Iam.Commands.UpdateUser.UpdateUser
+ Aws.Iam.Commands.UpdateUser: instance GHC.Show.Show Aws.Iam.Commands.UpdateUser.UpdateUserResponse
+ Aws.Iam.Core: MfaDevice :: UTCTime -> Text -> Text -> MfaDevice
+ Aws.Iam.Core: [iamEndpoint] :: IamConfiguration qt -> ByteString
+ Aws.Iam.Core: [iamErrorCode] :: IamError -> Text
+ Aws.Iam.Core: [iamErrorMessage] :: IamError -> Text
+ Aws.Iam.Core: [iamHttpMethod] :: IamConfiguration qt -> Method
+ Aws.Iam.Core: [iamPort] :: IamConfiguration qt -> Int
+ Aws.Iam.Core: [iamProtocol] :: IamConfiguration qt -> Protocol
+ Aws.Iam.Core: [iamStatusCode] :: IamError -> Status
+ Aws.Iam.Core: [mfaEnableDate] :: MfaDevice -> UTCTime
+ Aws.Iam.Core: [mfaSerialNumber] :: MfaDevice -> Text
+ Aws.Iam.Core: [mfaUserName] :: MfaDevice -> Text
+ Aws.Iam.Core: [requestId] :: IamMetadata -> Maybe Text
+ Aws.Iam.Core: [userArn] :: User -> Text
+ Aws.Iam.Core: [userCreateDate] :: User -> UTCTime
+ Aws.Iam.Core: [userPath] :: User -> Text
+ Aws.Iam.Core: [userUserId] :: User -> Text
+ Aws.Iam.Core: [userUserName] :: User -> Text
+ Aws.Iam.Core: data MfaDevice
+ Aws.Iam.Core: instance Aws.Core.DefaultServiceConfiguration (Aws.Iam.Core.IamConfiguration Aws.Core.NormalQuery)
+ Aws.Iam.Core: instance Aws.Core.DefaultServiceConfiguration (Aws.Iam.Core.IamConfiguration Aws.Core.UriOnlyQuery)
+ Aws.Iam.Core: instance Aws.Core.Loggable Aws.Iam.Core.IamMetadata
+ Aws.Iam.Core: instance GHC.Base.Monoid Aws.Iam.Core.IamMetadata
+ Aws.Iam.Core: instance GHC.Classes.Eq Aws.Iam.Core.AccessKeyStatus
+ Aws.Iam.Core: instance GHC.Classes.Eq Aws.Iam.Core.MfaDevice
+ Aws.Iam.Core: instance GHC.Classes.Eq Aws.Iam.Core.User
+ Aws.Iam.Core: instance GHC.Classes.Ord Aws.Iam.Core.AccessKeyStatus
+ Aws.Iam.Core: instance GHC.Classes.Ord Aws.Iam.Core.MfaDevice
+ Aws.Iam.Core: instance GHC.Classes.Ord Aws.Iam.Core.User
+ Aws.Iam.Core: instance GHC.Exception.Exception Aws.Iam.Core.IamError
+ Aws.Iam.Core: instance GHC.Show.Show (Aws.Iam.Core.IamConfiguration qt)
+ Aws.Iam.Core: instance GHC.Show.Show Aws.Iam.Core.AccessKeyStatus
+ Aws.Iam.Core: instance GHC.Show.Show Aws.Iam.Core.IamError
+ Aws.Iam.Core: instance GHC.Show.Show Aws.Iam.Core.IamMetadata
+ Aws.Iam.Core: instance GHC.Show.Show Aws.Iam.Core.MfaDevice
+ Aws.Iam.Core: instance GHC.Show.Show Aws.Iam.Core.User
+ Aws.Iam.Core: parseMfaDevice :: MonadThrow m => Cursor -> m MfaDevice
+ Aws.S3.Commands.CopyObject: [coAcl] :: CopyObject -> Maybe CannedAcl
+ Aws.S3.Commands.CopyObject: [coBucket] :: CopyObject -> Bucket
+ Aws.S3.Commands.CopyObject: [coContentType] :: CopyObject -> Maybe ByteString
+ Aws.S3.Commands.CopyObject: [coIfMatch] :: CopyObject -> Maybe Text
+ Aws.S3.Commands.CopyObject: [coIfModifiedSince] :: CopyObject -> Maybe UTCTime
+ Aws.S3.Commands.CopyObject: [coIfNoneMatch] :: CopyObject -> Maybe Text
+ Aws.S3.Commands.CopyObject: [coIfUnmodifiedSince] :: CopyObject -> Maybe UTCTime
+ Aws.S3.Commands.CopyObject: [coMetadataDirective] :: CopyObject -> CopyMetadataDirective
+ Aws.S3.Commands.CopyObject: [coObjectName] :: CopyObject -> Text
+ Aws.S3.Commands.CopyObject: [coSource] :: CopyObject -> ObjectId
+ Aws.S3.Commands.CopyObject: [coStorageClass] :: CopyObject -> Maybe StorageClass
+ Aws.S3.Commands.CopyObject: [corETag] :: CopyObjectResponse -> Text
+ Aws.S3.Commands.CopyObject: [corLastModified] :: CopyObjectResponse -> UTCTime
+ Aws.S3.Commands.CopyObject: [corVersionId] :: CopyObjectResponse -> Maybe Text
+ Aws.S3.Commands.CopyObject: instance Aws.Core.AsMemoryResponse Aws.S3.Commands.CopyObject.CopyObjectResponse
+ Aws.S3.Commands.CopyObject: instance Aws.Core.ResponseConsumer Aws.S3.Commands.CopyObject.CopyObject Aws.S3.Commands.CopyObject.CopyObjectResponse
+ Aws.S3.Commands.CopyObject: instance Aws.Core.SignQuery Aws.S3.Commands.CopyObject.CopyObject
+ Aws.S3.Commands.CopyObject: instance Aws.Core.Transaction Aws.S3.Commands.CopyObject.CopyObject Aws.S3.Commands.CopyObject.CopyObjectResponse
+ Aws.S3.Commands.CopyObject: instance GHC.Show.Show Aws.S3.Commands.CopyObject.CopyMetadataDirective
+ Aws.S3.Commands.CopyObject: instance GHC.Show.Show Aws.S3.Commands.CopyObject.CopyObject
+ Aws.S3.Commands.CopyObject: instance GHC.Show.Show Aws.S3.Commands.CopyObject.CopyObjectResponse
+ Aws.S3.Commands.DeleteBucket: [dbBucket] :: DeleteBucket -> Bucket
+ Aws.S3.Commands.DeleteBucket: instance Aws.Core.AsMemoryResponse Aws.S3.Commands.DeleteBucket.DeleteBucketResponse
+ Aws.S3.Commands.DeleteBucket: instance Aws.Core.ResponseConsumer Aws.S3.Commands.DeleteBucket.DeleteBucket Aws.S3.Commands.DeleteBucket.DeleteBucketResponse
+ Aws.S3.Commands.DeleteBucket: instance Aws.Core.SignQuery Aws.S3.Commands.DeleteBucket.DeleteBucket
+ Aws.S3.Commands.DeleteBucket: instance Aws.Core.Transaction Aws.S3.Commands.DeleteBucket.DeleteBucket Aws.S3.Commands.DeleteBucket.DeleteBucketResponse
+ Aws.S3.Commands.DeleteBucket: instance GHC.Show.Show Aws.S3.Commands.DeleteBucket.DeleteBucket
+ Aws.S3.Commands.DeleteBucket: instance GHC.Show.Show Aws.S3.Commands.DeleteBucket.DeleteBucketResponse
+ Aws.S3.Commands.DeleteObject: [doBucket] :: DeleteObject -> Bucket
+ Aws.S3.Commands.DeleteObject: [doObjectName] :: DeleteObject -> Text
+ Aws.S3.Commands.DeleteObject: instance Aws.Core.AsMemoryResponse Aws.S3.Commands.DeleteObject.DeleteObjectResponse
+ Aws.S3.Commands.DeleteObject: instance Aws.Core.ResponseConsumer Aws.S3.Commands.DeleteObject.DeleteObject Aws.S3.Commands.DeleteObject.DeleteObjectResponse
+ Aws.S3.Commands.DeleteObject: instance Aws.Core.SignQuery Aws.S3.Commands.DeleteObject.DeleteObject
+ Aws.S3.Commands.DeleteObject: instance Aws.Core.Transaction Aws.S3.Commands.DeleteObject.DeleteObject Aws.S3.Commands.DeleteObject.DeleteObjectResponse
+ Aws.S3.Commands.DeleteObjects: [ddDeleteMarkerVersionId] :: DORDeleted -> Maybe Text
+ Aws.S3.Commands.DeleteObjects: [ddKey] :: DORDeleted -> Text
+ Aws.S3.Commands.DeleteObjects: [ddVersionId] :: DORDeleted -> Maybe Text
+ Aws.S3.Commands.DeleteObjects: [deCode] :: DORErrors -> Text
+ Aws.S3.Commands.DeleteObjects: [deKey] :: DORErrors -> Text
+ Aws.S3.Commands.DeleteObjects: [deMessage] :: DORErrors -> Text
+ Aws.S3.Commands.DeleteObjects: [dorDeleted] :: DeleteObjectsResponse -> [DORDeleted]
+ Aws.S3.Commands.DeleteObjects: [dorErrors] :: DeleteObjectsResponse -> [DORErrors]
+ Aws.S3.Commands.DeleteObjects: [dosBucket] :: DeleteObjects -> Bucket
+ Aws.S3.Commands.DeleteObjects: [dosMultiFactorAuthentication] :: DeleteObjects -> Maybe Text
+ Aws.S3.Commands.DeleteObjects: [dosObjects] :: DeleteObjects -> [(Object, Maybe Text)]
+ Aws.S3.Commands.DeleteObjects: [dosQuiet] :: DeleteObjects -> Bool
+ Aws.S3.Commands.DeleteObjects: instance Aws.Core.AsMemoryResponse Aws.S3.Commands.DeleteObjects.DeleteObjectsResponse
+ Aws.S3.Commands.DeleteObjects: instance Aws.Core.ResponseConsumer Aws.S3.Commands.DeleteObjects.DeleteObjects Aws.S3.Commands.DeleteObjects.DeleteObjectsResponse
+ Aws.S3.Commands.DeleteObjects: instance Aws.Core.SignQuery Aws.S3.Commands.DeleteObjects.DeleteObjects
+ Aws.S3.Commands.DeleteObjects: instance Aws.Core.Transaction Aws.S3.Commands.DeleteObjects.DeleteObjects Aws.S3.Commands.DeleteObjects.DeleteObjectsResponse
+ Aws.S3.Commands.DeleteObjects: instance GHC.Show.Show Aws.S3.Commands.DeleteObjects.DORDeleted
+ Aws.S3.Commands.DeleteObjects: instance GHC.Show.Show Aws.S3.Commands.DeleteObjects.DORErrors
+ Aws.S3.Commands.DeleteObjects: instance GHC.Show.Show Aws.S3.Commands.DeleteObjects.DeleteObjects
+ Aws.S3.Commands.DeleteObjects: instance GHC.Show.Show Aws.S3.Commands.DeleteObjects.DeleteObjectsResponse
+ Aws.S3.Commands.GetBucket: [gbBucket] :: GetBucket -> Bucket
+ Aws.S3.Commands.GetBucket: [gbDelimiter] :: GetBucket -> Maybe Text
+ Aws.S3.Commands.GetBucket: [gbMarker] :: GetBucket -> Maybe Text
+ Aws.S3.Commands.GetBucket: [gbMaxKeys] :: GetBucket -> Maybe Int
+ Aws.S3.Commands.GetBucket: [gbPrefix] :: GetBucket -> Maybe Text
+ Aws.S3.Commands.GetBucket: [gbrCommonPrefixes] :: GetBucketResponse -> [Text]
+ Aws.S3.Commands.GetBucket: [gbrContents] :: GetBucketResponse -> [ObjectInfo]
+ Aws.S3.Commands.GetBucket: [gbrDelimiter] :: GetBucketResponse -> Maybe Text
+ Aws.S3.Commands.GetBucket: [gbrIsTruncated] :: GetBucketResponse -> Bool
+ Aws.S3.Commands.GetBucket: [gbrMarker] :: GetBucketResponse -> Maybe Text
+ Aws.S3.Commands.GetBucket: [gbrMaxKeys] :: GetBucketResponse -> Maybe Int
+ Aws.S3.Commands.GetBucket: [gbrName] :: GetBucketResponse -> Bucket
+ Aws.S3.Commands.GetBucket: [gbrNextMarker] :: GetBucketResponse -> Maybe Text
+ Aws.S3.Commands.GetBucket: [gbrPrefix] :: GetBucketResponse -> Maybe Text
+ Aws.S3.Commands.GetBucket: instance Aws.Core.AsMemoryResponse Aws.S3.Commands.GetBucket.GetBucketResponse
+ Aws.S3.Commands.GetBucket: instance Aws.Core.IteratedTransaction Aws.S3.Commands.GetBucket.GetBucket Aws.S3.Commands.GetBucket.GetBucketResponse
+ Aws.S3.Commands.GetBucket: instance Aws.Core.ListResponse Aws.S3.Commands.GetBucket.GetBucketResponse Aws.S3.Core.ObjectInfo
+ Aws.S3.Commands.GetBucket: instance Aws.Core.ResponseConsumer r Aws.S3.Commands.GetBucket.GetBucketResponse
+ Aws.S3.Commands.GetBucket: instance Aws.Core.SignQuery Aws.S3.Commands.GetBucket.GetBucket
+ Aws.S3.Commands.GetBucket: instance Aws.Core.Transaction Aws.S3.Commands.GetBucket.GetBucket Aws.S3.Commands.GetBucket.GetBucketResponse
+ Aws.S3.Commands.GetBucket: instance GHC.Show.Show Aws.S3.Commands.GetBucket.GetBucket
+ Aws.S3.Commands.GetBucket: instance GHC.Show.Show Aws.S3.Commands.GetBucket.GetBucketResponse
+ Aws.S3.Commands.GetBucketLocation: [gblBucket] :: GetBucketLocation -> Bucket
+ Aws.S3.Commands.GetBucketLocation: [gblrLocationConstraint] :: GetBucketLocationResponse -> LocationConstraint
+ Aws.S3.Commands.GetBucketLocation: instance Aws.Core.AsMemoryResponse Aws.S3.Commands.GetBucketLocation.GetBucketLocationResponse
+ Aws.S3.Commands.GetBucketLocation: instance Aws.Core.ResponseConsumer r Aws.S3.Commands.GetBucketLocation.GetBucketLocationResponse
+ Aws.S3.Commands.GetBucketLocation: instance Aws.Core.SignQuery Aws.S3.Commands.GetBucketLocation.GetBucketLocation
+ Aws.S3.Commands.GetBucketLocation: instance Aws.Core.Transaction Aws.S3.Commands.GetBucketLocation.GetBucketLocation Aws.S3.Commands.GetBucketLocation.GetBucketLocationResponse
+ Aws.S3.Commands.GetBucketLocation: instance GHC.Show.Show Aws.S3.Commands.GetBucketLocation.GetBucketLocation
+ Aws.S3.Commands.GetBucketLocation: instance GHC.Show.Show Aws.S3.Commands.GetBucketLocation.GetBucketLocationResponse
+ Aws.S3.Commands.GetObject: [goBucket] :: GetObject -> Bucket
+ Aws.S3.Commands.GetObject: [goObjectName] :: GetObject -> Object
+ Aws.S3.Commands.GetObject: [goResponseCacheControl] :: GetObject -> Maybe Text
+ Aws.S3.Commands.GetObject: [goResponseContentDisposition] :: GetObject -> Maybe Text
+ Aws.S3.Commands.GetObject: [goResponseContentEncoding] :: GetObject -> Maybe Text
+ Aws.S3.Commands.GetObject: [goResponseContentLanguage] :: GetObject -> Maybe Text
+ Aws.S3.Commands.GetObject: [goResponseContentRange] :: GetObject -> Maybe (Int, Int)
+ Aws.S3.Commands.GetObject: [goResponseContentType] :: GetObject -> Maybe Text
+ Aws.S3.Commands.GetObject: [goResponseExpires] :: GetObject -> Maybe Text
+ Aws.S3.Commands.GetObject: [goVersionId] :: GetObject -> Maybe Text
+ Aws.S3.Commands.GetObject: [gorMetadata] :: GetObjectResponse -> ObjectMetadata
+ Aws.S3.Commands.GetObject: [gorResponse] :: GetObjectResponse -> Response (ResumableSource (ResourceT IO) ByteString)
+ Aws.S3.Commands.GetObject: instance Aws.Core.AsMemoryResponse Aws.S3.Commands.GetObject.GetObjectResponse
+ Aws.S3.Commands.GetObject: instance Aws.Core.ResponseConsumer Aws.S3.Commands.GetObject.GetObject Aws.S3.Commands.GetObject.GetObjectResponse
+ Aws.S3.Commands.GetObject: instance Aws.Core.SignQuery Aws.S3.Commands.GetObject.GetObject
+ Aws.S3.Commands.GetObject: instance Aws.Core.Transaction Aws.S3.Commands.GetObject.GetObject Aws.S3.Commands.GetObject.GetObjectResponse
+ Aws.S3.Commands.GetObject: instance GHC.Show.Show Aws.S3.Commands.GetObject.GetObject
+ Aws.S3.Commands.GetObject: instance GHC.Show.Show Aws.S3.Commands.GetObject.GetObjectMemoryResponse
+ Aws.S3.Commands.GetService: [gsrBuckets] :: GetServiceResponse -> [BucketInfo]
+ Aws.S3.Commands.GetService: [gsrOwner] :: GetServiceResponse -> UserInfo
+ Aws.S3.Commands.GetService: instance Aws.Core.AsMemoryResponse Aws.S3.Commands.GetService.GetServiceResponse
+ Aws.S3.Commands.GetService: instance Aws.Core.ResponseConsumer r Aws.S3.Commands.GetService.GetServiceResponse
+ Aws.S3.Commands.GetService: instance Aws.Core.SignQuery Aws.S3.Commands.GetService.GetService
+ Aws.S3.Commands.GetService: instance Aws.Core.Transaction Aws.S3.Commands.GetService.GetService Aws.S3.Commands.GetService.GetServiceResponse
+ Aws.S3.Commands.GetService: instance GHC.Show.Show Aws.S3.Commands.GetService.GetServiceResponse
+ Aws.S3.Commands.HeadObject: [hoBucket] :: HeadObject -> Bucket
+ Aws.S3.Commands.HeadObject: [hoObjectName] :: HeadObject -> Object
+ Aws.S3.Commands.HeadObject: [hoVersionId] :: HeadObject -> Maybe Text
+ Aws.S3.Commands.HeadObject: [horMetadata] :: HeadObjectResponse -> Maybe ObjectMetadata
+ Aws.S3.Commands.HeadObject: instance Aws.Core.AsMemoryResponse Aws.S3.Commands.HeadObject.HeadObjectResponse
+ Aws.S3.Commands.HeadObject: instance Aws.Core.ResponseConsumer Aws.S3.Commands.HeadObject.HeadObject Aws.S3.Commands.HeadObject.HeadObjectResponse
+ Aws.S3.Commands.HeadObject: instance Aws.Core.SignQuery Aws.S3.Commands.HeadObject.HeadObject
+ Aws.S3.Commands.HeadObject: instance Aws.Core.Transaction Aws.S3.Commands.HeadObject.HeadObject Aws.S3.Commands.HeadObject.HeadObjectResponse
+ Aws.S3.Commands.HeadObject: instance GHC.Show.Show Aws.S3.Commands.HeadObject.HeadObject
+ Aws.S3.Commands.HeadObject: instance GHC.Show.Show Aws.S3.Commands.HeadObject.HeadObjectMemoryResponse
+ Aws.S3.Commands.Multipart: [amuBucket] :: AbortMultipartUpload -> Bucket
+ Aws.S3.Commands.Multipart: [amuObjectName] :: AbortMultipartUpload -> Object
+ Aws.S3.Commands.Multipart: [amuUploadId] :: AbortMultipartUpload -> Text
+ Aws.S3.Commands.Multipart: [cmuBucket] :: CompleteMultipartUpload -> Bucket
+ Aws.S3.Commands.Multipart: [cmuExpiration] :: CompleteMultipartUpload -> Maybe Text
+ Aws.S3.Commands.Multipart: [cmuObjectName] :: CompleteMultipartUpload -> Object
+ Aws.S3.Commands.Multipart: [cmuPartNumberAndEtags] :: CompleteMultipartUpload -> [(Integer, Text)]
+ Aws.S3.Commands.Multipart: [cmuServerSideEncryptionCustomerAlgorithm] :: CompleteMultipartUpload -> Maybe Text
+ Aws.S3.Commands.Multipart: [cmuServerSideEncryption] :: CompleteMultipartUpload -> Maybe Text
+ Aws.S3.Commands.Multipart: [cmuUploadId] :: CompleteMultipartUpload -> Text
+ Aws.S3.Commands.Multipart: [cmuVersionId] :: CompleteMultipartUpload -> Maybe Text
+ Aws.S3.Commands.Multipart: [cmurBucket] :: CompleteMultipartUploadResponse -> !Bucket
+ Aws.S3.Commands.Multipart: [cmurETag] :: CompleteMultipartUploadResponse -> !Text
+ Aws.S3.Commands.Multipart: [cmurKey] :: CompleteMultipartUploadResponse -> !Text
+ Aws.S3.Commands.Multipart: [cmurLocation] :: CompleteMultipartUploadResponse -> !Text
+ Aws.S3.Commands.Multipart: [imuAcl] :: InitiateMultipartUpload -> Maybe CannedAcl
+ Aws.S3.Commands.Multipart: [imuAutoMakeBucket] :: InitiateMultipartUpload -> Bool
+ Aws.S3.Commands.Multipart: [imuBucket] :: InitiateMultipartUpload -> Bucket
+ Aws.S3.Commands.Multipart: [imuCacheControl] :: InitiateMultipartUpload -> Maybe Text
+ Aws.S3.Commands.Multipart: [imuContentDisposition] :: InitiateMultipartUpload -> Maybe Text
+ Aws.S3.Commands.Multipart: [imuContentEncoding] :: InitiateMultipartUpload -> Maybe Text
+ Aws.S3.Commands.Multipart: [imuContentType] :: InitiateMultipartUpload -> Maybe Text
+ Aws.S3.Commands.Multipart: [imuExpires] :: InitiateMultipartUpload -> Maybe Int
+ Aws.S3.Commands.Multipart: [imuMetadata] :: InitiateMultipartUpload -> [(Text, Text)]
+ Aws.S3.Commands.Multipart: [imuObjectName] :: InitiateMultipartUpload -> Object
+ Aws.S3.Commands.Multipart: [imuServerSideEncryption] :: InitiateMultipartUpload -> Maybe ServerSideEncryption
+ Aws.S3.Commands.Multipart: [imuStorageClass] :: InitiateMultipartUpload -> Maybe StorageClass
+ Aws.S3.Commands.Multipart: [imuWebsiteRedirectLocation] :: InitiateMultipartUpload -> Maybe Text
+ Aws.S3.Commands.Multipart: [imurBucket] :: InitiateMultipartUploadResponse -> !Bucket
+ Aws.S3.Commands.Multipart: [imurKey] :: InitiateMultipartUploadResponse -> !Text
+ Aws.S3.Commands.Multipart: [imurUploadId] :: InitiateMultipartUploadResponse -> !Text
+ Aws.S3.Commands.Multipart: [upBucket] :: UploadPart -> Bucket
+ Aws.S3.Commands.Multipart: [upContentMD5] :: UploadPart -> Maybe (Digest MD5)
+ Aws.S3.Commands.Multipart: [upContentType] :: UploadPart -> Maybe ByteString
+ Aws.S3.Commands.Multipart: [upExpect100Continue] :: UploadPart -> Bool
+ Aws.S3.Commands.Multipart: [upObjectName] :: UploadPart -> Text
+ Aws.S3.Commands.Multipart: [upPartNumber] :: UploadPart -> Integer
+ Aws.S3.Commands.Multipart: [upRequestBody] :: UploadPart -> RequestBody
+ Aws.S3.Commands.Multipart: [upServerSideEncryption] :: UploadPart -> Maybe ServerSideEncryption
+ Aws.S3.Commands.Multipart: [upUploadId] :: UploadPart -> Text
+ Aws.S3.Commands.Multipart: [uprETag] :: UploadPartResponse -> !Text
+ Aws.S3.Commands.Multipart: [uprVersionId] :: UploadPartResponse -> !(Maybe Text)
+ Aws.S3.Commands.Multipart: instance Aws.Core.AsMemoryResponse Aws.S3.Commands.Multipart.AbortMultipartUploadResponse
+ Aws.S3.Commands.Multipart: instance Aws.Core.AsMemoryResponse Aws.S3.Commands.Multipart.CompleteMultipartUploadResponse
+ Aws.S3.Commands.Multipart: instance Aws.Core.AsMemoryResponse Aws.S3.Commands.Multipart.InitiateMultipartUploadResponse
+ Aws.S3.Commands.Multipart: instance Aws.Core.AsMemoryResponse Aws.S3.Commands.Multipart.UploadPartResponse
+ Aws.S3.Commands.Multipart: instance Aws.Core.ResponseConsumer Aws.S3.Commands.Multipart.UploadPart Aws.S3.Commands.Multipart.UploadPartResponse
+ Aws.S3.Commands.Multipart: instance Aws.Core.ResponseConsumer r Aws.S3.Commands.Multipart.AbortMultipartUploadResponse
+ Aws.S3.Commands.Multipart: instance Aws.Core.ResponseConsumer r Aws.S3.Commands.Multipart.CompleteMultipartUploadResponse
+ Aws.S3.Commands.Multipart: instance Aws.Core.ResponseConsumer r Aws.S3.Commands.Multipart.InitiateMultipartUploadResponse
+ Aws.S3.Commands.Multipart: instance Aws.Core.SignQuery Aws.S3.Commands.Multipart.AbortMultipartUpload
+ Aws.S3.Commands.Multipart: instance Aws.Core.SignQuery Aws.S3.Commands.Multipart.CompleteMultipartUpload
+ Aws.S3.Commands.Multipart: instance Aws.Core.SignQuery Aws.S3.Commands.Multipart.InitiateMultipartUpload
+ Aws.S3.Commands.Multipart: instance Aws.Core.SignQuery Aws.S3.Commands.Multipart.UploadPart
+ Aws.S3.Commands.Multipart: instance Aws.Core.Transaction Aws.S3.Commands.Multipart.AbortMultipartUpload Aws.S3.Commands.Multipart.AbortMultipartUploadResponse
+ Aws.S3.Commands.Multipart: instance Aws.Core.Transaction Aws.S3.Commands.Multipart.CompleteMultipartUpload Aws.S3.Commands.Multipart.CompleteMultipartUploadResponse
+ Aws.S3.Commands.Multipart: instance Aws.Core.Transaction Aws.S3.Commands.Multipart.InitiateMultipartUpload Aws.S3.Commands.Multipart.InitiateMultipartUploadResponse
+ Aws.S3.Commands.Multipart: instance Aws.Core.Transaction Aws.S3.Commands.Multipart.UploadPart Aws.S3.Commands.Multipart.UploadPartResponse
+ Aws.S3.Commands.Multipart: instance GHC.Show.Show Aws.S3.Commands.Multipart.AbortMultipartUpload
+ Aws.S3.Commands.Multipart: instance GHC.Show.Show Aws.S3.Commands.Multipart.CompleteMultipartUpload
+ Aws.S3.Commands.Multipart: instance GHC.Show.Show Aws.S3.Commands.Multipart.InitiateMultipartUpload
+ Aws.S3.Commands.Multipart: instance GHC.Show.Show Aws.S3.Commands.Multipart.UploadPartResponse
+ Aws.S3.Commands.Multipart: multipartUploadSink :: MonadResource m => Configuration -> S3Configuration NormalQuery -> Manager -> Text -> Text -> Integer -> Sink ByteString m ()
+ Aws.S3.Commands.Multipart: multipartUploadSinkWithInitiator :: MonadResource m => Configuration -> S3Configuration NormalQuery -> (Bucket -> Text -> InitiateMultipartUpload) -> Manager -> Text -> Text -> Integer -> Sink ByteString m ()
+ Aws.S3.Commands.PutBucket: [pbBucket] :: PutBucket -> Bucket
+ Aws.S3.Commands.PutBucket: [pbCannedAcl] :: PutBucket -> Maybe CannedAcl
+ Aws.S3.Commands.PutBucket: [pbLocationConstraint] :: PutBucket -> LocationConstraint
+ Aws.S3.Commands.PutBucket: [pbXStorageClass] :: PutBucket -> Maybe StorageClass
+ Aws.S3.Commands.PutBucket: instance Aws.Core.AsMemoryResponse Aws.S3.Commands.PutBucket.PutBucketResponse
+ Aws.S3.Commands.PutBucket: instance Aws.Core.ResponseConsumer r Aws.S3.Commands.PutBucket.PutBucketResponse
+ Aws.S3.Commands.PutBucket: instance Aws.Core.SignQuery Aws.S3.Commands.PutBucket.PutBucket
+ Aws.S3.Commands.PutBucket: instance Aws.Core.Transaction Aws.S3.Commands.PutBucket.PutBucket Aws.S3.Commands.PutBucket.PutBucketResponse
+ Aws.S3.Commands.PutBucket: instance GHC.Show.Show Aws.S3.Commands.PutBucket.PutBucket
+ Aws.S3.Commands.PutBucket: instance GHC.Show.Show Aws.S3.Commands.PutBucket.PutBucketResponse
+ Aws.S3.Commands.PutBucket: putBucket :: Bucket -> PutBucket
+ Aws.S3.Commands.PutObject: [poAcl] :: PutObject -> Maybe CannedAcl
+ Aws.S3.Commands.PutObject: [poAutoMakeBucket] :: PutObject -> Bool
+ Aws.S3.Commands.PutObject: [poBucket] :: PutObject -> Bucket
+ Aws.S3.Commands.PutObject: [poCacheControl] :: PutObject -> Maybe Text
+ Aws.S3.Commands.PutObject: [poContentDisposition] :: PutObject -> Maybe Text
+ Aws.S3.Commands.PutObject: [poContentEncoding] :: PutObject -> Maybe Text
+ Aws.S3.Commands.PutObject: [poContentMD5] :: PutObject -> Maybe (Digest MD5)
+ Aws.S3.Commands.PutObject: [poContentType] :: PutObject -> Maybe ByteString
+ Aws.S3.Commands.PutObject: [poExpect100Continue] :: PutObject -> Bool
+ Aws.S3.Commands.PutObject: [poExpires] :: PutObject -> Maybe Int
+ Aws.S3.Commands.PutObject: [poMetadata] :: PutObject -> [(Text, Text)]
+ Aws.S3.Commands.PutObject: [poObjectName] :: PutObject -> Text
+ Aws.S3.Commands.PutObject: [poRequestBody] :: PutObject -> RequestBody
+ Aws.S3.Commands.PutObject: [poServerSideEncryption] :: PutObject -> Maybe ServerSideEncryption
+ Aws.S3.Commands.PutObject: [poStorageClass] :: PutObject -> Maybe StorageClass
+ Aws.S3.Commands.PutObject: [poWebsiteRedirectLocation] :: PutObject -> Maybe Text
+ Aws.S3.Commands.PutObject: [porVersionId] :: PutObjectResponse -> Maybe Text
+ Aws.S3.Commands.PutObject: instance Aws.Core.AsMemoryResponse Aws.S3.Commands.PutObject.PutObjectResponse
+ Aws.S3.Commands.PutObject: instance Aws.Core.ResponseConsumer Aws.S3.Commands.PutObject.PutObject Aws.S3.Commands.PutObject.PutObjectResponse
+ Aws.S3.Commands.PutObject: instance Aws.Core.SignQuery Aws.S3.Commands.PutObject.PutObject
+ Aws.S3.Commands.PutObject: instance Aws.Core.Transaction Aws.S3.Commands.PutObject.PutObject Aws.S3.Commands.PutObject.PutObjectResponse
+ Aws.S3.Commands.PutObject: instance GHC.Show.Show Aws.S3.Commands.PutObject.PutObjectResponse
+ Aws.S3.Core: OtherStorageClass :: Text -> StorageClass
+ Aws.S3.Core: StandardInfrequentAccess :: StorageClass
+ Aws.S3.Core: [bucketCreationDate] :: BucketInfo -> UTCTime
+ Aws.S3.Core: [bucketName] :: BucketInfo -> Bucket
+ Aws.S3.Core: [objectETag] :: ObjectInfo -> Text
+ Aws.S3.Core: [objectKey] :: ObjectInfo -> Text
+ Aws.S3.Core: [objectLastModified] :: ObjectInfo -> UTCTime
+ Aws.S3.Core: [objectOwner] :: ObjectInfo -> Maybe UserInfo
+ Aws.S3.Core: [objectSize] :: ObjectInfo -> Integer
+ Aws.S3.Core: [objectStorageClass] :: ObjectInfo -> StorageClass
+ Aws.S3.Core: [oidBucket] :: ObjectId -> Bucket
+ Aws.S3.Core: [oidObject] :: ObjectId -> Object
+ Aws.S3.Core: [oidVersion] :: ObjectId -> Maybe Text
+ Aws.S3.Core: [omDeleteMarker] :: ObjectMetadata -> Bool
+ Aws.S3.Core: [omETag] :: ObjectMetadata -> Text
+ Aws.S3.Core: [omLastModified] :: ObjectMetadata -> UTCTime
+ Aws.S3.Core: [omMissingUserMetadata] :: ObjectMetadata -> Maybe Text
+ Aws.S3.Core: [omServerSideEncryption] :: ObjectMetadata -> Maybe ServerSideEncryption
+ Aws.S3.Core: [omUserMetadata] :: ObjectMetadata -> [(Text, Text)]
+ Aws.S3.Core: [omVersionId] :: ObjectMetadata -> Maybe Text
+ Aws.S3.Core: [s3DefaultExpiry] :: S3Configuration qt -> NominalDiffTime
+ Aws.S3.Core: [s3Endpoint] :: S3Configuration qt -> ByteString
+ Aws.S3.Core: [s3ErrorAccessKeyId] :: S3Error -> Maybe Text
+ Aws.S3.Core: [s3ErrorBucket] :: S3Error -> Maybe Text
+ Aws.S3.Core: [s3ErrorCode] :: S3Error -> ErrorCode
+ Aws.S3.Core: [s3ErrorEndpointRaw] :: S3Error -> Maybe Text
+ Aws.S3.Core: [s3ErrorEndpoint] :: S3Error -> Maybe ByteString
+ Aws.S3.Core: [s3ErrorHostId] :: S3Error -> Maybe Text
+ Aws.S3.Core: [s3ErrorMessage] :: S3Error -> Text
+ Aws.S3.Core: [s3ErrorResource] :: S3Error -> Maybe Text
+ Aws.S3.Core: [s3ErrorStringToSign] :: S3Error -> Maybe ByteString
+ Aws.S3.Core: [s3MAmzId2] :: S3Metadata -> Maybe Text
+ Aws.S3.Core: [s3MRequestId] :: S3Metadata -> Maybe Text
+ Aws.S3.Core: [s3Port] :: S3Configuration qt -> Int
+ Aws.S3.Core: [s3Protocol] :: S3Configuration qt -> Protocol
+ Aws.S3.Core: [s3QAmzHeaders] :: S3Query -> RequestHeaders
+ Aws.S3.Core: [s3QBucket] :: S3Query -> Maybe ByteString
+ Aws.S3.Core: [s3QContentMd5] :: S3Query -> Maybe (Digest MD5)
+ Aws.S3.Core: [s3QContentType] :: S3Query -> Maybe ByteString
+ Aws.S3.Core: [s3QMethod] :: S3Query -> Method
+ Aws.S3.Core: [s3QObject] :: S3Query -> Maybe ByteString
+ Aws.S3.Core: [s3QOtherHeaders] :: S3Query -> RequestHeaders
+ Aws.S3.Core: [s3QQuery] :: S3Query -> Query
+ Aws.S3.Core: [s3QRequestBody] :: S3Query -> Maybe RequestBody
+ Aws.S3.Core: [s3QSubresources] :: S3Query -> Query
+ Aws.S3.Core: [s3RequestStyle] :: S3Configuration qt -> RequestStyle
+ Aws.S3.Core: [s3ServerSideEncryption] :: S3Configuration qt -> Maybe ServerSideEncryption
+ Aws.S3.Core: [s3StatusCode] :: S3Error -> Status
+ Aws.S3.Core: [s3UseUri] :: S3Configuration qt -> Bool
+ Aws.S3.Core: [userDisplayName] :: UserInfo -> Text
+ Aws.S3.Core: [userId] :: UserInfo -> CanonicalUserId
+ Aws.S3.Core: instance Aws.Core.DefaultServiceConfiguration (Aws.S3.Core.S3Configuration Aws.Core.NormalQuery)
+ Aws.S3.Core: instance Aws.Core.DefaultServiceConfiguration (Aws.S3.Core.S3Configuration Aws.Core.UriOnlyQuery)
+ Aws.S3.Core: instance Aws.Core.Loggable Aws.S3.Core.S3Metadata
+ Aws.S3.Core: instance GHC.Base.Monoid Aws.S3.Core.S3Metadata
+ Aws.S3.Core: instance GHC.Exception.Exception Aws.S3.Core.S3Error
+ Aws.S3.Core: instance GHC.Show.Show (Aws.S3.Core.S3Configuration qt)
+ Aws.S3.Core: instance GHC.Show.Show Aws.S3.Core.BucketInfo
+ Aws.S3.Core: instance GHC.Show.Show Aws.S3.Core.CannedAcl
+ Aws.S3.Core: instance GHC.Show.Show Aws.S3.Core.ObjectId
+ Aws.S3.Core: instance GHC.Show.Show Aws.S3.Core.ObjectInfo
+ Aws.S3.Core: instance GHC.Show.Show Aws.S3.Core.ObjectMetadata
+ Aws.S3.Core: instance GHC.Show.Show Aws.S3.Core.RequestStyle
+ Aws.S3.Core: instance GHC.Show.Show Aws.S3.Core.S3Authorization
+ Aws.S3.Core: instance GHC.Show.Show Aws.S3.Core.S3Error
+ Aws.S3.Core: instance GHC.Show.Show Aws.S3.Core.S3Metadata
+ Aws.S3.Core: instance GHC.Show.Show Aws.S3.Core.S3Query
+ Aws.S3.Core: instance GHC.Show.Show Aws.S3.Core.ServerSideEncryption
+ Aws.S3.Core: instance GHC.Show.Show Aws.S3.Core.StorageClass
+ Aws.S3.Core: instance GHC.Show.Show Aws.S3.Core.UserInfo
+ Aws.Ses.Commands.DeleteIdentity: instance Aws.Core.AsMemoryResponse Aws.Ses.Commands.DeleteIdentity.DeleteIdentityResponse
+ Aws.Ses.Commands.DeleteIdentity: instance Aws.Core.ResponseConsumer Aws.Ses.Commands.DeleteIdentity.DeleteIdentity Aws.Ses.Commands.DeleteIdentity.DeleteIdentityResponse
+ Aws.Ses.Commands.DeleteIdentity: instance Aws.Core.SignQuery Aws.Ses.Commands.DeleteIdentity.DeleteIdentity
+ Aws.Ses.Commands.DeleteIdentity: instance Aws.Core.Transaction Aws.Ses.Commands.DeleteIdentity.DeleteIdentity Aws.Ses.Commands.DeleteIdentity.DeleteIdentityResponse
+ Aws.Ses.Commands.DeleteIdentity: instance GHC.Classes.Eq Aws.Ses.Commands.DeleteIdentity.DeleteIdentity
+ Aws.Ses.Commands.DeleteIdentity: instance GHC.Classes.Eq Aws.Ses.Commands.DeleteIdentity.DeleteIdentityResponse
+ Aws.Ses.Commands.DeleteIdentity: instance GHC.Classes.Ord Aws.Ses.Commands.DeleteIdentity.DeleteIdentity
+ Aws.Ses.Commands.DeleteIdentity: instance GHC.Classes.Ord Aws.Ses.Commands.DeleteIdentity.DeleteIdentityResponse
+ Aws.Ses.Commands.DeleteIdentity: instance GHC.Show.Show Aws.Ses.Commands.DeleteIdentity.DeleteIdentity
+ Aws.Ses.Commands.DeleteIdentity: instance GHC.Show.Show Aws.Ses.Commands.DeleteIdentity.DeleteIdentityResponse
+ Aws.Ses.Commands.GetIdentityDkimAttributes: [idDkimEnabled] :: IdentityDkimAttributes -> Bool
+ Aws.Ses.Commands.GetIdentityDkimAttributes: [idDkimTokens] :: IdentityDkimAttributes -> [Text]
+ Aws.Ses.Commands.GetIdentityDkimAttributes: [idDkimVerirficationStatus] :: IdentityDkimAttributes -> Text
+ Aws.Ses.Commands.GetIdentityDkimAttributes: [idIdentity] :: IdentityDkimAttributes -> Text
+ Aws.Ses.Commands.GetIdentityDkimAttributes: instance Aws.Core.AsMemoryResponse Aws.Ses.Commands.GetIdentityDkimAttributes.GetIdentityDkimAttributesResponse
+ Aws.Ses.Commands.GetIdentityDkimAttributes: instance Aws.Core.ResponseConsumer Aws.Ses.Commands.GetIdentityDkimAttributes.GetIdentityDkimAttributes Aws.Ses.Commands.GetIdentityDkimAttributes.GetIdentityDkimAttributesResponse
+ Aws.Ses.Commands.GetIdentityDkimAttributes: instance Aws.Core.SignQuery Aws.Ses.Commands.GetIdentityDkimAttributes.GetIdentityDkimAttributes
+ Aws.Ses.Commands.GetIdentityDkimAttributes: instance Aws.Core.Transaction Aws.Ses.Commands.GetIdentityDkimAttributes.GetIdentityDkimAttributes Aws.Ses.Commands.GetIdentityDkimAttributes.GetIdentityDkimAttributesResponse
+ Aws.Ses.Commands.GetIdentityDkimAttributes: instance GHC.Classes.Eq Aws.Ses.Commands.GetIdentityDkimAttributes.GetIdentityDkimAttributes
+ Aws.Ses.Commands.GetIdentityDkimAttributes: instance GHC.Classes.Eq Aws.Ses.Commands.GetIdentityDkimAttributes.GetIdentityDkimAttributesResponse
+ Aws.Ses.Commands.GetIdentityDkimAttributes: instance GHC.Classes.Eq Aws.Ses.Commands.GetIdentityDkimAttributes.IdentityDkimAttributes
+ Aws.Ses.Commands.GetIdentityDkimAttributes: instance GHC.Classes.Ord Aws.Ses.Commands.GetIdentityDkimAttributes.GetIdentityDkimAttributes
+ Aws.Ses.Commands.GetIdentityDkimAttributes: instance GHC.Classes.Ord Aws.Ses.Commands.GetIdentityDkimAttributes.GetIdentityDkimAttributesResponse
+ Aws.Ses.Commands.GetIdentityDkimAttributes: instance GHC.Classes.Ord Aws.Ses.Commands.GetIdentityDkimAttributes.IdentityDkimAttributes
+ Aws.Ses.Commands.GetIdentityDkimAttributes: instance GHC.Show.Show Aws.Ses.Commands.GetIdentityDkimAttributes.GetIdentityDkimAttributes
+ Aws.Ses.Commands.GetIdentityDkimAttributes: instance GHC.Show.Show Aws.Ses.Commands.GetIdentityDkimAttributes.GetIdentityDkimAttributesResponse
+ Aws.Ses.Commands.GetIdentityDkimAttributes: instance GHC.Show.Show Aws.Ses.Commands.GetIdentityDkimAttributes.IdentityDkimAttributes
+ Aws.Ses.Commands.GetIdentityNotificationAttributes: [inBounceTopic] :: IdentityNotificationAttributes -> Maybe Text
+ Aws.Ses.Commands.GetIdentityNotificationAttributes: [inComplaintTopic] :: IdentityNotificationAttributes -> Maybe Text
+ Aws.Ses.Commands.GetIdentityNotificationAttributes: [inForwardingEnabled] :: IdentityNotificationAttributes -> Bool
+ Aws.Ses.Commands.GetIdentityNotificationAttributes: [inIdentity] :: IdentityNotificationAttributes -> Text
+ Aws.Ses.Commands.GetIdentityNotificationAttributes: instance Aws.Core.AsMemoryResponse Aws.Ses.Commands.GetIdentityNotificationAttributes.GetIdentityNotificationAttributesResponse
+ Aws.Ses.Commands.GetIdentityNotificationAttributes: instance Aws.Core.ResponseConsumer Aws.Ses.Commands.GetIdentityNotificationAttributes.GetIdentityNotificationAttributes Aws.Ses.Commands.GetIdentityNotificationAttributes.GetIdentityNotificationAttributesResponse
+ Aws.Ses.Commands.GetIdentityNotificationAttributes: instance Aws.Core.SignQuery Aws.Ses.Commands.GetIdentityNotificationAttributes.GetIdentityNotificationAttributes
+ Aws.Ses.Commands.GetIdentityNotificationAttributes: instance Aws.Core.Transaction Aws.Ses.Commands.GetIdentityNotificationAttributes.GetIdentityNotificationAttributes Aws.Ses.Commands.GetIdentityNotificationAttributes.GetIdentityNotificationAttributesResponse
+ Aws.Ses.Commands.GetIdentityNotificationAttributes: instance GHC.Classes.Eq Aws.Ses.Commands.GetIdentityNotificationAttributes.GetIdentityNotificationAttributes
+ Aws.Ses.Commands.GetIdentityNotificationAttributes: instance GHC.Classes.Eq Aws.Ses.Commands.GetIdentityNotificationAttributes.GetIdentityNotificationAttributesResponse
+ Aws.Ses.Commands.GetIdentityNotificationAttributes: instance GHC.Classes.Eq Aws.Ses.Commands.GetIdentityNotificationAttributes.IdentityNotificationAttributes
+ Aws.Ses.Commands.GetIdentityNotificationAttributes: instance GHC.Classes.Ord Aws.Ses.Commands.GetIdentityNotificationAttributes.GetIdentityNotificationAttributes
+ Aws.Ses.Commands.GetIdentityNotificationAttributes: instance GHC.Classes.Ord Aws.Ses.Commands.GetIdentityNotificationAttributes.GetIdentityNotificationAttributesResponse
+ Aws.Ses.Commands.GetIdentityNotificationAttributes: instance GHC.Classes.Ord Aws.Ses.Commands.GetIdentityNotificationAttributes.IdentityNotificationAttributes
+ Aws.Ses.Commands.GetIdentityNotificationAttributes: instance GHC.Show.Show Aws.Ses.Commands.GetIdentityNotificationAttributes.GetIdentityNotificationAttributes
+ Aws.Ses.Commands.GetIdentityNotificationAttributes: instance GHC.Show.Show Aws.Ses.Commands.GetIdentityNotificationAttributes.GetIdentityNotificationAttributesResponse
+ Aws.Ses.Commands.GetIdentityNotificationAttributes: instance GHC.Show.Show Aws.Ses.Commands.GetIdentityNotificationAttributes.IdentityNotificationAttributes
+ Aws.Ses.Commands.GetIdentityVerificationAttributes: [ivIdentity] :: IdentityVerificationAttributes -> Text
+ Aws.Ses.Commands.GetIdentityVerificationAttributes: [ivVerificationStatus] :: IdentityVerificationAttributes -> Text
+ Aws.Ses.Commands.GetIdentityVerificationAttributes: [ivVerificationToken] :: IdentityVerificationAttributes -> Maybe Text
+ Aws.Ses.Commands.GetIdentityVerificationAttributes: instance Aws.Core.AsMemoryResponse Aws.Ses.Commands.GetIdentityVerificationAttributes.GetIdentityVerificationAttributesResponse
+ Aws.Ses.Commands.GetIdentityVerificationAttributes: instance Aws.Core.ResponseConsumer Aws.Ses.Commands.GetIdentityVerificationAttributes.GetIdentityVerificationAttributes Aws.Ses.Commands.GetIdentityVerificationAttributes.GetIdentityVerificationAttributesResponse
+ Aws.Ses.Commands.GetIdentityVerificationAttributes: instance Aws.Core.SignQuery Aws.Ses.Commands.GetIdentityVerificationAttributes.GetIdentityVerificationAttributes
+ Aws.Ses.Commands.GetIdentityVerificationAttributes: instance Aws.Core.Transaction Aws.Ses.Commands.GetIdentityVerificationAttributes.GetIdentityVerificationAttributes Aws.Ses.Commands.GetIdentityVerificationAttributes.GetIdentityVerificationAttributesResponse
+ Aws.Ses.Commands.GetIdentityVerificationAttributes: instance GHC.Classes.Eq Aws.Ses.Commands.GetIdentityVerificationAttributes.GetIdentityVerificationAttributes
+ Aws.Ses.Commands.GetIdentityVerificationAttributes: instance GHC.Classes.Eq Aws.Ses.Commands.GetIdentityVerificationAttributes.GetIdentityVerificationAttributesResponse
+ Aws.Ses.Commands.GetIdentityVerificationAttributes: instance GHC.Classes.Eq Aws.Ses.Commands.GetIdentityVerificationAttributes.IdentityVerificationAttributes
+ Aws.Ses.Commands.GetIdentityVerificationAttributes: instance GHC.Classes.Ord Aws.Ses.Commands.GetIdentityVerificationAttributes.GetIdentityVerificationAttributes
+ Aws.Ses.Commands.GetIdentityVerificationAttributes: instance GHC.Classes.Ord Aws.Ses.Commands.GetIdentityVerificationAttributes.GetIdentityVerificationAttributesResponse
+ Aws.Ses.Commands.GetIdentityVerificationAttributes: instance GHC.Classes.Ord Aws.Ses.Commands.GetIdentityVerificationAttributes.IdentityVerificationAttributes
+ Aws.Ses.Commands.GetIdentityVerificationAttributes: instance GHC.Show.Show Aws.Ses.Commands.GetIdentityVerificationAttributes.GetIdentityVerificationAttributes
+ Aws.Ses.Commands.GetIdentityVerificationAttributes: instance GHC.Show.Show Aws.Ses.Commands.GetIdentityVerificationAttributes.GetIdentityVerificationAttributesResponse
+ Aws.Ses.Commands.GetIdentityVerificationAttributes: instance GHC.Show.Show Aws.Ses.Commands.GetIdentityVerificationAttributes.IdentityVerificationAttributes
+ Aws.Ses.Commands.ListIdentities: [liIdentityType] :: ListIdentities -> Maybe IdentityType
+ Aws.Ses.Commands.ListIdentities: [liMaxItems] :: ListIdentities -> Maybe Int
+ Aws.Ses.Commands.ListIdentities: [liNextToken] :: ListIdentities -> Maybe Text
+ Aws.Ses.Commands.ListIdentities: instance Aws.Core.AsMemoryResponse Aws.Ses.Commands.ListIdentities.ListIdentitiesResponse
+ Aws.Ses.Commands.ListIdentities: instance Aws.Core.ResponseConsumer Aws.Ses.Commands.ListIdentities.ListIdentities Aws.Ses.Commands.ListIdentities.ListIdentitiesResponse
+ Aws.Ses.Commands.ListIdentities: instance Aws.Core.SignQuery Aws.Ses.Commands.ListIdentities.ListIdentities
+ Aws.Ses.Commands.ListIdentities: instance Aws.Core.Transaction Aws.Ses.Commands.ListIdentities.ListIdentities Aws.Ses.Commands.ListIdentities.ListIdentitiesResponse
+ Aws.Ses.Commands.ListIdentities: instance GHC.Classes.Eq Aws.Ses.Commands.ListIdentities.IdentityType
+ Aws.Ses.Commands.ListIdentities: instance GHC.Classes.Eq Aws.Ses.Commands.ListIdentities.ListIdentities
+ Aws.Ses.Commands.ListIdentities: instance GHC.Classes.Eq Aws.Ses.Commands.ListIdentities.ListIdentitiesResponse
+ Aws.Ses.Commands.ListIdentities: instance GHC.Classes.Ord Aws.Ses.Commands.ListIdentities.IdentityType
+ Aws.Ses.Commands.ListIdentities: instance GHC.Classes.Ord Aws.Ses.Commands.ListIdentities.ListIdentities
+ Aws.Ses.Commands.ListIdentities: instance GHC.Classes.Ord Aws.Ses.Commands.ListIdentities.ListIdentitiesResponse
+ Aws.Ses.Commands.ListIdentities: instance GHC.Show.Show Aws.Ses.Commands.ListIdentities.IdentityType
+ Aws.Ses.Commands.ListIdentities: instance GHC.Show.Show Aws.Ses.Commands.ListIdentities.ListIdentities
+ Aws.Ses.Commands.ListIdentities: instance GHC.Show.Show Aws.Ses.Commands.ListIdentities.ListIdentitiesResponse
+ Aws.Ses.Commands.SendRawEmail: [srmDestinations] :: SendRawEmail -> [EmailAddress]
+ Aws.Ses.Commands.SendRawEmail: [srmRawMessage] :: SendRawEmail -> RawMessage
+ Aws.Ses.Commands.SendRawEmail: [srmSource] :: SendRawEmail -> Maybe Sender
+ Aws.Ses.Commands.SendRawEmail: [srmrMessageId] :: SendRawEmailResponse -> Text
+ Aws.Ses.Commands.SendRawEmail: instance Aws.Core.AsMemoryResponse Aws.Ses.Commands.SendRawEmail.SendRawEmailResponse
+ Aws.Ses.Commands.SendRawEmail: instance Aws.Core.ResponseConsumer Aws.Ses.Commands.SendRawEmail.SendRawEmail Aws.Ses.Commands.SendRawEmail.SendRawEmailResponse
+ Aws.Ses.Commands.SendRawEmail: instance Aws.Core.SignQuery Aws.Ses.Commands.SendRawEmail.SendRawEmail
+ Aws.Ses.Commands.SendRawEmail: instance Aws.Core.Transaction Aws.Ses.Commands.SendRawEmail.SendRawEmail Aws.Ses.Commands.SendRawEmail.SendRawEmailResponse
+ Aws.Ses.Commands.SendRawEmail: instance GHC.Classes.Eq Aws.Ses.Commands.SendRawEmail.SendRawEmail
+ Aws.Ses.Commands.SendRawEmail: instance GHC.Classes.Eq Aws.Ses.Commands.SendRawEmail.SendRawEmailResponse
+ Aws.Ses.Commands.SendRawEmail: instance GHC.Classes.Ord Aws.Ses.Commands.SendRawEmail.SendRawEmail
+ Aws.Ses.Commands.SendRawEmail: instance GHC.Classes.Ord Aws.Ses.Commands.SendRawEmail.SendRawEmailResponse
+ Aws.Ses.Commands.SendRawEmail: instance GHC.Show.Show Aws.Ses.Commands.SendRawEmail.SendRawEmail
+ Aws.Ses.Commands.SendRawEmail: instance GHC.Show.Show Aws.Ses.Commands.SendRawEmail.SendRawEmailResponse
+ Aws.Ses.Commands.SetIdentityDkimEnabled: [sdDkimEnabled] :: SetIdentityDkimEnabled -> Bool
+ Aws.Ses.Commands.SetIdentityDkimEnabled: [sdIdentity] :: SetIdentityDkimEnabled -> Text
+ Aws.Ses.Commands.SetIdentityDkimEnabled: instance Aws.Core.AsMemoryResponse Aws.Ses.Commands.SetIdentityDkimEnabled.SetIdentityDkimEnabledResponse
+ Aws.Ses.Commands.SetIdentityDkimEnabled: instance Aws.Core.ResponseConsumer Aws.Ses.Commands.SetIdentityDkimEnabled.SetIdentityDkimEnabled Aws.Ses.Commands.SetIdentityDkimEnabled.SetIdentityDkimEnabledResponse
+ Aws.Ses.Commands.SetIdentityDkimEnabled: instance Aws.Core.SignQuery Aws.Ses.Commands.SetIdentityDkimEnabled.SetIdentityDkimEnabled
+ Aws.Ses.Commands.SetIdentityDkimEnabled: instance Aws.Core.Transaction Aws.Ses.Commands.SetIdentityDkimEnabled.SetIdentityDkimEnabled Aws.Ses.Commands.SetIdentityDkimEnabled.SetIdentityDkimEnabledResponse
+ Aws.Ses.Commands.SetIdentityDkimEnabled: instance GHC.Classes.Eq Aws.Ses.Commands.SetIdentityDkimEnabled.SetIdentityDkimEnabled
+ Aws.Ses.Commands.SetIdentityDkimEnabled: instance GHC.Classes.Eq Aws.Ses.Commands.SetIdentityDkimEnabled.SetIdentityDkimEnabledResponse
+ Aws.Ses.Commands.SetIdentityDkimEnabled: instance GHC.Classes.Ord Aws.Ses.Commands.SetIdentityDkimEnabled.SetIdentityDkimEnabled
+ Aws.Ses.Commands.SetIdentityDkimEnabled: instance GHC.Classes.Ord Aws.Ses.Commands.SetIdentityDkimEnabled.SetIdentityDkimEnabledResponse
+ Aws.Ses.Commands.SetIdentityDkimEnabled: instance GHC.Show.Show Aws.Ses.Commands.SetIdentityDkimEnabled.SetIdentityDkimEnabled
+ Aws.Ses.Commands.SetIdentityDkimEnabled: instance GHC.Show.Show Aws.Ses.Commands.SetIdentityDkimEnabled.SetIdentityDkimEnabledResponse
+ Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: [sffForwardingEnabled] :: SetIdentityFeedbackForwardingEnabled -> Bool
+ Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: [sffIdentity] :: SetIdentityFeedbackForwardingEnabled -> Text
+ Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance Aws.Core.AsMemoryResponse Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled.SetIdentityFeedbackForwardingEnabledResponse
+ Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance Aws.Core.ResponseConsumer Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled.SetIdentityFeedbackForwardingEnabled Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled.SetIdentityFeedbackForwardingEnabledResponse
+ Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance Aws.Core.SignQuery Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled.SetIdentityFeedbackForwardingEnabled
+ Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance Aws.Core.Transaction Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled.SetIdentityFeedbackForwardingEnabled Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled.SetIdentityFeedbackForwardingEnabledResponse
+ Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance GHC.Classes.Eq Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled.SetIdentityFeedbackForwardingEnabled
+ Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance GHC.Classes.Eq Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled.SetIdentityFeedbackForwardingEnabledResponse
+ Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance GHC.Classes.Ord Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled.SetIdentityFeedbackForwardingEnabled
+ Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance GHC.Classes.Ord Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled.SetIdentityFeedbackForwardingEnabledResponse
+ Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance GHC.Show.Show Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled.SetIdentityFeedbackForwardingEnabled
+ Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled: instance GHC.Show.Show Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled.SetIdentityFeedbackForwardingEnabledResponse
+ Aws.Ses.Commands.SetIdentityNotificationTopic: [sntIdentity] :: SetIdentityNotificationTopic -> Text
+ Aws.Ses.Commands.SetIdentityNotificationTopic: [sntNotificationType] :: SetIdentityNotificationTopic -> NotificationType
+ Aws.Ses.Commands.SetIdentityNotificationTopic: [sntSnsTopic] :: SetIdentityNotificationTopic -> Maybe Text
+ Aws.Ses.Commands.SetIdentityNotificationTopic: instance Aws.Core.AsMemoryResponse Aws.Ses.Commands.SetIdentityNotificationTopic.SetIdentityNotificationTopicResponse
+ Aws.Ses.Commands.SetIdentityNotificationTopic: instance Aws.Core.ResponseConsumer Aws.Ses.Commands.SetIdentityNotificationTopic.SetIdentityNotificationTopic Aws.Ses.Commands.SetIdentityNotificationTopic.SetIdentityNotificationTopicResponse
+ Aws.Ses.Commands.SetIdentityNotificationTopic: instance Aws.Core.SignQuery Aws.Ses.Commands.SetIdentityNotificationTopic.SetIdentityNotificationTopic
+ Aws.Ses.Commands.SetIdentityNotificationTopic: instance Aws.Core.Transaction Aws.Ses.Commands.SetIdentityNotificationTopic.SetIdentityNotificationTopic Aws.Ses.Commands.SetIdentityNotificationTopic.SetIdentityNotificationTopicResponse
+ Aws.Ses.Commands.SetIdentityNotificationTopic: instance GHC.Classes.Eq Aws.Ses.Commands.SetIdentityNotificationTopic.NotificationType
+ Aws.Ses.Commands.SetIdentityNotificationTopic: instance GHC.Classes.Eq Aws.Ses.Commands.SetIdentityNotificationTopic.SetIdentityNotificationTopic
+ Aws.Ses.Commands.SetIdentityNotificationTopic: instance GHC.Classes.Eq Aws.Ses.Commands.SetIdentityNotificationTopic.SetIdentityNotificationTopicResponse
+ Aws.Ses.Commands.SetIdentityNotificationTopic: instance GHC.Classes.Ord Aws.Ses.Commands.SetIdentityNotificationTopic.NotificationType
+ Aws.Ses.Commands.SetIdentityNotificationTopic: instance GHC.Classes.Ord Aws.Ses.Commands.SetIdentityNotificationTopic.SetIdentityNotificationTopic
+ Aws.Ses.Commands.SetIdentityNotificationTopic: instance GHC.Classes.Ord Aws.Ses.Commands.SetIdentityNotificationTopic.SetIdentityNotificationTopicResponse
+ Aws.Ses.Commands.SetIdentityNotificationTopic: instance GHC.Show.Show Aws.Ses.Commands.SetIdentityNotificationTopic.NotificationType
+ Aws.Ses.Commands.SetIdentityNotificationTopic: instance GHC.Show.Show Aws.Ses.Commands.SetIdentityNotificationTopic.SetIdentityNotificationTopic
+ Aws.Ses.Commands.SetIdentityNotificationTopic: instance GHC.Show.Show Aws.Ses.Commands.SetIdentityNotificationTopic.SetIdentityNotificationTopicResponse
+ Aws.Ses.Commands.VerifyDomainDkim: instance Aws.Core.AsMemoryResponse Aws.Ses.Commands.VerifyDomainDkim.VerifyDomainDkimResponse
+ Aws.Ses.Commands.VerifyDomainDkim: instance Aws.Core.ResponseConsumer Aws.Ses.Commands.VerifyDomainDkim.VerifyDomainDkim Aws.Ses.Commands.VerifyDomainDkim.VerifyDomainDkimResponse
+ Aws.Ses.Commands.VerifyDomainDkim: instance Aws.Core.SignQuery Aws.Ses.Commands.VerifyDomainDkim.VerifyDomainDkim
+ Aws.Ses.Commands.VerifyDomainDkim: instance Aws.Core.Transaction Aws.Ses.Commands.VerifyDomainDkim.VerifyDomainDkim Aws.Ses.Commands.VerifyDomainDkim.VerifyDomainDkimResponse
+ Aws.Ses.Commands.VerifyDomainDkim: instance GHC.Classes.Eq Aws.Ses.Commands.VerifyDomainDkim.VerifyDomainDkim
+ Aws.Ses.Commands.VerifyDomainDkim: instance GHC.Classes.Eq Aws.Ses.Commands.VerifyDomainDkim.VerifyDomainDkimResponse
+ Aws.Ses.Commands.VerifyDomainDkim: instance GHC.Classes.Ord Aws.Ses.Commands.VerifyDomainDkim.VerifyDomainDkim
+ Aws.Ses.Commands.VerifyDomainDkim: instance GHC.Classes.Ord Aws.Ses.Commands.VerifyDomainDkim.VerifyDomainDkimResponse
+ Aws.Ses.Commands.VerifyDomainDkim: instance GHC.Show.Show Aws.Ses.Commands.VerifyDomainDkim.VerifyDomainDkim
+ Aws.Ses.Commands.VerifyDomainDkim: instance GHC.Show.Show Aws.Ses.Commands.VerifyDomainDkim.VerifyDomainDkimResponse
+ Aws.Ses.Commands.VerifyDomainIdentity: instance Aws.Core.AsMemoryResponse Aws.Ses.Commands.VerifyDomainIdentity.VerifyDomainIdentityResponse
+ Aws.Ses.Commands.VerifyDomainIdentity: instance Aws.Core.ResponseConsumer Aws.Ses.Commands.VerifyDomainIdentity.VerifyDomainIdentity Aws.Ses.Commands.VerifyDomainIdentity.VerifyDomainIdentityResponse
+ Aws.Ses.Commands.VerifyDomainIdentity: instance Aws.Core.SignQuery Aws.Ses.Commands.VerifyDomainIdentity.VerifyDomainIdentity
+ Aws.Ses.Commands.VerifyDomainIdentity: instance Aws.Core.Transaction Aws.Ses.Commands.VerifyDomainIdentity.VerifyDomainIdentity Aws.Ses.Commands.VerifyDomainIdentity.VerifyDomainIdentityResponse
+ Aws.Ses.Commands.VerifyDomainIdentity: instance GHC.Classes.Eq Aws.Ses.Commands.VerifyDomainIdentity.VerifyDomainIdentity
+ Aws.Ses.Commands.VerifyDomainIdentity: instance GHC.Classes.Eq Aws.Ses.Commands.VerifyDomainIdentity.VerifyDomainIdentityResponse
+ Aws.Ses.Commands.VerifyDomainIdentity: instance GHC.Classes.Ord Aws.Ses.Commands.VerifyDomainIdentity.VerifyDomainIdentity
+ Aws.Ses.Commands.VerifyDomainIdentity: instance GHC.Classes.Ord Aws.Ses.Commands.VerifyDomainIdentity.VerifyDomainIdentityResponse
+ Aws.Ses.Commands.VerifyDomainIdentity: instance GHC.Show.Show Aws.Ses.Commands.VerifyDomainIdentity.VerifyDomainIdentity
+ Aws.Ses.Commands.VerifyDomainIdentity: instance GHC.Show.Show Aws.Ses.Commands.VerifyDomainIdentity.VerifyDomainIdentityResponse
+ Aws.Ses.Commands.VerifyEmailIdentity: instance Aws.Core.AsMemoryResponse Aws.Ses.Commands.VerifyEmailIdentity.VerifyEmailIdentityResponse
+ Aws.Ses.Commands.VerifyEmailIdentity: instance Aws.Core.ResponseConsumer Aws.Ses.Commands.VerifyEmailIdentity.VerifyEmailIdentity Aws.Ses.Commands.VerifyEmailIdentity.VerifyEmailIdentityResponse
+ Aws.Ses.Commands.VerifyEmailIdentity: instance Aws.Core.SignQuery Aws.Ses.Commands.VerifyEmailIdentity.VerifyEmailIdentity
+ Aws.Ses.Commands.VerifyEmailIdentity: instance Aws.Core.Transaction Aws.Ses.Commands.VerifyEmailIdentity.VerifyEmailIdentity Aws.Ses.Commands.VerifyEmailIdentity.VerifyEmailIdentityResponse
+ Aws.Ses.Commands.VerifyEmailIdentity: instance GHC.Classes.Eq Aws.Ses.Commands.VerifyEmailIdentity.VerifyEmailIdentity
+ Aws.Ses.Commands.VerifyEmailIdentity: instance GHC.Classes.Eq Aws.Ses.Commands.VerifyEmailIdentity.VerifyEmailIdentityResponse
+ Aws.Ses.Commands.VerifyEmailIdentity: instance GHC.Classes.Ord Aws.Ses.Commands.VerifyEmailIdentity.VerifyEmailIdentity
+ Aws.Ses.Commands.VerifyEmailIdentity: instance GHC.Classes.Ord Aws.Ses.Commands.VerifyEmailIdentity.VerifyEmailIdentityResponse
+ Aws.Ses.Commands.VerifyEmailIdentity: instance GHC.Show.Show Aws.Ses.Commands.VerifyEmailIdentity.VerifyEmailIdentity
+ Aws.Ses.Commands.VerifyEmailIdentity: instance GHC.Show.Show Aws.Ses.Commands.VerifyEmailIdentity.VerifyEmailIdentityResponse
+ Aws.Ses.Core: [destinationBccAddresses] :: Destination -> [EmailAddress]
+ Aws.Ses.Core: [destinationCcAddresses] :: Destination -> [EmailAddress]
+ Aws.Ses.Core: [destinationToAddresses] :: Destination -> [EmailAddress]
+ Aws.Ses.Core: [rawMessageData] :: RawMessage -> ByteString
+ Aws.Ses.Core: [requestId] :: SesMetadata -> Maybe Text
+ Aws.Ses.Core: [senderAddress] :: Sender -> EmailAddress
+ Aws.Ses.Core: [sesErrorCode] :: SesError -> Text
+ Aws.Ses.Core: [sesErrorMessage] :: SesError -> Text
+ Aws.Ses.Core: [sesStatusCode] :: SesError -> Status
+ Aws.Ses.Core: [sesiHost] :: SesConfiguration qt -> ByteString
+ Aws.Ses.Core: [sesiHttpMethod] :: SesConfiguration qt -> Method
+ Aws.Ses.Core: instance Aws.Core.DefaultServiceConfiguration (Aws.Ses.Core.SesConfiguration Aws.Core.NormalQuery)
+ Aws.Ses.Core: instance Aws.Core.DefaultServiceConfiguration (Aws.Ses.Core.SesConfiguration Aws.Core.UriOnlyQuery)
+ Aws.Ses.Core: instance Aws.Core.Loggable Aws.Ses.Core.SesMetadata
+ Aws.Ses.Core: instance Aws.Ses.Core.SesAsQuery Aws.Ses.Core.Destination
+ Aws.Ses.Core: instance Aws.Ses.Core.SesAsQuery Aws.Ses.Core.RawMessage
+ Aws.Ses.Core: instance Aws.Ses.Core.SesAsQuery Aws.Ses.Core.Sender
+ Aws.Ses.Core: instance Aws.Ses.Core.SesAsQuery a => Aws.Ses.Core.SesAsQuery (GHC.Base.Maybe a)
+ Aws.Ses.Core: instance GHC.Base.Monoid Aws.Ses.Core.Destination
+ Aws.Ses.Core: instance GHC.Base.Monoid Aws.Ses.Core.SesMetadata
+ Aws.Ses.Core: instance GHC.Classes.Eq Aws.Ses.Core.Destination
+ Aws.Ses.Core: instance GHC.Classes.Eq Aws.Ses.Core.RawMessage
+ Aws.Ses.Core: instance GHC.Classes.Eq Aws.Ses.Core.Sender
+ Aws.Ses.Core: instance GHC.Classes.Ord Aws.Ses.Core.Destination
+ Aws.Ses.Core: instance GHC.Classes.Ord Aws.Ses.Core.RawMessage
+ Aws.Ses.Core: instance GHC.Classes.Ord Aws.Ses.Core.Sender
+ Aws.Ses.Core: instance GHC.Exception.Exception Aws.Ses.Core.SesError
+ Aws.Ses.Core: instance GHC.Show.Show (Aws.Ses.Core.SesConfiguration qt)
+ Aws.Ses.Core: instance GHC.Show.Show Aws.Ses.Core.Destination
+ Aws.Ses.Core: instance GHC.Show.Show Aws.Ses.Core.RawMessage
+ Aws.Ses.Core: instance GHC.Show.Show Aws.Ses.Core.Sender
+ Aws.Ses.Core: instance GHC.Show.Show Aws.Ses.Core.SesError
+ Aws.Ses.Core: instance GHC.Show.Show Aws.Ses.Core.SesMetadata
+ Aws.SimpleDb.Commands.Attributes: [bdaDomainName] :: BatchDeleteAttributes -> Text
+ Aws.SimpleDb.Commands.Attributes: [bdaItems] :: BatchDeleteAttributes -> [Item [Attribute DeleteAttribute]]
+ Aws.SimpleDb.Commands.Attributes: [bpaDomainName] :: BatchPutAttributes -> Text
+ Aws.SimpleDb.Commands.Attributes: [bpaItems] :: BatchPutAttributes -> [Item [Attribute SetAttribute]]
+ Aws.SimpleDb.Commands.Attributes: [daAttributes] :: DeleteAttributes -> [Attribute DeleteAttribute]
+ Aws.SimpleDb.Commands.Attributes: [daDomainName] :: DeleteAttributes -> Text
+ Aws.SimpleDb.Commands.Attributes: [daExpected] :: DeleteAttributes -> [Attribute ExpectedAttribute]
+ Aws.SimpleDb.Commands.Attributes: [daItemName] :: DeleteAttributes -> Text
+ Aws.SimpleDb.Commands.Attributes: [gaAttributeName] :: GetAttributes -> Maybe Text
+ Aws.SimpleDb.Commands.Attributes: [gaConsistentRead] :: GetAttributes -> Bool
+ Aws.SimpleDb.Commands.Attributes: [gaDomainName] :: GetAttributes -> Text
+ Aws.SimpleDb.Commands.Attributes: [gaItemName] :: GetAttributes -> Text
+ Aws.SimpleDb.Commands.Attributes: [garAttributes] :: GetAttributesResponse -> [Attribute Text]
+ Aws.SimpleDb.Commands.Attributes: [paAttributes] :: PutAttributes -> [Attribute SetAttribute]
+ Aws.SimpleDb.Commands.Attributes: [paDomainName] :: PutAttributes -> Text
+ Aws.SimpleDb.Commands.Attributes: [paExpected] :: PutAttributes -> [Attribute ExpectedAttribute]
+ Aws.SimpleDb.Commands.Attributes: [paItemName] :: PutAttributes -> Text
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.AsMemoryResponse Aws.SimpleDb.Commands.Attributes.BatchDeleteAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.AsMemoryResponse Aws.SimpleDb.Commands.Attributes.BatchPutAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.AsMemoryResponse Aws.SimpleDb.Commands.Attributes.DeleteAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.AsMemoryResponse Aws.SimpleDb.Commands.Attributes.GetAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.AsMemoryResponse Aws.SimpleDb.Commands.Attributes.PutAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.ResponseConsumer r Aws.SimpleDb.Commands.Attributes.BatchDeleteAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.ResponseConsumer r Aws.SimpleDb.Commands.Attributes.BatchPutAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.ResponseConsumer r Aws.SimpleDb.Commands.Attributes.DeleteAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.ResponseConsumer r Aws.SimpleDb.Commands.Attributes.GetAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.ResponseConsumer r Aws.SimpleDb.Commands.Attributes.PutAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.SignQuery Aws.SimpleDb.Commands.Attributes.BatchDeleteAttributes
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.SignQuery Aws.SimpleDb.Commands.Attributes.BatchPutAttributes
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.SignQuery Aws.SimpleDb.Commands.Attributes.DeleteAttributes
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.SignQuery Aws.SimpleDb.Commands.Attributes.GetAttributes
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.SignQuery Aws.SimpleDb.Commands.Attributes.PutAttributes
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.Transaction Aws.SimpleDb.Commands.Attributes.BatchDeleteAttributes Aws.SimpleDb.Commands.Attributes.BatchDeleteAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.Transaction Aws.SimpleDb.Commands.Attributes.BatchPutAttributes Aws.SimpleDb.Commands.Attributes.BatchPutAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.Transaction Aws.SimpleDb.Commands.Attributes.DeleteAttributes Aws.SimpleDb.Commands.Attributes.DeleteAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.Transaction Aws.SimpleDb.Commands.Attributes.GetAttributes Aws.SimpleDb.Commands.Attributes.GetAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance Aws.Core.Transaction Aws.SimpleDb.Commands.Attributes.PutAttributes Aws.SimpleDb.Commands.Attributes.PutAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance GHC.Show.Show Aws.SimpleDb.Commands.Attributes.BatchDeleteAttributes
+ Aws.SimpleDb.Commands.Attributes: instance GHC.Show.Show Aws.SimpleDb.Commands.Attributes.BatchDeleteAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance GHC.Show.Show Aws.SimpleDb.Commands.Attributes.BatchPutAttributes
+ Aws.SimpleDb.Commands.Attributes: instance GHC.Show.Show Aws.SimpleDb.Commands.Attributes.BatchPutAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance GHC.Show.Show Aws.SimpleDb.Commands.Attributes.DeleteAttributes
+ Aws.SimpleDb.Commands.Attributes: instance GHC.Show.Show Aws.SimpleDb.Commands.Attributes.DeleteAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance GHC.Show.Show Aws.SimpleDb.Commands.Attributes.GetAttributes
+ Aws.SimpleDb.Commands.Attributes: instance GHC.Show.Show Aws.SimpleDb.Commands.Attributes.GetAttributesResponse
+ Aws.SimpleDb.Commands.Attributes: instance GHC.Show.Show Aws.SimpleDb.Commands.Attributes.PutAttributes
+ Aws.SimpleDb.Commands.Attributes: instance GHC.Show.Show Aws.SimpleDb.Commands.Attributes.PutAttributesResponse
+ Aws.SimpleDb.Commands.Domain: [cdDomainName] :: CreateDomain -> Text
+ Aws.SimpleDb.Commands.Domain: [ddDomainName] :: DeleteDomain -> Text
+ Aws.SimpleDb.Commands.Domain: [dmDomainName] :: DomainMetadata -> Text
+ Aws.SimpleDb.Commands.Domain: [dmrAttributeNameCount] :: DomainMetadataResponse -> Integer
+ Aws.SimpleDb.Commands.Domain: [dmrAttributeNamesSizeBytes] :: DomainMetadataResponse -> Integer
+ Aws.SimpleDb.Commands.Domain: [dmrAttributeValueCount] :: DomainMetadataResponse -> Integer
+ Aws.SimpleDb.Commands.Domain: [dmrAttributeValuesSizeBytes] :: DomainMetadataResponse -> Integer
+ Aws.SimpleDb.Commands.Domain: [dmrItemCount] :: DomainMetadataResponse -> Integer
+ Aws.SimpleDb.Commands.Domain: [dmrItemNamesSizeBytes] :: DomainMetadataResponse -> Integer
+ Aws.SimpleDb.Commands.Domain: [dmrTimestamp] :: DomainMetadataResponse -> UTCTime
+ Aws.SimpleDb.Commands.Domain: [ldMaxNumberOfDomains] :: ListDomains -> Maybe Int
+ Aws.SimpleDb.Commands.Domain: [ldNextToken] :: ListDomains -> Maybe Text
+ Aws.SimpleDb.Commands.Domain: [ldrDomainNames] :: ListDomainsResponse -> [Text]
+ Aws.SimpleDb.Commands.Domain: [ldrNextToken] :: ListDomainsResponse -> Maybe Text
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.AsMemoryResponse Aws.SimpleDb.Commands.Domain.CreateDomainResponse
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.AsMemoryResponse Aws.SimpleDb.Commands.Domain.DeleteDomainResponse
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.AsMemoryResponse Aws.SimpleDb.Commands.Domain.DomainMetadataResponse
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.AsMemoryResponse Aws.SimpleDb.Commands.Domain.ListDomainsResponse
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.IteratedTransaction Aws.SimpleDb.Commands.Domain.ListDomains Aws.SimpleDb.Commands.Domain.ListDomainsResponse
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.ListResponse Aws.SimpleDb.Commands.Domain.ListDomainsResponse Data.Text.Internal.Text
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.ResponseConsumer r Aws.SimpleDb.Commands.Domain.CreateDomainResponse
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.ResponseConsumer r Aws.SimpleDb.Commands.Domain.DeleteDomainResponse
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.ResponseConsumer r Aws.SimpleDb.Commands.Domain.DomainMetadataResponse
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.ResponseConsumer r Aws.SimpleDb.Commands.Domain.ListDomainsResponse
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.SignQuery Aws.SimpleDb.Commands.Domain.CreateDomain
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.SignQuery Aws.SimpleDb.Commands.Domain.DeleteDomain
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.SignQuery Aws.SimpleDb.Commands.Domain.DomainMetadata
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.SignQuery Aws.SimpleDb.Commands.Domain.ListDomains
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.Transaction Aws.SimpleDb.Commands.Domain.CreateDomain Aws.SimpleDb.Commands.Domain.CreateDomainResponse
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.Transaction Aws.SimpleDb.Commands.Domain.DeleteDomain Aws.SimpleDb.Commands.Domain.DeleteDomainResponse
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.Transaction Aws.SimpleDb.Commands.Domain.DomainMetadata Aws.SimpleDb.Commands.Domain.DomainMetadataResponse
+ Aws.SimpleDb.Commands.Domain: instance Aws.Core.Transaction Aws.SimpleDb.Commands.Domain.ListDomains Aws.SimpleDb.Commands.Domain.ListDomainsResponse
+ Aws.SimpleDb.Commands.Domain: instance GHC.Show.Show Aws.SimpleDb.Commands.Domain.CreateDomain
+ Aws.SimpleDb.Commands.Domain: instance GHC.Show.Show Aws.SimpleDb.Commands.Domain.CreateDomainResponse
+ Aws.SimpleDb.Commands.Domain: instance GHC.Show.Show Aws.SimpleDb.Commands.Domain.DeleteDomain
+ Aws.SimpleDb.Commands.Domain: instance GHC.Show.Show Aws.SimpleDb.Commands.Domain.DeleteDomainResponse
+ Aws.SimpleDb.Commands.Domain: instance GHC.Show.Show Aws.SimpleDb.Commands.Domain.DomainMetadata
+ Aws.SimpleDb.Commands.Domain: instance GHC.Show.Show Aws.SimpleDb.Commands.Domain.DomainMetadataResponse
+ Aws.SimpleDb.Commands.Domain: instance GHC.Show.Show Aws.SimpleDb.Commands.Domain.ListDomains
+ Aws.SimpleDb.Commands.Domain: instance GHC.Show.Show Aws.SimpleDb.Commands.Domain.ListDomainsResponse
+ Aws.SimpleDb.Commands.Select: [sConsistentRead] :: Select -> Bool
+ Aws.SimpleDb.Commands.Select: [sNextToken] :: Select -> Maybe Text
+ Aws.SimpleDb.Commands.Select: [sSelectExpression] :: Select -> Text
+ Aws.SimpleDb.Commands.Select: [srItems] :: SelectResponse -> [Item [Attribute Text]]
+ Aws.SimpleDb.Commands.Select: [srNextToken] :: SelectResponse -> Maybe Text
+ Aws.SimpleDb.Commands.Select: instance Aws.Core.AsMemoryResponse Aws.SimpleDb.Commands.Select.SelectResponse
+ Aws.SimpleDb.Commands.Select: instance Aws.Core.IteratedTransaction Aws.SimpleDb.Commands.Select.Select Aws.SimpleDb.Commands.Select.SelectResponse
+ Aws.SimpleDb.Commands.Select: instance Aws.Core.ListResponse Aws.SimpleDb.Commands.Select.SelectResponse (Aws.SimpleDb.Core.Item [Aws.SimpleDb.Core.Attribute Data.Text.Internal.Text])
+ Aws.SimpleDb.Commands.Select: instance Aws.Core.ResponseConsumer r Aws.SimpleDb.Commands.Select.SelectResponse
+ Aws.SimpleDb.Commands.Select: instance Aws.Core.SignQuery Aws.SimpleDb.Commands.Select.Select
+ Aws.SimpleDb.Commands.Select: instance Aws.Core.Transaction Aws.SimpleDb.Commands.Select.Select Aws.SimpleDb.Commands.Select.SelectResponse
+ Aws.SimpleDb.Commands.Select: instance GHC.Show.Show Aws.SimpleDb.Commands.Select.Select
+ Aws.SimpleDb.Commands.Select: instance GHC.Show.Show Aws.SimpleDb.Commands.Select.SelectResponse
+ Aws.SimpleDb.Core: [attributeData] :: Attribute a -> a
+ Aws.SimpleDb.Core: [attributeName] :: Attribute a -> Text
+ Aws.SimpleDb.Core: [boxUsage] :: SdbMetadata -> Maybe Text
+ Aws.SimpleDb.Core: [deleteAttributeValue] :: DeleteAttribute -> Text
+ Aws.SimpleDb.Core: [expectedAttributeExists] :: ExpectedAttribute -> Bool
+ Aws.SimpleDb.Core: [expectedAttributeValue] :: ExpectedAttribute -> Text
+ Aws.SimpleDb.Core: [isReplaceAttribute] :: SetAttribute -> Bool
+ Aws.SimpleDb.Core: [itemData] :: Item a -> a
+ Aws.SimpleDb.Core: [itemName] :: Item a -> Text
+ Aws.SimpleDb.Core: [requestId] :: SdbMetadata -> Maybe Text
+ Aws.SimpleDb.Core: [sdbErrorCode] :: SdbError -> ErrorCode
+ Aws.SimpleDb.Core: [sdbErrorMessage] :: SdbError -> String
+ Aws.SimpleDb.Core: [sdbStatusCode] :: SdbError -> Status
+ Aws.SimpleDb.Core: [sdbiHost] :: SdbConfiguration qt -> ByteString
+ Aws.SimpleDb.Core: [sdbiHttpMethod] :: SdbConfiguration qt -> Method
+ Aws.SimpleDb.Core: [sdbiPort] :: SdbConfiguration qt -> Int
+ Aws.SimpleDb.Core: [sdbiProtocol] :: SdbConfiguration qt -> Protocol
+ Aws.SimpleDb.Core: [setAttribute] :: SetAttribute -> Text
+ Aws.SimpleDb.Core: instance Aws.Core.DefaultServiceConfiguration (Aws.SimpleDb.Core.SdbConfiguration Aws.Core.NormalQuery)
+ Aws.SimpleDb.Core: instance Aws.Core.DefaultServiceConfiguration (Aws.SimpleDb.Core.SdbConfiguration Aws.Core.UriOnlyQuery)
+ Aws.SimpleDb.Core: instance Aws.Core.Loggable Aws.SimpleDb.Core.SdbMetadata
+ Aws.SimpleDb.Core: instance GHC.Base.Monoid Aws.SimpleDb.Core.SdbMetadata
+ Aws.SimpleDb.Core: instance GHC.Exception.Exception Aws.SimpleDb.Core.SdbError
+ Aws.SimpleDb.Core: instance GHC.Show.Show (Aws.SimpleDb.Core.SdbConfiguration qt)
+ Aws.SimpleDb.Core: instance GHC.Show.Show Aws.SimpleDb.Core.DeleteAttribute
+ Aws.SimpleDb.Core: instance GHC.Show.Show Aws.SimpleDb.Core.ExpectedAttribute
+ Aws.SimpleDb.Core: instance GHC.Show.Show Aws.SimpleDb.Core.SdbError
+ Aws.SimpleDb.Core: instance GHC.Show.Show Aws.SimpleDb.Core.SdbMetadata
+ Aws.SimpleDb.Core: instance GHC.Show.Show Aws.SimpleDb.Core.SetAttribute
+ Aws.SimpleDb.Core: instance GHC.Show.Show a => GHC.Show.Show (Aws.SimpleDb.Core.Attribute a)
+ Aws.SimpleDb.Core: instance GHC.Show.Show a => GHC.Show.Show (Aws.SimpleDb.Core.Item a)
+ Aws.Sqs.Commands.Message: [cmvQueueName] :: ChangeMessageVisibility -> !QueueName
+ Aws.Sqs.Commands.Message: [cmvReceiptHandle] :: ChangeMessageVisibility -> !ReceiptHandle
+ Aws.Sqs.Commands.Message: [cmvVisibilityTimeout] :: ChangeMessageVisibility -> !Int
+ Aws.Sqs.Commands.Message: [dmQueueName] :: DeleteMessage -> !QueueName
+ Aws.Sqs.Commands.Message: [dmReceiptHandle] :: DeleteMessage -> !ReceiptHandle
+ Aws.Sqs.Commands.Message: [mAttributes] :: Message -> ![(MessageAttribute, Text)]
+ Aws.Sqs.Commands.Message: [mBody] :: Message -> Text
+ Aws.Sqs.Commands.Message: [mMD5OfBody] :: Message -> !Text
+ Aws.Sqs.Commands.Message: [mMD5OfMessageAttributes] :: Message -> !(Maybe Text)
+ Aws.Sqs.Commands.Message: [mMessageId] :: Message -> !Text
+ Aws.Sqs.Commands.Message: [mReceiptHandle] :: Message -> !ReceiptHandle
+ Aws.Sqs.Commands.Message: [mUserMessageAttributes] :: Message -> ![UserMessageAttribute]
+ Aws.Sqs.Commands.Message: [rmAttributes] :: ReceiveMessage -> ![MessageAttribute]
+ Aws.Sqs.Commands.Message: [rmMaxNumberOfMessages] :: ReceiveMessage -> !(Maybe Int)
+ Aws.Sqs.Commands.Message: [rmQueueName] :: ReceiveMessage -> !QueueName
+ Aws.Sqs.Commands.Message: [rmUserMessageAttributes] :: ReceiveMessage -> ![UserMessageAttributeName]
+ Aws.Sqs.Commands.Message: [rmVisibilityTimeout] :: ReceiveMessage -> !(Maybe Int)
+ Aws.Sqs.Commands.Message: [rmWaitTimeSeconds] :: ReceiveMessage -> !(Maybe Int)
+ Aws.Sqs.Commands.Message: [rmrMessages] :: ReceiveMessageResponse -> ![Message]
+ Aws.Sqs.Commands.Message: [smAttributes] :: SendMessage -> ![UserMessageAttribute]
+ Aws.Sqs.Commands.Message: [smDelaySeconds] :: SendMessage -> !(Maybe Int)
+ Aws.Sqs.Commands.Message: [smMessage] :: SendMessage -> !Text
+ Aws.Sqs.Commands.Message: [smQueueName] :: SendMessage -> !QueueName
+ Aws.Sqs.Commands.Message: [smrMD5OfMessageAttributes] :: SendMessageResponse -> !(Maybe Text)
+ Aws.Sqs.Commands.Message: [smrMD5OfMessageBody] :: SendMessageResponse -> !Text
+ Aws.Sqs.Commands.Message: [smrMessageId] :: SendMessageResponse -> !MessageId
+ Aws.Sqs.Commands.Message: instance Aws.Core.AsMemoryResponse Aws.Sqs.Commands.Message.ChangeMessageVisibilityResponse
+ Aws.Sqs.Commands.Message: instance Aws.Core.AsMemoryResponse Aws.Sqs.Commands.Message.DeleteMessageResponse
+ Aws.Sqs.Commands.Message: instance Aws.Core.AsMemoryResponse Aws.Sqs.Commands.Message.ReceiveMessageResponse
+ Aws.Sqs.Commands.Message: instance Aws.Core.AsMemoryResponse Aws.Sqs.Commands.Message.SendMessageResponse
+ Aws.Sqs.Commands.Message: instance Aws.Core.ResponseConsumer r Aws.Sqs.Commands.Message.ChangeMessageVisibilityResponse
+ Aws.Sqs.Commands.Message: instance Aws.Core.ResponseConsumer r Aws.Sqs.Commands.Message.DeleteMessageResponse
+ Aws.Sqs.Commands.Message: instance Aws.Core.ResponseConsumer r Aws.Sqs.Commands.Message.ReceiveMessageResponse
+ Aws.Sqs.Commands.Message: instance Aws.Core.ResponseConsumer r Aws.Sqs.Commands.Message.SendMessageResponse
+ Aws.Sqs.Commands.Message: instance Aws.Core.SignQuery Aws.Sqs.Commands.Message.ChangeMessageVisibility
+ Aws.Sqs.Commands.Message: instance Aws.Core.SignQuery Aws.Sqs.Commands.Message.DeleteMessage
+ Aws.Sqs.Commands.Message: instance Aws.Core.SignQuery Aws.Sqs.Commands.Message.ReceiveMessage
+ Aws.Sqs.Commands.Message: instance Aws.Core.SignQuery Aws.Sqs.Commands.Message.SendMessage
+ Aws.Sqs.Commands.Message: instance Aws.Core.Transaction Aws.Sqs.Commands.Message.ChangeMessageVisibility Aws.Sqs.Commands.Message.ChangeMessageVisibilityResponse
+ Aws.Sqs.Commands.Message: instance Aws.Core.Transaction Aws.Sqs.Commands.Message.DeleteMessage Aws.Sqs.Commands.Message.DeleteMessageResponse
+ Aws.Sqs.Commands.Message: instance Aws.Core.Transaction Aws.Sqs.Commands.Message.ReceiveMessage Aws.Sqs.Commands.Message.ReceiveMessageResponse
+ Aws.Sqs.Commands.Message: instance Aws.Core.Transaction Aws.Sqs.Commands.Message.SendMessage Aws.Sqs.Commands.Message.SendMessageResponse
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Eq Aws.Sqs.Commands.Message.ChangeMessageVisibility
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Eq Aws.Sqs.Commands.Message.ChangeMessageVisibilityResponse
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Eq Aws.Sqs.Commands.Message.DeleteMessage
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Eq Aws.Sqs.Commands.Message.DeleteMessageResponse
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Eq Aws.Sqs.Commands.Message.Message
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Eq Aws.Sqs.Commands.Message.ReceiveMessage
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Eq Aws.Sqs.Commands.Message.ReceiveMessageResponse
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Eq Aws.Sqs.Commands.Message.SendMessage
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Eq Aws.Sqs.Commands.Message.SendMessageResponse
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Eq Aws.Sqs.Commands.Message.UserMessageAttributeValue
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Ord Aws.Sqs.Commands.Message.ChangeMessageVisibility
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Ord Aws.Sqs.Commands.Message.ChangeMessageVisibilityResponse
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Ord Aws.Sqs.Commands.Message.DeleteMessage
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Ord Aws.Sqs.Commands.Message.DeleteMessageResponse
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Ord Aws.Sqs.Commands.Message.Message
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Ord Aws.Sqs.Commands.Message.ReceiveMessage
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Ord Aws.Sqs.Commands.Message.ReceiveMessageResponse
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Ord Aws.Sqs.Commands.Message.SendMessage
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Ord Aws.Sqs.Commands.Message.SendMessageResponse
+ Aws.Sqs.Commands.Message: instance GHC.Classes.Ord Aws.Sqs.Commands.Message.UserMessageAttributeValue
+ Aws.Sqs.Commands.Message: instance GHC.Read.Read Aws.Sqs.Commands.Message.ChangeMessageVisibility
+ Aws.Sqs.Commands.Message: instance GHC.Read.Read Aws.Sqs.Commands.Message.ChangeMessageVisibilityResponse
+ Aws.Sqs.Commands.Message: instance GHC.Read.Read Aws.Sqs.Commands.Message.DeleteMessage
+ Aws.Sqs.Commands.Message: instance GHC.Read.Read Aws.Sqs.Commands.Message.DeleteMessageResponse
+ Aws.Sqs.Commands.Message: instance GHC.Read.Read Aws.Sqs.Commands.Message.Message
+ Aws.Sqs.Commands.Message: instance GHC.Read.Read Aws.Sqs.Commands.Message.ReceiveMessage
+ Aws.Sqs.Commands.Message: instance GHC.Read.Read Aws.Sqs.Commands.Message.ReceiveMessageResponse
+ Aws.Sqs.Commands.Message: instance GHC.Read.Read Aws.Sqs.Commands.Message.SendMessage
+ Aws.Sqs.Commands.Message: instance GHC.Read.Read Aws.Sqs.Commands.Message.SendMessageResponse
+ Aws.Sqs.Commands.Message: instance GHC.Read.Read Aws.Sqs.Commands.Message.UserMessageAttributeValue
+ Aws.Sqs.Commands.Message: instance GHC.Show.Show Aws.Sqs.Commands.Message.ChangeMessageVisibility
+ Aws.Sqs.Commands.Message: instance GHC.Show.Show Aws.Sqs.Commands.Message.ChangeMessageVisibilityResponse
+ Aws.Sqs.Commands.Message: instance GHC.Show.Show Aws.Sqs.Commands.Message.DeleteMessage
+ Aws.Sqs.Commands.Message: instance GHC.Show.Show Aws.Sqs.Commands.Message.DeleteMessageResponse
+ Aws.Sqs.Commands.Message: instance GHC.Show.Show Aws.Sqs.Commands.Message.Message
+ Aws.Sqs.Commands.Message: instance GHC.Show.Show Aws.Sqs.Commands.Message.ReceiveMessage
+ Aws.Sqs.Commands.Message: instance GHC.Show.Show Aws.Sqs.Commands.Message.ReceiveMessageResponse
+ Aws.Sqs.Commands.Message: instance GHC.Show.Show Aws.Sqs.Commands.Message.SendMessage
+ Aws.Sqs.Commands.Message: instance GHC.Show.Show Aws.Sqs.Commands.Message.SendMessageResponse
+ Aws.Sqs.Commands.Message: instance GHC.Show.Show Aws.Sqs.Commands.Message.UserMessageAttributeValue
+ Aws.Sqs.Commands.Permission: [apLabel] :: AddPermission -> Text
+ Aws.Sqs.Commands.Permission: [apPermissions] :: AddPermission -> [(Text, SqsPermission)]
+ Aws.Sqs.Commands.Permission: [apQueueName] :: AddPermission -> QueueName
+ Aws.Sqs.Commands.Permission: [rpLabel] :: RemovePermission -> Text
+ Aws.Sqs.Commands.Permission: [rpQueueName] :: RemovePermission -> QueueName
+ Aws.Sqs.Commands.Permission: instance Aws.Core.AsMemoryResponse Aws.Sqs.Commands.Permission.AddPermissionResponse
+ Aws.Sqs.Commands.Permission: instance Aws.Core.AsMemoryResponse Aws.Sqs.Commands.Permission.RemovePermissionResponse
+ Aws.Sqs.Commands.Permission: instance Aws.Core.ResponseConsumer r Aws.Sqs.Commands.Permission.AddPermissionResponse
+ Aws.Sqs.Commands.Permission: instance Aws.Core.ResponseConsumer r Aws.Sqs.Commands.Permission.RemovePermissionResponse
+ Aws.Sqs.Commands.Permission: instance Aws.Core.SignQuery Aws.Sqs.Commands.Permission.AddPermission
+ Aws.Sqs.Commands.Permission: instance Aws.Core.SignQuery Aws.Sqs.Commands.Permission.RemovePermission
+ Aws.Sqs.Commands.Permission: instance Aws.Core.Transaction Aws.Sqs.Commands.Permission.AddPermission Aws.Sqs.Commands.Permission.AddPermissionResponse
+ Aws.Sqs.Commands.Permission: instance Aws.Core.Transaction Aws.Sqs.Commands.Permission.RemovePermission Aws.Sqs.Commands.Permission.RemovePermissionResponse
+ Aws.Sqs.Commands.Permission: instance GHC.Show.Show Aws.Sqs.Commands.Permission.AddPermission
+ Aws.Sqs.Commands.Permission: instance GHC.Show.Show Aws.Sqs.Commands.Permission.AddPermissionResponse
+ Aws.Sqs.Commands.Permission: instance GHC.Show.Show Aws.Sqs.Commands.Permission.RemovePermission
+ Aws.Sqs.Commands.Permission: instance GHC.Show.Show Aws.Sqs.Commands.Permission.RemovePermissionResponse
+ Aws.Sqs.Commands.Queue: [cqDefaultVisibilityTimeout] :: CreateQueue -> Maybe Int
+ Aws.Sqs.Commands.Queue: [cqQueueName] :: CreateQueue -> Text
+ Aws.Sqs.Commands.Queue: [cqrQueueUrl] :: CreateQueueResponse -> Text
+ Aws.Sqs.Commands.Queue: [dqQueueName] :: DeleteQueue -> QueueName
+ Aws.Sqs.Commands.Queue: [lqQueueNamePrefix] :: ListQueues -> Maybe Text
+ Aws.Sqs.Commands.Queue: [lqrQueueUrls] :: ListQueuesResponse -> [Text]
+ Aws.Sqs.Commands.Queue: instance Aws.Core.AsMemoryResponse Aws.Sqs.Commands.Queue.CreateQueueResponse
+ Aws.Sqs.Commands.Queue: instance Aws.Core.AsMemoryResponse Aws.Sqs.Commands.Queue.DeleteQueueResponse
+ Aws.Sqs.Commands.Queue: instance Aws.Core.AsMemoryResponse Aws.Sqs.Commands.Queue.ListQueuesResponse
+ Aws.Sqs.Commands.Queue: instance Aws.Core.ResponseConsumer r Aws.Sqs.Commands.Queue.CreateQueueResponse
+ Aws.Sqs.Commands.Queue: instance Aws.Core.ResponseConsumer r Aws.Sqs.Commands.Queue.DeleteQueueResponse
+ Aws.Sqs.Commands.Queue: instance Aws.Core.ResponseConsumer r Aws.Sqs.Commands.Queue.ListQueuesResponse
+ Aws.Sqs.Commands.Queue: instance Aws.Core.SignQuery Aws.Sqs.Commands.Queue.CreateQueue
+ Aws.Sqs.Commands.Queue: instance Aws.Core.SignQuery Aws.Sqs.Commands.Queue.DeleteQueue
+ Aws.Sqs.Commands.Queue: instance Aws.Core.SignQuery Aws.Sqs.Commands.Queue.ListQueues
+ Aws.Sqs.Commands.Queue: instance Aws.Core.Transaction Aws.Sqs.Commands.Queue.CreateQueue Aws.Sqs.Commands.Queue.CreateQueueResponse
+ Aws.Sqs.Commands.Queue: instance Aws.Core.Transaction Aws.Sqs.Commands.Queue.DeleteQueue Aws.Sqs.Commands.Queue.DeleteQueueResponse
+ Aws.Sqs.Commands.Queue: instance Aws.Core.Transaction Aws.Sqs.Commands.Queue.ListQueues Aws.Sqs.Commands.Queue.ListQueuesResponse
+ Aws.Sqs.Commands.Queue: instance GHC.Show.Show Aws.Sqs.Commands.Queue.CreateQueue
+ Aws.Sqs.Commands.Queue: instance GHC.Show.Show Aws.Sqs.Commands.Queue.CreateQueueResponse
+ Aws.Sqs.Commands.Queue: instance GHC.Show.Show Aws.Sqs.Commands.Queue.DeleteQueue
+ Aws.Sqs.Commands.Queue: instance GHC.Show.Show Aws.Sqs.Commands.Queue.DeleteQueueResponse
+ Aws.Sqs.Commands.Queue: instance GHC.Show.Show Aws.Sqs.Commands.Queue.ListQueues
+ Aws.Sqs.Commands.Queue: instance GHC.Show.Show Aws.Sqs.Commands.Queue.ListQueuesResponse
+ Aws.Sqs.Commands.QueueAttributes: [gqaAttributes] :: GetQueueAttributes -> [QueueAttribute]
+ Aws.Sqs.Commands.QueueAttributes: [gqaQueueName] :: GetQueueAttributes -> QueueName
+ Aws.Sqs.Commands.QueueAttributes: [gqarAttributes] :: GetQueueAttributesResponse -> [(QueueAttribute, Text)]
+ Aws.Sqs.Commands.QueueAttributes: [sqaAttribute] :: SetQueueAttributes -> QueueAttribute
+ Aws.Sqs.Commands.QueueAttributes: [sqaQueueName] :: SetQueueAttributes -> QueueName
+ Aws.Sqs.Commands.QueueAttributes: [sqaValue] :: SetQueueAttributes -> Text
+ Aws.Sqs.Commands.QueueAttributes: instance Aws.Core.AsMemoryResponse Aws.Sqs.Commands.QueueAttributes.GetQueueAttributesResponse
+ Aws.Sqs.Commands.QueueAttributes: instance Aws.Core.AsMemoryResponse Aws.Sqs.Commands.QueueAttributes.SetQueueAttributesResponse
+ Aws.Sqs.Commands.QueueAttributes: instance Aws.Core.ResponseConsumer r Aws.Sqs.Commands.QueueAttributes.GetQueueAttributesResponse
+ Aws.Sqs.Commands.QueueAttributes: instance Aws.Core.ResponseConsumer r Aws.Sqs.Commands.QueueAttributes.SetQueueAttributesResponse
+ Aws.Sqs.Commands.QueueAttributes: instance Aws.Core.SignQuery Aws.Sqs.Commands.QueueAttributes.GetQueueAttributes
+ Aws.Sqs.Commands.QueueAttributes: instance Aws.Core.SignQuery Aws.Sqs.Commands.QueueAttributes.SetQueueAttributes
+ Aws.Sqs.Commands.QueueAttributes: instance Aws.Core.Transaction Aws.Sqs.Commands.QueueAttributes.GetQueueAttributes Aws.Sqs.Commands.QueueAttributes.GetQueueAttributesResponse
+ Aws.Sqs.Commands.QueueAttributes: instance Aws.Core.Transaction Aws.Sqs.Commands.QueueAttributes.SetQueueAttributes Aws.Sqs.Commands.QueueAttributes.SetQueueAttributesResponse
+ Aws.Sqs.Commands.QueueAttributes: instance GHC.Show.Show Aws.Sqs.Commands.QueueAttributes.GetQueueAttributes
+ Aws.Sqs.Commands.QueueAttributes: instance GHC.Show.Show Aws.Sqs.Commands.QueueAttributes.GetQueueAttributesResponse
+ Aws.Sqs.Commands.QueueAttributes: instance GHC.Show.Show Aws.Sqs.Commands.QueueAttributes.SetQueueAttributes
+ Aws.Sqs.Commands.QueueAttributes: instance GHC.Show.Show Aws.Sqs.Commands.QueueAttributes.SetQueueAttributesResponse
+ Aws.Sqs.Core: [endpointAllowedLocationConstraints] :: Endpoint -> [LocationConstraint]
+ Aws.Sqs.Core: [endpointDefaultLocationConstraint] :: Endpoint -> LocationConstraint
+ Aws.Sqs.Core: [endpointHost] :: Endpoint -> ByteString
+ Aws.Sqs.Core: [qAccountNumber] :: QueueName -> Text
+ Aws.Sqs.Core: [qName] :: QueueName -> Text
+ Aws.Sqs.Core: [sqsDefaultExpiry] :: SqsConfiguration qt -> NominalDiffTime
+ Aws.Sqs.Core: [sqsEndpoint] :: SqsConfiguration qt -> Endpoint
+ Aws.Sqs.Core: [sqsErrorCode] :: SqsError -> ErrorCode
+ Aws.Sqs.Core: [sqsErrorDetail] :: SqsError -> Maybe Text
+ Aws.Sqs.Core: [sqsErrorMessage] :: SqsError -> Text
+ Aws.Sqs.Core: [sqsErrorMetadata] :: SqsError -> Maybe SqsMetadata
+ Aws.Sqs.Core: [sqsErrorType] :: SqsError -> Text
+ Aws.Sqs.Core: [sqsMAmzId2] :: SqsMetadata -> Maybe Text
+ Aws.Sqs.Core: [sqsMRequestId] :: SqsMetadata -> Maybe Text
+ Aws.Sqs.Core: [sqsPort] :: SqsConfiguration qt -> Int
+ Aws.Sqs.Core: [sqsProtocol] :: SqsConfiguration qt -> Protocol
+ Aws.Sqs.Core: [sqsQuery] :: SqsQuery -> Query
+ Aws.Sqs.Core: [sqsQueueName] :: SqsQuery -> Maybe QueueName
+ Aws.Sqs.Core: [sqsStatusCode] :: SqsError -> Status
+ Aws.Sqs.Core: [sqsUseUri] :: SqsConfiguration qt -> Bool
+ Aws.Sqs.Core: [sqsXmlErrorMessage] :: SqsError -> Text
+ Aws.Sqs.Core: [sqsXmlErrorMetadata] :: SqsError -> Maybe SqsMetadata
+ Aws.Sqs.Core: instance Aws.Core.DefaultServiceConfiguration (Aws.Sqs.Core.SqsConfiguration Aws.Core.NormalQuery)
+ Aws.Sqs.Core: instance Aws.Core.DefaultServiceConfiguration (Aws.Sqs.Core.SqsConfiguration Aws.Core.UriOnlyQuery)
+ Aws.Sqs.Core: instance Aws.Core.Loggable Aws.Sqs.Core.SqsMetadata
+ Aws.Sqs.Core: instance GHC.Base.Monoid Aws.Sqs.Core.SqsMetadata
+ Aws.Sqs.Core: instance GHC.Classes.Eq Aws.Sqs.Core.MessageAttribute
+ Aws.Sqs.Core: instance GHC.Classes.Eq Aws.Sqs.Core.MessageId
+ Aws.Sqs.Core: instance GHC.Classes.Eq Aws.Sqs.Core.QueueAttribute
+ Aws.Sqs.Core: instance GHC.Classes.Eq Aws.Sqs.Core.QueueName
+ Aws.Sqs.Core: instance GHC.Classes.Eq Aws.Sqs.Core.ReceiptHandle
+ Aws.Sqs.Core: instance GHC.Classes.Eq Aws.Sqs.Core.SqsPermission
+ Aws.Sqs.Core: instance GHC.Classes.Ord Aws.Sqs.Core.MessageAttribute
+ Aws.Sqs.Core: instance GHC.Classes.Ord Aws.Sqs.Core.MessageId
+ Aws.Sqs.Core: instance GHC.Classes.Ord Aws.Sqs.Core.QueueName
+ Aws.Sqs.Core: instance GHC.Classes.Ord Aws.Sqs.Core.ReceiptHandle
+ Aws.Sqs.Core: instance GHC.Enum.Bounded Aws.Sqs.Core.MessageAttribute
+ Aws.Sqs.Core: instance GHC.Enum.Enum Aws.Sqs.Core.MessageAttribute
+ Aws.Sqs.Core: instance GHC.Enum.Enum Aws.Sqs.Core.QueueAttribute
+ Aws.Sqs.Core: instance GHC.Enum.Enum Aws.Sqs.Core.SqsPermission
+ Aws.Sqs.Core: instance GHC.Exception.Exception Aws.Sqs.Core.SqsError
+ Aws.Sqs.Core: instance GHC.Read.Read Aws.Sqs.Core.MessageAttribute
+ Aws.Sqs.Core: instance GHC.Read.Read Aws.Sqs.Core.MessageId
+ Aws.Sqs.Core: instance GHC.Read.Read Aws.Sqs.Core.QueueName
+ Aws.Sqs.Core: instance GHC.Read.Read Aws.Sqs.Core.ReceiptHandle
+ Aws.Sqs.Core: instance GHC.Show.Show (Aws.Sqs.Core.SqsConfiguration qt)
+ Aws.Sqs.Core: instance GHC.Show.Show Aws.Sqs.Core.Endpoint
+ Aws.Sqs.Core: instance GHC.Show.Show Aws.Sqs.Core.MessageAttribute
+ Aws.Sqs.Core: instance GHC.Show.Show Aws.Sqs.Core.MessageId
+ Aws.Sqs.Core: instance GHC.Show.Show Aws.Sqs.Core.QueueAttribute
+ Aws.Sqs.Core: instance GHC.Show.Show Aws.Sqs.Core.QueueName
+ Aws.Sqs.Core: instance GHC.Show.Show Aws.Sqs.Core.ReceiptHandle
+ Aws.Sqs.Core: instance GHC.Show.Show Aws.Sqs.Core.SqsAuthorization
+ Aws.Sqs.Core: instance GHC.Show.Show Aws.Sqs.Core.SqsError
+ Aws.Sqs.Core: instance GHC.Show.Show Aws.Sqs.Core.SqsMetadata
+ Aws.Sqs.Core: instance GHC.Show.Show Aws.Sqs.Core.SqsPermission
- Aws: aws :: Transaction r a => Configuration -> ServiceConfiguration r NormalQuery -> Manager -> r -> ResourceT IO (Response (ResponseMetadata a) a)
+ Aws: aws :: (Transaction r a) => Configuration -> ServiceConfiguration r NormalQuery -> Manager -> r -> ResourceT IO (Response (ResponseMetadata a) a)
- Aws: awsIteratedSource :: IteratedTransaction r a => Configuration -> ServiceConfiguration r NormalQuery -> Manager -> r -> Producer (ResourceT IO) (Response (ResponseMetadata a) a)
+ Aws: awsIteratedSource :: (IteratedTransaction r a) => Configuration -> ServiceConfiguration r NormalQuery -> Manager -> r -> Producer (ResourceT IO) (Response (ResponseMetadata a) a)
- Aws: awsRef :: Transaction r a => Configuration -> ServiceConfiguration r NormalQuery -> Manager -> IORef (ResponseMetadata a) -> r -> ResourceT IO a
+ Aws: awsRef :: (Transaction r a) => Configuration -> ServiceConfiguration r NormalQuery -> Manager -> IORef (ResponseMetadata a) -> r -> ResourceT IO a
- Aws: pureAws :: Transaction r a => Configuration -> ServiceConfiguration r NormalQuery -> Manager -> r -> ResourceT IO a
+ Aws: pureAws :: (Transaction r a) => Configuration -> ServiceConfiguration r NormalQuery -> Manager -> r -> ResourceT IO a
- Aws.Aws: aws :: Transaction r a => Configuration -> ServiceConfiguration r NormalQuery -> Manager -> r -> ResourceT IO (Response (ResponseMetadata a) a)
+ Aws.Aws: aws :: (Transaction r a) => Configuration -> ServiceConfiguration r NormalQuery -> Manager -> r -> ResourceT IO (Response (ResponseMetadata a) a)
- Aws.Aws: awsIteratedSource :: IteratedTransaction r a => Configuration -> ServiceConfiguration r NormalQuery -> Manager -> r -> Producer (ResourceT IO) (Response (ResponseMetadata a) a)
+ Aws.Aws: awsIteratedSource :: (IteratedTransaction r a) => Configuration -> ServiceConfiguration r NormalQuery -> Manager -> r -> Producer (ResourceT IO) (Response (ResponseMetadata a) a)
- Aws.Aws: awsRef :: Transaction r a => Configuration -> ServiceConfiguration r NormalQuery -> Manager -> IORef (ResponseMetadata a) -> r -> ResourceT IO a
+ Aws.Aws: awsRef :: (Transaction r a) => Configuration -> ServiceConfiguration r NormalQuery -> Manager -> IORef (ResponseMetadata a) -> r -> ResourceT IO a
- Aws.Aws: pureAws :: Transaction r a => Configuration -> ServiceConfiguration r NormalQuery -> Manager -> r -> ResourceT IO a
+ Aws.Aws: pureAws :: (Transaction r a) => Configuration -> ServiceConfiguration r NormalQuery -> Manager -> r -> ResourceT IO a
- Aws.Core: xmlCursorConsumer :: Monoid m => (Cursor -> Response m a) -> IORef m -> HTTPResponseConsumer a
+ Aws.Core: xmlCursorConsumer :: (Monoid m) => (Cursor -> Response m a) -> IORef m -> HTTPResponseConsumer a
- Aws.DynamoDb.Commands.Scan: Scan :: Text -> Conditions -> Maybe [Attribute] -> Maybe Int -> QuerySelect -> ReturnConsumption -> Int -> Int -> Scan
+ Aws.DynamoDb.Commands.Scan: Scan :: Text -> Bool -> Conditions -> Maybe [Attribute] -> Maybe Int -> Maybe Text -> QuerySelect -> ReturnConsumption -> Int -> Int -> Scan
- Aws.DynamoDb.Core: querySelectJson :: QuerySelect -> [Pair]
+ Aws.DynamoDb.Core: querySelectJson :: KeyValue t => QuerySelect -> [t]
- Aws.S3.Commands.Multipart: chunkedConduit :: MonadResource m => Integer -> Conduit ByteString m ByteString
+ Aws.S3.Commands.Multipart: chunkedConduit :: (MonadResource m) => Integer -> Conduit ByteString m ByteString
- Aws.S3.Commands.PutBucket: PutBucket :: Bucket -> Maybe CannedAcl -> LocationConstraint -> PutBucket
+ Aws.S3.Commands.PutBucket: PutBucket :: Bucket -> Maybe CannedAcl -> LocationConstraint -> Maybe StorageClass -> PutBucket
- Aws.S3.Core: parseStorageClass :: MonadThrow m => Text -> m StorageClass
+ Aws.S3.Core: parseStorageClass :: Text -> StorageClass

Files

Aws/DynamoDb/Commands/Scan.hs view
@@ -36,20 +36,24 @@  -- | A Scan command that uses primary keys for an expedient scan. data Scan = Scan {-      sTableName     :: T.Text+      sTableName      :: T.Text     -- ^ Required.-    , sFilter        :: Conditions+    , sConsistentRead :: Bool+    -- ^ Whether to require a consistent read+    , sFilter         :: Conditions     -- ^ Whether to filter results before returning to client-    , sStartKey      :: Maybe [Attribute]+    , sStartKey       :: Maybe [Attribute]     -- ^ Exclusive start key to resume a previous query.-    , sLimit         :: Maybe Int+    , sLimit          :: Maybe Int     -- ^ Whether to limit result set size-    , sSelect        :: QuerySelect+    , sIndex          :: Maybe T.Text+    -- ^ Optional. Index to 'Scan'+    , sSelect         :: QuerySelect     -- ^ What to return from 'Scan'-    , sRetCons       :: ReturnConsumption-    , sSegment       :: Int+    , sRetCons        :: ReturnConsumption+    , sSegment        :: Int     -- ^ Segment number, starting at 0, for parallel queries.-    , sTotalSegments :: Int+    , sTotalSegments  :: Int     -- ^ Total number of parallel segments. 1 means sequential scan.     } deriving (Eq,Show,Read,Ord,Typeable) @@ -57,7 +61,7 @@ -- | Construct a minimal 'Scan' request. scan :: T.Text                   -- ^ Table name      -> Scan-scan tn = Scan tn def Nothing Nothing def def 0 1+scan tn = Scan tn False def Nothing Nothing Nothing def def 0 1   -- | Response to a 'Scan' query.@@ -76,6 +80,7 @@       catMaybes         [ (("ExclusiveStartKey" .= ) . attributesJson) <$> sStartKey         , ("Limit" .= ) <$> sLimit+        , ("IndexName" .= ) <$> sIndex         ] ++       conditionsJson "ScanFilter" sFilter ++       querySelectJson sSelect ++@@ -83,6 +88,7 @@       , "ReturnConsumedCapacity" .= sRetCons       , "Segment" .= sSegment       , "TotalSegments" .= sTotalSegments+      , "ConsistentRead" .= sConsistentRead       ]  
Aws/DynamoDb/Commands/UpdateItem.hs view
@@ -79,7 +79,10 @@ instance ToJSON AttributeUpdates where     toJSON = object . map mk         where-          mk AttributeUpdate{..} = (attrName auAttr) .= object+          mk AttributeUpdate { auAction = UDelete, auAttr = auAttr } =+            (attrName auAttr) .= object+            ["Action" .= UDelete]+          mk AttributeUpdate { .. } = (attrName auAttr) .= object             ["Value" .= (attrVal auAttr), "Action" .= auAction]  
Aws/DynamoDb/Core.hs view
@@ -31,6 +31,7 @@     , ddbUsWest1     , ddbUsWest2     , ddbEuWest1+    , ddbEuCentral1     , ddbApNe1     , ddbApSe1     , ddbApSe2@@ -44,6 +45,7 @@     , DynVal(..)     , toValue, fromValue     , Bin (..)+    , OldBool(..)      -- * Defining new 'DynVal' instances     , DynData(..)@@ -150,6 +152,7 @@ import qualified Data.Text.Encoding           as T import           Data.Time import           Data.Typeable+import qualified Data.Vector                  as V import           Data.Word import qualified Network.HTTP.Conduit         as HTTP import qualified Network.HTTP.Types           as HTTP@@ -158,6 +161,11 @@ import           Aws.Core ------------------------------------------------------------------------------- +-------------------------------------------------------------------------------+-- | Boolean values stored in DynamoDb. Only used in defining new+-- 'DynVal' instances.+newtype DynBool = DynBool { unDynBool :: Bool }+    deriving (Eq,Show,Read,Ord,Typeable)   -------------------------------------------------------------------------------@@ -195,6 +203,22 @@     fromData :: a -> DValue     toData :: DValue -> Maybe a +instance DynData DynBool where+    fromData (DynBool i) = DBool i+    toData (DBool i) = Just $ DynBool i+    toData (DNum i) = DynBool `fmap` do+        (i' :: Int) <- toIntegral i+        case i' of+          0 -> return False+          1 -> return True+          _ -> Nothing+    toData _ = Nothing++instance DynData (S.Set DynBool) where+    fromData set = DBoolSet (S.map unDynBool set)+    toData (DBoolSet i) = Just $ S.map DynBool i+    toData _ = Nothing+ instance DynData DynNumber where     fromData (DynNumber i) = DNum i     toData (DNum i) = Just $ DynNumber i@@ -273,6 +297,10 @@     fromRep = Just     toRep   = id +instance DynVal Bool where+    type DynRep Bool = DynBool+    fromRep (DynBool i) = Just i+    toRep i = DynBool i  instance DynVal Int where     type DynRep Int = DynNumber@@ -400,19 +428,7 @@       diff = fromRational ((toRational secs) / pico)  --- | Encoded as 0 and 1.-instance DynVal Bool where-    type DynRep Bool = DynNumber-    fromRep (DynNumber i) = do-        (i' :: Int) <- toIntegral i-        case i' of-          0 -> return False-          1 -> return True-          _ -> Nothing-    toRep b = DynNumber (if b then 1 else 0) -- -- | Type wrapper for binary data to be written to DynamoDB. Wrap any -- 'Serialize' instance in there and 'DynVal' will know how to -- automatically handle conversions in binary form.@@ -426,8 +442,19 @@     fromRep (DynBinary i) = either (const Nothing) (Just . Bin) $                             Ser.decode i +newtype OldBool = OldBool Bool +instance DynVal OldBool where+    type DynRep OldBool = DynNumber+    fromRep (DynNumber i) = OldBool `fmap` do+        (i' :: Int) <- toIntegral i+        case i' of+          0 -> return False+          1 -> return True+          _ -> Nothing+    toRep (OldBool b) = DynNumber (if b then 1 else 0) + ------------------------------------------------------------------------------- -- | Encode a Haskell value. toValue :: DynVal a  => a -> DValue@@ -448,7 +475,8 @@ -- | Value types natively recognized by DynamoDb. We pretty much -- exactly reflect the AWS API onto Haskell types. data DValue-    = DNum Scientific+    = DNull+    | DNum Scientific     | DString T.Text     | DBinary B.ByteString     -- ^ Binary data will automatically be base64 marshalled.@@ -456,6 +484,11 @@     | DStringSet (S.Set T.Text)     | DBinSet (S.Set B.ByteString)     -- ^ Binary data will automatically be base64 marshalled.+    | DBool Bool+    | DBoolSet (S.Set Bool)+    -- ^ Composite data+    | DList (V.Vector DValue)+    | DMap (M.Map T.Text DValue)     deriving (Eq,Show,Read,Ord,Typeable)  @@ -560,12 +593,16 @@   instance ToJSON DValue where+    toJSON DNull = object ["NULL" .= True]     toJSON (DNum i) = object ["N" .= showT i]     toJSON (DString i) = object ["S" .= i]     toJSON (DBinary i) = object ["B" .= (T.decodeUtf8 $ Base64.encode i)]     toJSON (DNumSet i) = object ["NS" .= map showT (S.toList i)]     toJSON (DStringSet i) = object ["SS" .= S.toList i]     toJSON (DBinSet i) = object ["BS" .= map (T.decodeUtf8 . Base64.encode) (S.toList i)]+    toJSON (DBool i) = object ["BOOL" .= i]+    toJSON (DList i) = object ["L" .= i]+    toJSON (DMap i) = object ["M" .= i]     toJSON x = error $ "aws: bug: DynamoDB can't handle " ++ show x  @@ -573,6 +610,7 @@     parseJSON o = do       (obj :: [(T.Text, Value)]) <- M.toList `liftM` parseJSON o       case obj of+        [("NULL", _)] -> return DNull         [("N", numStr)] -> DNum <$> parseScientific numStr         [("S", str)] -> DString <$> parseJSON str         [("B", bin)] -> do@@ -585,6 +623,9 @@             xs <- mapM (either fail return . Base64.decode . T.encodeUtf8)                   =<< parseJSON s             return $ DBinSet $ S.fromList xs+        [("BOOL", b)] -> DBool <$> parseJSON b+        [("L", attrs)] -> DList <$> parseJSON attrs+        [("M", attrs)] -> DMap <$> parseJSON attrs          x -> fail $ "aws: unknown dynamodb value: " ++ show x @@ -740,8 +781,11 @@ ddbUsWest2 = Region "dynamodb.us-west-2.amazonaws.com" "us-west-2"  ddbEuWest1 :: Region-ddbEuWest1 = Region "dynamodb.eu-west-1.amazonaws.com" "us-west-1"+ddbEuWest1 = Region "dynamodb.eu-west-1.amazonaws.com" "eu-west-1" +ddbEuCentral1 :: Region+ddbEuCentral1 = Region "dynamodb.eu-central-1.amazonaws.com" "eu-central-1"+ ddbApNe1 :: Region ddbApNe1 = Region "dynamodb.ap-northeast-1.amazonaws.com" "ap-northeast-1" @@ -1112,12 +1156,17 @@     dynSize :: a -> Int  instance DynSize DValue where+    dynSize DNull = 8+    dynSize (DBool _) = 8+    dynSize (DBoolSet s) = sum $ map (dynSize . DBool) $ S.toList s     dynSize (DNum _) = 8     dynSize (DString a) = T.length a     dynSize (DBinary bs) = T.length . T.decodeUtf8 $ Base64.encode bs     dynSize (DNumSet s) = 8 * S.size s     dynSize (DStringSet s) = sum $ map (dynSize . DString) $ S.toList s     dynSize (DBinSet s) = sum $ map (dynSize . DBinary) $ S.toList s+    dynSize (DList s) = sum $ map dynSize $ V.toList s+    dynSize (DMap s) = sum $ map dynSize $ M.elems s  instance DynSize Attribute where     dynSize (Attribute k v) = T.length k + dynSize v@@ -1305,9 +1354,3 @@ -- instance. fromItem :: FromDynItem a => Item -> Either String a fromItem i = runParser (parseItem i) Left Right------
Aws/Iam/Commands.hs view
@@ -7,6 +7,7 @@     , module Aws.Iam.Commands.GetUser     , module Aws.Iam.Commands.GetUserPolicy     , module Aws.Iam.Commands.ListAccessKeys+    , module Aws.Iam.Commands.ListMfaDevices     , module Aws.Iam.Commands.ListUserPolicies     , module Aws.Iam.Commands.ListUsers     , module Aws.Iam.Commands.PutUserPolicy@@ -22,6 +23,7 @@ import           Aws.Iam.Commands.GetUser import           Aws.Iam.Commands.GetUserPolicy import           Aws.Iam.Commands.ListAccessKeys+import           Aws.Iam.Commands.ListMfaDevices import           Aws.Iam.Commands.ListUserPolicies import           Aws.Iam.Commands.ListUsers import           Aws.Iam.Commands.PutUserPolicy
+ Aws/Iam/Commands/ListMfaDevices.hs view
@@ -0,0 +1,80 @@+{-# LANGUAGE MultiParamTypeClasses #-}+{-# LANGUAGE TypeFamilies          #-}+{-# LANGUAGE RecordWildCards       #-}+module Aws.Iam.Commands.ListMfaDevices+       ( ListMfaDevices(..)+       , ListMfaDevicesResponse(..)+       ) where++import Aws.Core+import Aws.Iam.Core+import Aws.Iam.Internal+import Control.Applicative+import Data.Text (Text)+import Data.Typeable+import Text.XML.Cursor (laxElement, ($//), (&|))+-- | Lists the MFA devices. If the request includes the user name,+-- then this action lists all the MFA devices associated with the+-- specified user name. If you do not specify a user name, IAM+-- determines the user name implicitly based on the AWS access key ID+-- signing the request.+--+-- <https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListMFADevices.html>++data ListMfaDevices = ListMfaDevices+                      { lmfaUserName :: Maybe Text+                        -- ^ The name of the user whose MFA devices+                        -- you want to list.  If you do not specify a+                        -- user name, IAM determines the user name+                        -- implicitly based on the AWS access key ID+                        -- signing the request+                      , lmfaMarker   :: Maybe Text+                        -- ^ Used for paginating requests. Marks the+                        -- position of the last request.+                      , lmfaMaxItems :: Maybe Integer+                        -- ^ Used for paginating requests. Specifies+                        -- the maximum number of items to return in+                        -- the response. Defaults to 100.+                      } deriving (Eq, Ord, Show, Typeable)++instance SignQuery ListMfaDevices where+  type ServiceConfiguration ListMfaDevices = IamConfiguration+  signQuery ListMfaDevices{..} = iamAction' "ListMFADevices"+                                 ([ ("UserName",) <$> lmfaUserName ]+                                 <> markedIter lmfaMarker lmfaMaxItems)++data ListMfaDevicesResponse = ListMfaDevicesResponse+                              { lmfarMfaDevices :: [MfaDevice]+                                -- ^ List of 'MFA Device's.+                              , lmfarIsTruncated :: Bool+                                -- ^ @True@ if the request was+                                -- truncated because of too many+                                -- items.+                              , lmfarMarker :: Maybe Text+                                -- ^ Marks the position at which the+                                -- request was truncated. This value+                                -- must be passed with the next+                                -- request to continue listing from+                                -- the last position.+                              } deriving (Eq, Ord, Show, Typeable)++instance ResponseConsumer ListMfaDevices ListMfaDevicesResponse where+  type ResponseMetadata ListMfaDevicesResponse = IamMetadata+  responseConsumer _req =+    iamResponseConsumer $ \ cursor -> do+      (lmfarIsTruncated, lmfarMarker) <- markedIterResponse cursor+      lmfarMfaDevices <-+        sequence $ cursor $// laxElement "member" &| parseMfaDevice+      return ListMfaDevicesResponse{..}++instance Transaction ListMfaDevices ListMfaDevicesResponse++instance IteratedTransaction ListMfaDevices ListMfaDevicesResponse where+    nextIteratedRequest request response+        = case lmfarMarker response of+            Nothing     -> Nothing+            Just marker -> Just $ request { lmfaMarker = Just marker }++instance AsMemoryResponse ListMfaDevicesResponse where+    type MemoryResponse ListMfaDevicesResponse = ListMfaDevicesResponse+    loadToMemory = return
Aws/Iam/Core.hs view
@@ -14,6 +14,8 @@     , AccessKeyStatus(..)     , User(..)     , parseUser+    , MfaDevice(..)+    , parseMfaDevice     ) where  import           Aws.Core@@ -200,3 +202,30 @@  data AccessKeyStatus = AccessKeyActive | AccessKeyInactive     deriving (Eq, Ord, Show, Typeable)++-- | The IAM @MFADevice@ data type.+--+-- <https://docs.aws.amazon.com/IAM/latest/APIReference/API_MFADevice.html>+data MfaDevice = MfaDevice+                 { mfaEnableDate   :: UTCTime+                   -- ^ The date when the MFA device was enabled for+                   -- the user.+                 , mfaSerialNumber :: Text+                   -- ^ The serial number that uniquely identifies the+                   -- MFA device. For virtual MFA devices, the serial+                   -- number is the device ARN.+                 , mfaUserName     :: Text+                   -- ^ The user with whom the MFA device is+                   -- associated. Minimum length of 1. Maximum length+                   -- of 64.+                 } deriving (Eq, Ord, Show, Typeable)++-- | Parses the IAM @MFADevice@ data type.+parseMfaDevice :: MonadThrow m => Cu.Cursor -> m MfaDevice+parseMfaDevice cursor = do+  mfaEnableDate   <- attr "EnableDate" >>= parseDateTime . Text.unpack+  mfaSerialNumber <- attr "SerialNumber"+  mfaUserName     <- attr "UserName"+  return MfaDevice{..}+ where attr name = force ("Missing " ++ Text.unpack name) $+               cursor $// elContent name
Aws/S3/Commands/Multipart.hs view
@@ -12,7 +12,6 @@ import           Data.Conduit import qualified Data.Conduit.List     as CL import           Data.Maybe-import           Data.Monoid import           Text.XML.Cursor       (($/)) import qualified Data.ByteString.Char8 as B8 import qualified Data.ByteString.Lazy  as BL@@ -385,26 +384,22 @@         Nothing -> return ()  chunkedConduit :: (MonadResource m) => Integer -> Conduit B8.ByteString m BL.ByteString-chunkedConduit size = do-  loop 0 ""+chunkedConduit size = loop 0 []   where-    loop :: MonadResource m => Int -> BL.ByteString -> Conduit B8.ByteString m BL.ByteString-    loop cnt str = do-      line' <- await-      case line' of -        Nothing -> do-          yield str-          return ()-        Just line -> do-          let len = B8.length line+cnt-          let newStr = str <> BL.fromStrict line-          if len >= (fromIntegral size)-            then do-            yield newStr-            loop 0 ""-            else-            loop len newStr+    loop :: Monad m => Integer -> [B8.ByteString] -> Conduit B8.ByteString m BL.ByteString+    loop cnt str = await >>= maybe (yieldChunk str) go+      where+        go :: Monad m => B8.ByteString -> Conduit B8.ByteString m BL.ByteString+        go line+          | size <= len = yieldChunk newStr >> loop 0 []+          | otherwise   = loop len newStr+          where+            len = fromIntegral (B8.length line) + cnt+            newStr = line:str +    yieldChunk :: Monad m => [B8.ByteString] -> Conduit i m BL.ByteString+    yieldChunk = yield . BL.fromChunks . reverse+ multipartUpload ::   Configuration   -> S3Configuration NormalQuery@@ -422,6 +417,16 @@            $$ CL.consume   liftIO $ sendEtag cfg s3cfg mgr bucket object uploadId etags +multipartUploadSink :: MonadResource m+  => Configuration+  -> S3Configuration NormalQuery+  -> HTTP.Manager+  -> T.Text    -- ^ Bucket name+  -> T.Text    -- ^ Object name+  -> Integer   -- ^ chunkSize (minimum: 5MB)+  -> Sink B8.ByteString m ()+multipartUploadSink cfg s3cfg = multipartUploadSinkWithInitiator cfg s3cfg postInitiateMultipartUpload+ multipartUploadWithInitiator ::   Configuration   -> S3Configuration NormalQuery@@ -438,4 +443,20 @@            $= chunkedConduit chunkSize            $= putConduit cfg s3cfg mgr bucket object uploadId            $$ CL.consume+  liftIO $ sendEtag cfg s3cfg mgr bucket object uploadId etags++multipartUploadSinkWithInitiator :: MonadResource m+  => Configuration+  -> S3Configuration NormalQuery+  -> (Bucket -> T.Text -> InitiateMultipartUpload) -- ^ Initiator+  -> HTTP.Manager+  -> T.Text    -- ^ Bucket name+  -> T.Text    -- ^ Object name+  -> Integer   -- ^ chunkSize (minimum: 5MB)+  -> Sink B8.ByteString m ()+multipartUploadSinkWithInitiator cfg s3cfg initiator mgr bucket object chunkSize = do+  uploadId <- liftIO $ imurUploadId <$> memoryAws cfg s3cfg mgr (initiator bucket object)+  etags <- chunkedConduit chunkSize+           $= putConduit cfg s3cfg mgr bucket object uploadId+           $= CL.consume   liftIO $ sendEtag cfg s3cfg mgr bucket object uploadId etags
Aws/S3/Commands/PutBucket.hs view
@@ -3,6 +3,7 @@ import           Aws.Core import           Aws.S3.Core import           Control.Monad+import           Data.Maybe import qualified Data.Map             as M import qualified Data.Text            as T import qualified Data.Text.Encoding   as T@@ -14,9 +15,13 @@         pbBucket :: Bucket       , pbCannedAcl :: Maybe CannedAcl       , pbLocationConstraint :: LocationConstraint+      , pbXStorageClass :: Maybe StorageClass -- ^ Google Cloud Storage S3 nonstandard extension       }     deriving (Show) +putBucket :: Bucket -> PutBucket+putBucket bucket = PutBucket bucket Nothing locationUsClassic Nothing+ data PutBucketResponse     = PutBucketResponse     deriving (Show)@@ -38,7 +43,7 @@                                                                  Just acl -> [("x-amz-acl", T.encodeUtf8 $ writeCannedAcl acl)]                                            , s3QOtherHeaders = []                                            , s3QRequestBody-                                               = guard (not . T.null $ pbLocationConstraint) >>+                                               = guard (not (null elts)) >>                                                  (Just . HTTP.RequestBodyLBS . XML.renderLBS XML.def)                                                  XML.Document {                                                           XML.documentPrologue = XML.Prologue [] Nothing []@@ -49,14 +54,22 @@         where root = XML.Element {                                XML.elementName = "{http://s3.amazonaws.com/doc/2006-03-01/}CreateBucketConfiguration"                              , XML.elementAttributes = M.empty-                             , XML.elementNodes = [-                                                   XML.NodeElement (XML.Element {-                                                                             XML.elementName = "{http://s3.amazonaws.com/doc/2006-03-01/}LocationConstraint"-                                                                           , XML.elementAttributes = M.empty-                                                                           , XML.elementNodes = [XML.NodeContent pbLocationConstraint]-                                                                           })-                                                  ]+                             , XML.elementNodes = elts                              }+              elts = catMaybes+                             [ if T.null pbLocationConstraint then Nothing else Just (locationconstraint pbLocationConstraint)+                             , fmap storageclass pbXStorageClass+                             ]+              locationconstraint c = XML.NodeElement (XML.Element {+                               XML.elementName = "{http://s3.amazonaws.com/doc/2006-03-01/}LocationConstraint"+                             , XML.elementAttributes = M.empty+                             , XML.elementNodes = [XML.NodeContent c]+                             })+              storageclass c = XML.NodeElement (XML.Element {+                               XML.elementName = "StorageClass"+                             , XML.elementAttributes = M.empty+                             , XML.elementNodes = [XML.NodeContent (writeStorageClass c)]+                             })  instance ResponseConsumer r PutBucketResponse where     type ResponseMetadata PutBucketResponse = S3Metadata
Aws/S3/Core.hs view
@@ -326,20 +326,25 @@  data StorageClass     = Standard+    | StandardInfrequentAccess     | ReducedRedundancy     | Glacier+    | OtherStorageClass T.Text     deriving (Show) -parseStorageClass :: MonadThrow m => T.Text -> m StorageClass-parseStorageClass "STANDARD"           = return Standard-parseStorageClass "REDUCED_REDUNDANCY" = return ReducedRedundancy-parseStorageClass "GLACIER"            = return Glacier-parseStorageClass s = throwM . XmlException $ "Invalid Storage Class: " ++ T.unpack s+parseStorageClass :: T.Text -> StorageClass+parseStorageClass "STANDARD"           = Standard+parseStorageClass "STANDARD_IA"        = StandardInfrequentAccess+parseStorageClass "REDUCED_REDUNDANCY" = ReducedRedundancy+parseStorageClass "GLACIER"            = Glacier+parseStorageClass s                    = OtherStorageClass s  writeStorageClass :: StorageClass -> T.Text-writeStorageClass Standard          = "STANDARD"-writeStorageClass ReducedRedundancy = "REDUCED_REDUNDANCY"-writeStorageClass Glacier           = "GLACIER"+writeStorageClass Standard                 = "STANDARD"+writeStorageClass StandardInfrequentAccess = "STANDARD_IA"+writeStorageClass ReducedRedundancy        = "REDUCED_REDUNDANCY"+writeStorageClass Glacier                  = "GLACIER"+writeStorageClass (OtherStorageClass s) = s  data ServerSideEncryption     = AES256@@ -392,7 +397,7 @@          lastModified <- forceM "Missing object LastModified" $ el $/ elContent "LastModified" &| time          eTag <- force "Missing object ETag" $ el $/ elContent "ETag"          size <- forceM "Missing object Size" $ el $/ elContent "Size" &| textReadInt-         storageClass <- forceM "Missing object StorageClass" $ el $/ elContent "StorageClass" &| parseStorageClass+         storageClass <- forceM "Missing object StorageClass" $ el $/ elContent "StorageClass" &| return . parseStorageClass          owner <- case el $/ Cu.laxElement "Owner" &| parseUserInfo of                     (x:_) -> fmap' Just x                     [] -> return Nothing
+ CHANGELOG view
@@ -0,0 +1,233 @@++** 0.13 series++NOTE: 0.13 brings breaking changes compared to 0.12.1!++- 0.13+  - DDB: Add support for scanning an index+  - DDB: Allow deleting an attribute on update+  - DDB: !BREAKING! Add support for native boolean values via "Bool". Can read old values,+         and there's a compatibility wrapper OldBool that behaves exactly the same way it+         used to.+  - DDB: Add support for Null, L (list) and M (map) data types.+  - DDB: Support consistent reads in Scan requests+  - IAM: Add list-mfa-devices command+  - S3: Extend StorageClass to support arbitrary classes, and StandardInfrequentAccess+  - S3: Add a Sink interface for multipart uploading+  - S3: Performance improvement for chunkedConduit+  - S3: Partial support for Google Nearline++** 0.12 series++- 0.12.1+  - DDB: Fix eu-west-1, add eu-central-1+  - attoparsec 0.13+  - xml-conduit 1.3++- 0.12+  - S3: Support for "Expect: 100-continue" (optional, technically API breaking)+  - S3: Properly treat errors with a "301 Permanent Redirect" as errors and expose endpoint information++** 0.11 series++- 0.11.4+  - Url-encode S3 object names in URLs+  - filepath 1.4+  - tagged 0.8.x+  - limit errors to <2 to avoid compatibility problems++- 0.11.3+  - Support for blaze-builder 0.4+  - Support for utf8-string 1.0+  - New function: multipartUploadWithInitiator+  - Fix issue in DynamoDB error parsing+  - Ord instance for Aws.Core.Method++- 0.11.2+  - Support for time 1.5 (we previously forgot to relax the upper bound in Cabal)++- 0.11.1+  - Support time 1.5+  - Fix duplicate sending of query when using PostQuery++- 0.11+  - New functions for running AWS transactions+  - Performance optimizations for DynamoDB and S3 MultiPartUpload+  - New DynamoDB commands & features+  - S3 endpoint eu-central-1++** 0.10 series++- 0.10.5+  - support for conduit 1.2++- 0.10.4+  - S3: support for multi-part uploads+  - DynamoDB: fixes for JSON serialization+      WARNING: This includes making some fields in TableDescription Maybe fields, which is breaking. But DynamoDB support was+               and is also marked as EXPERIMENTAL.+  - DynamoDB: TCP connection reuse where possible (improving performance)+  - DynamoDB: Added test suite+  - SES: support for additional regions++- 0.10.3+  - fix bug introduced in 0.10.2 that broke SQS and IAM connections without STS++- 0.10.2+  - support STS / IAM temporary credentials in all services++- 0.10+  - [EXPERIMENTAL!] DynamoDB: support for creating/updating/querying and scanning items+  - SQS: complete overhaul to support 2012-11-05 features+  - SQS: test suite+  - S3: use Maybe for 404 HEAD requests on objects instead of throwing a misleading exception+  - S3: support of poAutoMakeBucket for Internet Archive users+  - S3: implement GetBucketLocation+  - S3: add South American region+  - S3: allow specifying the Content-Type when copying objects+  - core: fix typo in NoCredentialsException accessor++** 0.9 series++- 0.9.4+  - allow conduit 1.2++- 0.9.3+  - fix performance regression for loadCredentialsDefault+  - add generic makeCredentials function+  - add S3 DeleteBucket operation+  - add S3 NukeBucket example+  - SES: use security token if enabled (should allow using it with IAM roles on EC2 instances)++- 0.9.2+  - Support for credentials from EC2 instance metadata (only S3 for now)+  - aeson 0.8 compatibility++- 0.9.1+  - Support for multi-page S3 GetBucket requests+  - S3 GLACIER support+  - Applicative instance for Response to conform to the Applicative-Monad Proposal+  - Compatibility with transformers 0.4++- 0.9+  - Interface changes:+    - attempt and failure were deprecated, remove+    - switch to new cryptohash interface+  - updated version bounds of conduit and xml-conduit++** 0.8 series++- 0.8.6+  - move Instance metadata functions out of ResourceT to remove problem with exceptions-0.5+    (this makes a fresh install of aws on a clean system possible again)++- 0.8.5+  - compatibility with case-insensitive 1.2+  - support for V4 signatures+  - experimental support for DynamoDB++- 0.8.4+  - compatibility with http-conduit 2.0++- 0.8.3+  - compatibility with cryptohash 0.11+  - experimental IAM support++- 0.8.2+  - compatibility with cereal 0.4.x++- 0.8.1+  - compatibility with case-insensitive 1.1++- 0.8.0+  - S3, SQS: support for US-West2 (#58)+  - S3: GetObject now has support for Content-Range (#22, #50)+  - S3: GetBucket now supports the "IsTruncated" flag (#39)+  - S3: PutObject now supports web page redirects (#46)+  - S3: support for (multi-object) DeleteObjects (#47, #56)+  - S3: HeadObject now uses an actual HEAD request (#53)+  - S3: fixed signing issues for GetObject call (#54)+  - SES: support for many more operations (#65, #66, #70, #71, #72, #74)+  - SES: SendRawEmail now correctly encodes destinations and allows multiple destinations (#73)+  - EC2: support fo Instance metadata (#37)+  - Core: queryToHttpRequest allows overriding "Date" for the benefit of Chris Dornan's Elastic Transcoder bindings (#77)++** 0.7 series++- 0.7.6.4+  - CryptoHash update+- 0.7.6.3+  - In addition to supporting http-conduit 1.9, it would seem nice to support conduit 1.0. Previously slipped through the radar.++- 0.7.6.2+  - Support for http-conduit 1.9++- 0.7.6.1+  - Support for case-insensitive 1.0 and http-types 0.8++- 0.7.6+  - Parsing of SimpleDB error responses was too strict, fixed+  - Support for cryptohash 0.8+  - Failure 0.1 does not work with aws, stricter lower bound++- 0.7.5+  - Support for http-conduit 1.7 and 1.8++- 0.7.1-0.7.4+  - Support for GHC 7.6+  - Wider constraints to support newer versions of various dependencies+  - Update maintainer e-mail address and project categories in cabal file++- 0.7.0+  - Change ServiceConfiguration concept so as to indicate in the type whether this is for URI-only requests+    (i.e. awsUri)+  - EXPERIMENTAL: Direct support for iterated transaction, i.e. such where multiple HTTP requests might be necessary due to e.g. response size limits.+  - Put aws functions in ResourceT to be able to safely return Sources and streams.+    - simpleAws* does not require ResourceT and converts streams into memory values (like ByteStrings) first.+  - Log response metadata (level Info), and do not let all aws runners return it.+  - S3:+    - GetObject: No longer require a response consumer in the request, return the HTTP response (with the body as a stream) instead.+    - Add CopyObject (PUT Object Copy) request type.+  - Add Examples cabal flag for building code examples.+  - Many more, small improvements.++** 0.6 series++- 0.6.2+  - Properly parse Last-Modified header in accordance with RFC 2616.++- 0.6.1+  - Fix for MD5 encoding issue in S3 PutObject requests.++- 0.6.0+  - API Cleanup+    - General: Use Crypto.Hash.MD5.MD5 when a Content-MD5 hash is required, instead of ByteString.+    - S3: Made parameter order to S3.putObject consistent with S3.getObject.+  - Updated dependencies:+    - conduit 0.5 (as well as http-conduit 1.5 and xml-conduit 1.0).+    - http-types 0.7.+  - Minor changes.+  - Internal changes (notable for people who want to add more commands):+    - http-types' new 'QueryLike' interface allows creating query lists more conveniently.++** 0.5 series++- 0.5.0 ::+    New configuration system: configuration split into general and service-specific parts.++    Significantly improved API reference documentation.++    Re-organised modules to make library easier to understand.++    Smaller improvements.++** 0.4 series++- 0.4.1 :: Documentation improvements.+- 0.4.0.1 :: Change dependency bounds to allow the transformers 0.3 package.+- 0.4.0 :: Update conduit to 0.4.0, which is incompatible with earlier versions.++** 0.3 series++- 0.3.2 :: Add awsRef / simpleAwsRef request variants for those who prefer an =IORef= over a =Data.Attempt.Attempt= value.+           Also improve README and add simple example.
Examples/DynamoDb.hs view
@@ -11,7 +11,9 @@ import           Control.Concurrent import           Control.Monad import           Control.Monad.Catch+import           Control.Applicative import           Data.Conduit+import           Data.Maybe import qualified Data.Conduit.List     as C import qualified Data.Text             as T import           Network.HTTP.Conduit  (withManager)@@ -33,6 +35,25 @@   resp1 <- runCommand req1   print resp1 +data ExampleItem = ExampleItem {+      name :: T.Text+    , class_ :: T.Text+    , boolAttr :: Bool+    , oldBoolAttr :: Bool+    }+    deriving (Show)++instance ToDynItem ExampleItem where+    toItem (ExampleItem name class_ boolAttr oldBoolAttr) =+        item [ attr "name" name+             , attr "class" class_+             , attr "boolattr" boolAttr+             , attr "oldboolattr" (OldBool oldBoolAttr)+             ]++instance FromDynItem ExampleItem where+    parseItem x = ExampleItem <$> getAttr "name" x <*> getAttr "class" x <*> getAttr "boolattr" x <*> getAttr "oldboolattr" x+ main :: IO () main = do   cfg <- Aws.baseConfiguration@@ -41,10 +62,10 @@    putStrLn "Putting an item..." -  let x = item [ attrAs text "name" "josh"-               , attrAs text "class" "not-so-awesome"]+  let x = ExampleItem { name = "josh", class_ = "not-so-awesome",+                        boolAttr = False, oldBoolAttr = True } -  let req1 = (putItem "devel-1" x ) { piReturn = URAllOld+  let req1 = (putItem "devel-1" (toItem x)) { piReturn = URAllOld                                     , piRetCons =  RCTotal                                     , piRetMet = RICMSize                                     }@@ -59,6 +80,9 @@   resp2 <- runCommand req2   print resp2 +  let y = fromItem (fromMaybe (item []) $ girItem resp2) :: Either String ExampleItem+  print y+   print =<< runCommand     (updateItem "devel-1" (hk "name" "josh") [au (Attribute "class" "awesome")]) @@ -74,7 +98,7 @@    echo "Updating with true conditional"   print =<< runCommand-    (updateItem "devel-1" (hk "name" "josh") [au (Attribute "class" "awesomer")])+    (updateItem "devel-1" (hk "name" "josh") [au (Attribute "class" "awesomer"), au (attr "oldboolattr" False)])       { uiExpect = Conditions CondAnd [Condition "name" (DEq "josh")] }    echo "Getting the item back..."
Examples/MultipartUpload.hs view
@@ -2,10 +2,11 @@  import qualified Aws import qualified Aws.S3 as S3-import           Data.Conduit (($$+-))+import           Data.Conduit (($$)) import           Data.Conduit.Binary (sourceFile) import qualified Data.Text as T import           Network.HTTP.Conduit (withManager, responseBody)+import           Control.Monad.Trans.Resource (ResourceT) import           System.Environment (getArgs)  main :: IO ()@@ -18,12 +19,12 @@    let doUpload bucket obj file chunkSize =         withManager $ \mgr -> do-          S3.multipartUpload cfg s3cfg mgr (T.pack bucket) (T.pack obj) (sourceFile file) (chunkSize*1024*1024)+          (sourceFile file $$ S3.multipartUploadSink cfg s3cfg mgr (T.pack bucket) (T.pack obj) (chunkSize*1024*1024)) :: ResourceT IO ()    case args of-    [bucket,obj,file] -> +    [bucket,obj,file] ->       doUpload bucket obj file 10-    [bucket,obj,file,chunkSize] -> +    [bucket,obj,file,chunkSize] ->       doUpload bucket obj file (read chunkSize)     _ -> do       putStrLn "Usage: MultipartUpload bucket objectname filename (chunksize(MB)::optinal)"
+ Examples/PutBucketNearLine.hs view
@@ -0,0 +1,37 @@+-- | Example of creating a Nearline bucket on Google Cloud Storage.++{-# LANGUAGE OverloadedStrings #-}++import qualified Aws+import qualified Aws.Core as Aws+import qualified Aws.S3 as S3+import           Data.Conduit (($$+-))+import           Data.Conduit.Binary (sinkFile)+import           Network.HTTP.Conduit (withManager, RequestBody(..))+import Control.Monad.IO.Class+import Control.Concurrent+import System.IO+import Control.Applicative+import qualified Data.Text as T+import System.Environment++sc :: S3.StorageClass+sc = S3.OtherStorageClass (T.pack "NEARLINE")++main :: IO ()+main = do+  [bucket] <- fmap (map T.pack) getArgs++  {- Set up AWS credentials and S3 configuration using the Google Cloud+   - Storage endpoint. -}+  Just creds <- Aws.loadCredentialsFromEnv+  let cfg = Aws.Configuration Aws.Timestamp creds (Aws.defaultLog Aws.Debug)+  let s3cfg = S3.s3 Aws.HTTP "storage.googleapis.com" False++  {- Set up a ResourceT region with an available HTTP manager. -}+  withManager $ \mgr -> do+    {- Create a request object with S3.PutBucket and run the request with pureAws. -}+    rsp <-+      Aws.pureAws cfg s3cfg mgr $+        S3.PutBucket bucket Nothing "US" (Just sc)+    liftIO $ print rsp
Examples/Sqs.hs view
@@ -67,11 +67,11 @@   let receiveMessageReq = Sqs.ReceiveMessage Nothing [] (Just 1) [] sqsQName (Just 20)   let numMessages = length messages   removedMsgs <- replicateM numMessages $ do-      msgs <- eitherT (const $ return []) return . retryT 2 $ do+      msgs <- exceptT (const $ return []) return . retryT 2 $ do         Sqs.ReceiveMessageResponse r <- liftIO $ Aws.simpleAws cfg sqscfg receiveMessageReq         case r of-          [] -> left "no message received"-          _ -> right r+          [] -> throwE "no message received"+          _ -> return r       putStrLn $ "number of messages received: " ++ show (length msgs)       forM msgs (\msg -> do                      -- here we remove a message, delete it from the queue, and then return the@@ -88,7 +88,7 @@   {- | Let's make sure the queue was actually deleted and that the same number of queues exist at when      | the program ends as when it started.   -}-  eitherT T.putStrLn T.putStrLn . retryT 4 $ do+  exceptT T.putStrLn T.putStrLn . retryT 4 $ do     qUrls <- liftIO $ do       putStrLn $ "Listing all queueus to check to see if " ++ show (Sqs.qName sqsQName) ++ " is gone"       Sqs.ListQueuesResponse qUrls_ <- Aws.simpleAws cfg sqscfg $ Sqs.ListQueues Nothing@@ -96,16 +96,16 @@       return qUrls_      if qUrl `elem` qUrls-        then left $ " *\n *\n * Warning, '" <> sshow qName <> "' was not deleted\n"+        then throwE $ " *\n *\n * Warning, '" <> sshow qName <> "' was not deleted\n"                     <> " * This is probably just a race condition."-        else right $ "     The queue '" <> sshow qName <> "' was correctly deleted"+        else return $ "     The queue '" <> sshow qName <> "' was correctly deleted" -retryT :: MonadIO m => Int -> EitherT T.Text m a -> EitherT T.Text m a+retryT :: MonadIO m => Int -> ExceptT T.Text m a -> ExceptT T.Text m a retryT i f = go 1   where     go x         | x >= i = fmapLT (\e -> "error after " <> sshow x <> " retries: " <> e) f-        | otherwise = f `catchT` \_ -> do+        | otherwise = f `catchE` \_ -> do             liftIO $ threadDelay (1000000 * min 60 (2^(x-1)))             go (succ x) 
README.org view
@@ -88,220 +88,7 @@  * Release Notes -** 0.12 series--- 0.12.1-  - DDB: Fix eu-west-1, add eu-central-1-  - attoparsec 0.13-  - xml-conduit 1.3--- 0.12-  - S3: Support for "Expect: 100-continue" (optional, technically API breaking)-  - S3: Properly treat errors with a "301 Permanent Redirect" as errors and expose endpoint information--** 0.11 series--- 0.11.4-  - Url-encode S3 object names in URLs-  - filepath 1.4-  - tagged 0.8.x-  - limit errors to <2 to avoid compatibility problems--- 0.11.3-  - Support for blaze-builder 0.4-  - Support for utf8-string 1.0-  - New function: multipartUploadWithInitiator-  - Fix issue in DynamoDB error parsing-  - Ord instance for Aws.Core.Method--- 0.11.2-  - Support for time 1.5 (we previously forgot to relax the upper bound in Cabal)--- 0.11.1-  - Support time 1.5-  - Fix duplicate sending of query when using PostQuery--- 0.11-  - New functions for running AWS transactions-  - Performance optimizations for DynamoDB and S3 MultiPartUpload-  - New DynamoDB commands & features-  - S3 endpoint eu-central-1--** 0.10 series--- 0.10.5-  - support for conduit 1.2--- 0.10.4-  - S3: support for multi-part uploads-  - DynamoDB: fixes for JSON serialization-      WARNING: This includes making some fields in TableDescription Maybe fields, which is breaking. But DynamoDB support was-               and is also marked as EXPERIMENTAL.-  - DynamoDB: TCP connection reuse where possible (improving performance)-  - DynamoDB: Added test suite-  - SES: support for additional regions--- 0.10.3-  - fix bug introduced in 0.10.2 that broke SQS and IAM connections without STS--- 0.10.2-  - support STS / IAM temporary credentials in all services--- 0.10-  - [EXPERIMENTAL!] DynamoDB: support for creating/updating/querying and scanning items-  - SQS: complete overhaul to support 2012-11-05 features-  - SQS: test suite-  - S3: use Maybe for 404 HEAD requests on objects instead of throwing a misleading exception-  - S3: support of poAutoMakeBucket for Internet Archive users-  - S3: implement GetBucketLocation-  - S3: add South American region-  - S3: allow specifying the Content-Type when copying objects-  - core: fix typo in NoCredentialsException accessor--** 0.9 series--- 0.9.4-  - allow conduit 1.2--- 0.9.3-  - fix performance regression for loadCredentialsDefault-  - add generic makeCredentials function-  - add S3 DeleteBucket operation-  - add S3 NukeBucket example-  - SES: use security token if enabled (should allow using it with IAM roles on EC2 instances)--- 0.9.2-  - Support for credentials from EC2 instance metadata (only S3 for now)-  - aeson 0.8 compatibility--- 0.9.1-  - Support for multi-page S3 GetBucket requests-  - S3 GLACIER support-  - Applicative instance for Response to conform to the Applicative-Monad Proposal-  - Compatibility with transformers 0.4--- 0.9-  - Interface changes:-    - attempt and failure were deprecated, remove-    - switch to new cryptohash interface-  - updated version bounds of conduit and xml-conduit--** 0.8 series--- 0.8.6-  - move Instance metadata functions out of ResourceT to remove problem with exceptions-0.5-    (this makes a fresh install of aws on a clean system possible again)--- 0.8.5-  - compatibility with case-insensitive 1.2-  - support for V4 signatures-  - experimental support for DynamoDB--- 0.8.4-  - compatibility with http-conduit 2.0--- 0.8.3-  - compatibility with cryptohash 0.11-  - experimental IAM support--- 0.8.2-  - compatibility with cereal 0.4.x--- 0.8.1-  - compatibility with case-insensitive 1.1--- 0.8.0-  - S3, SQS: support for US-West2 (#58)-  - S3: GetObject now has support for Content-Range (#22, #50)-  - S3: GetBucket now supports the "IsTruncated" flag (#39)-  - S3: PutObject now supports web page redirects (#46)-  - S3: support for (multi-object) DeleteObjects (#47, #56)-  - S3: HeadObject now uses an actual HEAD request (#53)-  - S3: fixed signing issues for GetObject call (#54)-  - SES: support for many more operations (#65, #66, #70, #71, #72, #74)-  - SES: SendRawEmail now correctly encodes destinations and allows multiple destinations (#73)-  - EC2: support fo Instance metadata (#37)-  - Core: queryToHttpRequest allows overriding "Date" for the benefit of Chris Dornan's Elastic Transcoder bindings (#77)--** 0.7 series--- 0.7.6.4-  - CryptoHash update-- 0.7.6.3-  - In addition to supporting http-conduit 1.9, it would seem nice to support conduit 1.0. Previously slipped through the radar.--- 0.7.6.2-  - Support for http-conduit 1.9--- 0.7.6.1-  - Support for case-insensitive 1.0 and http-types 0.8--- 0.7.6-  - Parsing of SimpleDB error responses was too strict, fixed-  - Support for cryptohash 0.8-  - Failure 0.1 does not work with aws, stricter lower bound--- 0.7.5-  - Support for http-conduit 1.7 and 1.8--- 0.7.1-0.7.4-  - Support for GHC 7.6-  - Wider constraints to support newer versions of various dependencies-  - Update maintainer e-mail address and project categories in cabal file--- 0.7.0-  - Change ServiceConfiguration concept so as to indicate in the type whether this is for URI-only requests-    (i.e. awsUri)-  - EXPERIMENTAL: Direct support for iterated transaction, i.e. such where multiple HTTP requests might be necessary due to e.g. response size limits.-  - Put aws functions in ResourceT to be able to safely return Sources and streams.-    - simpleAws* does not require ResourceT and converts streams into memory values (like ByteStrings) first.-  - Log response metadata (level Info), and do not let all aws runners return it.-  - S3:-    - GetObject: No longer require a response consumer in the request, return the HTTP response (with the body as a stream) instead.-    - Add CopyObject (PUT Object Copy) request type.-  - Add Examples cabal flag for building code examples.-  - Many more, small improvements.--** 0.6 series--- 0.6.2-  - Properly parse Last-Modified header in accordance with RFC 2616.--- 0.6.1-  - Fix for MD5 encoding issue in S3 PutObject requests.--- 0.6.0-  - API Cleanup-    - General: Use Crypto.Hash.MD5.MD5 when a Content-MD5 hash is required, instead of ByteString.-    - S3: Made parameter order to S3.putObject consistent with S3.getObject.-  - Updated dependencies:-    - conduit 0.5 (as well as http-conduit 1.5 and xml-conduit 1.0).-    - http-types 0.7.-  - Minor changes.-  - Internal changes (notable for people who want to add more commands):-    - http-types' new 'QueryLike' interface allows creating query lists more conveniently.--** 0.5 series--- 0.5.0 ::-    New configuration system: configuration split into general and service-specific parts.--    Significantly improved API reference documentation.--    Re-organised modules to make library easier to understand.--    Smaller improvements.--** 0.4 series--- 0.4.1 :: Documentation improvements.-- 0.4.0.1 :: Change dependency bounds to allow the transformers 0.3 package.-- 0.4.0 :: Update conduit to 0.4.0, which is incompatible with earlier versions.--** 0.3 series--- 0.3.2 :: Add awsRef / simpleAwsRef request variants for those who prefer an =IORef= over a =Data.Attempt.Attempt= value.-           Also improve README and add simple example.+See CHANGELOG  * Resources 
aws.cabal view
@@ -1,5 +1,5 @@ Name:                aws-Version:             0.12.1+Version:             0.13.0 Synopsis:            Amazon Web Services (AWS) for Haskell Description:         Bindings for Amazon Web Services (AWS), with the aim of supporting all AWS services. To see a high level overview of the library, see the README at <https://github.com/aristidb/aws/blob/master/README.org>. Homepage:            http://github.com/aristidb/aws@@ -12,6 +12,7 @@ Build-type:          Simple  Extra-source-files:  README.org+                     CHANGELOG                      Examples/GetObject.hs                      Examples/SimpleDb.hs @@ -20,7 +21,7 @@ Source-repository this   type: git   location: https://github.com/aristidb/aws.git-  tag: 0.12.1+  tag: 0.13.0  Source-repository head   type: git@@ -56,6 +57,7 @@                        Aws.Iam.Commands.GetUser                        Aws.Iam.Commands.GetUserPolicy                        Aws.Iam.Commands.ListAccessKeys+                       Aws.Iam.Commands.ListMfaDevices                        Aws.Iam.Commands.ListUserPolicies                        Aws.Iam.Commands.ListUsers                        Aws.Iam.Commands.PutUserPolicy@@ -128,7 +130,7 @@                        directory            >= 1.0     && < 1.3,                        filepath             >= 1.1     && < 1.5,                        http-conduit         >= 2.1     && < 2.2,-                       http-types           >= 0.7     && < 0.9,+                       http-types           >= 0.7     && < 0.10,                        lifted-base          >= 0.1     && < 0.3,                        monad-control        >= 0.3,                        mtl                  == 2.*,@@ -198,7 +200,8 @@                        http-conduit,                        conduit,                        conduit-extra,-                       text+                       text,+                       resourcet    Default-Language: Haskell2010 @@ -239,6 +242,25 @@    Default-Language: Haskell2010 +Executable PutBucketNearLine+  Main-is: PutBucketNearLine.hs+  Hs-source-dirs: Examples++  if !flag(Examples)+    Buildable: False+  else+    Buildable: True+    Build-depends:+                       base == 4.*,+                       aws,+                       http-conduit,+                       conduit,+                       conduit-extra,+                       text >=0.1,+                       transformers++  Default-Language: Haskell2010+ Executable SimpleDb   Main-is: SimpleDb.hs   Hs-source-dirs: Examples@@ -285,7 +307,7 @@     Build-depends:                        base == 4.*,                        aws,-                       errors >= 1.4 && < 2.0,+                       errors >= 2.0,                        text >=0.11,                        transformers >= 0.3 @@ -306,7 +328,7 @@         aws,         base == 4.*,         bytestring >= 0.10,-        errors >= 1.4.7 && < 2.0,+        errors >= 2.0,         http-client >= 0.3,         lifted-base >= 0.2,         monad-control >= 0.3,@@ -339,7 +361,7 @@         aws,         base == 4.*,         bytestring >= 0.10,-        errors >= 1.4.7 && < 2.0,+        errors >= 2.0,         http-client >= 0.3,         lifted-base >= 0.2,         monad-control >= 0.3,@@ -353,4 +375,3 @@         time,         transformers >= 0.3,         transformers-base >= 0.4-
tests/DynamoDb/Main.hs view
@@ -112,12 +112,12 @@     :: Int -- ^ read capacity (#(non-consistent) reads * itemsize/4KB)     -> Int -- ^ write capacity (#writes * itemsize/1KB)     -> T.Text -- ^ table name-    -> EitherT T.Text IO ()+    -> ExceptT T.Text IO () prop_createDescribeDeleteTable readCapacity writeCapacity tableName = do     tTableName <- testData tableName     tryT $ createTestTable tTableName readCapacity writeCapacity     let deleteTable = retryT 6 . void $ simpleDyT (DY.DeleteTable tTableName)-    handleT (\e -> deleteTable >> left e) $ do+    flip catchE (\e -> deleteTable >> throwE e) $ do         retryT 6 . void . simpleDyT $ DY.DescribeTable tTableName         deleteTable @@ -130,7 +130,7 @@         ]  prop_connectionReuse-    :: EitherT T.Text IO ()+    :: ExceptT T.Text IO () prop_connectionReuse = do     c <- liftIO $ do         cfg <- baseConfiguration@@ -138,14 +138,14 @@         -- counts the number of TCP connections         ref <- newIORef (0 :: Int) -        void . HTTP.withManager (managerSettings ref) $ \manager -> runEitherT $-            handleT (error . T.unpack) . replicateM_ 3 $ do+        void . HTTP.withManager (managerSettings ref) $ \manager -> runExceptT $+            flip catchE (error . T.unpack) . replicateM_ 3 $ do                 void $ dyT cfg manager DY.ListTables                 mustFail . dyT cfg manager $ DY.DescribeTable "____"          readIORef ref     unless (c == 1) $-        left "The TCP connection has not been reused"+        throwE "The TCP connection has not been reused"   where     managerSettings ref = HTTP.defaultManagerSettings         { HTTP.managerRawConnection = do
tests/DynamoDb/Utils.hs view
@@ -96,7 +96,7 @@ simpleDyT     :: (AsMemoryResponse a, Transaction r a, ServiceConfiguration r ~ DY.DdbConfiguration, MonadBaseControl IO m, MonadIO m)     => r-    -> EitherT T.Text m (MemoryResponse a)+    -> ExceptT T.Text m (MemoryResponse a) simpleDyT = tryT . simpleDy  dyT@@ -104,7 +104,7 @@     => Configuration     -> HTTP.Manager     -> r-    -> EitherT T.Text IO a+    -> ExceptT T.Text IO a dyT cfg manager req = do     Response _ r <- liftIO . runResourceT $ aws cfg dyConfiguration manager req     hoistEither $ fmapL sshow r@@ -129,17 +129,17 @@       tTableName <- if prefix then testData tableName else return tableName        let deleteTable = do-            r <- runEitherT . retryT 6 $-                void (simpleDyT $ DY.DeleteTable tTableName) `catchT` \e ->+            r <- runExceptT . retryT 6 $+                void (simpleDyT $ DY.DeleteTable tTableName) `catchE` \e ->                     liftIO . T.hPutStrLn stderr $ "attempt to delete table failed: " <> e             either (error . T.unpack) (const $ return ()) r        let createTable = do-            r <- runEitherT $ do+            r <- runExceptT $ do                 retryT 3 $ tryT $ createTestTable tTableName readCapacity writeCapacity                 retryT 6 $ do                     tableDesc <- simpleDyT $ DY.DescribeTable tTableName-                    when (DY.rTableStatus tableDesc == "CREATING") $ left "Table not ready: status CREATING"+                    when (DY.rTableStatus tableDesc == "CREATING") $ throwE "Table not ready: status CREATING"             either (error . T.unpack) return r        bracket_ createTable deleteTable $ f tTableName
tests/Sqs/Main.hs view
@@ -141,7 +141,7 @@     => Configuration     -> HTTP.Manager     -> r-    -> EitherT T.Text IO a+    -> ExceptT T.Text IO a sqsT cfg manager req = do     Response _ r <- liftIO . runResourceT $ aws cfg sqsConfiguration manager req     hoistEither $ fmapL sshow r@@ -157,7 +157,7 @@ simpleSqsT     :: (AsMemoryResponse a, Transaction r a, ServiceConfiguration r ~ SQS.SqsConfiguration, MonadBaseControl IO m, MonadIO m)     => r-    -> EitherT T.Text m (MemoryResponse a)+    -> ExceptT T.Text m (MemoryResponse a) simpleSqsT = tryT . simpleSqs  withQueueTest@@ -186,16 +186,16 @@ -- prop_createListDeleteQueue     :: T.Text -- ^ queue name-    -> EitherT T.Text IO ()+    -> ExceptT T.Text IO () prop_createListDeleteQueue queueName = do     tQueueName <- testData queueName     SQS.CreateQueueResponse queueUrl <- simpleSqsT $ SQS.CreateQueue Nothing tQueueName     let queue = sqsQueueName queueUrl-    handleT (\e -> deleteQueue queue >> left e) $ do+    flip catchE (\e -> deleteQueue queue >> throwE e) $ do         retryT 6 $ do             SQS.ListQueuesResponse allQueueUrls <- simpleSqsT (SQS.ListQueues Nothing)             unless (queueUrl `elem` allQueueUrls)-                . left $ "queue " <> sshow queueUrl <> " not listed"+                . throwE $ "queue " <> sshow queueUrl <> " not listed"         deleteQueue queue   where     deleteQueue queueUrl = void $ simpleSqsT (SQS.DeleteQueue queueUrl)@@ -221,7 +221,7 @@ -- prop_sendReceiveDeleteMessage     :: SQS.QueueName-    -> EitherT T.Text IO ()+    -> ExceptT T.Text IO () prop_sendReceiveDeleteMessage queue = do      -- a visibility timeout should be used only if either @receiveBatch == 1@@@ -241,10 +241,10 @@         msgs <- retryT 5 $ do             r <- simpleSqsT $ SQS.ReceiveMessage visTimeout [] (Just receiveBatch) [] queue poll             case r of-                SQS.ReceiveMessageResponse [] -> left "no message received"+                SQS.ReceiveMessageResponse [] -> throwE "no message received"                 SQS.ReceiveMessageResponse t-                    | length t <= receiveBatch -> right t-                    | otherwise -> left $ "unexpected number of messages received: " <> sshow (length t)+                    | length t <= receiveBatch -> return t+                    | otherwise -> throwE $ "unexpected number of messages received: " <> sshow (length t)         forM_ msgs $ \msg -> retryT 5 $             simpleSqsT $ SQS.DeleteMessage (SQS.mReceiptHandle msg) queue         return (map SQS.mBody msgs)@@ -252,7 +252,7 @@     let recv = L.sort recMsgs     let sent = L.sort messages     unless (sent == recv)-        $ left $ "received messages don't match send messages; sent: "+        $ throwE $ "received messages don't match send messages; sent: "             <> sshow sent <> "; got: " <> sshow recv  -- | Checks for consistent receive: There is no message delay, so all messages@@ -261,7 +261,7 @@ -- prop_sendReceiveDeleteMessageLongPolling     :: SQS.QueueName-    -> EitherT T.Text IO ()+    -> ExceptT T.Text IO () prop_sendReceiveDeleteMessageLongPolling queue = do      let delay = Nothing@@ -279,10 +279,10 @@         msgs <- do             r <- simpleSqsT $ SQS.ReceiveMessage visTimeout [] (Just receiveBatch) [] queue poll             case r of-                SQS.ReceiveMessageResponse [] -> left "no messages received"+                SQS.ReceiveMessageResponse [] -> throwE "no messages received"                 SQS.ReceiveMessageResponse t-                    | length t == receiveBatch -> right t-                    | otherwise -> left $ "unexpected number of messages received: " <> sshow (length t)+                    | length t == receiveBatch -> return t+                    | otherwise -> throwE $ "unexpected number of messages received: " <> sshow (length t)         forM_ msgs $ \msg -> retryT 5 $             simpleSqsT $ SQS.DeleteMessage (SQS.mReceiptHandle msg) queue         return (map SQS.mBody msgs)@@ -290,7 +290,7 @@     let recv = L.sort recMsgs     let sent = L.sort messages     unless (sent == recv)-        $ left $ "received messages don't match send messages; sent: "+        $ throwE $ "received messages don't match send messages; sent: "             <> sshow sent <> "; got: " <> sshow recv  -- | Checks that long polling is actually enabled. We add a delay to the messages@@ -301,7 +301,7 @@ -- prop_sendReceiveDeleteMessageLongPolling1     :: SQS.QueueName-    -> EitherT T.Text IO ()+    -> ExceptT T.Text IO () prop_sendReceiveDeleteMessageLongPolling1 queue = do      let delay = Just 2@@ -317,10 +317,10 @@         msgs <- do             r <- simpleSqsT $ SQS.ReceiveMessage visTimeout [] (Just receiveBatch) [] queue poll             case r of-                SQS.ReceiveMessageResponse [] -> left "no messages received"+                SQS.ReceiveMessageResponse [] -> throwE "no messages received"                 SQS.ReceiveMessageResponse t-                    | length t == receiveBatch -> right t-                    | otherwise -> left $ "unexpected number of messages received: " <> sshow (length t)+                    | length t == receiveBatch -> return t+                    | otherwise -> throwE $ "unexpected number of messages received: " <> sshow (length t)         forM_ msgs $ \m -> retryT 5 $             simpleSqsT $ SQS.DeleteMessage (SQS.mReceiptHandle m) queue         return (map SQS.mBody msgs)@@ -328,7 +328,7 @@     let recv = L.sort recMsgs     let sent = L.sort messages     unless (sent == recv)-        $ left $ "received messages don't match send messages; sent: "+        $ throwE $ "received messages don't match send messages; sent: "             <> sshow sent <> "; got: " <> sshow recv  @@ -344,7 +344,7 @@  prop_connectionReuse     :: SQS.QueueName-    -> EitherT T.Text IO ()+    -> ExceptT T.Text IO () prop_connectionReuse queue = do     c <- liftIO $ do         cfg <- baseConfiguration@@ -353,9 +353,9 @@         ref <- newIORef (0 :: Int)          -- Use a single manager for all HTTP requests-        void . HTTP.withManager (managerSettings ref) $ \manager -> runEitherT $+        void . HTTP.withManager (managerSettings ref) $ \manager -> runExceptT $ -            handleT (error . T.unpack) . replicateM_ 3 $ do+            flip catchE (error . T.unpack) . replicateM_ 3 $ do                 void . sqsT cfg manager $ SQS.ListQueues Nothing                 mustFail . sqsT cfg manager $                     SQS.SendMessage "" (SQS.QueueName "" "") [] Nothing@@ -366,7 +366,7 @@          readIORef ref     unless (c == 1) $-        left "The TCP connection has not been reused"+        throwE "The TCP connection has not been reused"   where      managerSettings ref = HTTP.defaultManagerSettings
tests/Utils.hs view
@@ -86,13 +86,13 @@  -- | Catches all exceptions except for asynchronous exceptions found in base. ---tryT :: MonadBaseControl IO m => m a -> EitherT T.Text m a+tryT :: MonadBaseControl IO m => m a -> ExceptT T.Text m a tryT = fmapLT (T.pack . show) . syncIO  -- | Lifted Version of 'syncIO' form "Control.Error.Util". ---syncIO :: MonadBaseControl IO m => m a -> EitherT LE.SomeException m a-syncIO a = EitherT $ LE.catches (Right <$> a)+syncIO :: MonadBaseControl IO m => m a -> ExceptT LE.SomeException m a+syncIO a = ExceptT $ LE.catches (Right <$> a)     [ LE.Handler $ \e -> LE.throw (e :: LE.ArithException)     , LE.Handler $ \e -> LE.throw (e :: LE.ArrayException)     , LE.Handler $ \e -> LE.throw (e :: LE.AssertionFailed)@@ -116,15 +116,15 @@ testData :: (IsString a, Monoid a, MonadBaseControl IO m) => a -> m a testData a = fmap (<> a) testDataPrefix -retryT :: MonadIO m => Int -> EitherT T.Text m a -> EitherT T.Text m a+retryT :: (Functor m, MonadIO m) => Int -> ExceptT T.Text m a -> ExceptT T.Text m a retryT n f = snd <$> retryT_ n f -retryT_ :: MonadIO m => Int -> EitherT T.Text m a -> EitherT T.Text m (Int, a)+retryT_ :: (Functor m, MonadIO m) => Int -> ExceptT T.Text m a -> ExceptT T.Text m (Int, a) retryT_ n f = go 1   where     go x         | x >= n = fmapLT (\e -> "error after " <> sshow x <> " retries: " <> e) ((x,) <$> f)-        | otherwise = ((x,) <$> f) `catchT` \e -> do+        | otherwise = ((x,) <$> f) `catchE` \e -> do             liftIO $ T.hPutStrLn stderr $ "Retrying after error: " <> e             liftIO $ threadDelay (1000000 * min 60 (2^(x-1)))             go (succ x)@@ -132,31 +132,31 @@ sshow :: (Show a, IsString b) => a -> b sshow = fromString . show -mustFail :: Monad m => EitherT e m a -> EitherT T.Text m ()-mustFail = EitherT . eitherT+mustFail :: Monad m => ExceptT e m a -> ExceptT T.Text m ()+mustFail = ExceptT . exceptT     (const . return $ Right ())     (const . return $ Left "operation succeeded when a failure was expected")  evalTestTM     :: Functor f     => String -- ^ test name-    -> f (EitherT T.Text IO a) -- ^ test+    -> f (ExceptT T.Text IO a) -- ^ test     -> f (PropertyM IO Bool) evalTestTM name = fmap $-    (liftIO . runEitherT) >=> \r -> case r of+    (liftIO . runExceptT) >=> \r -> case r of         Left e ->             fail $ "failed to run test \"" <> name <> "\": " <> show e         Right _ -> return True  evalTestT     :: String -- ^ test name-    -> EitherT T.Text IO a -- ^ test+    -> ExceptT T.Text IO a -- ^ test     -> PropertyM IO Bool evalTestT name = runIdentity . evalTestTM name . Identity  eitherTOnceTest0     :: String -- ^ test name-    -> EitherT T.Text IO a -- ^ test+    -> ExceptT T.Text IO a -- ^ test     -> TestTree eitherTOnceTest0 name test = testProperty name . once . monadicIO     $ evalTestT name test@@ -164,7 +164,7 @@ eitherTOnceTest1     :: (Arbitrary a, Show a)     => String -- ^ test name-    -> (a -> EitherT T.Text IO b)+    -> (a -> ExceptT T.Text IO b)     -> TestTree eitherTOnceTest1 name test = testProperty name . once $ monadicIO     . evalTestTM name test@@ -172,7 +172,7 @@ eitherTOnceTest2     :: (Arbitrary a, Show a, Arbitrary b, Show b)     => String -- ^ test name-    -> (a -> b -> EitherT T.Text IO c)+    -> (a -> b -> ExceptT T.Text IO c)     -> TestTree eitherTOnceTest2 name test = testProperty name . once $ \a b -> monadicIO     $ (evalTestTM name $ uncurry test) (a, b)