| 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.ChimeSdkVoice.Types.Proxy
Description
Documentation
See: newProxy smart constructor.
Constructors
| Proxy' | |
Fields | |
Instances
| FromJSON Proxy Source # | |
| Generic Proxy Source # | |
| Show Proxy Source # | |
| NFData Proxy Source # | |
Defined in Amazonka.ChimeSdkVoice.Types.Proxy | |
| Eq Proxy Source # | |
| Hashable Proxy Source # | |
Defined in Amazonka.ChimeSdkVoice.Types.Proxy | |
| type Rep Proxy Source # | |
Defined in Amazonka.ChimeSdkVoice.Types.Proxy type Rep Proxy = D1 ('MetaData "Proxy" "Amazonka.ChimeSdkVoice.Types.Proxy" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "Proxy'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultSessionExpiryMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "fallBackPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "phoneNumberCountries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))) | |
Create a value of Proxy 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:defaultSessionExpiryMinutes:Proxy', proxy_defaultSessionExpiryMinutes - Undocumented member.
$sel:disabled:Proxy', proxy_disabled - Undocumented member.
$sel:fallBackPhoneNumber:Proxy', proxy_fallBackPhoneNumber - Undocumented member.
$sel:phoneNumberCountries:Proxy', proxy_phoneNumberCountries - Undocumented member.