| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.BedrockAgentCore.BrowserCustom
Documentation
data BrowserNetworkConfigurationProperty Source #
Constructors
| BrowserNetworkConfigurationProperty | |
Fields
| |
Instances
data RecordingConfigProperty Source #
Constructors
| RecordingConfigProperty | |
Fields
| |
Instances
| ToJSON RecordingConfigProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom.RecordingConfigProperty Methods toJSON :: RecordingConfigProperty -> Value # toEncoding :: RecordingConfigProperty -> Encoding # toJSONList :: [RecordingConfigProperty] -> Value # | |||||
| Show RecordingConfigProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom.RecordingConfigProperty Methods showsPrec :: Int -> RecordingConfigProperty -> ShowS # show :: RecordingConfigProperty -> String # showList :: [RecordingConfigProperty] -> ShowS # | |||||
| Eq RecordingConfigProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom.RecordingConfigProperty Methods (==) :: RecordingConfigProperty -> RecordingConfigProperty -> Bool # (/=) :: RecordingConfigProperty -> RecordingConfigProperty -> Bool # | |||||
| ToResourceProperties RecordingConfigProperty Source # | |||||
| Property "Enabled" RecordingConfigProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom.RecordingConfigProperty Associated Types
Methods set :: PropertyType "Enabled" RecordingConfigProperty -> RecordingConfigProperty -> RecordingConfigProperty # | |||||
| Property "S3Location" RecordingConfigProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom.RecordingConfigProperty Associated Types
Methods set :: PropertyType "S3Location" RecordingConfigProperty -> RecordingConfigProperty -> RecordingConfigProperty # | |||||
| type PropertyType "Enabled" RecordingConfigProperty Source # | |||||
| type PropertyType "S3Location" RecordingConfigProperty Source # | |||||
data VpcConfigProperty Source #
Constructors
| VpcConfigProperty | |
Fields
| |
Instances
| ToJSON VpcConfigProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom.VpcConfigProperty Methods toJSON :: VpcConfigProperty -> Value # toEncoding :: VpcConfigProperty -> Encoding # toJSONList :: [VpcConfigProperty] -> Value # toEncodingList :: [VpcConfigProperty] -> Encoding # omitField :: VpcConfigProperty -> Bool # | |||||
| Show VpcConfigProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom.VpcConfigProperty Methods showsPrec :: Int -> VpcConfigProperty -> ShowS # show :: VpcConfigProperty -> String # showList :: [VpcConfigProperty] -> ShowS # | |||||
| Eq VpcConfigProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom.VpcConfigProperty Methods (==) :: VpcConfigProperty -> VpcConfigProperty -> Bool # (/=) :: VpcConfigProperty -> VpcConfigProperty -> Bool # | |||||
| ToResourceProperties VpcConfigProperty Source # | |||||
| Property "SecurityGroups" VpcConfigProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom.VpcConfigProperty Associated Types
Methods set :: PropertyType "SecurityGroups" VpcConfigProperty -> VpcConfigProperty -> VpcConfigProperty # | |||||
| Property "Subnets" VpcConfigProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom.VpcConfigProperty Associated Types
Methods set :: PropertyType "Subnets" VpcConfigProperty -> VpcConfigProperty -> VpcConfigProperty # | |||||
| type PropertyType "SecurityGroups" VpcConfigProperty Source # | |||||
| type PropertyType "Subnets" VpcConfigProperty Source # | |||||
data S3LocationProperty Source #
Constructors
| S3LocationProperty | |
Instances
| ToJSON S3LocationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom.S3LocationProperty Methods toJSON :: S3LocationProperty -> Value # toEncoding :: S3LocationProperty -> Encoding # toJSONList :: [S3LocationProperty] -> Value # toEncodingList :: [S3LocationProperty] -> Encoding # omitField :: S3LocationProperty -> Bool # | |||||
| Show S3LocationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom.S3LocationProperty Methods showsPrec :: Int -> S3LocationProperty -> ShowS # show :: S3LocationProperty -> String # showList :: [S3LocationProperty] -> ShowS # | |||||
| Eq S3LocationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom.S3LocationProperty Methods (==) :: S3LocationProperty -> S3LocationProperty -> Bool # (/=) :: S3LocationProperty -> S3LocationProperty -> Bool # | |||||
| ToResourceProperties S3LocationProperty Source # | |||||
| Property "Bucket" S3LocationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom.S3LocationProperty Associated Types
Methods set :: PropertyType "Bucket" S3LocationProperty -> S3LocationProperty -> S3LocationProperty # | |||||
| Property "Prefix" S3LocationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom.S3LocationProperty Associated Types
Methods set :: PropertyType "Prefix" S3LocationProperty -> S3LocationProperty -> S3LocationProperty # | |||||
| type PropertyType "Bucket" S3LocationProperty Source # | |||||
| type PropertyType "Prefix" S3LocationProperty Source # | |||||
mkS3LocationProperty :: Value Text -> Value Text -> S3LocationProperty Source #
data BrowserCustom Source #
Constructors
| BrowserCustom | |
Fields | |
Instances
| ToJSON BrowserCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom Methods toJSON :: BrowserCustom -> Value # toEncoding :: BrowserCustom -> Encoding # toJSONList :: [BrowserCustom] -> Value # toEncodingList :: [BrowserCustom] -> Encoding # omitField :: BrowserCustom -> Bool # | |||||
| Show BrowserCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom Methods showsPrec :: Int -> BrowserCustom -> ShowS # show :: BrowserCustom -> String # showList :: [BrowserCustom] -> ShowS # | |||||
| Eq BrowserCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom Methods (==) :: BrowserCustom -> BrowserCustom -> Bool # (/=) :: BrowserCustom -> BrowserCustom -> Bool # | |||||
| ToResourceProperties BrowserCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom Methods toResourceProperties :: BrowserCustom -> ResourceProperties # | |||||
| Property "Description" BrowserCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom Associated Types
Methods set :: PropertyType "Description" BrowserCustom -> BrowserCustom -> BrowserCustom # | |||||
| Property "ExecutionRoleArn" BrowserCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom Associated Types
Methods set :: PropertyType "ExecutionRoleArn" BrowserCustom -> BrowserCustom -> BrowserCustom # | |||||
| Property "Name" BrowserCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom Associated Types
Methods set :: PropertyType "Name" BrowserCustom -> BrowserCustom -> BrowserCustom # | |||||
| Property "NetworkConfiguration" BrowserCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom Associated Types
Methods set :: PropertyType "NetworkConfiguration" BrowserCustom -> BrowserCustom -> BrowserCustom # | |||||
| Property "RecordingConfig" BrowserCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom Associated Types
Methods set :: PropertyType "RecordingConfig" BrowserCustom -> BrowserCustom -> BrowserCustom # | |||||
| Property "Tags" BrowserCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom Associated Types
Methods set :: PropertyType "Tags" BrowserCustom -> BrowserCustom -> BrowserCustom # | |||||
| type PropertyType "Description" BrowserCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom | |||||
| type PropertyType "ExecutionRoleArn" BrowserCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom | |||||
| type PropertyType "Name" BrowserCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom | |||||
| type PropertyType "NetworkConfiguration" BrowserCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom | |||||
| type PropertyType "RecordingConfig" BrowserCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom | |||||
| type PropertyType "Tags" BrowserCustom Source # | |||||
Defined in Stratosphere.BedrockAgentCore.BrowserCustom | |||||