| 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.CloudSearch.Types.Limits
Description
Synopsis
Documentation
See: newLimits smart constructor.
Constructors
| Limits' | |
Fields | |
Instances
| FromXML Limits Source # | |
| Generic Limits Source # | |
| Read Limits Source # | |
| Show Limits Source # | |
| NFData Limits Source # | |
Defined in Amazonka.CloudSearch.Types.Limits | |
| Eq Limits Source # | |
| Hashable Limits Source # | |
Defined in Amazonka.CloudSearch.Types.Limits | |
| type Rep Limits Source # | |
Defined in Amazonka.CloudSearch.Types.Limits type Rep Limits = D1 ('MetaData "Limits" "Amazonka.CloudSearch.Types.Limits" "amazonka-cloudsearch-2.0-A2SXRDW2ivUDvdOgQgoVJQ" 'False) (C1 ('MetaCons "Limits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maximumReplicationCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "maximumPartitionCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))) | |
Create a value of Limits 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:maximumReplicationCount:Limits', limits_maximumReplicationCount - Undocumented member.
$sel:maximumPartitionCount:Limits', limits_maximumPartitionCount - Undocumented member.