Safe Haskell | None |
---|---|
Language | Haskell2010 |
Creates a new option group. You can create up to 20 option groups.
http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateOptionGroup.html
- data CreateOptionGroup
- createOptionGroup :: Text -> Text -> Text -> Text -> CreateOptionGroup
- cogEngineName :: Lens' CreateOptionGroup Text
- cogMajorEngineVersion :: Lens' CreateOptionGroup Text
- cogOptionGroupDescription :: Lens' CreateOptionGroup Text
- cogOptionGroupName :: Lens' CreateOptionGroup Text
- cogTags :: Lens' CreateOptionGroup [Tag]
- data CreateOptionGroupResponse
- createOptionGroupResponse :: CreateOptionGroupResponse
- cogr1OptionGroup :: Lens' CreateOptionGroupResponse (Maybe OptionGroup)
Request
data CreateOptionGroup Source
Eq CreateOptionGroup | |
Read CreateOptionGroup | |
Show CreateOptionGroup | |
AWSRequest CreateOptionGroup | |
ToQuery CreateOptionGroup | |
ToPath CreateOptionGroup | |
ToHeaders CreateOptionGroup | |
type Sv CreateOptionGroup = RDS | |
type Rs CreateOptionGroup = CreateOptionGroupResponse |
Request constructor
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> CreateOptionGroup |
CreateOptionGroup
constructor.
The fields accessible through corresponding lenses are:
cogEngineName
::
Text
cogMajorEngineVersion
::
Text
cogOptionGroupDescription
::
Text
cogOptionGroupName
::
Text
cogTags
::
[Tag
]
Request lenses
cogEngineName :: Lens' CreateOptionGroup Text Source
Specifies the name of the engine that this option group should be associated with.
cogMajorEngineVersion :: Lens' CreateOptionGroup Text Source
Specifies the major version of the engine that this option group should be associated with.
cogOptionGroupDescription :: Lens' CreateOptionGroup Text Source
The description of the option group.
cogOptionGroupName :: Lens' CreateOptionGroup Text Source
Specifies the name of the option group to be created.
Constraints:
Must be 1 to 255 alphanumeric characters or hyphens First character must be
a letter Cannot end with a hyphen or contain two consecutive hyphens Example:
myoptiongroup
cogTags :: Lens' CreateOptionGroup [Tag] Source
Response
Response constructor
createOptionGroupResponse :: CreateOptionGroupResponse Source
CreateOptionGroupResponse
constructor.
The fields accessible through corresponding lenses are: