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

Description

List repository sync definitions with detail data.

This operation returns paginated results.

Synopsis

Creating a Request

data ListRepositorySyncDefinitions Source #

See: newListRepositorySyncDefinitions smart constructor.

Constructors

ListRepositorySyncDefinitions' 

Fields

Instances

Instances details
ToJSON ListRepositorySyncDefinitions Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

ToHeaders ListRepositorySyncDefinitions Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

ToPath ListRepositorySyncDefinitions Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

ToQuery ListRepositorySyncDefinitions Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

AWSPager ListRepositorySyncDefinitions Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

AWSRequest ListRepositorySyncDefinitions Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

Generic ListRepositorySyncDefinitions Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

Associated Types

type Rep ListRepositorySyncDefinitions :: Type -> Type #

Read ListRepositorySyncDefinitions Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

Show ListRepositorySyncDefinitions Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

NFData ListRepositorySyncDefinitions Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

Eq ListRepositorySyncDefinitions Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

Hashable ListRepositorySyncDefinitions Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

type AWSResponse ListRepositorySyncDefinitions Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

type Rep ListRepositorySyncDefinitions Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

type Rep ListRepositorySyncDefinitions = D1 ('MetaData "ListRepositorySyncDefinitions" "Amazonka.Proton.ListRepositorySyncDefinitions" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "ListRepositorySyncDefinitions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "repositoryProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RepositoryProvider) :*: S1 ('MetaSel ('Just "syncType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SyncType))))

newListRepositorySyncDefinitions Source #

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

ListRepositorySyncDefinitions, listRepositorySyncDefinitions_nextToken - A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the list of repository sync definitions previously requested.

ListRepositorySyncDefinitions, listRepositorySyncDefinitions_repositoryName - The repository name.

ListRepositorySyncDefinitions, listRepositorySyncDefinitions_repositoryProvider - The repository provider.

$sel:syncType:ListRepositorySyncDefinitions', listRepositorySyncDefinitions_syncType - The sync type. The only supported value is TEMPLATE_SYNC.

Request Lenses

listRepositorySyncDefinitions_nextToken :: Lens' ListRepositorySyncDefinitions (Maybe Text) Source #

A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the list of repository sync definitions previously requested.

listRepositorySyncDefinitions_syncType :: Lens' ListRepositorySyncDefinitions SyncType Source #

The sync type. The only supported value is TEMPLATE_SYNC.

Destructuring the Response

data ListRepositorySyncDefinitionsResponse Source #

Constructors

ListRepositorySyncDefinitionsResponse' 

Fields

Instances

Instances details
Generic ListRepositorySyncDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

Read ListRepositorySyncDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

Show ListRepositorySyncDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

NFData ListRepositorySyncDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

Eq ListRepositorySyncDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

type Rep ListRepositorySyncDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Proton.ListRepositorySyncDefinitions

type Rep ListRepositorySyncDefinitionsResponse = D1 ('MetaData "ListRepositorySyncDefinitionsResponse" "Amazonka.Proton.ListRepositorySyncDefinitions" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "ListRepositorySyncDefinitionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "syncDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RepositorySyncDefinition]))))

newListRepositorySyncDefinitionsResponse Source #

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

ListRepositorySyncDefinitions, listRepositorySyncDefinitionsResponse_nextToken - A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the current requested list of repository sync definitions.

$sel:httpStatus:ListRepositorySyncDefinitionsResponse', listRepositorySyncDefinitionsResponse_httpStatus - The response's http status code.

$sel:syncDefinitions:ListRepositorySyncDefinitionsResponse', listRepositorySyncDefinitionsResponse_syncDefinitions - An array of repository sync definitions.

Response Lenses

listRepositorySyncDefinitionsResponse_nextToken :: Lens' ListRepositorySyncDefinitionsResponse (Maybe Text) Source #

A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the current requested list of repository sync definitions.