amazonka-cloudformation-2.0: Amazon CloudFormation 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.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

  • arn :: Maybe Text

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

  • description :: Maybe Text

    The description of the extension version.

  • 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, CloudFormation returns null.

  • 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 extension 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.

  • typeName :: Maybe Text

    The name of the extension.

  • 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's registered.

Instances

Instances details
FromXML 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 #

Read TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

Show TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

NFData TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

Methods

rnf :: TypeVersionSummary -> () #

Eq TypeVersionSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.TypeVersionSummary

Hashable 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" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "TypeVersionSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "isDefaultVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: 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 "typeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionId") '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:arn:TypeVersionSummary', typeVersionSummary_arn - The Amazon Resource Name (ARN) of the extension version.

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

$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, CloudFormation returns null.

$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 extension 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:typeName:TypeVersionSummary', typeVersionSummary_typeName - The name of the extension.

$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's registered.

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

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

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

The description of the extension version.

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, CloudFormation returns null.

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 extension 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_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's registered.