libZSservicesZSamazonka-sso-adminZSamazonka-sso-admin
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SSOAdmin.Types.InstanceMetadata

Description

 
Synopsis

Documentation

data InstanceMetadata Source #

Provides information about the SSO instance.

See: newInstanceMetadata smart constructor.

Constructors

InstanceMetadata' 

Fields

Instances

Instances details
Eq InstanceMetadata Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.InstanceMetadata

Read InstanceMetadata Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.InstanceMetadata

Show InstanceMetadata Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.InstanceMetadata

Generic InstanceMetadata Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.InstanceMetadata

Associated Types

type Rep InstanceMetadata :: Type -> Type #

NFData InstanceMetadata Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.InstanceMetadata

Methods

rnf :: InstanceMetadata -> () #

Hashable InstanceMetadata Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.InstanceMetadata

FromJSON InstanceMetadata Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.InstanceMetadata

type Rep InstanceMetadata Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.InstanceMetadata

type Rep InstanceMetadata = D1 ('MetaData "InstanceMetadata" "Amazonka.SSOAdmin.Types.InstanceMetadata" "libZSservicesZSamazonka-sso-adminZSamazonka-sso-admin" 'False) (C1 ('MetaCons "InstanceMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newInstanceMetadata :: InstanceMetadata Source #

Create a value of InstanceMetadata 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:identityStoreId:InstanceMetadata', instanceMetadata_identityStoreId - The identifier of the identity store that is connected to the SSO instance.

$sel:instanceArn:InstanceMetadata', instanceMetadata_instanceArn - The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

instanceMetadata_identityStoreId :: Lens' InstanceMetadata (Maybe Text) Source #

The identifier of the identity store that is connected to the SSO instance.

instanceMetadata_instanceArn :: Lens' InstanceMetadata (Maybe Text) Source #

The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.