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 |
Synopsis
- data ApplicationSettingsResponse = ApplicationSettingsResponse' {
- enabled :: Maybe Bool
- settingsGroup :: Maybe Text
- s3BucketName :: Maybe Text
- newApplicationSettingsResponse :: ApplicationSettingsResponse
- applicationSettingsResponse_enabled :: Lens' ApplicationSettingsResponse (Maybe Bool)
- applicationSettingsResponse_settingsGroup :: Lens' ApplicationSettingsResponse (Maybe Text)
- applicationSettingsResponse_s3BucketName :: Lens' ApplicationSettingsResponse (Maybe Text)
Documentation
data ApplicationSettingsResponse Source #
Describes the persistent application settings for users of a stack.
See: newApplicationSettingsResponse
smart constructor.
ApplicationSettingsResponse' | |
|
Instances
newApplicationSettingsResponse :: ApplicationSettingsResponse Source #
Create a value of ApplicationSettingsResponse
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:enabled:ApplicationSettingsResponse'
, applicationSettingsResponse_enabled
- Specifies whether persistent application settings are enabled for users
during their streaming sessions.
$sel:settingsGroup:ApplicationSettingsResponse'
, applicationSettingsResponse_settingsGroup
- The path prefix for the S3 bucket where users’ persistent application
settings are stored.
$sel:s3BucketName:ApplicationSettingsResponse'
, applicationSettingsResponse_s3BucketName
- The S3 bucket where users’ persistent application settings are stored.
When persistent application settings are enabled for the first time for
an account in an AWS Region, an S3 bucket is created. The bucket is
unique to the AWS account and the Region.
applicationSettingsResponse_enabled :: Lens' ApplicationSettingsResponse (Maybe Bool) Source #
Specifies whether persistent application settings are enabled for users during their streaming sessions.
applicationSettingsResponse_settingsGroup :: Lens' ApplicationSettingsResponse (Maybe Text) Source #
The path prefix for the S3 bucket where users’ persistent application settings are stored.
applicationSettingsResponse_s3BucketName :: Lens' ApplicationSettingsResponse (Maybe Text) Source #
The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.