amazonka-appconfig-2.0: Amazon AppConfig 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.AppConfig.Types.Extension

Description

 
Synopsis

Documentation

data Extension Source #

See: newExtension smart constructor.

Constructors

Extension' 

Fields

Instances

Instances details
FromJSON Extension Source # 
Instance details

Defined in Amazonka.AppConfig.Types.Extension

Generic Extension Source # 
Instance details

Defined in Amazonka.AppConfig.Types.Extension

Associated Types

type Rep Extension :: Type -> Type #

Read Extension Source # 
Instance details

Defined in Amazonka.AppConfig.Types.Extension

Show Extension Source # 
Instance details

Defined in Amazonka.AppConfig.Types.Extension

NFData Extension Source # 
Instance details

Defined in Amazonka.AppConfig.Types.Extension

Methods

rnf :: Extension -> () #

Eq Extension Source # 
Instance details

Defined in Amazonka.AppConfig.Types.Extension

Hashable Extension Source # 
Instance details

Defined in Amazonka.AppConfig.Types.Extension

type Rep Extension Source # 
Instance details

Defined in Amazonka.AppConfig.Types.Extension

newExtension :: Extension Source #

Create a value of Extension 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:actions:Extension', extension_actions - The actions defined in the extension.

$sel:arn:Extension', extension_arn - The system-generated Amazon Resource Name (ARN) for the extension.

Extension, extension_description - Information about the extension.

$sel:id:Extension', extension_id - The system-generated ID of the extension.

Extension, extension_name - The extension name.

$sel:parameters:Extension', extension_parameters - The parameters accepted by the extension. You specify parameter values when you associate the extension to an AppConfig resource by using the CreateExtensionAssociation API action. For Lambda extension actions, these parameters are included in the Lambda request object.

$sel:versionNumber:Extension', extension_versionNumber - The extension version number.

extension_actions :: Lens' Extension (Maybe (HashMap ActionPoint (NonEmpty Action))) Source #

The actions defined in the extension.

extension_arn :: Lens' Extension (Maybe Text) Source #

The system-generated Amazon Resource Name (ARN) for the extension.

extension_description :: Lens' Extension (Maybe Text) Source #

Information about the extension.

extension_id :: Lens' Extension (Maybe Text) Source #

The system-generated ID of the extension.

extension_name :: Lens' Extension (Maybe Text) Source #

The extension name.

extension_parameters :: Lens' Extension (Maybe (HashMap Text Parameter)) Source #

The parameters accepted by the extension. You specify parameter values when you associate the extension to an AppConfig resource by using the CreateExtensionAssociation API action. For Lambda extension actions, these parameters are included in the Lambda request object.

extension_versionNumber :: Lens' Extension (Maybe Int) Source #

The extension version number.