libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

ValidationException

_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request has invalid or missing parameters.

ConflictException

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

ServiceQuotaExceededException

_ServiceQuotaExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The maximum number of resources per account has been reached.

InternalServerException

_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The service is experiencing internal problems.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource does not exist.

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
Eq AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Read AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Show 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 #

NFData AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Methods

rnf :: AssociateAttributeGroup -> () #

Hashable AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

ToJSON AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

AWSRequest 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

type Rep AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

type Rep AssociateAttributeGroup = D1 ('MetaData "AssociateAttributeGroup" "Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "AssociateAttributeGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attributeGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse AssociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

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
Eq AssociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Read AssociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Show AssociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Generic AssociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup

Associated Types

type Rep AssociateAttributeGroupResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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.

ListAttributeGroups (Paginated)

data ListAttributeGroups Source #

See: newListAttributeGroups smart constructor.

Instances

Instances details
Eq ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Read ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Show ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Generic ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Associated Types

type Rep ListAttributeGroups :: Type -> Type #

NFData ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Methods

rnf :: ListAttributeGroups -> () #

Hashable 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 #

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

type Rep ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

type Rep ListAttributeGroups = D1 ('MetaData "ListAttributeGroups" "Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "ListAttributeGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

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:nextToken:ListAttributeGroups', listAttributeGroups_nextToken - The token to use to get the next page of results after a previous API call.

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

data ListAttributeGroupsResponse Source #

See: newListAttributeGroupsResponse smart constructor.

Instances

Instances details
Eq ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Read ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Show ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Generic ListAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups

Associated Types

type Rep ListAttributeGroupsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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.

$sel:nextToken: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.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

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

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.ServiceCatalogAppRegistry.ListTagsForResource" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

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
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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:

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - The tags on the resource.

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

SyncResource

data SyncResource Source #

See: newSyncResource smart constructor.

Instances

Instances details
Eq SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Read SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Show SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Generic SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Associated Types

type Rep SyncResource :: Type -> Type #

NFData SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Methods

rnf :: SyncResource -> () #

Hashable SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

ToJSON SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

AWSRequest SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Associated Types

type AWSResponse 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

type Rep SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

type Rep SyncResource = D1 ('MetaData "SyncResource" "Amazonka.ServiceCatalogAppRegistry.SyncResource" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "SyncResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceType) :*: S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse SyncResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

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:

$sel:resourceType: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
Eq SyncResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Read SyncResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Show SyncResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Generic SyncResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Associated Types

type Rep SyncResourceResponse :: Type -> Type #

NFData SyncResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

Methods

rnf :: SyncResourceResponse -> () #

type Rep SyncResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.SyncResource

type Rep SyncResourceResponse = D1 ('MetaData "SyncResourceResponse" "Amazonka.ServiceCatalogAppRegistry.SyncResource" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "SyncResourceResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionTaken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SyncAction))) :*: (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:applicationArn:SyncResourceResponse', syncResourceResponse_applicationArn - The Amazon resource name (ARN) that specifies the application.

$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:resourceArn:SyncResourceResponse', syncResourceResponse_resourceArn - The Amazon resource name (ARN) that specifies the resource.

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

DeleteApplication

data DeleteApplication Source #

See: newDeleteApplication smart constructor.

Constructors

DeleteApplication' Text 

Instances

Instances details
Eq DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Read DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Show DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Generic DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Associated Types

type Rep DeleteApplication :: Type -> Type #

NFData DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Methods

rnf :: DeleteApplication -> () #

Hashable DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

AWSRequest DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Associated Types

type AWSResponse DeleteApplication #

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

type Rep DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

type Rep DeleteApplication = D1 ('MetaData "DeleteApplication" "Amazonka.ServiceCatalogAppRegistry.DeleteApplication" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "DeleteApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

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:

$sel:application:DeleteApplication', deleteApplication_application - The name or ID of the application.

data DeleteApplicationResponse Source #

See: newDeleteApplicationResponse smart constructor.

Instances

Instances details
Eq DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Read DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Show DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Generic DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Associated Types

type Rep DeleteApplicationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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:

$sel:application:DeleteApplication', deleteApplicationResponse_application - Information about the deleted application.

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

UpdateApplication

data UpdateApplication Source #

See: newUpdateApplication smart constructor.

Instances

Instances details
Eq UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Read UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Show UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Generic UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Associated Types

type Rep UpdateApplication :: Type -> Type #

NFData UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Methods

rnf :: UpdateApplication -> () #

Hashable UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

ToJSON UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

AWSRequest UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Associated Types

type AWSResponse 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

type Rep UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

type Rep UpdateApplication = D1 ('MetaData "UpdateApplication" "Amazonka.ServiceCatalogAppRegistry.UpdateApplication" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "UpdateApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

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:

$sel:name:UpdateApplication', updateApplication_name - The new name of the application. The name must be unique in the region in which you are updating the application.

$sel:description:UpdateApplication', updateApplication_description - The new description of the application.

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

data UpdateApplicationResponse Source #

See: newUpdateApplicationResponse smart constructor.

Instances

Instances details
Eq UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Read UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Show UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Generic UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateApplication

Associated Types

type Rep UpdateApplicationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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:

$sel:application:UpdateApplication', updateApplicationResponse_application - The updated information of the application.

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

AssociateResource

data AssociateResource Source #

See: newAssociateResource smart constructor.

Instances

Instances details
Eq AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Read AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Show AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Generic AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Associated Types

type Rep AssociateResource :: Type -> Type #

NFData AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Methods

rnf :: AssociateResource -> () #

Hashable AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

ToJSON AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

AWSRequest AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Associated Types

type AWSResponse 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

type Rep AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

type Rep AssociateResource = D1 ('MetaData "AssociateResource" "Amazonka.ServiceCatalogAppRegistry.AssociateResource" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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))))
type AWSResponse AssociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

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.

$sel:resourceType: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
Eq AssociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Read AssociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Show AssociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Generic AssociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.AssociateResource

Associated Types

type Rep AssociateResourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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
Eq CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Read CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Show CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Generic CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Associated Types

type Rep CreateApplication :: Type -> Type #

NFData CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Methods

rnf :: CreateApplication -> () #

Hashable CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

ToJSON CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

AWSRequest CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Associated Types

type AWSResponse 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

type Rep CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

type Rep CreateApplication = D1 ('MetaData "CreateApplication" "Amazonka.ServiceCatalogAppRegistry.CreateApplication" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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))))
type AWSResponse CreateApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

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:

$sel:description:CreateApplication', createApplication_description - The description of the application.

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

$sel:name: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
Eq CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Read CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Show CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Generic CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateApplication

Associated Types

type Rep CreateApplicationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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.

DisassociateAttributeGroup

data DisassociateAttributeGroup Source #

See: newDisassociateAttributeGroup smart constructor.

Instances

Instances details
Eq DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Read DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Show 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 #

NFData DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Hashable DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

AWSRequest DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

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

type Rep DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

type Rep DisassociateAttributeGroup = D1 ('MetaData "DisassociateAttributeGroup" "Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "DisassociateAttributeGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attributeGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisassociateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

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
Eq DisassociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Read DisassociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Show DisassociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Generic DisassociateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup

Associated Types

type Rep DisassociateAttributeGroupResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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.

GetApplication

data GetApplication Source #

See: newGetApplication smart constructor.

Constructors

GetApplication' Text 

Instances

Instances details
Eq GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Read GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Show GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Generic GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Associated Types

type Rep GetApplication :: Type -> Type #

NFData GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Methods

rnf :: GetApplication -> () #

Hashable GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

AWSRequest GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Associated Types

type AWSResponse GetApplication #

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

type Rep GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

type Rep GetApplication = D1 ('MetaData "GetApplication" "Amazonka.ServiceCatalogAppRegistry.GetApplication" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "GetApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

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
Eq GetApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Read GetApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Show GetApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Generic GetApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Associated Types

type Rep GetApplicationResponse :: Type -> Type #

NFData GetApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

Methods

rnf :: GetApplicationResponse -> () #

type Rep GetApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetApplication

type Rep GetApplicationResponse = D1 ('MetaData "GetApplicationResponse" "Amazonka.ServiceCatalogAppRegistry.GetApplication" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "GetApplicationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "integrations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integrations)) :*: (S1 ('MetaSel ('Just "associatedResourceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "name") '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 POSIX))) :*: (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 "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

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:

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

$sel:arn:GetApplicationResponse', getApplicationResponse_arn - The Amazon resource name (ARN) that specifies the application across services.

$sel:integrations:GetApplicationResponse', getApplicationResponse_integrations - The information about the integration of the application with other services, such as Resource Groups.

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

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

$sel:id:GetApplicationResponse', getApplicationResponse_id - The identifier of the application.

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

$sel:description:GetApplicationResponse', getApplicationResponse_description - The description of the application.

$sel:tags: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
Eq GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Read GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Show GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Generic GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Associated Types

type Rep GetAssociatedResource :: Type -> Type #

NFData GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Methods

rnf :: GetAssociatedResource -> () #

Hashable GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

AWSRequest GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Associated Types

type AWSResponse GetAssociatedResource #

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

type Rep GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

type Rep GetAssociatedResource = D1 ('MetaData "GetAssociatedResource" "Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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))))
type AWSResponse GetAssociatedResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

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.

$sel:resourceType:GetAssociatedResource', getAssociatedResource_resourceType - The type of resource associated with the application.

$sel:resource:GetAssociatedResource', getAssociatedResource_resource - The name or ID of the resource associated with the application.

data GetAssociatedResourceResponse Source #

See: newGetAssociatedResourceResponse smart constructor.

Instances

Instances details
Eq GetAssociatedResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Read GetAssociatedResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Show GetAssociatedResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Generic GetAssociatedResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource

Associated Types

type Rep GetAssociatedResourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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:

$sel:resource:GetAssociatedResource', getAssociatedResourceResponse_resource - The resource associated with the application.

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

CreateAttributeGroup

data CreateAttributeGroup Source #

See: newCreateAttributeGroup smart constructor.

Instances

Instances details
Eq CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Read CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Show CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Generic CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Associated Types

type Rep CreateAttributeGroup :: Type -> Type #

NFData CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Methods

rnf :: CreateAttributeGroup -> () #

Hashable CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

ToJSON CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

AWSRequest CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Associated Types

type AWSResponse 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

type Rep CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

type Rep CreateAttributeGroup = D1 ('MetaData "CreateAttributeGroup" "Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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)))))
type AWSResponse CreateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

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:

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

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

$sel:name: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
Eq CreateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Read CreateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Show CreateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Generic CreateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup

Associated Types

type Rep CreateAttributeGroupResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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.

DeleteAttributeGroup

data DeleteAttributeGroup Source #

See: newDeleteAttributeGroup smart constructor.

Instances

Instances details
Eq DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Read DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Show DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Generic DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Associated Types

type Rep DeleteAttributeGroup :: Type -> Type #

NFData DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Methods

rnf :: DeleteAttributeGroup -> () #

Hashable DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

AWSRequest DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Associated Types

type AWSResponse DeleteAttributeGroup #

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

type Rep DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

type Rep DeleteAttributeGroup = D1 ('MetaData "DeleteAttributeGroup" "Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "DeleteAttributeGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

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:

$sel:attributeGroup: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
Eq DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Read DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Show DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Generic DeleteAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup

Associated Types

type Rep DeleteAttributeGroupResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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:

$sel:attributeGroup:DeleteAttributeGroup', deleteAttributeGroupResponse_attributeGroup - Information about the deleted attribute group.

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

UpdateAttributeGroup

data UpdateAttributeGroup Source #

See: newUpdateAttributeGroup smart constructor.

Instances

Instances details
Eq UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Read UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Show UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Generic UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Associated Types

type Rep UpdateAttributeGroup :: Type -> Type #

NFData UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Methods

rnf :: UpdateAttributeGroup -> () #

Hashable UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

ToJSON UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

AWSRequest UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Associated Types

type AWSResponse 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

type Rep UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

type Rep UpdateAttributeGroup = D1 ('MetaData "UpdateAttributeGroup" "Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "UpdateAttributeGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attributeGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

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:name:UpdateAttributeGroup', updateAttributeGroup_name - The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group.

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

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

$sel:attributeGroup: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
Eq UpdateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Read UpdateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Show UpdateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Generic UpdateAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup

Associated Types

type Rep UpdateAttributeGroupResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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:

$sel:attributeGroup:UpdateAttributeGroup', updateAttributeGroupResponse_attributeGroup - The updated information of the attribute group.

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

ListAssociatedAttributeGroups (Paginated)

data ListAssociatedAttributeGroups Source #

See: newListAssociatedAttributeGroups smart constructor.

Instances

Instances details
Eq ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Read ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Show 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 #

NFData ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

Hashable 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

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

type Rep ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

type Rep ListAssociatedAttributeGroups = D1 ('MetaData "ListAssociatedAttributeGroups" "Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "ListAssociatedAttributeGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListAssociatedAttributeGroups Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

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:nextToken:ListAssociatedAttributeGroups', listAssociatedAttributeGroups_nextToken - The token to use to get the next page of results after a previous API call.

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

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

data ListAssociatedAttributeGroupsResponse Source #

Instances

Instances details
Eq 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

Generic ListAssociatedAttributeGroupsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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.

$sel:nextToken: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.

GetAttributeGroup

data GetAttributeGroup Source #

See: newGetAttributeGroup smart constructor.

Constructors

GetAttributeGroup' Text 

Instances

Instances details
Eq GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Read GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Show GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Generic GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Associated Types

type Rep GetAttributeGroup :: Type -> Type #

NFData GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Methods

rnf :: GetAttributeGroup -> () #

Hashable GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

AWSRequest GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Associated Types

type AWSResponse GetAttributeGroup #

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

type Rep GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

type Rep GetAttributeGroup = D1 ('MetaData "GetAttributeGroup" "Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "GetAttributeGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetAttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

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
Eq GetAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Read GetAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Show GetAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Generic GetAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

Associated Types

type Rep GetAttributeGroupResponse :: Type -> Type #

NFData GetAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

type Rep GetAttributeGroupResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup

type Rep GetAttributeGroupResponse = D1 ('MetaData "GetAttributeGroupResponse" "Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "GetAttributeGroupResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attributes") '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 POSIX))) :*: (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 "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

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:

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

$sel:arn:GetAttributeGroupResponse', getAttributeGroupResponse_arn - The Amazon resource name (ARN) that specifies the attribute group across services.

$sel:name:GetAttributeGroupResponse', getAttributeGroupResponse_name - The name of the attribute group.

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

$sel:id:GetAttributeGroupResponse', getAttributeGroupResponse_id - The identifier of the attribute group.

$sel:lastUpdateTime: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.

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

$sel:tags:GetAttributeGroupResponse', getAttributeGroupResponse_tags - Key-value pairs associated with the attribute group.

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

DisassociateResource

data DisassociateResource Source #

See: newDisassociateResource smart constructor.

Instances

Instances details
Eq DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Read DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Show DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Generic DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Associated Types

type Rep DisassociateResource :: Type -> Type #

NFData DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Methods

rnf :: DisassociateResource -> () #

Hashable DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

AWSRequest DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Associated Types

type AWSResponse DisassociateResource #

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

type Rep DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

type Rep DisassociateResource = D1 ('MetaData "DisassociateResource" "Amazonka.ServiceCatalogAppRegistry.DisassociateResource" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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))))
type AWSResponse DisassociateResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

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.

$sel:resourceType: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
Eq DisassociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Read DisassociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Show DisassociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Generic DisassociateResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DisassociateResource

Associated Types

type Rep DisassociateResourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Associated Types

type AWSResponse 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

type Rep TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.ServiceCatalogAppRegistry.TagResource" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

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.

$sel:tags:TagResource', tagResource_tags - The new or modified tags for the resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.ServiceCatalogAppRegistry.TagResource" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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.

ListAssociatedResources (Paginated)

data ListAssociatedResources Source #

See: newListAssociatedResources smart constructor.

Instances

Instances details
Eq ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

Read ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

Show 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 #

NFData ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

Methods

rnf :: ListAssociatedResources -> () #

Hashable 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

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

type Rep ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

type Rep ListAssociatedResources = D1 ('MetaData "ListAssociatedResources" "Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "ListAssociatedResources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListAssociatedResources Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

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:nextToken:ListAssociatedResources', listAssociatedResources_nextToken - The token to use to get the next page of results after a previous API call.

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

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

data ListAssociatedResourcesResponse Source #

See: newListAssociatedResourcesResponse smart constructor.

Instances

Instances details
Eq ListAssociatedResourcesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

Read ListAssociatedResourcesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

Show ListAssociatedResourcesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

Generic ListAssociatedResourcesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources

Associated Types

type Rep ListAssociatedResourcesResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "ListAssociatedResourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceInfo])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

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

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

ListApplications (Paginated)

data ListApplications Source #

See: newListApplications smart constructor.

Instances

Instances details
Eq ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Read ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Show ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Generic ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Associated Types

type Rep ListApplications :: Type -> Type #

NFData ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Methods

rnf :: ListApplications -> () #

Hashable 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 #

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

type Rep ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

type Rep ListApplications = D1 ('MetaData "ListApplications" "Amazonka.ServiceCatalogAppRegistry.ListApplications" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "ListApplications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListApplications Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

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:nextToken:ListApplications', listApplications_nextToken - The token to use to get the next page of results after a previous API call.

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

data ListApplicationsResponse Source #

See: newListApplicationsResponse smart constructor.

Instances

Instances details
Eq ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Read ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Show ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Generic ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.ListApplications

Associated Types

type Rep ListApplicationsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "ListApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ApplicationSummary])) :*: 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:nextToken:ListApplications', listApplicationsResponse_nextToken - The token to use to get the next page of results after a previous API call.

$sel:applications:ListApplicationsResponse', listApplicationsResponse_applications - This list of applications.

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

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Associated Types

type AWSResponse UntagResource #

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

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.ServiceCatalogAppRegistry.UntagResource" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

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
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.ServiceCatalogAppRegistry.UntagResource" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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.

Types

ResourceGroupState

newtype ResourceGroupState Source #

Instances

Instances details
Eq ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

Ord ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

Read ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

Show 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 #

NFData ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

Methods

rnf :: ResourceGroupState -> () #

Hashable 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

FromJSON ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

FromJSONKey ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

ToLog ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

ToHeader ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

ToQuery 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

ToByteString 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

type Rep ResourceGroupState Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroupState

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

ResourceType

newtype ResourceType Source #

Constructors

ResourceType' 

Bundled Patterns

pattern ResourceType_CFN_STACK :: ResourceType 

Instances

Instances details
Eq ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

Ord ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

Read ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

Show ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

Generic ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

Associated Types

type Rep ResourceType :: Type -> Type #

NFData ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

Methods

rnf :: ResourceType -> () #

Hashable 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

FromJSON ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

FromJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

ToLog ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

ToHeader ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

ToQuery ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

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 #

ToByteString 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 #

type Rep ResourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceType

type Rep ResourceType = D1 ('MetaData "ResourceType" "Amazonka.ServiceCatalogAppRegistry.Types.ResourceType" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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
Eq SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Ord SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Read SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Show SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Generic SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Associated Types

type Rep SyncAction :: Type -> Type #

NFData SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Methods

rnf :: SyncAction -> () #

Hashable 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

FromJSON SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

FromJSONKey SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToLog SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToHeader SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToQuery SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

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 #

ToByteString 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 #

type Rep SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

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

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
Eq Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

Read Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

Show 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 #

NFData Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

Methods

rnf :: Application -> () #

Hashable Application Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Application

FromJSON 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "Application'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") '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 POSIX))) :*: (S1 ('MetaSel ('Just "description") '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:creationTime:Application', application_creationTime - The ISO-8601 formatted timestamp of the moment when the application was created.

$sel:arn:Application', application_arn - The Amazon resource name (ARN) that specifies the application across services.

$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: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:description:Application', application_description - The description of 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
Eq ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

Read ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

Show 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 #

NFData ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

Methods

rnf :: ApplicationSummary -> () #

Hashable ApplicationSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary

FromJSON 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "ApplicationSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") '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 POSIX)) :*: S1 ('MetaSel ('Just "description") '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:creationTime:ApplicationSummary', applicationSummary_creationTime - The ISO-8601 formatted timestamp of the moment when the application was created.

$sel:arn:ApplicationSummary', applicationSummary_arn - The Amazon resource name (ARN) that specifies the application across services.

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

$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:description:ApplicationSummary', applicationSummary_description - The description of 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
Eq AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

Read AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

Show 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 #

NFData AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

Methods

rnf :: AttributeGroup -> () #

Hashable AttributeGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup

FromJSON 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "AttributeGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") '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 POSIX))) :*: (S1 ('MetaSel ('Just "description") '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:creationTime:AttributeGroup', attributeGroup_creationTime - The ISO-8601 formatted timestamp of the moment the attribute group was created.

$sel:arn:AttributeGroup', attributeGroup_arn - The Amazon resource name (ARN) that specifies the attribute group across services.

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

$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:description:AttributeGroup', attributeGroup_description - The description of the attribute group that the user provides.

$sel:tags:AttributeGroup', attributeGroup_tags - Key-value pairs you can use to associate with 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
Eq AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

Read AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

Show 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 #

NFData AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

Methods

rnf :: AttributeGroupSummary -> () #

Hashable AttributeGroupSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary

FromJSON 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "AttributeGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") '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 POSIX)) :*: S1 ('MetaSel ('Just "description") '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:creationTime:AttributeGroupSummary', attributeGroupSummary_creationTime - The ISO-8601 formatted timestamp of the moment the attribute group was created.

$sel:arn:AttributeGroupSummary', attributeGroupSummary_arn - The Amazon resource name (ARN) that specifies the attribute group across services.

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

$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:description:AttributeGroupSummary', attributeGroupSummary_description - The description of the attribute group that the user provides.

Integrations

data Integrations Source #

The information about the service integration.

See: newIntegrations smart constructor.

Instances

Instances details
Eq Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

Read Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

Show 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 #

NFData Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

Methods

rnf :: Integrations -> () #

Hashable Integrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Integrations

FromJSON 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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
Eq Resource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Resource

Read Resource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Resource

Show 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 #

NFData Resource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Resource

Methods

rnf :: Resource -> () #

Hashable Resource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Resource

Methods

hashWithSalt :: Int -> Resource -> Int #

hash :: Resource -> Int #

FromJSON Resource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Resource

type Rep Resource Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.Resource

type Rep Resource = D1 ('MetaData "Resource" "Amazonka.ServiceCatalogAppRegistry.Types.Resource" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "Resource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "integrations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceIntegrations))) :*: (S1 ('MetaSel ('Just "associationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: 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:integrations:Resource', resource_integrations - The service integration information about the resource.

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

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

ResourceGroup

data ResourceGroup Source #

The information about the resource group integration.

See: newResourceGroup smart constructor.

Instances

Instances details
Eq ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

Read ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

Show 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 #

NFData ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

Methods

rnf :: ResourceGroup -> () #

Hashable ResourceGroup Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup

FromJSON 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "ResourceGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceGroupState)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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

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

ResourceInfo

data ResourceInfo Source #

The information about the resource.

See: newResourceInfo smart constructor.

Constructors

ResourceInfo' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq ResourceInfo Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceInfo

Read ResourceInfo Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceInfo

Show 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 #

NFData ResourceInfo Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceInfo

Methods

rnf :: ResourceInfo -> () #

Hashable ResourceInfo Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceInfo

FromJSON 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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))))

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.

ResourceIntegrations

data ResourceIntegrations Source #

The service integration information about the resource.

See: newResourceIntegrations smart constructor.

Instances

Instances details
Eq ResourceIntegrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceIntegrations

Read ResourceIntegrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceIntegrations

Show 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 #

NFData ResourceIntegrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceIntegrations

Methods

rnf :: ResourceIntegrations -> () #

Hashable ResourceIntegrations Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.ResourceIntegrations

FromJSON 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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.