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

Description

Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry for the account and region.

For more information, see Configuring extensions at the account level in the CloudFormation User Guide.

Synopsis

Creating a Request

data BatchDescribeTypeConfigurations Source #

See: newBatchDescribeTypeConfigurations smart constructor.

Constructors

BatchDescribeTypeConfigurations' 

Fields

Instances

Instances details
Eq BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

Read BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

Show BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

Generic BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

Associated Types

type Rep BatchDescribeTypeConfigurations :: Type -> Type #

NFData BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

Hashable BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

AWSRequest BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

ToHeaders BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

ToPath BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

ToQuery BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

type Rep BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

type Rep BatchDescribeTypeConfigurations = D1 ('MetaData "BatchDescribeTypeConfigurations" "Amazonka.CloudFormation.BatchDescribeTypeConfigurations" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "BatchDescribeTypeConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "typeConfigurationIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty TypeConfigurationIdentifier))))
type AWSResponse BatchDescribeTypeConfigurations Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

newBatchDescribeTypeConfigurations Source #

Create a value of BatchDescribeTypeConfigurations 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:typeConfigurationIdentifiers:BatchDescribeTypeConfigurations', batchDescribeTypeConfigurations_typeConfigurationIdentifiers - The list of identifiers for the desired extension configurations.

Request Lenses

Destructuring the Response

data BatchDescribeTypeConfigurationsResponse Source #

Constructors

BatchDescribeTypeConfigurationsResponse' 

Fields

Instances

Instances details
Eq BatchDescribeTypeConfigurationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

Read BatchDescribeTypeConfigurationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

Show BatchDescribeTypeConfigurationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

Generic BatchDescribeTypeConfigurationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

NFData BatchDescribeTypeConfigurationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

type Rep BatchDescribeTypeConfigurationsResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.BatchDescribeTypeConfigurations

type Rep BatchDescribeTypeConfigurationsResponse = D1 ('MetaData "BatchDescribeTypeConfigurationsResponse" "Amazonka.CloudFormation.BatchDescribeTypeConfigurations" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "BatchDescribeTypeConfigurationsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "unprocessedTypeConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TypeConfigurationIdentifier])) :*: S1 ('MetaSel ('Just "typeConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TypeConfigurationDetails]))) :*: (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchDescribeTypeConfigurationsError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchDescribeTypeConfigurationsResponse Source #

Create a value of BatchDescribeTypeConfigurationsResponse 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:unprocessedTypeConfigurations:BatchDescribeTypeConfigurationsResponse', batchDescribeTypeConfigurationsResponse_unprocessedTypeConfigurations - A list of any of the specified extension configurations that CloudFormation could not process for any reason.

$sel:typeConfigurations:BatchDescribeTypeConfigurationsResponse', batchDescribeTypeConfigurationsResponse_typeConfigurations - A list of any of the specified extension configurations from the CloudFormation registry.

$sel:errors:BatchDescribeTypeConfigurationsResponse', batchDescribeTypeConfigurationsResponse_errors - A list of information concerning any errors generated during the setting of the specified configurations.

$sel:httpStatus:BatchDescribeTypeConfigurationsResponse', batchDescribeTypeConfigurationsResponse_httpStatus - The response's http status code.

Response Lenses

batchDescribeTypeConfigurationsResponse_unprocessedTypeConfigurations :: Lens' BatchDescribeTypeConfigurationsResponse (Maybe [TypeConfigurationIdentifier]) Source #

A list of any of the specified extension configurations that CloudFormation could not process for any reason.

batchDescribeTypeConfigurationsResponse_typeConfigurations :: Lens' BatchDescribeTypeConfigurationsResponse (Maybe [TypeConfigurationDetails]) Source #

A list of any of the specified extension configurations from the CloudFormation registry.

batchDescribeTypeConfigurationsResponse_errors :: Lens' BatchDescribeTypeConfigurationsResponse (Maybe [BatchDescribeTypeConfigurationsError]) Source #

A list of information concerning any errors generated during the setting of the specified configurations.