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 |
Documentation
Describes the ID format for a resource.
See: newIdFormat
smart constructor.
IdFormat' | |
|
Instances
FromXML IdFormat Source # | |
Generic IdFormat Source # | |
Read IdFormat Source # | |
Show IdFormat Source # | |
NFData IdFormat Source # | |
Defined in Amazonka.EC2.Types.IdFormat | |
Eq IdFormat Source # | |
Hashable IdFormat Source # | |
Defined in Amazonka.EC2.Types.IdFormat | |
type Rep IdFormat Source # | |
Defined in Amazonka.EC2.Types.IdFormat type Rep IdFormat = D1 ('MetaData "IdFormat" "Amazonka.EC2.Types.IdFormat" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "IdFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deadline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "useLongIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) |
newIdFormat :: IdFormat Source #
Create a value of IdFormat
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:deadline:IdFormat'
, idFormat_deadline
- The date in UTC at which you are permanently switched over to using
longer IDs. If a deadline is not yet available for this resource type,
this field is not returned.
$sel:resource:IdFormat'
, idFormat_resource
- The type of resource.
$sel:useLongIds:IdFormat'
, idFormat_useLongIds
- Indicates whether longer IDs (17-character IDs) are enabled for the
resource.