amazonka-proton-2.0: Amazon Proton 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.Proton.GetTemplateSyncConfig

Description

Get detail data for a template sync configuration.

Synopsis

Creating a Request

data GetTemplateSyncConfig Source #

See: newGetTemplateSyncConfig smart constructor.

Constructors

GetTemplateSyncConfig' 

Fields

Instances

Instances details
ToJSON GetTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

ToHeaders GetTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

ToPath GetTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

ToQuery GetTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

AWSRequest GetTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

Associated Types

type AWSResponse GetTemplateSyncConfig #

Generic GetTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

Associated Types

type Rep GetTemplateSyncConfig :: Type -> Type #

Read GetTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

Show GetTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

NFData GetTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

Methods

rnf :: GetTemplateSyncConfig -> () #

Eq GetTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

Hashable GetTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

type AWSResponse GetTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

type Rep GetTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

type Rep GetTemplateSyncConfig = D1 ('MetaData "GetTemplateSyncConfig" "Amazonka.Proton.GetTemplateSyncConfig" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "GetTemplateSyncConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "templateType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TemplateType)))

newGetTemplateSyncConfig Source #

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

GetTemplateSyncConfig, getTemplateSyncConfig_templateName - The template name.

GetTemplateSyncConfig, getTemplateSyncConfig_templateType - The template type.

Request Lenses

Destructuring the Response

data GetTemplateSyncConfigResponse Source #

See: newGetTemplateSyncConfigResponse smart constructor.

Constructors

GetTemplateSyncConfigResponse' 

Fields

Instances

Instances details
Generic GetTemplateSyncConfigResponse Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

Associated Types

type Rep GetTemplateSyncConfigResponse :: Type -> Type #

Read GetTemplateSyncConfigResponse Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

Show GetTemplateSyncConfigResponse Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

NFData GetTemplateSyncConfigResponse Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

Eq GetTemplateSyncConfigResponse Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

type Rep GetTemplateSyncConfigResponse Source # 
Instance details

Defined in Amazonka.Proton.GetTemplateSyncConfig

type Rep GetTemplateSyncConfigResponse = D1 ('MetaData "GetTemplateSyncConfigResponse" "Amazonka.Proton.GetTemplateSyncConfig" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "GetTemplateSyncConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "templateSyncConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemplateSyncConfig)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetTemplateSyncConfigResponse Source #

Create a value of GetTemplateSyncConfigResponse 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:templateSyncConfig:GetTemplateSyncConfigResponse', getTemplateSyncConfigResponse_templateSyncConfig - The template sync configuration detail data that's returned by Proton.

$sel:httpStatus:GetTemplateSyncConfigResponse', getTemplateSyncConfigResponse_httpStatus - The response's http status code.

Response Lenses

getTemplateSyncConfigResponse_templateSyncConfig :: Lens' GetTemplateSyncConfigResponse (Maybe TemplateSyncConfig) Source #

The template sync configuration detail data that's returned by Proton.