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

Description

Update template sync configuration parameters, except for the templateName and templateType. Repository details (branch, name, and provider) should be of a linked repository. A linked repository is a repository that has been registered with Proton. For more information, see CreateRepository.

Synopsis

Creating a Request

data UpdateTemplateSyncConfig Source #

See: newUpdateTemplateSyncConfig smart constructor.

Constructors

UpdateTemplateSyncConfig' 

Fields

Instances

Instances details
ToJSON UpdateTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

ToHeaders UpdateTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

ToPath UpdateTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

ToQuery UpdateTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

AWSRequest UpdateTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

Generic UpdateTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

Associated Types

type Rep UpdateTemplateSyncConfig :: Type -> Type #

Read UpdateTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

Show UpdateTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

NFData UpdateTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

Eq UpdateTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

Hashable UpdateTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

type AWSResponse UpdateTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

type Rep UpdateTemplateSyncConfig Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

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

newUpdateTemplateSyncConfig Source #

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

UpdateTemplateSyncConfig, updateTemplateSyncConfig_subdirectory - A subdirectory path to your template bundle version. When included, limits the template bundle search to this repository directory.

UpdateTemplateSyncConfig, updateTemplateSyncConfig_branch - The repository branch for your template.

UpdateTemplateSyncConfig, updateTemplateSyncConfig_repositoryName - The repository name (for example, myrepos/myrepo).

UpdateTemplateSyncConfig, updateTemplateSyncConfig_repositoryProvider - The repository provider.

UpdateTemplateSyncConfig, updateTemplateSyncConfig_templateName - The synced template name.

UpdateTemplateSyncConfig, updateTemplateSyncConfig_templateType - The synced template type.

Request Lenses

updateTemplateSyncConfig_subdirectory :: Lens' UpdateTemplateSyncConfig (Maybe Text) Source #

A subdirectory path to your template bundle version. When included, limits the template bundle search to this repository directory.

updateTemplateSyncConfig_branch :: Lens' UpdateTemplateSyncConfig Text Source #

The repository branch for your template.

updateTemplateSyncConfig_repositoryName :: Lens' UpdateTemplateSyncConfig Text Source #

The repository name (for example, myrepos/myrepo).

Destructuring the Response

data UpdateTemplateSyncConfigResponse Source #

See: newUpdateTemplateSyncConfigResponse smart constructor.

Constructors

UpdateTemplateSyncConfigResponse' 

Fields

Instances

Instances details
Generic UpdateTemplateSyncConfigResponse Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

Associated Types

type Rep UpdateTemplateSyncConfigResponse :: Type -> Type #

Read UpdateTemplateSyncConfigResponse Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

Show UpdateTemplateSyncConfigResponse Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

NFData UpdateTemplateSyncConfigResponse Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

Eq UpdateTemplateSyncConfigResponse Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

type Rep UpdateTemplateSyncConfigResponse Source # 
Instance details

Defined in Amazonka.Proton.UpdateTemplateSyncConfig

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

newUpdateTemplateSyncConfigResponse Source #

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

$sel:httpStatus:UpdateTemplateSyncConfigResponse', updateTemplateSyncConfigResponse_httpStatus - The response's http status code.

Response Lenses

updateTemplateSyncConfigResponse_templateSyncConfig :: Lens' UpdateTemplateSyncConfigResponse (Maybe TemplateSyncConfig) Source #

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