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.ExportClientVpnClientConfiguration

Description

Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint. The Client VPN endpoint configuration file includes the Client VPN endpoint and certificate information clients need to establish a connection with the Client VPN endpoint.

Synopsis

Creating a Request

data ExportClientVpnClientConfiguration Source #

Constructors

ExportClientVpnClientConfiguration' 

Fields

  • 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.

  • clientVpnEndpointId :: Text

    The ID of the Client VPN endpoint.

Instances

Instances details
ToHeaders ExportClientVpnClientConfiguration Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

ToPath ExportClientVpnClientConfiguration Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

ToQuery ExportClientVpnClientConfiguration Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

AWSRequest ExportClientVpnClientConfiguration Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

Generic ExportClientVpnClientConfiguration Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

Associated Types

type Rep ExportClientVpnClientConfiguration :: Type -> Type #

Read ExportClientVpnClientConfiguration Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

Show ExportClientVpnClientConfiguration Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

NFData ExportClientVpnClientConfiguration Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

Eq ExportClientVpnClientConfiguration Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

Hashable ExportClientVpnClientConfiguration Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

type AWSResponse ExportClientVpnClientConfiguration Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

type Rep ExportClientVpnClientConfiguration Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

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

newExportClientVpnClientConfiguration Source #

Create a value of ExportClientVpnClientConfiguration 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:dryRun:ExportClientVpnClientConfiguration', exportClientVpnClientConfiguration_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.

ExportClientVpnClientConfiguration, exportClientVpnClientConfiguration_clientVpnEndpointId - The ID of the Client VPN endpoint.

Request Lenses

exportClientVpnClientConfiguration_dryRun :: Lens' ExportClientVpnClientConfiguration (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 ExportClientVpnClientConfigurationResponse Source #

Constructors

ExportClientVpnClientConfigurationResponse' 

Fields

Instances

Instances details
Generic ExportClientVpnClientConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

Read ExportClientVpnClientConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

Show ExportClientVpnClientConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

NFData ExportClientVpnClientConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

Eq ExportClientVpnClientConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

type Rep ExportClientVpnClientConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.ExportClientVpnClientConfiguration

type Rep ExportClientVpnClientConfigurationResponse = D1 ('MetaData "ExportClientVpnClientConfigurationResponse" "Amazonka.EC2.ExportClientVpnClientConfiguration" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "ExportClientVpnClientConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newExportClientVpnClientConfigurationResponse Source #

Create a value of ExportClientVpnClientConfigurationResponse 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:clientConfiguration:ExportClientVpnClientConfigurationResponse', exportClientVpnClientConfigurationResponse_clientConfiguration - The contents of the Client VPN endpoint configuration file.

$sel:httpStatus:ExportClientVpnClientConfigurationResponse', exportClientVpnClientConfigurationResponse_httpStatus - The response's http status code.

Response Lenses