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 AccessMethod Source #
Describes the type and format of extension access. Only one of
CustomObjectIdentifier
or AccessMethodType
may be provided.
Providing both results in InvalidArgsException
.
See: newAccessMethod
smart constructor.
AccessMethod' | |
|
Instances
newAccessMethod :: AccessMethod Source #
Create a value of AccessMethod
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:accessMethodType:AccessMethod'
, accessMethod_accessMethodType
- Specifies the AccessMethod
.
$sel:customObjectIdentifier:AccessMethod'
, accessMethod_customObjectIdentifier
- An object identifier (OID) specifying the AccessMethod
. The OID must
satisfy the regular expression shown below. For more information, see
NIST's definition of
Object Identifier (OID).
accessMethod_accessMethodType :: Lens' AccessMethod (Maybe AccessMethodType) Source #
Specifies the AccessMethod
.
accessMethod_customObjectIdentifier :: Lens' AccessMethod (Maybe Text) Source #
An object identifier (OID) specifying the AccessMethod
. The OID must
satisfy the regular expression shown below. For more information, see
NIST's definition of
Object Identifier (OID).