Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data SupportService Source #
Information about an AWS service returned by the DescribeServices operation.
See: newSupportService
smart constructor.
SupportService' | |
|
Instances
newSupportService :: SupportService Source #
Create a value of SupportService
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:categories:SupportService'
, supportService_categories
- A list of categories that describe the type of support issue a case
describes. Categories consist of a category name and a category code.
Category names and codes are passed to AWS Support when you call
CreateCase.
$sel:name:SupportService'
, supportService_name
- The friendly name for an AWS service. The code
element contains the
corresponding code.
$sel:code:SupportService'
, supportService_code
- The code for an AWS service returned by the DescribeServices response.
The name
element contains the corresponding friendly name.
supportService_categories :: Lens' SupportService (Maybe [Category]) Source #
A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call CreateCase.
supportService_name :: Lens' SupportService (Maybe Text) Source #
The friendly name for an AWS service. The code
element contains the
corresponding code.
supportService_code :: Lens' SupportService (Maybe Text) Source #
The code for an AWS service returned by the DescribeServices response.
The name
element contains the corresponding friendly name.