| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.S3ObjectLambda.AccessPoint
Documentation
data ObjectLambdaConfigurationProperty Source #
Constructors
| ObjectLambdaConfigurationProperty | |
Instances
data AwsLambdaProperty Source #
Constructors
| AwsLambdaProperty | |
Fields
| |
Instances
| ToJSON AwsLambdaProperty Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint.AwsLambdaProperty Methods toJSON :: AwsLambdaProperty -> Value # toEncoding :: AwsLambdaProperty -> Encoding # toJSONList :: [AwsLambdaProperty] -> Value # toEncodingList :: [AwsLambdaProperty] -> Encoding # omitField :: AwsLambdaProperty -> Bool # | |||||
| Show AwsLambdaProperty Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint.AwsLambdaProperty Methods showsPrec :: Int -> AwsLambdaProperty -> ShowS # show :: AwsLambdaProperty -> String # showList :: [AwsLambdaProperty] -> ShowS # | |||||
| Eq AwsLambdaProperty Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint.AwsLambdaProperty Methods (==) :: AwsLambdaProperty -> AwsLambdaProperty -> Bool # (/=) :: AwsLambdaProperty -> AwsLambdaProperty -> Bool # | |||||
| ToResourceProperties AwsLambdaProperty Source # | |||||
| Property "FunctionArn" AwsLambdaProperty Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint.AwsLambdaProperty Associated Types
Methods set :: PropertyType "FunctionArn" AwsLambdaProperty -> AwsLambdaProperty -> AwsLambdaProperty # | |||||
| Property "FunctionPayload" AwsLambdaProperty Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint.AwsLambdaProperty Associated Types
Methods set :: PropertyType "FunctionPayload" AwsLambdaProperty -> AwsLambdaProperty -> AwsLambdaProperty # | |||||
| type PropertyType "FunctionArn" AwsLambdaProperty Source # | |||||
| type PropertyType "FunctionPayload" AwsLambdaProperty Source # | |||||
data ContentTransformationProperty Source #
Constructors
| ContentTransformationProperty | |
Instances
| ToJSON ContentTransformationProperty Source # | |||||
| Show ContentTransformationProperty Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint.ContentTransformationProperty Methods showsPrec :: Int -> ContentTransformationProperty -> ShowS # show :: ContentTransformationProperty -> String # showList :: [ContentTransformationProperty] -> ShowS # | |||||
| Eq ContentTransformationProperty Source # | |||||
| ToResourceProperties ContentTransformationProperty Source # | |||||
| Property "AwsLambda" ContentTransformationProperty Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint.ContentTransformationProperty Associated Types
Methods set :: PropertyType "AwsLambda" ContentTransformationProperty -> ContentTransformationProperty -> ContentTransformationProperty # | |||||
| type PropertyType "AwsLambda" ContentTransformationProperty Source # | |||||
data TransformationConfigurationProperty Source #
Constructors
| TransformationConfigurationProperty | |
Fields | |
Instances
| ToJSON TransformationConfigurationProperty Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint.TransformationConfigurationProperty | |||||
| Show TransformationConfigurationProperty Source # | |||||
| Eq TransformationConfigurationProperty Source # | |||||
| ToResourceProperties TransformationConfigurationProperty Source # | |||||
| Property "Actions" TransformationConfigurationProperty Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint.TransformationConfigurationProperty Associated Types
Methods set :: PropertyType "Actions" TransformationConfigurationProperty -> TransformationConfigurationProperty -> TransformationConfigurationProperty # | |||||
| Property "ContentTransformation" TransformationConfigurationProperty Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint.TransformationConfigurationProperty Associated Types
Methods set :: PropertyType "ContentTransformation" TransformationConfigurationProperty -> TransformationConfigurationProperty -> TransformationConfigurationProperty # | |||||
| type PropertyType "Actions" TransformationConfigurationProperty Source # | |||||
| type PropertyType "ContentTransformation" TransformationConfigurationProperty Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint.TransformationConfigurationProperty type PropertyType "ContentTransformation" TransformationConfigurationProperty = ContentTransformationProperty | |||||
mkObjectLambdaConfigurationProperty :: Value Text -> [TransformationConfigurationProperty] -> ObjectLambdaConfigurationProperty Source #
mkTransformationConfigurationProperty :: ValueList Text -> ContentTransformationProperty -> TransformationConfigurationProperty Source #
data AccessPoint Source #
Constructors
| AccessPoint | |
Fields | |
Instances
| ToJSON AccessPoint Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint Methods toJSON :: AccessPoint -> Value # toEncoding :: AccessPoint -> Encoding # toJSONList :: [AccessPoint] -> Value # toEncodingList :: [AccessPoint] -> Encoding # omitField :: AccessPoint -> Bool # | |||||
| Show AccessPoint Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint Methods showsPrec :: Int -> AccessPoint -> ShowS # show :: AccessPoint -> String # showList :: [AccessPoint] -> ShowS # | |||||
| Eq AccessPoint Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint | |||||
| ToResourceProperties AccessPoint Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint Methods | |||||
| Property "Name" AccessPoint Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint Associated Types
Methods set :: PropertyType "Name" AccessPoint -> AccessPoint -> AccessPoint # | |||||
| Property "ObjectLambdaConfiguration" AccessPoint Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint Associated Types
Methods set :: PropertyType "ObjectLambdaConfiguration" AccessPoint -> AccessPoint -> AccessPoint # | |||||
| type PropertyType "Name" AccessPoint Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint | |||||
| type PropertyType "ObjectLambdaConfiguration" AccessPoint Source # | |||||
Defined in Stratosphere.S3ObjectLambda.AccessPoint | |||||