libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CodePipeline.Types.ActionTypeUrls

Description

 
Synopsis

Documentation

data ActionTypeUrls Source #

Returns information about URLs for web pages that display to customers as links on the pipeline view, such as an external configuration page for the action type.

See: newActionTypeUrls smart constructor.

Constructors

ActionTypeUrls' 

Fields

  • executionUrlTemplate :: Maybe Text

    The link to an execution page for the action type in progress. For example, for a CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.

  • revisionUrlTemplate :: Maybe Text

    The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.

  • entityUrlTemplate :: Maybe Text

    The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as a status page. This link is provided as part of the action display in the pipeline.

  • configurationUrl :: Maybe Text

    The URL returned to the CodePipeline console that contains a link to the page where customers can configure the external action.

Instances

Instances details
Eq ActionTypeUrls Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeUrls

Read ActionTypeUrls Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeUrls

Show ActionTypeUrls Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeUrls

Generic ActionTypeUrls Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeUrls

Associated Types

type Rep ActionTypeUrls :: Type -> Type #

NFData ActionTypeUrls Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeUrls

Methods

rnf :: ActionTypeUrls -> () #

Hashable ActionTypeUrls Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeUrls

ToJSON ActionTypeUrls Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeUrls

FromJSON ActionTypeUrls Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeUrls

type Rep ActionTypeUrls Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeUrls

type Rep ActionTypeUrls = D1 ('MetaData "ActionTypeUrls" "Amazonka.CodePipeline.Types.ActionTypeUrls" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "ActionTypeUrls'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "executionUrlTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "revisionUrlTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "entityUrlTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configurationUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newActionTypeUrls :: ActionTypeUrls Source #

Create a value of ActionTypeUrls 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:executionUrlTemplate:ActionTypeUrls', actionTypeUrls_executionUrlTemplate - The link to an execution page for the action type in progress. For example, for a CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.

$sel:revisionUrlTemplate:ActionTypeUrls', actionTypeUrls_revisionUrlTemplate - The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.

$sel:entityUrlTemplate:ActionTypeUrls', actionTypeUrls_entityUrlTemplate - The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as a status page. This link is provided as part of the action display in the pipeline.

$sel:configurationUrl:ActionTypeUrls', actionTypeUrls_configurationUrl - The URL returned to the CodePipeline console that contains a link to the page where customers can configure the external action.

actionTypeUrls_executionUrlTemplate :: Lens' ActionTypeUrls (Maybe Text) Source #

The link to an execution page for the action type in progress. For example, for a CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.

actionTypeUrls_revisionUrlTemplate :: Lens' ActionTypeUrls (Maybe Text) Source #

The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.

actionTypeUrls_entityUrlTemplate :: Lens' ActionTypeUrls (Maybe Text) Source #

The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as a status page. This link is provided as part of the action display in the pipeline.

actionTypeUrls_configurationUrl :: Lens' ActionTypeUrls (Maybe Text) Source #

The URL returned to the CodePipeline console that contains a link to the page where customers can configure the external action.