| 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 |
Amazonka.APIGateway.Types.SdkType
Description
Synopsis
Documentation
A type of SDK that API Gateway can generate.
See: newSdkType smart constructor.
Constructors
| SdkType' | |
Fields
| |
Instances
newSdkType :: SdkType Source #
Create a value of SdkType 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:friendlyName:SdkType', sdkType_friendlyName - The user-friendly name of an SdkType instance.
$sel:configurationProperties:SdkType', sdkType_configurationProperties - A list of configuration properties of an SdkType.
$sel:id:SdkType', sdkType_id - The identifier of an SdkType instance.
$sel:description:SdkType', sdkType_description - The description of an SdkType.
sdkType_friendlyName :: Lens' SdkType (Maybe Text) Source #
The user-friendly name of an SdkType instance.
sdkType_configurationProperties :: Lens' SdkType (Maybe [SdkConfigurationProperty]) Source #
A list of configuration properties of an SdkType.