amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.AttachVerifiedAccessTrustProvider

Description

A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices. One or more trust providers can be attached to an Amazon Web Services Verified Access instance.

Synopsis

Creating a Request

data AttachVerifiedAccessTrustProvider Source #

See: newAttachVerifiedAccessTrustProvider smart constructor.

Constructors

AttachVerifiedAccessTrustProvider' 

Fields

  • clientToken :: Maybe Text

    A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

  • dryRun :: Maybe Bool

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

  • verifiedAccessInstanceId :: Text

    The ID of the Amazon Web Services Verified Access instance.

  • verifiedAccessTrustProviderId :: Text

    The ID of the Amazon Web Services Verified Access trust provider.

Instances

Instances details
ToHeaders AttachVerifiedAccessTrustProvider Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

ToPath AttachVerifiedAccessTrustProvider Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

ToQuery AttachVerifiedAccessTrustProvider Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

AWSRequest AttachVerifiedAccessTrustProvider Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

Generic AttachVerifiedAccessTrustProvider Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

Associated Types

type Rep AttachVerifiedAccessTrustProvider :: Type -> Type #

Read AttachVerifiedAccessTrustProvider Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

Show AttachVerifiedAccessTrustProvider Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

NFData AttachVerifiedAccessTrustProvider Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

Eq AttachVerifiedAccessTrustProvider Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

Hashable AttachVerifiedAccessTrustProvider Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

type AWSResponse AttachVerifiedAccessTrustProvider Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

type Rep AttachVerifiedAccessTrustProvider Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

type Rep AttachVerifiedAccessTrustProvider = D1 ('MetaData "AttachVerifiedAccessTrustProvider" "Amazonka.EC2.AttachVerifiedAccessTrustProvider" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "AttachVerifiedAccessTrustProvider'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "verifiedAccessInstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "verifiedAccessTrustProviderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAttachVerifiedAccessTrustProvider Source #

Create a value of AttachVerifiedAccessTrustProvider 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:

AttachVerifiedAccessTrustProvider, attachVerifiedAccessTrustProvider_clientToken - A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

$sel:dryRun:AttachVerifiedAccessTrustProvider', attachVerifiedAccessTrustProvider_dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

AttachVerifiedAccessTrustProvider, attachVerifiedAccessTrustProvider_verifiedAccessInstanceId - The ID of the Amazon Web Services Verified Access instance.

AttachVerifiedAccessTrustProvider, attachVerifiedAccessTrustProvider_verifiedAccessTrustProviderId - The ID of the Amazon Web Services Verified Access trust provider.

Request Lenses

attachVerifiedAccessTrustProvider_clientToken :: Lens' AttachVerifiedAccessTrustProvider (Maybe Text) Source #

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

attachVerifiedAccessTrustProvider_dryRun :: Lens' AttachVerifiedAccessTrustProvider (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Destructuring the Response

data AttachVerifiedAccessTrustProviderResponse Source #

Constructors

AttachVerifiedAccessTrustProviderResponse' 

Fields

Instances

Instances details
Generic AttachVerifiedAccessTrustProviderResponse Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

Read AttachVerifiedAccessTrustProviderResponse Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

Show AttachVerifiedAccessTrustProviderResponse Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

NFData AttachVerifiedAccessTrustProviderResponse Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

Eq AttachVerifiedAccessTrustProviderResponse Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

type Rep AttachVerifiedAccessTrustProviderResponse Source # 
Instance details

Defined in Amazonka.EC2.AttachVerifiedAccessTrustProvider

type Rep AttachVerifiedAccessTrustProviderResponse = D1 ('MetaData "AttachVerifiedAccessTrustProviderResponse" "Amazonka.EC2.AttachVerifiedAccessTrustProvider" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "AttachVerifiedAccessTrustProviderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "verifiedAccessInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VerifiedAccessInstance)) :*: (S1 ('MetaSel ('Just "verifiedAccessTrustProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VerifiedAccessTrustProvider)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses