amazonka-servicecatalog-appregistry-2.0: Amazon Service Catalog App Registry 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.ServiceCatalogAppRegistry

Description

Derived from API version 2020-06-24 of the AWS service descriptions, licensed under Apache 2.0.

Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources. AppRegistry provides a repository of your applications, their resources, and the application metadata that you use within your enterprise.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2020-06-24 of the Amazon Service Catalog App Registry SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by ServiceCatalogAppRegistry.

ConflictException

_ConflictException :: AsError a => Fold a ServiceError Source #

There was a conflict when processing the request (for example, a resource with the given name already exists within the account).

InternalServerException

_InternalServerException :: AsError a => Fold a ServiceError Source #

The service is experiencing internal problems.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

The specified resource does not exist.

ServiceQuotaExceededException

_ServiceQuotaExceededException :: AsError a => Fold a ServiceError Source #

The maximum number of resources per account has been reached.

ValidationException

_ValidationException :: AsError a => Fold a ServiceError Source #

The request has invalid or missing parameters.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

AssociateAttributeGroup

data AssociateAttributeGroup Source #

See: newAssociateAttributeGroup smart constructor.

Instances

Instances details
ToJSON AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

ToHeaders AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

ToPath AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

ToQuery AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

AWSRequest AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Generic AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Associated Types

type Rep AssociateAttributeGroup :: Type -> Type #

Read AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Show AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

NFData AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Methods

rnf :: AssociateAttributeGroup -> () #

Eq AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Hashable AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

type AWSResponse AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

type Rep AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

type Rep AssociateAttributeGroup = D1 ('MetaData "AssociateAttributeGroup" "Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "AssociateAttributeGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attributeGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAssociateAttributeGroup Source #

Create a value of AssociateAttributeGroup 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:application:AssociateAttributeGroup', associateAttributeGroup_application - The name or ID of the application.

$sel:attributeGroup:AssociateAttributeGroup', associateAttributeGroup_attributeGroup - The name or ID of the attribute group that holds the attributes to describe the application.

data AssociateAttributeGroupResponse Source #

See: newAssociateAttributeGroupResponse smart constructor.

Instances

Instances details
Generic AssociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Associated Types

type Rep AssociateAttributeGroupResponse :: Type -> Type #

Read AssociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Show AssociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

NFData AssociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Eq AssociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

type Rep AssociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

type Rep AssociateAttributeGroupResponse = D1 ('MetaData "AssociateAttributeGroupResponse" "Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "AssociateAttributeGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "attributeGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newAssociateAttributeGroupResponse Source #

Create a value of AssociateAttributeGroupResponse 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:applicationArn:AssociateAttributeGroupResponse', associateAttributeGroupResponse_applicationArn - The Amazon resource name (ARN) of the application that was augmented with attributes.

$sel:attributeGroupArn:AssociateAttributeGroupResponse', associateAttributeGroupResponse_attributeGroupArn - The Amazon resource name (ARN) of the attribute group that contains the application's new attributes.

$sel:httpStatus:AssociateAttributeGroupResponse', associateAttributeGroupResponse_httpStatus - The response's http status code.

AssociateResource

data AssociateResource Source #

See: newAssociateResource smart constructor.

Instances

Instances details
ToJSON AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

ToHeaders AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

ToPath AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

ToQuery AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

AWSRequest AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Associated Types

type AWSResponse AssociateResource #

Generic AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Associated Types

type Rep AssociateResource :: Type -> Type #

Read AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Show AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

NFData AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Methods

rnf :: AssociateResource -> () #

Eq AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Hashable AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

type AWSResponse AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

type Rep AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

type Rep AssociateResource = D1 ('MetaData "AssociateResource" "Amazonka.ServiceCatalogAppRegistry.AssociateResource" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "AssociateResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceType) :*: S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAssociateResource Source #

Create a value of AssociateResource 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:application:AssociateResource', associateResource_application - The name or ID of the application.

AssociateResource, associateResource_resourceType - The type of resource of which the application will be associated.

$sel:resource:AssociateResource', associateResource_resource - The name or ID of the resource of which the application will be associated.

data AssociateResourceResponse Source #

See: newAssociateResourceResponse smart constructor.

Instances

Instances details
Generic AssociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Associated Types

type Rep AssociateResourceResponse :: Type -> Type #

Read AssociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Show AssociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

NFData AssociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Eq AssociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

type Rep AssociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

type Rep AssociateResourceResponse = D1 ('MetaData "AssociateResourceResponse" "Amazonka.ServiceCatalogAppRegistry.AssociateResource" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "AssociateResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newAssociateResourceResponse Source #

Create a value of AssociateResourceResponse 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:applicationArn:AssociateResourceResponse', associateResourceResponse_applicationArn - The Amazon resource name (ARN) of the application that was augmented with attributes.

$sel:resourceArn:AssociateResourceResponse', associateResourceResponse_resourceArn - The Amazon resource name (ARN) that specifies the resource.

$sel:httpStatus:AssociateResourceResponse', associateResourceResponse_httpStatus - The response's http status code.

CreateApplication

data CreateApplication Source #

See: newCreateApplication smart constructor.

Instances

Instances details
ToJSON CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

ToHeaders CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

ToPath CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

ToQuery CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

AWSRequest CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Associated Types

type AWSResponse CreateApplication #

Generic CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Associated Types

type Rep CreateApplication :: Type -> Type #

Read CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Show CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

NFData CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Methods

rnf :: CreateApplication -> () #

Eq CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Hashable CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

type AWSResponse CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

type Rep CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

type Rep CreateApplication = D1 ('MetaData "CreateApplication" "Amazonka.ServiceCatalogAppRegistry.CreateApplication" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "CreateApplication'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateApplication Source #

Create a value of CreateApplication 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:

CreateApplication, createApplication_description - The description of the application.

CreateApplication, createApplication_tags - Key-value pairs you can use to associate with the application.

CreateApplication, createApplication_name - The name of the application. The name must be unique in the region in which you are creating the application.

$sel:clientToken:CreateApplication', createApplication_clientToken - A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.

data CreateApplicationResponse Source #

See: newCreateApplicationResponse smart constructor.

Instances

Instances details
Generic CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Associated Types

type Rep CreateApplicationResponse :: Type -> Type #

Read CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Show CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

NFData CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Eq CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

type Rep CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

type Rep CreateApplicationResponse = D1 ('MetaData "CreateApplicationResponse" "Amazonka.ServiceCatalogAppRegistry.CreateApplication" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "CreateApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Application)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateApplicationResponse Source #

Create a value of CreateApplicationResponse 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:application:CreateApplicationResponse', createApplicationResponse_application - Information about the application.

$sel:httpStatus:CreateApplicationResponse', createApplicationResponse_httpStatus - The response's http status code.

CreateAttributeGroup

data CreateAttributeGroup Source #

See: newCreateAttributeGroup smart constructor.

Instances

Instances details
ToJSON CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

ToHeaders CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

ToPath CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

ToQuery CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

AWSRequest CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Associated Types

type AWSResponse CreateAttributeGroup #

Generic CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Associated Types

type Rep CreateAttributeGroup :: Type -> Type #

Read CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Show CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

NFData CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Methods

rnf :: CreateAttributeGroup -> () #

Eq CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Hashable CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

type AWSResponse CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

type Rep CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

type Rep CreateAttributeGroup = D1 ('MetaData "CreateAttributeGroup" "Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "CreateAttributeGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateAttributeGroup Source #

Create a value of CreateAttributeGroup 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:

CreateAttributeGroup, createAttributeGroup_description - The description of the attribute group that the user provides.

CreateAttributeGroup, createAttributeGroup_tags - Key-value pairs you can use to associate with the attribute group.

CreateAttributeGroup, createAttributeGroup_name - The name of the attribute group.

$sel:attributes:CreateAttributeGroup', createAttributeGroup_attributes - A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.

$sel:clientToken:CreateAttributeGroup', createAttributeGroup_clientToken - A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.

data CreateAttributeGroupResponse Source #

See: newCreateAttributeGroupResponse smart constructor.

Instances

Instances details
Generic CreateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Associated Types

type Rep CreateAttributeGroupResponse :: Type -> Type #

Read CreateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Show CreateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

NFData CreateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Eq CreateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

type Rep CreateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

type Rep CreateAttributeGroupResponse = D1 ('MetaData "CreateAttributeGroupResponse" "Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "CreateAttributeGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AttributeGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateAttributeGroupResponse Source #

Create a value of CreateAttributeGroupResponse 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:attributeGroup:CreateAttributeGroupResponse', createAttributeGroupResponse_attributeGroup - Information about the attribute group.

$sel:httpStatus:CreateAttributeGroupResponse', createAttributeGroupResponse_httpStatus - The response's http status code.

DeleteApplication

data DeleteApplication Source #

See: newDeleteApplication smart constructor.

Constructors

DeleteApplication' Text 

Instances

Instances details
ToHeaders DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

ToPath DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

ToQuery DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

AWSRequest DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Associated Types

type AWSResponse DeleteApplication #

Generic DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Associated Types

type Rep DeleteApplication :: Type -> Type #

Read DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Show DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

NFData DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Methods

rnf :: DeleteApplication -> () #

Eq DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Hashable DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

type AWSResponse DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

type Rep DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

type Rep DeleteApplication = D1 ('MetaData "DeleteApplication" "Amazonka.ServiceCatalogAppRegistry.DeleteApplication" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "DeleteApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteApplication Source #

Create a value of DeleteApplication 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:

DeleteApplication, deleteApplication_application - The name or ID of the application.

data DeleteApplicationResponse Source #

See: newDeleteApplicationResponse smart constructor.

Instances

Instances details
Generic DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Associated Types

type Rep DeleteApplicationResponse :: Type -> Type #

Read DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Show DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

NFData DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Eq DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

type Rep DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

type Rep DeleteApplicationResponse = D1 ('MetaData "DeleteApplicationResponse" "Amazonka.ServiceCatalogAppRegistry.DeleteApplication" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "DeleteApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationSummary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteApplicationResponse Source #

Create a value of DeleteApplicationResponse 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:

DeleteApplication, deleteApplicationResponse_application - Information about the deleted application.

$sel:httpStatus:DeleteApplicationResponse', deleteApplicationResponse_httpStatus - The response's http status code.

DeleteAttributeGroup

data DeleteAttributeGroup Source #

See: newDeleteAttributeGroup smart constructor.

Instances

Instances details
ToHeaders DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

ToPath DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

ToQuery DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

AWSRequest DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Associated Types

type AWSResponse DeleteAttributeGroup #

Generic DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Associated Types

type Rep DeleteAttributeGroup :: Type -> Type #

Read DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Show DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

NFData DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Methods

rnf :: DeleteAttributeGroup -> () #

Eq DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Hashable DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

type AWSResponse DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

type Rep DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

type Rep DeleteAttributeGroup = D1 ('MetaData "DeleteAttributeGroup" "Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "DeleteAttributeGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteAttributeGroup Source #

Create a value of DeleteAttributeGroup 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:

DeleteAttributeGroup, deleteAttributeGroup_attributeGroup - The name or ID of the attribute group that holds the attributes to describe the application.

data DeleteAttributeGroupResponse Source #

See: newDeleteAttributeGroupResponse smart constructor.

Instances

Instances details
Generic DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Associated Types

type Rep DeleteAttributeGroupResponse :: Type -> Type #

Read DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Show DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

NFData DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Eq DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

type Rep DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

type Rep DeleteAttributeGroupResponse = D1 ('MetaData "DeleteAttributeGroupResponse" "Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "DeleteAttributeGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AttributeGroupSummary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteAttributeGroupResponse Source #

Create a value of DeleteAttributeGroupResponse 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:

DeleteAttributeGroup, deleteAttributeGroupResponse_attributeGroup - Information about the deleted attribute group.

$sel:httpStatus:DeleteAttributeGroupResponse', deleteAttributeGroupResponse_httpStatus - The response's http status code.

DisassociateAttributeGroup

data DisassociateAttributeGroup Source #

See: newDisassociateAttributeGroup smart constructor.

Instances

Instances details
ToHeaders DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

ToPath DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

ToQuery DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

AWSRequest DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Generic DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Associated Types

type Rep DisassociateAttributeGroup :: Type -> Type #

Read DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Show DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

NFData DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Eq DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Hashable DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

type AWSResponse DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

type Rep DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

type Rep DisassociateAttributeGroup = D1 ('MetaData "DisassociateAttributeGroup" "Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "DisassociateAttributeGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attributeGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDisassociateAttributeGroup Source #

Create a value of DisassociateAttributeGroup 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:application:DisassociateAttributeGroup', disassociateAttributeGroup_application - The name or ID of the application.

$sel:attributeGroup:DisassociateAttributeGroup', disassociateAttributeGroup_attributeGroup - The name or ID of the attribute group that holds the attributes to describe the application.

data DisassociateAttributeGroupResponse Source #

Instances

Instances details
Generic DisassociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Associated Types

type Rep DisassociateAttributeGroupResponse :: Type -> Type #

Read DisassociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Show DisassociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

NFData DisassociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Eq DisassociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

type Rep DisassociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

type Rep DisassociateAttributeGroupResponse = D1 ('MetaData "DisassociateAttributeGroupResponse" "Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "DisassociateAttributeGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "attributeGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDisassociateAttributeGroupResponse Source #

Create a value of DisassociateAttributeGroupResponse 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:applicationArn:DisassociateAttributeGroupResponse', disassociateAttributeGroupResponse_applicationArn - The Amazon resource name (ARN) that specifies the application.

$sel:attributeGroupArn:DisassociateAttributeGroupResponse', disassociateAttributeGroupResponse_attributeGroupArn - The Amazon resource name (ARN) that specifies the attribute group.

$sel:httpStatus:DisassociateAttributeGroupResponse', disassociateAttributeGroupResponse_httpStatus - The response's http status code.

DisassociateResource

data DisassociateResource Source #

See: newDisassociateResource smart constructor.

Instances

Instances details
ToHeaders DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

ToPath DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

ToQuery DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

AWSRequest DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Associated Types

type AWSResponse DisassociateResource #

Generic DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Associated Types

type Rep DisassociateResource :: Type -> Type #

Read DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Show DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

NFData DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Methods

rnf :: DisassociateResource -> () #

Eq DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Hashable DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

type AWSResponse DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

type Rep DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

type Rep DisassociateResource = D1 ('MetaData "DisassociateResource" "Amazonka.ServiceCatalogAppRegistry.DisassociateResource" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "DisassociateResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceType) :*: S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDisassociateResource Source #

Create a value of DisassociateResource 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:application:DisassociateResource', disassociateResource_application - The name or ID of the application.

DisassociateResource, disassociateResource_resourceType - The type of the resource that is being disassociated.

$sel:resource:DisassociateResource', disassociateResource_resource - The name or ID of the resource.

data DisassociateResourceResponse Source #

See: newDisassociateResourceResponse smart constructor.

Instances

Instances details
Generic DisassociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Associated Types

type Rep DisassociateResourceResponse :: Type -> Type #

Read DisassociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Show DisassociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

NFData DisassociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Eq DisassociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

type Rep DisassociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

type Rep DisassociateResourceResponse = D1 ('MetaData "DisassociateResourceResponse" "Amazonka.ServiceCatalogAppRegistry.DisassociateResource" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "DisassociateResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDisassociateResourceResponse Source #

Create a value of DisassociateResourceResponse 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:applicationArn:DisassociateResourceResponse', disassociateResourceResponse_applicationArn - The Amazon resource name (ARN) that specifies the application.

$sel:resourceArn:DisassociateResourceResponse', disassociateResourceResponse_resourceArn - The Amazon resource name (ARN) that specifies the resource.

$sel:httpStatus:DisassociateResourceResponse', disassociateResourceResponse_httpStatus - The response's http status code.

GetApplication

data GetApplication Source #

See: newGetApplication smart constructor.

Constructors

GetApplication' Text 

Instances

Instances details
ToHeaders GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

ToPath GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

ToQuery GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

AWSRequest GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Associated Types

type AWSResponse GetApplication #

Generic GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Associated Types

type Rep GetApplication :: Type -> Type #

Read GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Show GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

NFData GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Methods

rnf :: GetApplication -> () #

Eq GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Hashable GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

type AWSResponse GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

type Rep GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

type Rep GetApplication = D1 ('MetaData "GetApplication" "Amazonka.ServiceCatalogAppRegistry.GetApplication" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "GetApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetApplication Source #

Create a value of GetApplication 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:application:GetApplication', getApplication_application - The name or ID of the application.

data GetApplicationResponse Source #

See: newGetApplicationResponse smart constructor.

Instances

Instances details
Generic GetApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Associated Types

type Rep GetApplicationResponse :: Type -> Type #

Read GetApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Show GetApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

NFData GetApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Methods

rnf :: GetApplicationResponse -> () #

Eq GetApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

type Rep GetApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

newGetApplicationResponse Source #

Create a value of GetApplicationResponse 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:

GetApplicationResponse, getApplicationResponse_arn - The Amazon resource name (ARN) that specifies the application across services.

$sel:associatedResourceCount:GetApplicationResponse', getApplicationResponse_associatedResourceCount - The number of top-level resources that were registered as part of this application.

GetApplicationResponse, getApplicationResponse_creationTime - The ISO-8601 formatted timestamp of the moment when the application was created.

GetApplicationResponse, getApplicationResponse_description - The description of the application.

GetApplicationResponse, getApplicationResponse_id - The identifier of the application.

GetApplicationResponse, getApplicationResponse_integrations - The information about the integration of the application with other services, such as Resource Groups.

GetApplicationResponse, getApplicationResponse_lastUpdateTime - The ISO-8601 formatted timestamp of the moment when the application was last updated.

GetApplicationResponse, getApplicationResponse_name - The name of the application. The name must be unique in the region in which you are creating the application.

GetApplicationResponse, getApplicationResponse_tags - Key-value pairs associated with the application.

$sel:httpStatus:GetApplicationResponse', getApplicationResponse_httpStatus - The response's http status code.

GetAssociatedResource

data GetAssociatedResource Source #

See: newGetAssociatedResource smart constructor.

Instances

Instances details
ToHeaders GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

ToPath GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

ToQuery GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

AWSRequest GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Associated Types

type AWSResponse GetAssociatedResource #

Generic GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Associated Types

type Rep GetAssociatedResource :: Type -> Type #

Read GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Show GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

NFData GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Methods

rnf :: GetAssociatedResource -> () #

Eq GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Hashable GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

type AWSResponse GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

type Rep GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

type Rep GetAssociatedResource = D1 ('MetaData "GetAssociatedResource" "Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "GetAssociatedResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceType) :*: S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetAssociatedResource Source #

Create a value of GetAssociatedResource 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:application:GetAssociatedResource', getAssociatedResource_application - The name or ID of the application.

GetAssociatedResource, getAssociatedResource_resourceType - The type of resource associated with the application.

GetAssociatedResource, getAssociatedResource_resource - The name or ID of the resource associated with the application.

data GetAssociatedResourceResponse Source #

See: newGetAssociatedResourceResponse smart constructor.

Instances

Instances details
Generic GetAssociatedResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Associated Types

type Rep GetAssociatedResourceResponse :: Type -> Type #

Read GetAssociatedResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Show GetAssociatedResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

NFData GetAssociatedResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Eq GetAssociatedResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

type Rep GetAssociatedResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

type Rep GetAssociatedResourceResponse = D1 ('MetaData "GetAssociatedResourceResponse" "Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "GetAssociatedResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Resource)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAssociatedResourceResponse Source #

Create a value of GetAssociatedResourceResponse 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:

GetAssociatedResource, getAssociatedResourceResponse_resource - The resource associated with the application.

$sel:httpStatus:GetAssociatedResourceResponse', getAssociatedResourceResponse_httpStatus - The response's http status code.

GetAttributeGroup

data GetAttributeGroup Source #

See: newGetAttributeGroup smart constructor.

Constructors

GetAttributeGroup' Text 

Instances

Instances details
ToHeaders GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

ToPath GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

ToQuery GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

AWSRequest GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Associated Types

type AWSResponse GetAttributeGroup #

Generic GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Associated Types

type Rep GetAttributeGroup :: Type -> Type #

Read GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Show GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

NFData GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Methods

rnf :: GetAttributeGroup -> () #

Eq GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Hashable GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

type AWSResponse GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

type Rep GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

type Rep GetAttributeGroup = D1 ('MetaData "GetAttributeGroup" "Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "GetAttributeGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetAttributeGroup Source #

Create a value of GetAttributeGroup 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:attributeGroup:GetAttributeGroup', getAttributeGroup_attributeGroup - The name or ID of the attribute group that holds the attributes to describe the application.

data GetAttributeGroupResponse Source #

See: newGetAttributeGroupResponse smart constructor.

Instances

Instances details
Generic GetAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Associated Types

type Rep GetAttributeGroupResponse :: Type -> Type #

Read GetAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Show GetAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

NFData GetAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Eq GetAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

type Rep GetAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

newGetAttributeGroupResponse Source #

Create a value of GetAttributeGroupResponse 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:

GetAttributeGroupResponse, getAttributeGroupResponse_arn - The Amazon resource name (ARN) that specifies the attribute group across services.

$sel:attributes:GetAttributeGroupResponse', getAttributeGroupResponse_attributes - A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.

GetAttributeGroupResponse, getAttributeGroupResponse_creationTime - The ISO-8601 formatted timestamp of the moment the attribute group was created.

GetAttributeGroupResponse, getAttributeGroupResponse_description - The description of the attribute group that the user provides.

GetAttributeGroupResponse, getAttributeGroupResponse_id - The identifier of the attribute group.

GetAttributeGroupResponse, getAttributeGroupResponse_lastUpdateTime - The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.

GetAttributeGroupResponse, getAttributeGroupResponse_name - The name of the attribute group.

GetAttributeGroupResponse, getAttributeGroupResponse_tags - Key-value pairs associated with the attribute group.

$sel:httpStatus:GetAttributeGroupResponse', getAttributeGroupResponse_httpStatus - The response's http status code.

GetConfiguration

data GetConfiguration Source #

See: newGetConfiguration smart constructor.

Constructors

GetConfiguration' 

Instances

Instances details
ToHeaders GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

ToPath GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

ToQuery GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

AWSRequest GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

Associated Types

type AWSResponse GetConfiguration #

Generic GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

Associated Types

type Rep GetConfiguration :: Type -> Type #

Read GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

Show GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

NFData GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

Methods

rnf :: GetConfiguration -> () #

Eq GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

Hashable GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

type AWSResponse GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

type Rep GetConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

type Rep GetConfiguration = D1 ('MetaData "GetConfiguration" "Amazonka.ServiceCatalogAppRegistry.GetConfiguration" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "GetConfiguration'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetConfiguration :: GetConfiguration Source #

Create a value of GetConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data GetConfigurationResponse Source #

See: newGetConfigurationResponse smart constructor.

Instances

Instances details
Generic GetConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

Associated Types

type Rep GetConfigurationResponse :: Type -> Type #

Read GetConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

Show GetConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

NFData GetConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

Eq GetConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

type Rep GetConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetConfiguration

type Rep GetConfigurationResponse = D1 ('MetaData "GetConfigurationResponse" "Amazonka.ServiceCatalogAppRegistry.GetConfiguration" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "GetConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppRegistryConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetConfigurationResponse Source #

Create a value of GetConfigurationResponse 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:configuration:GetConfigurationResponse', getConfigurationResponse_configuration - Retrieves TagKey configuration from an account.

$sel:httpStatus:GetConfigurationResponse', getConfigurationResponse_httpStatus - The response's http status code.

ListApplications (Paginated)

data ListApplications Source #

See: newListApplications smart constructor.

Instances

Instances details
ToHeaders ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

ToPath ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

ToQuery ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

AWSPager ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

AWSRequest ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Associated Types

type AWSResponse ListApplications #

Generic ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Associated Types

type Rep ListApplications :: Type -> Type #

Read ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Show ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

NFData ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Methods

rnf :: ListApplications -> () #

Eq ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Hashable ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

type AWSResponse ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

type Rep ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

type Rep ListApplications = D1 ('MetaData "ListApplications" "Amazonka.ServiceCatalogAppRegistry.ListApplications" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ListApplications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListApplications :: ListApplications Source #

Create a value of ListApplications 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:maxResults:ListApplications', listApplications_maxResults - The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.

ListApplications, listApplications_nextToken - The token to use to get the next page of results after a previous API call.

data ListApplicationsResponse Source #

See: newListApplicationsResponse smart constructor.

Instances

Instances details
Generic ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Associated Types

type Rep ListApplicationsResponse :: Type -> Type #

Read ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Show ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

NFData ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Eq ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

type Rep ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

type Rep ListApplicationsResponse = D1 ('MetaData "ListApplicationsResponse" "Amazonka.ServiceCatalogAppRegistry.ListApplications" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ListApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApplicationSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListApplicationsResponse Source #

Create a value of ListApplicationsResponse 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:applications:ListApplicationsResponse', listApplicationsResponse_applications - This list of applications.

ListApplications, listApplicationsResponse_nextToken - The token to use to get the next page of results after a previous API call.

$sel:httpStatus:ListApplicationsResponse', listApplicationsResponse_httpStatus - The response's http status code.

ListAssociatedAttributeGroups (Paginated)

data ListAssociatedAttributeGroups Source #

See: newListAssociatedAttributeGroups smart constructor.

Instances

Instances details
ToHeaders ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

ToPath ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

ToQuery ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

AWSPager ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

AWSRequest ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Generic ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Associated Types

type Rep ListAssociatedAttributeGroups :: Type -> Type #

Read ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Show ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

NFData ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Eq ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Hashable ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

type AWSResponse ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

type Rep ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

type Rep ListAssociatedAttributeGroups = D1 ('MetaData "ListAssociatedAttributeGroups" "Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ListAssociatedAttributeGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListAssociatedAttributeGroups Source #

Create a value of ListAssociatedAttributeGroups 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:maxResults:ListAssociatedAttributeGroups', listAssociatedAttributeGroups_maxResults - The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.

ListAssociatedAttributeGroups, listAssociatedAttributeGroups_nextToken - The token to use to get the next page of results after a previous API call.

$sel:application:ListAssociatedAttributeGroups', listAssociatedAttributeGroups_application - The name or ID of the application.

data ListAssociatedAttributeGroupsResponse Source #

Instances

Instances details
Generic ListAssociatedAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Read ListAssociatedAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Show ListAssociatedAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

NFData ListAssociatedAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Eq ListAssociatedAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

type Rep ListAssociatedAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

type Rep ListAssociatedAttributeGroupsResponse = D1 ('MetaData "ListAssociatedAttributeGroupsResponse" "Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ListAssociatedAttributeGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAssociatedAttributeGroupsResponse Source #

Create a value of ListAssociatedAttributeGroupsResponse 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:attributeGroups:ListAssociatedAttributeGroupsResponse', listAssociatedAttributeGroupsResponse_attributeGroups - A list of attribute group IDs.

ListAssociatedAttributeGroups, listAssociatedAttributeGroupsResponse_nextToken - The token to use to get the next page of results after a previous API call.

$sel:httpStatus:ListAssociatedAttributeGroupsResponse', listAssociatedAttributeGroupsResponse_httpStatus - The response's http status code.

ListAssociatedResources (Paginated)

data ListAssociatedResources Source #

See: newListAssociatedResources smart constructor.

Instances

Instances details
ToHeaders ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

ToPath ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

ToQuery ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

AWSPager ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

AWSRequest ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

Generic ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

Associated Types

type Rep ListAssociatedResources :: Type -> Type #

Read ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

Show ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

NFData ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

Methods

rnf :: ListAssociatedResources -> () #

Eq ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

Hashable ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

type AWSResponse ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

type Rep ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

type Rep ListAssociatedResources = D1 ('MetaData "ListAssociatedResources" "Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ListAssociatedResources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListAssociatedResources Source #

Create a value of ListAssociatedResources 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:maxResults:ListAssociatedResources', listAssociatedResources_maxResults - The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.

ListAssociatedResources, listAssociatedResources_nextToken - The token to use to get the next page of results after a previous API call.

$sel:application:ListAssociatedResources', listAssociatedResources_application - The name or ID of the application.

data ListAssociatedResourcesResponse Source #

See: newListAssociatedResourcesResponse smart constructor.

Instances

Instances details
Generic ListAssociatedResourcesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

Associated Types

type Rep ListAssociatedResourcesResponse :: Type -> Type #

Read ListAssociatedResourcesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

Show ListAssociatedResourcesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

NFData ListAssociatedResourcesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

Eq ListAssociatedResourcesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

type Rep ListAssociatedResourcesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

type Rep ListAssociatedResourcesResponse = D1 ('MetaData "ListAssociatedResourcesResponse" "Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ListAssociatedResourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceInfo])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAssociatedResourcesResponse Source #

Create a value of ListAssociatedResourcesResponse 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:

ListAssociatedResources, listAssociatedResourcesResponse_nextToken - The token to use to get the next page of results after a previous API call.

$sel:resources:ListAssociatedResourcesResponse', listAssociatedResourcesResponse_resources - Information about the resources.

$sel:httpStatus:ListAssociatedResourcesResponse', listAssociatedResourcesResponse_httpStatus - The response's http status code.

ListAttributeGroups (Paginated)

data ListAttributeGroups Source #

See: newListAttributeGroups smart constructor.

Instances

Instances details
ToHeaders ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

ToPath ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

ToQuery ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

AWSPager ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

AWSRequest ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Associated Types

type AWSResponse ListAttributeGroups #

Generic ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Associated Types

type Rep ListAttributeGroups :: Type -> Type #

Read ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Show ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

NFData ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Methods

rnf :: ListAttributeGroups -> () #

Eq ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Hashable ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

type AWSResponse ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

type Rep ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

type Rep ListAttributeGroups = D1 ('MetaData "ListAttributeGroups" "Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ListAttributeGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListAttributeGroups :: ListAttributeGroups Source #

Create a value of ListAttributeGroups 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:maxResults:ListAttributeGroups', listAttributeGroups_maxResults - The upper bound of the number of results to return (cannot exceed 25). If this parameter is omitted, it defaults to 25. This value is optional.

ListAttributeGroups, listAttributeGroups_nextToken - The token to use to get the next page of results after a previous API call.

data ListAttributeGroupsResponse Source #

See: newListAttributeGroupsResponse smart constructor.

Instances

Instances details
Generic ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Associated Types

type Rep ListAttributeGroupsResponse :: Type -> Type #

Read ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Show ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

NFData ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Eq ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

type Rep ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

type Rep ListAttributeGroupsResponse = D1 ('MetaData "ListAttributeGroupsResponse" "Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ListAttributeGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AttributeGroupSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAttributeGroupsResponse Source #

Create a value of ListAttributeGroupsResponse 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:attributeGroups:ListAttributeGroupsResponse', listAttributeGroupsResponse_attributeGroups - This list of attribute groups.

ListAttributeGroups, listAttributeGroupsResponse_nextToken - The token to use to get the next page of results after a previous API call.

$sel:httpStatus:ListAttributeGroupsResponse', listAttributeGroupsResponse_httpStatus - The response's http status code.

ListAttributeGroupsForApplication (Paginated)

data ListAttributeGroupsForApplication Source #

See: newListAttributeGroupsForApplication smart constructor.

Instances

Instances details
ToHeaders ListAttributeGroupsForApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

ToPath ListAttributeGroupsForApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

ToQuery ListAttributeGroupsForApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

AWSPager ListAttributeGroupsForApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

AWSRequest ListAttributeGroupsForApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

Generic ListAttributeGroupsForApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

Associated Types

type Rep ListAttributeGroupsForApplication :: Type -> Type #

Read ListAttributeGroupsForApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

Show ListAttributeGroupsForApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

NFData ListAttributeGroupsForApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

Eq ListAttributeGroupsForApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

Hashable ListAttributeGroupsForApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

type AWSResponse ListAttributeGroupsForApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

type Rep ListAttributeGroupsForApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

type Rep ListAttributeGroupsForApplication = D1 ('MetaData "ListAttributeGroupsForApplication" "Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ListAttributeGroupsForApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListAttributeGroupsForApplication Source #

Create a value of ListAttributeGroupsForApplication 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:maxResults:ListAttributeGroupsForApplication', listAttributeGroupsForApplication_maxResults - The upper bound of the number of results to return. The value cannot exceed 25. If you omit this parameter, it defaults to 25. This value is optional.

ListAttributeGroupsForApplication, listAttributeGroupsForApplication_nextToken - This token retrieves the next page of results after a previous API call.

$sel:application:ListAttributeGroupsForApplication', listAttributeGroupsForApplication_application - The name or ID of the application.

data ListAttributeGroupsForApplicationResponse Source #

Instances

Instances details
Generic ListAttributeGroupsForApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

Read ListAttributeGroupsForApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

Show ListAttributeGroupsForApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

NFData ListAttributeGroupsForApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

Eq ListAttributeGroupsForApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

type Rep ListAttributeGroupsForApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication

type Rep ListAttributeGroupsForApplicationResponse = D1 ('MetaData "ListAttributeGroupsForApplicationResponse" "Amazonka.ServiceCatalogAppRegistry.ListAttributeGroupsForApplication" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ListAttributeGroupsForApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeGroupsDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AttributeGroupDetails])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAttributeGroupsForApplicationResponse Source #

Create a value of ListAttributeGroupsForApplicationResponse 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:attributeGroupsDetails:ListAttributeGroupsForApplicationResponse', listAttributeGroupsForApplicationResponse_attributeGroupsDetails - The details related to a specific attribute group.

ListAttributeGroupsForApplication, listAttributeGroupsForApplicationResponse_nextToken - The token to use to get the next page of results after a previous API call.

$sel:httpStatus:ListAttributeGroupsForApplicationResponse', listAttributeGroupsForApplicationResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.ServiceCatalogAppRegistry.ListTagsForResource" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon resource name (ARN) that specifies the resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.ServiceCatalogAppRegistry.ListTagsForResource" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:

ListTagsForResourceResponse, listTagsForResourceResponse_tags - The tags on the resource.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

PutConfiguration

data PutConfiguration Source #

See: newPutConfiguration smart constructor.

Instances

Instances details
ToJSON PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

ToHeaders PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

ToPath PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

ToQuery PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

AWSRequest PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

Associated Types

type AWSResponse PutConfiguration #

Generic PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

Associated Types

type Rep PutConfiguration :: Type -> Type #

Read PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

Show PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

NFData PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

Methods

rnf :: PutConfiguration -> () #

Eq PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

Hashable PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

type AWSResponse PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

type Rep PutConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

type Rep PutConfiguration = D1 ('MetaData "PutConfiguration" "Amazonka.ServiceCatalogAppRegistry.PutConfiguration" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "PutConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AppRegistryConfiguration)))

newPutConfiguration Source #

Create a value of PutConfiguration 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:configuration:PutConfiguration', putConfiguration_configuration - Associates a TagKey configuration to an account.

data PutConfigurationResponse Source #

See: newPutConfigurationResponse smart constructor.

Instances

Instances details
Generic PutConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

Associated Types

type Rep PutConfigurationResponse :: Type -> Type #

Read PutConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

Show PutConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

NFData PutConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

Eq PutConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

type Rep PutConfigurationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.PutConfiguration

type Rep PutConfigurationResponse = D1 ('MetaData "PutConfigurationResponse" "Amazonka.ServiceCatalogAppRegistry.PutConfiguration" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "PutConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newPutConfigurationResponse :: PutConfigurationResponse Source #

Create a value of PutConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

SyncResource

data SyncResource Source #

See: newSyncResource smart constructor.

Instances

Instances details
ToJSON SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

ToHeaders SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

ToPath SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

ToQuery SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

AWSRequest SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Associated Types

type AWSResponse SyncResource #

Generic SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Associated Types

type Rep SyncResource :: Type -> Type #

Read SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Show SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

NFData SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Methods

rnf :: SyncResource -> () #

Eq SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Hashable SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

type AWSResponse SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

type Rep SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

type Rep SyncResource = D1 ('MetaData "SyncResource" "Amazonka.ServiceCatalogAppRegistry.SyncResource" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "SyncResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceType) :*: S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSyncResource Source #

Create a value of SyncResource 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:

SyncResource, syncResource_resourceType - The type of resource of which the application will be associated.

$sel:resource:SyncResource', syncResource_resource - An entity you can work with and specify with a name or ID. Examples include an Amazon EC2 instance, an Amazon Web Services CloudFormation stack, or an Amazon S3 bucket.

data SyncResourceResponse Source #

See: newSyncResourceResponse smart constructor.

Instances

Instances details
Generic SyncResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Associated Types

type Rep SyncResourceResponse :: Type -> Type #

Read SyncResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Show SyncResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

NFData SyncResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Methods

rnf :: SyncResourceResponse -> () #

Eq SyncResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

type Rep SyncResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

type Rep SyncResourceResponse = D1 ('MetaData "SyncResourceResponse" "Amazonka.ServiceCatalogAppRegistry.SyncResource" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "SyncResourceResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "actionTaken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SyncAction)) :*: S1 ('MetaSel ('Just "applicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSyncResourceResponse Source #

Create a value of SyncResourceResponse 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:actionTaken:SyncResourceResponse', syncResourceResponse_actionTaken - The results of the output if an application is associated with an ARN value, which could be syncStarted or None.

$sel:applicationArn:SyncResourceResponse', syncResourceResponse_applicationArn - The Amazon resource name (ARN) that specifies the application.

$sel:resourceArn:SyncResourceResponse', syncResourceResponse_resourceArn - The Amazon resource name (ARN) that specifies the resource.

$sel:httpStatus:SyncResourceResponse', syncResourceResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.ServiceCatalogAppRegistry.TagResource" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - The Amazon resource name (ARN) that specifies the resource.

TagResource, tagResource_tags - The new or modified tags for the resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.ServiceCatalogAppRegistry.TagResource" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.ServiceCatalogAppRegistry.UntagResource" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - The Amazon resource name (ARN) that specifies the resource.

$sel:tagKeys:UntagResource', untagResource_tagKeys - A list of the tag keys to remove from the specified resource.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.ServiceCatalogAppRegistry.UntagResource" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

UpdateApplication

data UpdateApplication Source #

See: newUpdateApplication smart constructor.

Instances

Instances details
ToJSON UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

ToHeaders UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

ToPath UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

ToQuery UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

AWSRequest UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Associated Types

type AWSResponse UpdateApplication #

Generic UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Associated Types

type Rep UpdateApplication :: Type -> Type #

Read UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Show UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

NFData UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Methods

rnf :: UpdateApplication -> () #

Eq UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Hashable UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

type AWSResponse UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

type Rep UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

type Rep UpdateApplication = D1 ('MetaData "UpdateApplication" "Amazonka.ServiceCatalogAppRegistry.UpdateApplication" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "UpdateApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateApplication Source #

Create a value of UpdateApplication 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:

UpdateApplication, updateApplication_description - The new description of the application.

UpdateApplication, updateApplication_name - Deprecated: The new name of the application. The name must be unique in the region in which you are updating the application. Please do not use this field as we have stopped supporting name updates.

UpdateApplication, updateApplication_application - The name or ID of the application that will be updated.

data UpdateApplicationResponse Source #

See: newUpdateApplicationResponse smart constructor.

Instances

Instances details
Generic UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Associated Types

type Rep UpdateApplicationResponse :: Type -> Type #

Read UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Show UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

NFData UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Eq UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

type Rep UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

type Rep UpdateApplicationResponse = D1 ('MetaData "UpdateApplicationResponse" "Amazonka.ServiceCatalogAppRegistry.UpdateApplication" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "UpdateApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Application)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateApplicationResponse Source #

Create a value of UpdateApplicationResponse 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:

UpdateApplication, updateApplicationResponse_application - The updated information of the application.

$sel:httpStatus:UpdateApplicationResponse', updateApplicationResponse_httpStatus - The response's http status code.

UpdateAttributeGroup

data UpdateAttributeGroup Source #

See: newUpdateAttributeGroup smart constructor.

Instances

Instances details
ToJSON UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

ToHeaders UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

ToPath UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

ToQuery UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

AWSRequest UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Associated Types

type AWSResponse UpdateAttributeGroup #

Generic UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Associated Types

type Rep UpdateAttributeGroup :: Type -> Type #

Read UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Show UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

NFData UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Methods

rnf :: UpdateAttributeGroup -> () #

Eq UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Hashable UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

type AWSResponse UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

type Rep UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

type Rep UpdateAttributeGroup = D1 ('MetaData "UpdateAttributeGroup" "Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "UpdateAttributeGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attributeGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateAttributeGroup Source #

Create a value of UpdateAttributeGroup 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:attributes:UpdateAttributeGroup', updateAttributeGroup_attributes - A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.

UpdateAttributeGroup, updateAttributeGroup_description - The description of the attribute group that the user provides.

UpdateAttributeGroup, updateAttributeGroup_name - Deprecated: The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group. Please do not use this field as we have stopped supporting name updates.

UpdateAttributeGroup, updateAttributeGroup_attributeGroup - The name or ID of the attribute group that holds the attributes to describe the application.

data UpdateAttributeGroupResponse Source #

See: newUpdateAttributeGroupResponse smart constructor.

Instances

Instances details
Generic UpdateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Associated Types

type Rep UpdateAttributeGroupResponse :: Type -> Type #

Read UpdateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Show UpdateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

NFData UpdateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Eq UpdateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

type Rep UpdateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

type Rep UpdateAttributeGroupResponse = D1 ('MetaData "UpdateAttributeGroupResponse" "Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "UpdateAttributeGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AttributeGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAttributeGroupResponse Source #

Create a value of UpdateAttributeGroupResponse 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:

UpdateAttributeGroup, updateAttributeGroupResponse_attributeGroup - The updated information of the attribute group.

$sel:httpStatus:UpdateAttributeGroupResponse', updateAttributeGroupResponse_httpStatus - The response's http status code.

Types

ResourceGroupState

newtype ResourceGroupState Source #

Instances

Instances details
FromJSON ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

FromJSONKey ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

ToJSON ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

ToJSONKey ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

ToByteString ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

ToHeader ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

ToLog ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

ToQuery ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

FromText ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

ToText ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

FromXML ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

ToXML ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

Generic ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

Associated Types

type Rep ResourceGroupState :: Type -> Type #

Read ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

Show ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

NFData ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

Methods

rnf :: ResourceGroupState -> () #

Eq ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

Ord ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

Hashable ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

type Rep ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

type Rep ResourceGroupState = D1 ('MetaData "ResourceGroupState" "Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'True) (C1 ('MetaCons "ResourceGroupState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceGroupState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceType

newtype ResourceType Source #

Constructors

ResourceType' 

Instances

Instances details
FromJSON ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

FromJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

ToJSON ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

ToJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

ToByteString ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

ToHeader ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

ToLog ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

ToQuery ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

FromText ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

ToText ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

Methods

toText :: ResourceType -> Text #

FromXML ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

ToXML ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

Methods

toXML :: ResourceType -> XML #

Generic ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

Associated Types

type Rep ResourceType :: Type -> Type #

Read ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

Show ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

NFData ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

Methods

rnf :: ResourceType -> () #

Eq ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

Ord ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

Hashable ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

type Rep ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

type Rep ResourceType = D1 ('MetaData "ResourceType" "Amazonka.ServiceCatalogAppRegistry.Types.ResourceType" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'True) (C1 ('MetaCons "ResourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SyncAction

newtype SyncAction Source #

Constructors

SyncAction' 

Fields

Bundled Patterns

pattern SyncAction_NO_ACTION :: SyncAction 
pattern SyncAction_START_SYNC :: SyncAction 

Instances

Instances details
FromJSON SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

FromJSONKey SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToJSON SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToJSONKey SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToByteString SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToHeader SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToLog SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToQuery SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

FromText SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToText SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Methods

toText :: SyncAction -> Text #

FromXML SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToXML SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Methods

toXML :: SyncAction -> XML #

Generic SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Associated Types

type Rep SyncAction :: Type -> Type #

Read SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Show SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

NFData SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Methods

rnf :: SyncAction -> () #

Eq SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Ord SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Hashable SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

type Rep SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

type Rep SyncAction = D1 ('MetaData "SyncAction" "Amazonka.ServiceCatalogAppRegistry.Types.SyncAction" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'True) (C1 ('MetaCons "SyncAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSyncAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppRegistryConfiguration

data AppRegistryConfiguration Source #

Includes all of the Service Catalog AppRegistry settings.

See: newAppRegistryConfiguration smart constructor.

Instances

Instances details
FromJSON AppRegistryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AppRegistryConfiguration

ToJSON AppRegistryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AppRegistryConfiguration

Generic AppRegistryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AppRegistryConfiguration

Associated Types

type Rep AppRegistryConfiguration :: Type -> Type #

Read AppRegistryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AppRegistryConfiguration

Show AppRegistryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AppRegistryConfiguration

NFData AppRegistryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AppRegistryConfiguration

Eq AppRegistryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AppRegistryConfiguration

Hashable AppRegistryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AppRegistryConfiguration

type Rep AppRegistryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AppRegistryConfiguration

type Rep AppRegistryConfiguration = D1 ('MetaData "AppRegistryConfiguration" "Amazonka.ServiceCatalogAppRegistry.Types.AppRegistryConfiguration" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "AppRegistryConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagQueryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TagQueryConfiguration))))

newAppRegistryConfiguration :: AppRegistryConfiguration Source #

Create a value of AppRegistryConfiguration 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:tagQueryConfiguration:AppRegistryConfiguration', appRegistryConfiguration_tagQueryConfiguration - Includes the definition of a tagQuery.

Application

data Application Source #

Represents a Amazon Web Services Service Catalog AppRegistry application that is the top-level node in a hierarchy of related cloud resource abstractions.

See: newApplication smart constructor.

Instances

Instances details
FromJSON Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

Generic Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

Associated Types

type Rep Application :: Type -> Type #

Read Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

Show Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

NFData Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

Methods

rnf :: Application -> () #

Eq Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

Hashable Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

type Rep Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

type Rep Application = D1 ('MetaData "Application" "Amazonka.ServiceCatalogAppRegistry.Types.Application" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "Application'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

newApplication :: Application Source #

Create a value of Application 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:Application', application_arn - The Amazon resource name (ARN) that specifies the application across services.

$sel:creationTime:Application', application_creationTime - The ISO-8601 formatted timestamp of the moment when the application was created.

$sel:description:Application', application_description - The description of the application.

$sel:id:Application', application_id - The identifier of the application.

$sel:lastUpdateTime:Application', application_lastUpdateTime - The ISO-8601 formatted timestamp of the moment when the application was last updated.

$sel:name:Application', application_name - The name of the application. The name must be unique in the region in which you are creating the application.

$sel:tags:Application', application_tags - Key-value pairs you can use to associate with the application.

ApplicationSummary

data ApplicationSummary Source #

Summary of a Amazon Web Services Service Catalog AppRegistry application.

See: newApplicationSummary smart constructor.

Instances

Instances details
FromJSON ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

Generic ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

Associated Types

type Rep ApplicationSummary :: Type -> Type #

Read ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

Show ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

NFData ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

Methods

rnf :: ApplicationSummary -> () #

Eq ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

Hashable ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

type Rep ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

type Rep ApplicationSummary = D1 ('MetaData "ApplicationSummary" "Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ApplicationSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newApplicationSummary :: ApplicationSummary Source #

Create a value of ApplicationSummary 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:ApplicationSummary', applicationSummary_arn - The Amazon resource name (ARN) that specifies the application across services.

$sel:creationTime:ApplicationSummary', applicationSummary_creationTime - The ISO-8601 formatted timestamp of the moment when the application was created.

$sel:description:ApplicationSummary', applicationSummary_description - The description of the application.

$sel:id:ApplicationSummary', applicationSummary_id - The identifier of the application.

$sel:lastUpdateTime:ApplicationSummary', applicationSummary_lastUpdateTime - The ISO-8601 formatted timestamp of the moment when the application was last updated.

$sel:name:ApplicationSummary', applicationSummary_name - The name of the application. The name must be unique in the region in which you are creating the application.

AttributeGroup

data AttributeGroup Source #

Represents a Amazon Web Services Service Catalog AppRegistry attribute group that is rich metadata which describes an application and its components.

See: newAttributeGroup smart constructor.

Instances

Instances details
FromJSON AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

Generic AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

Associated Types

type Rep AttributeGroup :: Type -> Type #

Read AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

Show AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

NFData AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

Methods

rnf :: AttributeGroup -> () #

Eq AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

Hashable AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

type Rep AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

type Rep AttributeGroup = D1 ('MetaData "AttributeGroup" "Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "AttributeGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

newAttributeGroup :: AttributeGroup Source #

Create a value of AttributeGroup 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:AttributeGroup', attributeGroup_arn - The Amazon resource name (ARN) that specifies the attribute group across services.

$sel:creationTime:AttributeGroup', attributeGroup_creationTime - The ISO-8601 formatted timestamp of the moment the attribute group was created.

$sel:description:AttributeGroup', attributeGroup_description - The description of the attribute group that the user provides.

$sel:id:AttributeGroup', attributeGroup_id - The globally unique attribute group identifier of the attribute group.

$sel:lastUpdateTime:AttributeGroup', attributeGroup_lastUpdateTime - The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.

$sel:name:AttributeGroup', attributeGroup_name - The name of the attribute group.

$sel:tags:AttributeGroup', attributeGroup_tags - Key-value pairs you can use to associate with the attribute group.

AttributeGroupDetails

data AttributeGroupDetails Source #

The details related to a specific AttributeGroup.

See: newAttributeGroupDetails smart constructor.

Instances

Instances details
FromJSON AttributeGroupDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails

Generic AttributeGroupDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails

Associated Types

type Rep AttributeGroupDetails :: Type -> Type #

Read AttributeGroupDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails

Show AttributeGroupDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails

NFData AttributeGroupDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails

Methods

rnf :: AttributeGroupDetails -> () #

Eq AttributeGroupDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails

Hashable AttributeGroupDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails

type Rep AttributeGroupDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails

type Rep AttributeGroupDetails = D1 ('MetaData "AttributeGroupDetails" "Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupDetails" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "AttributeGroupDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAttributeGroupDetails :: AttributeGroupDetails Source #

Create a value of AttributeGroupDetails 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:AttributeGroupDetails', attributeGroupDetails_arn - The Amazon resource name (ARN) that specifies the attribute group.

$sel:id:AttributeGroupDetails', attributeGroupDetails_id - The unique identifier of the attribute group.

$sel:name:AttributeGroupDetails', attributeGroupDetails_name - This field is no longer supported. We recommend you don't use the field when using ListAttributeGroupsForApplication.

The name of the attribute group.

AttributeGroupSummary

data AttributeGroupSummary Source #

Summary of a Amazon Web Services Service Catalog AppRegistry attribute group.

See: newAttributeGroupSummary smart constructor.

Instances

Instances details
FromJSON AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

Generic AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

Associated Types

type Rep AttributeGroupSummary :: Type -> Type #

Read AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

Show AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

NFData AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

Methods

rnf :: AttributeGroupSummary -> () #

Eq AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

Hashable AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

type Rep AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

type Rep AttributeGroupSummary = D1 ('MetaData "AttributeGroupSummary" "Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "AttributeGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAttributeGroupSummary :: AttributeGroupSummary Source #

Create a value of AttributeGroupSummary 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:AttributeGroupSummary', attributeGroupSummary_arn - The Amazon resource name (ARN) that specifies the attribute group across services.

$sel:creationTime:AttributeGroupSummary', attributeGroupSummary_creationTime - The ISO-8601 formatted timestamp of the moment the attribute group was created.

$sel:description:AttributeGroupSummary', attributeGroupSummary_description - The description of the attribute group that the user provides.

$sel:id:AttributeGroupSummary', attributeGroupSummary_id - The globally unique attribute group identifier of the attribute group.

$sel:lastUpdateTime:AttributeGroupSummary', attributeGroupSummary_lastUpdateTime - The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.

$sel:name:AttributeGroupSummary', attributeGroupSummary_name - The name of the attribute group.

Integrations

data Integrations Source #

The information about the service integration.

See: newIntegrations smart constructor.

Instances

Instances details
FromJSON Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

Generic Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

Associated Types

type Rep Integrations :: Type -> Type #

Read Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

Show Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

NFData Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

Methods

rnf :: Integrations -> () #

Eq Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

Hashable Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

type Rep Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

type Rep Integrations = D1 ('MetaData "Integrations" "Amazonka.ServiceCatalogAppRegistry.Types.Integrations" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "Integrations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceGroup))))

newIntegrations :: Integrations Source #

Create a value of Integrations 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:resourceGroup:Integrations', integrations_resourceGroup - The information about the resource group integration.

Resource

data Resource Source #

The information about the resource.

See: newResource smart constructor.

Instances

Instances details
FromJSON Resource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Resource

Generic Resource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Resource

Associated Types

type Rep Resource :: Type -> Type #

Methods

from :: Resource -> Rep Resource x #

to :: Rep Resource x -> Resource #

Read Resource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Resource

Show Resource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Resource

NFData Resource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Resource

Methods

rnf :: Resource -> () #

Eq Resource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Resource

Hashable Resource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Resource

Methods

hashWithSalt :: Int -> Resource -> Int #

hash :: Resource -> Int #

type Rep Resource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Resource

type Rep Resource = D1 ('MetaData "Resource" "Amazonka.ServiceCatalogAppRegistry.Types.Resource" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "Resource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "associationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "integrations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceIntegrations)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newResource :: Resource Source #

Create a value of Resource 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:Resource', resource_arn - The Amazon resource name (ARN) of the resource.

$sel:associationTime:Resource', resource_associationTime - The time the resource was associated with the application.

$sel:integrations:Resource', resource_integrations - The service integration information about the resource.

$sel:name:Resource', resource_name - The name of the resource.

ResourceDetails

data ResourceDetails Source #

The details related to the resource.

See: newResourceDetails smart constructor.

Constructors

ResourceDetails' (Maybe Text) 

Instances

Instances details
FromJSON ResourceDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceDetails

Generic ResourceDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceDetails

Associated Types

type Rep ResourceDetails :: Type -> Type #

Read ResourceDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceDetails

Show ResourceDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceDetails

NFData ResourceDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceDetails

Methods

rnf :: ResourceDetails -> () #

Eq ResourceDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceDetails

Hashable ResourceDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceDetails

type Rep ResourceDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceDetails

type Rep ResourceDetails = D1 ('MetaData "ResourceDetails" "Amazonka.ServiceCatalogAppRegistry.Types.ResourceDetails" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ResourceDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newResourceDetails :: ResourceDetails Source #

Create a value of ResourceDetails 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:tagValue:ResourceDetails', resourceDetails_tagValue - The value of the tag.

ResourceGroup

data ResourceGroup Source #

The information about the resource group integration.

See: newResourceGroup smart constructor.

Instances

Instances details
FromJSON ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

Generic ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

Associated Types

type Rep ResourceGroup :: Type -> Type #

Read ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

Show ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

NFData ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

Methods

rnf :: ResourceGroup -> () #

Eq ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

Hashable ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

type Rep ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

type Rep ResourceGroup = D1 ('MetaData "ResourceGroup" "Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ResourceGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceGroupState)))))

newResourceGroup :: ResourceGroup Source #

Create a value of ResourceGroup 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:ResourceGroup', resourceGroup_arn - The Amazon resource name (ARN) of the resource group.

$sel:errorMessage:ResourceGroup', resourceGroup_errorMessage - The error message that generates when the propagation process for the resource group fails.

$sel:state:ResourceGroup', resourceGroup_state - The state of the propagation process for the resource group. The states includes:

CREATING if the resource group is in the process of being created.

CREATE_COMPLETE if the resource group was created successfully.

CREATE_FAILED if the resource group failed to be created.

UPDATING if the resource group is in the process of being updated.

UPDATE_COMPLETE if the resource group updated successfully.

UPDATE_FAILED if the resource group could not update successfully.

ResourceInfo

data ResourceInfo Source #

The information about the resource.

See: newResourceInfo smart constructor.

Instances

Instances details
FromJSON ResourceInfo Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceInfo

Generic ResourceInfo Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceInfo

Associated Types

type Rep ResourceInfo :: Type -> Type #

Read ResourceInfo Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceInfo

Show ResourceInfo Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceInfo

NFData ResourceInfo Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceInfo

Methods

rnf :: ResourceInfo -> () #

Eq ResourceInfo Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceInfo

Hashable ResourceInfo Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceInfo

type Rep ResourceInfo Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceInfo

type Rep ResourceInfo = D1 ('MetaData "ResourceInfo" "Amazonka.ServiceCatalogAppRegistry.Types.ResourceInfo" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ResourceInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceDetails)) :*: S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)))))

newResourceInfo :: ResourceInfo Source #

Create a value of ResourceInfo 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:ResourceInfo', resourceInfo_arn - The Amazon resource name (ARN) that specifies the resource across services.

$sel:name:ResourceInfo', resourceInfo_name - The name of the resource.

$sel:resourceDetails:ResourceInfo', resourceInfo_resourceDetails - The details related to the resource.

$sel:resourceType:ResourceInfo', resourceInfo_resourceType - Provides information about the Service Catalog App Registry resource type.

ResourceIntegrations

data ResourceIntegrations Source #

The service integration information about the resource.

See: newResourceIntegrations smart constructor.

Instances

Instances details
FromJSON ResourceIntegrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceIntegrations

Generic ResourceIntegrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceIntegrations

Associated Types

type Rep ResourceIntegrations :: Type -> Type #

Read ResourceIntegrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceIntegrations

Show ResourceIntegrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceIntegrations

NFData ResourceIntegrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceIntegrations

Methods

rnf :: ResourceIntegrations -> () #

Eq ResourceIntegrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceIntegrations

Hashable ResourceIntegrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceIntegrations

type Rep ResourceIntegrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceIntegrations

type Rep ResourceIntegrations = D1 ('MetaData "ResourceIntegrations" "Amazonka.ServiceCatalogAppRegistry.Types.ResourceIntegrations" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "ResourceIntegrations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceGroup))))

newResourceIntegrations :: ResourceIntegrations Source #

Create a value of ResourceIntegrations 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:resourceGroup:ResourceIntegrations', resourceIntegrations_resourceGroup - The information about the integration of Resource Groups.

TagQueryConfiguration

data TagQueryConfiguration Source #

The definition of tagQuery. Specifies which resources are associated with an application.

See: newTagQueryConfiguration smart constructor.

Instances

Instances details
FromJSON TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

ToJSON TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

Generic TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

Associated Types

type Rep TagQueryConfiguration :: Type -> Type #

Read TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

Show TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

NFData TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

Methods

rnf :: TagQueryConfiguration -> () #

Eq TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

Hashable TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

type Rep TagQueryConfiguration Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration

type Rep TagQueryConfiguration = D1 ('MetaData "TagQueryConfiguration" "Amazonka.ServiceCatalogAppRegistry.Types.TagQueryConfiguration" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "TagQueryConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTagQueryConfiguration :: TagQueryConfiguration Source #

Create a value of TagQueryConfiguration 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:tagKey:TagQueryConfiguration', tagQueryConfiguration_tagKey - Condition in the IAM policy that associates resources to an application.