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 |
Synopsis
- data IosClientBrandingAttributes = IosClientBrandingAttributes' {}
- newIosClientBrandingAttributes :: IosClientBrandingAttributes
- iosClientBrandingAttributes_forgotPasswordLink :: Lens' IosClientBrandingAttributes (Maybe Text)
- iosClientBrandingAttributes_loginMessage :: Lens' IosClientBrandingAttributes (Maybe (HashMap Text Text))
- iosClientBrandingAttributes_logo2xUrl :: Lens' IosClientBrandingAttributes (Maybe Text)
- iosClientBrandingAttributes_logo3xUrl :: Lens' IosClientBrandingAttributes (Maybe Text)
- iosClientBrandingAttributes_logoUrl :: Lens' IosClientBrandingAttributes (Maybe Text)
- iosClientBrandingAttributes_supportEmail :: Lens' IosClientBrandingAttributes (Maybe Text)
- iosClientBrandingAttributes_supportLink :: Lens' IosClientBrandingAttributes (Maybe Text)
Documentation
data IosClientBrandingAttributes Source #
The client branding attributes for iOS device types. These attributes are displayed on the iOS client login screen only.
Client branding attributes are public facing. Ensure you do not include sensitive information.
See: newIosClientBrandingAttributes
smart constructor.
IosClientBrandingAttributes' | |
|
Instances
newIosClientBrandingAttributes :: IosClientBrandingAttributes Source #
Create a value of IosClientBrandingAttributes
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:forgotPasswordLink:IosClientBrandingAttributes'
, iosClientBrandingAttributes_forgotPasswordLink
- The forgotten password link. This is the web address that users can go
to if they forget the password for their WorkSpace.
$sel:loginMessage:IosClientBrandingAttributes'
, iosClientBrandingAttributes_loginMessage
- The login message. Specified as a key value pair, in which the key is a
locale and the value is the localized message for that locale. The only
key supported is en_US
. The HTML tags supported include the following:
a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul
.
$sel:logo2xUrl:IosClientBrandingAttributes'
, iosClientBrandingAttributes_logo2xUrl
- The @2x version of the logo. This is the higher resolution display that
offers a scale factor of 2.0 (or @2x). The only image format accepted
is a binary data object that is converted from a .png
file.
For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
$sel:logo3xUrl:IosClientBrandingAttributes'
, iosClientBrandingAttributes_logo3xUrl
- The @3x version of the logo. This is the higher resolution display that
offers a scale factor of 3.0 (or @3x).The only image format accepted is
a binary data object that is converted from a .png
file.
For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
$sel:logoUrl:IosClientBrandingAttributes'
, iosClientBrandingAttributes_logoUrl
- The logo. This is the standard-resolution display that has a 1:1 pixel
density (or @1x), where one pixel is equal to one point. The only image
format accepted is a binary data object that is converted from a .png
file.
$sel:supportEmail:IosClientBrandingAttributes'
, iosClientBrandingAttributes_supportEmail
- The support email. The company's customer support email address.
- In each platform type, the
SupportEmail
andSupportLink
parameters are mutually exclusive. You can specify one parameter for each platform type, but not both. - The default email is
workspaces-feedback@amazon.com
.
$sel:supportLink:IosClientBrandingAttributes'
, iosClientBrandingAttributes_supportLink
- The support link. The link for the company's customer support page for
their WorkSpace.
- In each platform type, the
SupportEmail
andSupportLink
parameters are mutually exclusive. You can specify one parameter for each platform type, but not both. - The default support link is
workspaces-feedback@amazon.com
.
iosClientBrandingAttributes_forgotPasswordLink :: Lens' IosClientBrandingAttributes (Maybe Text) Source #
The forgotten password link. This is the web address that users can go to if they forget the password for their WorkSpace.
iosClientBrandingAttributes_loginMessage :: Lens' IosClientBrandingAttributes (Maybe (HashMap Text Text)) Source #
The login message. Specified as a key value pair, in which the key is a
locale and the value is the localized message for that locale. The only
key supported is en_US
. The HTML tags supported include the following:
a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul
.
iosClientBrandingAttributes_logo2xUrl :: Lens' IosClientBrandingAttributes (Maybe Text) Source #
The @2x version of the logo. This is the higher resolution display that
offers a scale factor of 2.0 (or @2x). The only image format accepted
is a binary data object that is converted from a .png
file.
For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
iosClientBrandingAttributes_logo3xUrl :: Lens' IosClientBrandingAttributes (Maybe Text) Source #
The @3x version of the logo. This is the higher resolution display that
offers a scale factor of 3.0 (or @3x).The only image format accepted is
a binary data object that is converted from a .png
file.
For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
iosClientBrandingAttributes_logoUrl :: Lens' IosClientBrandingAttributes (Maybe Text) Source #
The logo. This is the standard-resolution display that has a 1:1 pixel
density (or @1x), where one pixel is equal to one point. The only image
format accepted is a binary data object that is converted from a .png
file.
iosClientBrandingAttributes_supportEmail :: Lens' IosClientBrandingAttributes (Maybe Text) Source #
The support email. The company's customer support email address.
- In each platform type, the
SupportEmail
andSupportLink
parameters are mutually exclusive. You can specify one parameter for each platform type, but not both. - The default email is
workspaces-feedback@amazon.com
.
iosClientBrandingAttributes_supportLink :: Lens' IosClientBrandingAttributes (Maybe Text) Source #
The support link. The link for the company's customer support page for their WorkSpace.
- In each platform type, the
SupportEmail
andSupportLink
parameters are mutually exclusive. You can specify one parameter for each platform type, but not both. - The default support link is
workspaces-feedback@amazon.com
.