libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation
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.CloudFormation.Types.TypeVersionSummary

Description

 
Synopsis

Documentation

data TypeVersionSummary Source #

Contains summary information about a specific version of a CloudFormation extension.

See: newTypeVersionSummary smart constructor.

Constructors

TypeVersionSummary' 

Fields

  • versionId :: Maybe Text

    The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.

  • typeName :: Maybe Text

    The name of the extension.

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the extension version.

  • publicVersionNumber :: Maybe Text

    For public extensions that have been activated for this account and region, the version of the public extension to be used for CloudFormation operations in this account and region. For any extensions other than activated third-arty extensions, CloudFormation returns null.

    How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extention in this account and region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

  • timeCreated :: Maybe ISO8601

    When the version was registered.

  • type' :: Maybe RegistryType

    The kind of extension.

  • isDefaultVersion :: Maybe Bool

    Whether the specified extension version is set as the default version.

    This applies only to private extensions you have registered in your account, and extensions published by Amazon. For public third-party extensions, whether or not they are activated in your account, CloudFormation returns null.

  • description :: Maybe Text

    The description of the extension version.

Instances

Instances details
Eq TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

Read TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

Show TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

Generic TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

Associated Types

type Rep TypeVersionSummary :: Type -> Type #

NFData TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

Methods

rnf :: TypeVersionSummary -> () #

Hashable TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

FromXML TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

type Rep TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

type Rep TypeVersionSummary = D1 ('MetaData "TypeVersionSummary" "Amazonka.CloudFormation.Types.TypeVersionSummary" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "TypeVersionSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "versionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publicVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "timeCreated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistryType))) :*: (S1 ('MetaSel ('Just "isDefaultVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newTypeVersionSummary :: TypeVersionSummary Source #

Create a value of TypeVersionSummary 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:versionId:TypeVersionSummary', typeVersionSummary_versionId - The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.

$sel:typeName:TypeVersionSummary', typeVersionSummary_typeName - The name of the extension.

$sel:arn:TypeVersionSummary', typeVersionSummary_arn - The Amazon Resource Name (ARN) of the extension version.

$sel:publicVersionNumber:TypeVersionSummary', typeVersionSummary_publicVersionNumber - For public extensions that have been activated for this account and region, the version of the public extension to be used for CloudFormation operations in this account and region. For any extensions other than activated third-arty extensions, CloudFormation returns null.

How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extention in this account and region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

$sel:timeCreated:TypeVersionSummary', typeVersionSummary_timeCreated - When the version was registered.

$sel:type':TypeVersionSummary', typeVersionSummary_type - The kind of extension.

$sel:isDefaultVersion:TypeVersionSummary', typeVersionSummary_isDefaultVersion - Whether the specified extension version is set as the default version.

This applies only to private extensions you have registered in your account, and extensions published by Amazon. For public third-party extensions, whether or not they are activated in your account, CloudFormation returns null.

$sel:description:TypeVersionSummary', typeVersionSummary_description - The description of the extension version.

typeVersionSummary_versionId :: Lens' TypeVersionSummary (Maybe Text) Source #

The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.

typeVersionSummary_arn :: Lens' TypeVersionSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the extension version.

typeVersionSummary_publicVersionNumber :: Lens' TypeVersionSummary (Maybe Text) Source #

For public extensions that have been activated for this account and region, the version of the public extension to be used for CloudFormation operations in this account and region. For any extensions other than activated third-arty extensions, CloudFormation returns null.

How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extention in this account and region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

typeVersionSummary_isDefaultVersion :: Lens' TypeVersionSummary (Maybe Bool) Source #

Whether the specified extension version is set as the default version.

This applies only to private extensions you have registered in your account, and extensions published by Amazon. For public third-party extensions, whether or not they are activated in your account, CloudFormation returns null.

typeVersionSummary_description :: Lens' TypeVersionSummary (Maybe Text) Source #

The description of the extension version.