| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Support.Types.SupportService
Description
Documentation
data SupportService Source #
Information about an Amazon Web Services service returned by the DescribeServices operation.
See: newSupportService smart constructor.
Constructors
| SupportService' | |
Fields
| |
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 Amazon Web Services Support when
you call CreateCase.
SupportService, supportService_code - The code for an Amazon Web Services service returned by the
DescribeServices response. The name element contains the corresponding
friendly name.
SupportService, supportService_name - The friendly name for an Amazon Web Services service. The code element
contains the corresponding code.
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 Amazon Web Services Support when you call CreateCase.
supportService_code :: Lens' SupportService (Maybe Text) Source #
The code for an Amazon Web Services service returned by the
DescribeServices response. The name element contains the corresponding
friendly name.
supportService_name :: Lens' SupportService (Maybe Text) Source #
The friendly name for an Amazon Web Services service. The code element
contains the corresponding code.