| 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.Transfer.Types.ListedProfile
Description
Synopsis
- data ListedProfile = ListedProfile' {}
- newListedProfile :: ListedProfile
- listedProfile_arn :: Lens' ListedProfile (Maybe Text)
- listedProfile_as2Id :: Lens' ListedProfile (Maybe Text)
- listedProfile_profileId :: Lens' ListedProfile (Maybe Text)
- listedProfile_profileType :: Lens' ListedProfile (Maybe ProfileType)
Documentation
data ListedProfile Source #
Returns the properties of the profile that was specified.
See: newListedProfile smart constructor.
Constructors
| ListedProfile' | |
Fields
| |
Instances
newListedProfile :: ListedProfile Source #
Create a value of ListedProfile 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:arn:ListedProfile', listedProfile_arn - The Amazon Resource Name (ARN) of the specified profile.
$sel:as2Id:ListedProfile', listedProfile_as2Id - The As2Id is the AS2-name, as defined in the
RFC 4130. For inbound
transfers, this is the AS2-From header for the AS2 messages sent from
the partner. For outbound connectors, this is the AS2-To header for
the AS2 messages sent to the partner using the StartFileTransfer API
operation. This ID cannot include spaces.
$sel:profileId:ListedProfile', listedProfile_profileId - A unique identifier for the local or partner AS2 profile.
$sel:profileType:ListedProfile', listedProfile_profileType - Indicates whether to list only LOCAL type profiles or only PARTNER
type profiles. If not supplied in the request, the command lists all
types of profiles.
listedProfile_arn :: Lens' ListedProfile (Maybe Text) Source #
The Amazon Resource Name (ARN) of the specified profile.
listedProfile_as2Id :: Lens' ListedProfile (Maybe Text) Source #
The As2Id is the AS2-name, as defined in the
RFC 4130. For inbound
transfers, this is the AS2-From header for the AS2 messages sent from
the partner. For outbound connectors, this is the AS2-To header for
the AS2 messages sent to the partner using the StartFileTransfer API
operation. This ID cannot include spaces.
listedProfile_profileId :: Lens' ListedProfile (Maybe Text) Source #
A unique identifier for the local or partner AS2 profile.
listedProfile_profileType :: Lens' ListedProfile (Maybe ProfileType) Source #
Indicates whether to list only LOCAL type profiles or only PARTNER
type profiles. If not supplied in the request, the command lists all
types of profiles.