amazonka-servicecatalog-2.0: Amazon Service Catalog SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ServiceCatalog

Contents

Description

Derived from API version 2015-12-10 of the AWS service descriptions, licensed under Apache 2.0.

Service Catalog

Service Catalog enables organizations to create and manage catalogs of IT services that are approved for Amazon Web Services. To get the most out of this documentation, you should be familiar with the terminology discussed in Service Catalog Concepts.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2015-12-10 of the Amazon Service Catalog 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 ServiceCatalog.

DuplicateResourceException

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

The specified resource is a duplicate.

InvalidParametersException

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

One or more parameters provided to the operation are not valid.

InvalidStateException

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

An attempt was made to modify a resource that is in a state that is not valid. Check your resources to ensure that they are in valid states before retrying the operation.

LimitExceededException

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

The current limits of the service would have been exceeded by this operation. Decrease your resource use or increase your service limits and retry the operation.

OperationNotSupportedException

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

The operation is not supported.

ResourceInUseException

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

A resource that is currently in use. Ensure that the resource is not in use and retry the operation.

ResourceNotFoundException

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

The specified resource was not found.

TagOptionNotMigratedException

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

An operation requiring TagOptions failed because the TagOptions migration process has not been performed for this account. Use the Amazon Web Services Management Console to perform the migration process before retrying the operation.

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.

AcceptPortfolioShare

data AcceptPortfolioShare Source #

See: newAcceptPortfolioShare smart constructor.

Instances

Instances details
ToJSON AcceptPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

ToHeaders AcceptPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

ToPath AcceptPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

ToQuery AcceptPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

AWSRequest AcceptPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

Associated Types

type AWSResponse AcceptPortfolioShare #

Generic AcceptPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

Associated Types

type Rep AcceptPortfolioShare :: Type -> Type #

Read AcceptPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

Show AcceptPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

NFData AcceptPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

Methods

rnf :: AcceptPortfolioShare -> () #

Eq AcceptPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

Hashable AcceptPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

type AWSResponse AcceptPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

type Rep AcceptPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

type Rep AcceptPortfolioShare = D1 ('MetaData "AcceptPortfolioShare" "Amazonka.ServiceCatalog.AcceptPortfolioShare" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "AcceptPortfolioShare'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "portfolioShareType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PortfolioShareType)) :*: S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAcceptPortfolioShare Source #

Create a value of AcceptPortfolioShare 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:acceptLanguage:AcceptPortfolioShare', acceptPortfolioShare_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:portfolioShareType:AcceptPortfolioShare', acceptPortfolioShare_portfolioShareType - The type of shared portfolios to accept. The default is to accept imported portfolios.

  • AWS_ORGANIZATIONS - Accept portfolios shared by the management account of your organization.
  • IMPORTED - Accept imported portfolios.
  • AWS_SERVICECATALOG - Not supported. (Throws ResourceNotFoundException.)

For example, aws servicecatalog accept-portfolio-share --portfolio-id "port-2qwzkwxt3y5fk" --portfolio-share-type AWS_ORGANIZATIONS

AcceptPortfolioShare, acceptPortfolioShare_portfolioId - The portfolio identifier.

data AcceptPortfolioShareResponse Source #

See: newAcceptPortfolioShareResponse smart constructor.

Instances

Instances details
Generic AcceptPortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

Associated Types

type Rep AcceptPortfolioShareResponse :: Type -> Type #

Read AcceptPortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

Show AcceptPortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

NFData AcceptPortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

Eq AcceptPortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

type Rep AcceptPortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AcceptPortfolioShare

type Rep AcceptPortfolioShareResponse = D1 ('MetaData "AcceptPortfolioShareResponse" "Amazonka.ServiceCatalog.AcceptPortfolioShare" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "AcceptPortfolioShareResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAcceptPortfolioShareResponse Source #

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

AssociateBudgetWithResource

data AssociateBudgetWithResource Source #

See: newAssociateBudgetWithResource smart constructor.

Instances

Instances details
ToJSON AssociateBudgetWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

ToHeaders AssociateBudgetWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

ToPath AssociateBudgetWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

ToQuery AssociateBudgetWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

AWSRequest AssociateBudgetWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

Generic AssociateBudgetWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

Associated Types

type Rep AssociateBudgetWithResource :: Type -> Type #

Read AssociateBudgetWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

Show AssociateBudgetWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

NFData AssociateBudgetWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

Eq AssociateBudgetWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

Hashable AssociateBudgetWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

type AWSResponse AssociateBudgetWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

type Rep AssociateBudgetWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

type Rep AssociateBudgetWithResource = D1 ('MetaData "AssociateBudgetWithResource" "Amazonka.ServiceCatalog.AssociateBudgetWithResource" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "AssociateBudgetWithResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "budgetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAssociateBudgetWithResource Source #

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

AssociateBudgetWithResource, associateBudgetWithResource_budgetName - The name of the budget you want to associate.

$sel:resourceId:AssociateBudgetWithResource', associateBudgetWithResource_resourceId - The resource identifier. Either a portfolio-id or a product-id.

data AssociateBudgetWithResourceResponse Source #

Instances

Instances details
Generic AssociateBudgetWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

Read AssociateBudgetWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

Show AssociateBudgetWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

NFData AssociateBudgetWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

Eq AssociateBudgetWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

type Rep AssociateBudgetWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateBudgetWithResource

type Rep AssociateBudgetWithResourceResponse = D1 ('MetaData "AssociateBudgetWithResourceResponse" "Amazonka.ServiceCatalog.AssociateBudgetWithResource" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "AssociateBudgetWithResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateBudgetWithResourceResponse Source #

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

AssociatePrincipalWithPortfolio

data AssociatePrincipalWithPortfolio Source #

See: newAssociatePrincipalWithPortfolio smart constructor.

Instances

Instances details
ToJSON AssociatePrincipalWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

ToHeaders AssociatePrincipalWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

ToPath AssociatePrincipalWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

ToQuery AssociatePrincipalWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

AWSRequest AssociatePrincipalWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

Generic AssociatePrincipalWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

Associated Types

type Rep AssociatePrincipalWithPortfolio :: Type -> Type #

Read AssociatePrincipalWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

Show AssociatePrincipalWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

NFData AssociatePrincipalWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

Eq AssociatePrincipalWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

Hashable AssociatePrincipalWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

type AWSResponse AssociatePrincipalWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

type Rep AssociatePrincipalWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

type Rep AssociatePrincipalWithPortfolio = D1 ('MetaData "AssociatePrincipalWithPortfolio" "Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "AssociatePrincipalWithPortfolio'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "principalARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "principalType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PrincipalType))))

newAssociatePrincipalWithPortfolio Source #

Create a value of AssociatePrincipalWithPortfolio 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:acceptLanguage:AssociatePrincipalWithPortfolio', associatePrincipalWithPortfolio_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

AssociatePrincipalWithPortfolio, associatePrincipalWithPortfolio_portfolioId - The portfolio identifier.

AssociatePrincipalWithPortfolio, associatePrincipalWithPortfolio_principalARN - The ARN of the principal (IAM user, role, or group). This field allows an ARN with no accountID if PrincipalType is IAM_PATTERN.

You can associate multiple IAM patterns even if the account has no principal with that name. This is useful in Principal Name Sharing if you want to share a principal without creating it in the account that owns the portfolio.

AssociatePrincipalWithPortfolio, associatePrincipalWithPortfolio_principalType - The principal type. The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you use an ARN with no accountID.

data AssociatePrincipalWithPortfolioResponse Source #

Instances

Instances details
Generic AssociatePrincipalWithPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

Read AssociatePrincipalWithPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

Show AssociatePrincipalWithPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

NFData AssociatePrincipalWithPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

Eq AssociatePrincipalWithPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

type Rep AssociatePrincipalWithPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio

type Rep AssociatePrincipalWithPortfolioResponse = D1 ('MetaData "AssociatePrincipalWithPortfolioResponse" "Amazonka.ServiceCatalog.AssociatePrincipalWithPortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "AssociatePrincipalWithPortfolioResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociatePrincipalWithPortfolioResponse Source #

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

AssociateProductWithPortfolio

data AssociateProductWithPortfolio Source #

See: newAssociateProductWithPortfolio smart constructor.

Instances

Instances details
ToJSON AssociateProductWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

ToHeaders AssociateProductWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

ToPath AssociateProductWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

ToQuery AssociateProductWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

AWSRequest AssociateProductWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

Generic AssociateProductWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

Associated Types

type Rep AssociateProductWithPortfolio :: Type -> Type #

Read AssociateProductWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

Show AssociateProductWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

NFData AssociateProductWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

Eq AssociateProductWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

Hashable AssociateProductWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

type AWSResponse AssociateProductWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

type Rep AssociateProductWithPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

type Rep AssociateProductWithPortfolio = D1 ('MetaData "AssociateProductWithPortfolio" "Amazonka.ServiceCatalog.AssociateProductWithPortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "AssociateProductWithPortfolio'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourcePortfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAssociateProductWithPortfolio Source #

Create a value of AssociateProductWithPortfolio 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:acceptLanguage:AssociateProductWithPortfolio', associateProductWithPortfolio_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:sourcePortfolioId:AssociateProductWithPortfolio', associateProductWithPortfolio_sourcePortfolioId - The identifier of the source portfolio.

AssociateProductWithPortfolio, associateProductWithPortfolio_productId - The product identifier.

AssociateProductWithPortfolio, associateProductWithPortfolio_portfolioId - The portfolio identifier.

data AssociateProductWithPortfolioResponse Source #

Instances

Instances details
Generic AssociateProductWithPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

Read AssociateProductWithPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

Show AssociateProductWithPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

NFData AssociateProductWithPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

Eq AssociateProductWithPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

type Rep AssociateProductWithPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateProductWithPortfolio

type Rep AssociateProductWithPortfolioResponse = D1 ('MetaData "AssociateProductWithPortfolioResponse" "Amazonka.ServiceCatalog.AssociateProductWithPortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "AssociateProductWithPortfolioResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateProductWithPortfolioResponse Source #

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

AssociateServiceActionWithProvisioningArtifact

data AssociateServiceActionWithProvisioningArtifact Source #

Instances

Instances details
ToJSON AssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

ToHeaders AssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

ToPath AssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

ToQuery AssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

AWSRequest AssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

Generic AssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

Read AssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

Show AssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

NFData AssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

Eq AssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

Hashable AssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

type AWSResponse AssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

type Rep AssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

type Rep AssociateServiceActionWithProvisioningArtifact = D1 ('MetaData "AssociateServiceActionWithProvisioningArtifact" "Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "AssociateServiceActionWithProvisioningArtifact'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "serviceActionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

data AssociateServiceActionWithProvisioningArtifactResponse Source #

Instances

Instances details
Generic AssociateServiceActionWithProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

Read AssociateServiceActionWithProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

Show AssociateServiceActionWithProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

NFData AssociateServiceActionWithProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

Eq AssociateServiceActionWithProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

type Rep AssociateServiceActionWithProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact

type Rep AssociateServiceActionWithProvisioningArtifactResponse = D1 ('MetaData "AssociateServiceActionWithProvisioningArtifactResponse" "Amazonka.ServiceCatalog.AssociateServiceActionWithProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "AssociateServiceActionWithProvisioningArtifactResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

AssociateTagOptionWithResource

data AssociateTagOptionWithResource Source #

See: newAssociateTagOptionWithResource smart constructor.

Instances

Instances details
ToJSON AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

ToHeaders AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

ToPath AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

ToQuery AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

AWSRequest AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

Generic AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

Associated Types

type Rep AssociateTagOptionWithResource :: Type -> Type #

Read AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

Show AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

NFData AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

Eq AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

Hashable AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

type AWSResponse AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

type Rep AssociateTagOptionWithResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

type Rep AssociateTagOptionWithResource = D1 ('MetaData "AssociateTagOptionWithResource" "Amazonka.ServiceCatalog.AssociateTagOptionWithResource" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "AssociateTagOptionWithResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagOptionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAssociateTagOptionWithResource Source #

Create a value of AssociateTagOptionWithResource 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:resourceId:AssociateTagOptionWithResource', associateTagOptionWithResource_resourceId - The resource identifier.

$sel:tagOptionId:AssociateTagOptionWithResource', associateTagOptionWithResource_tagOptionId - The TagOption identifier.

data AssociateTagOptionWithResourceResponse Source #

Instances

Instances details
Generic AssociateTagOptionWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

Read AssociateTagOptionWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

Show AssociateTagOptionWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

NFData AssociateTagOptionWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

Eq AssociateTagOptionWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

type Rep AssociateTagOptionWithResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.AssociateTagOptionWithResource

type Rep AssociateTagOptionWithResourceResponse = D1 ('MetaData "AssociateTagOptionWithResourceResponse" "Amazonka.ServiceCatalog.AssociateTagOptionWithResource" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "AssociateTagOptionWithResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateTagOptionWithResourceResponse Source #

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

BatchAssociateServiceActionWithProvisioningArtifact

data BatchAssociateServiceActionWithProvisioningArtifact Source #

Instances

Instances details
ToJSON BatchAssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

ToHeaders BatchAssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

ToPath BatchAssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

ToQuery BatchAssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

AWSRequest BatchAssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

Generic BatchAssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

Read BatchAssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

Show BatchAssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

NFData BatchAssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

Eq BatchAssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

Hashable BatchAssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

type AWSResponse BatchAssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

type Rep BatchAssociateServiceActionWithProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

type Rep BatchAssociateServiceActionWithProvisioningArtifact = D1 ('MetaData "BatchAssociateServiceActionWithProvisioningArtifact" "Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "BatchAssociateServiceActionWithProvisioningArtifact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceActionAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ServiceActionAssociation))))

newBatchAssociateServiceActionWithProvisioningArtifact Source #

Create a value of BatchAssociateServiceActionWithProvisioningArtifact 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:acceptLanguage:BatchAssociateServiceActionWithProvisioningArtifact', batchAssociateServiceActionWithProvisioningArtifact_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:serviceActionAssociations:BatchAssociateServiceActionWithProvisioningArtifact', batchAssociateServiceActionWithProvisioningArtifact_serviceActionAssociations - One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.

data BatchAssociateServiceActionWithProvisioningArtifactResponse Source #

Instances

Instances details
Generic BatchAssociateServiceActionWithProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

Read BatchAssociateServiceActionWithProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

Show BatchAssociateServiceActionWithProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

NFData BatchAssociateServiceActionWithProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

Eq BatchAssociateServiceActionWithProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

type Rep BatchAssociateServiceActionWithProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact

type Rep BatchAssociateServiceActionWithProvisioningArtifactResponse = D1 ('MetaData "BatchAssociateServiceActionWithProvisioningArtifactResponse" "Amazonka.ServiceCatalog.BatchAssociateServiceActionWithProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "BatchAssociateServiceActionWithProvisioningArtifactResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedServiceActionAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedServiceActionAssociation])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

BatchDisassociateServiceActionFromProvisioningArtifact

data BatchDisassociateServiceActionFromProvisioningArtifact Source #

Instances

Instances details
ToJSON BatchDisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

ToHeaders BatchDisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

ToPath BatchDisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

ToQuery BatchDisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

AWSRequest BatchDisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

Generic BatchDisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

Read BatchDisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

Show BatchDisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

NFData BatchDisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

Eq BatchDisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

Hashable BatchDisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

type AWSResponse BatchDisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

type Rep BatchDisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

type Rep BatchDisassociateServiceActionFromProvisioningArtifact = D1 ('MetaData "BatchDisassociateServiceActionFromProvisioningArtifact" "Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "BatchDisassociateServiceActionFromProvisioningArtifact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceActionAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ServiceActionAssociation))))

data BatchDisassociateServiceActionFromProvisioningArtifactResponse Source #

Instances

Instances details
Generic BatchDisassociateServiceActionFromProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

Read BatchDisassociateServiceActionFromProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

Show BatchDisassociateServiceActionFromProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

NFData BatchDisassociateServiceActionFromProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

Eq BatchDisassociateServiceActionFromProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

type Rep BatchDisassociateServiceActionFromProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact

type Rep BatchDisassociateServiceActionFromProvisioningArtifactResponse = D1 ('MetaData "BatchDisassociateServiceActionFromProvisioningArtifactResponse" "Amazonka.ServiceCatalog.BatchDisassociateServiceActionFromProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "BatchDisassociateServiceActionFromProvisioningArtifactResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedServiceActionAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedServiceActionAssociation])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

CopyProduct

data CopyProduct Source #

See: newCopyProduct smart constructor.

Instances

Instances details
ToJSON CopyProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

ToHeaders CopyProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

Methods

toHeaders :: CopyProduct -> [Header] #

ToPath CopyProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

ToQuery CopyProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

AWSRequest CopyProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

Associated Types

type AWSResponse CopyProduct #

Generic CopyProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

Associated Types

type Rep CopyProduct :: Type -> Type #

Read CopyProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

Show CopyProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

NFData CopyProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

Methods

rnf :: CopyProduct -> () #

Eq CopyProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

Hashable CopyProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

type AWSResponse CopyProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

type Rep CopyProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

type Rep CopyProduct = D1 ('MetaData "CopyProduct" "Amazonka.ServiceCatalog.CopyProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CopyProduct'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "copyOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CopyOption])) :*: S1 ('MetaSel ('Just "sourceProvisioningArtifactIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HashMap ProvisioningArtifactPropertyName Text])))) :*: ((S1 ('MetaSel ('Just "targetProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetProductName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sourceProductArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "idempotencyToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCopyProduct Source #

Create a value of CopyProduct 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:acceptLanguage:CopyProduct', copyProduct_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:copyOptions:CopyProduct', copyProduct_copyOptions - The copy options. If the value is CopyTags, the tags from the source product are copied to the target product.

$sel:sourceProvisioningArtifactIdentifiers:CopyProduct', copyProduct_sourceProvisioningArtifactIdentifiers - The identifiers of the provisioning artifacts (also known as versions) of the product to copy. By default, all provisioning artifacts are copied.

$sel:targetProductId:CopyProduct', copyProduct_targetProductId - The identifier of the target product. By default, a new product is created.

$sel:targetProductName:CopyProduct', copyProduct_targetProductName - A name for the target product. The default is the name of the source product.

$sel:sourceProductArn:CopyProduct', copyProduct_sourceProductArn - The Amazon Resource Name (ARN) of the source product.

CopyProduct, copyProduct_idempotencyToken - A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

data CopyProductResponse Source #

See: newCopyProductResponse smart constructor.

Instances

Instances details
Generic CopyProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

Associated Types

type Rep CopyProductResponse :: Type -> Type #

Read CopyProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

Show CopyProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

NFData CopyProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

Methods

rnf :: CopyProductResponse -> () #

Eq CopyProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

type Rep CopyProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CopyProduct

type Rep CopyProductResponse = D1 ('MetaData "CopyProductResponse" "Amazonka.ServiceCatalog.CopyProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CopyProductResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "copyProductToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCopyProductResponse Source #

Create a value of CopyProductResponse 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:copyProductToken:CopyProductResponse', copyProductResponse_copyProductToken - The token to use to track the progress of the operation.

$sel:httpStatus:CopyProductResponse', copyProductResponse_httpStatus - The response's http status code.

CreateConstraint

data CreateConstraint Source #

See: newCreateConstraint smart constructor.

Instances

Instances details
ToJSON CreateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

ToHeaders CreateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

ToPath CreateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

ToQuery CreateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

AWSRequest CreateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

Associated Types

type AWSResponse CreateConstraint #

Generic CreateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

Associated Types

type Rep CreateConstraint :: Type -> Type #

Read CreateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

Show CreateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

NFData CreateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

Methods

rnf :: CreateConstraint -> () #

Eq CreateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

Hashable CreateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

type AWSResponse CreateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

type Rep CreateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

type Rep CreateConstraint = D1 ('MetaData "CreateConstraint" "Amazonka.ServiceCatalog.CreateConstraint" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CreateConstraint'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "idempotencyToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateConstraint Source #

Create a value of CreateConstraint 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:acceptLanguage:CreateConstraint', createConstraint_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

CreateConstraint, createConstraint_description - The description of the constraint.

CreateConstraint, createConstraint_portfolioId - The portfolio identifier.

CreateConstraint, createConstraint_productId - The product identifier.

$sel:parameters:CreateConstraint', createConstraint_parameters - The constraint parameters, in JSON format. The syntax depends on the constraint type as follows:

LAUNCH
You are required to specify either the RoleArn or the LocalRoleName but can't use both.

Specify the RoleArn property as follows:

{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"}

Specify the LocalRoleName property as follows:

{"LocalRoleName": "SCBasicLaunchRole"}

If you specify the LocalRoleName property, when an account uses the launch constraint, the IAM role with that name in the account will be used. This allows launch-role constraints to be account-agnostic so the administrator can create fewer resources per shared account.

The given role name must exist in the account used to create the launch constraint and the account of the user who launches a product with this launch constraint.

You cannot have both a LAUNCH and a STACKSET constraint.

You also cannot have more than one LAUNCH constraint on a product and portfolio.

NOTIFICATION
Specify the NotificationArns property as follows:
{"NotificationArns" : ["arn:aws:sns:us-east-1:123456789012:Topic"]}
RESOURCE_UPDATE
Specify the TagUpdatesOnProvisionedProduct property as follows:
{"Version":"2.0","Properties":{"TagUpdateOnProvisionedProduct":"String"}}

The TagUpdatesOnProvisionedProduct property accepts a string value of ALLOWED or NOT_ALLOWED.

STACKSET
Specify the Parameters property as follows:
{"Version": "String", "Properties": {"AccountList": [ "String" ], "RegionList": [ "String" ], "AdminRole": "String", "ExecutionRole": "String"}}

You cannot have both a LAUNCH and a STACKSET constraint.

You also cannot have more than one STACKSET constraint on a product and portfolio.

Products with a STACKSET constraint will launch an CloudFormation stack set.

TEMPLATE
Specify the Rules property. For more information, see Template Constraint Rules.

CreateConstraint, createConstraint_type - The type of constraint.

  • LAUNCH
  • NOTIFICATION
  • RESOURCE_UPDATE
  • STACKSET
  • TEMPLATE

CreateConstraint, createConstraint_idempotencyToken - A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

data CreateConstraintResponse Source #

See: newCreateConstraintResponse smart constructor.

Instances

Instances details
Generic CreateConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

Associated Types

type Rep CreateConstraintResponse :: Type -> Type #

Read CreateConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

Show CreateConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

NFData CreateConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

Eq CreateConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

type Rep CreateConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateConstraint

type Rep CreateConstraintResponse = D1 ('MetaData "CreateConstraintResponse" "Amazonka.ServiceCatalog.CreateConstraint" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CreateConstraintResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "constraintDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConstraintDetail)) :*: S1 ('MetaSel ('Just "constraintParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateConstraintResponse Source #

Create a value of CreateConstraintResponse 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:constraintDetail:CreateConstraintResponse', createConstraintResponse_constraintDetail - Information about the constraint.

$sel:constraintParameters:CreateConstraintResponse', createConstraintResponse_constraintParameters - The constraint parameters.

CreateConstraintResponse, createConstraintResponse_status - The status of the current request.

$sel:httpStatus:CreateConstraintResponse', createConstraintResponse_httpStatus - The response's http status code.

CreatePortfolio

data CreatePortfolio Source #

See: newCreatePortfolio smart constructor.

Instances

Instances details
ToJSON CreatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

ToHeaders CreatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

ToPath CreatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

ToQuery CreatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

AWSRequest CreatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

Associated Types

type AWSResponse CreatePortfolio #

Generic CreatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

Associated Types

type Rep CreatePortfolio :: Type -> Type #

Read CreatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

Show CreatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

NFData CreatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

Methods

rnf :: CreatePortfolio -> () #

Eq CreatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

Hashable CreatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

type AWSResponse CreatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

type Rep CreatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

type Rep CreatePortfolio = D1 ('MetaData "CreatePortfolio" "Amazonka.ServiceCatalog.CreatePortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CreatePortfolio'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "providerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "idempotencyToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreatePortfolio Source #

Create a value of CreatePortfolio 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:acceptLanguage:CreatePortfolio', createPortfolio_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

CreatePortfolio, createPortfolio_description - The description of the portfolio.

CreatePortfolio, createPortfolio_tags - One or more tags.

CreatePortfolio, createPortfolio_displayName - The name to use for display purposes.

CreatePortfolio, createPortfolio_providerName - The name of the portfolio provider.

CreatePortfolio, createPortfolio_idempotencyToken - A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

data CreatePortfolioResponse Source #

See: newCreatePortfolioResponse smart constructor.

Instances

Instances details
Generic CreatePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

Associated Types

type Rep CreatePortfolioResponse :: Type -> Type #

Read CreatePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

Show CreatePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

NFData CreatePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

Methods

rnf :: CreatePortfolioResponse -> () #

Eq CreatePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

type Rep CreatePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolio

type Rep CreatePortfolioResponse = D1 ('MetaData "CreatePortfolioResponse" "Amazonka.ServiceCatalog.CreatePortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CreatePortfolioResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "portfolioDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PortfolioDetail)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreatePortfolioResponse Source #

Create a value of CreatePortfolioResponse 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:portfolioDetail:CreatePortfolioResponse', createPortfolioResponse_portfolioDetail - Information about the portfolio.

CreatePortfolio, createPortfolioResponse_tags - Information about the tags associated with the portfolio.

$sel:httpStatus:CreatePortfolioResponse', createPortfolioResponse_httpStatus - The response's http status code.

CreatePortfolioShare

data CreatePortfolioShare Source #

See: newCreatePortfolioShare smart constructor.

Instances

Instances details
ToJSON CreatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

ToHeaders CreatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

ToPath CreatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

ToQuery CreatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

AWSRequest CreatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

Associated Types

type AWSResponse CreatePortfolioShare #

Generic CreatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

Associated Types

type Rep CreatePortfolioShare :: Type -> Type #

Read CreatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

Show CreatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

NFData CreatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

Methods

rnf :: CreatePortfolioShare -> () #

Eq CreatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

Hashable CreatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

type AWSResponse CreatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

type Rep CreatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

type Rep CreatePortfolioShare = D1 ('MetaData "CreatePortfolioShare" "Amazonka.ServiceCatalog.CreatePortfolioShare" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CreatePortfolioShare'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "organizationNode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationNode)))) :*: (S1 ('MetaSel ('Just "sharePrincipals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "shareTagOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreatePortfolioShare Source #

Create a value of CreatePortfolioShare 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:acceptLanguage:CreatePortfolioShare', createPortfolioShare_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:accountId:CreatePortfolioShare', createPortfolioShare_accountId - The Amazon Web Services account ID. For example, 123456789012.

$sel:organizationNode:CreatePortfolioShare', createPortfolioShare_organizationNode - The organization node to whom you are going to share. When you pass OrganizationNode, it creates PortfolioShare for all of the Amazon Web Services accounts that are associated to the OrganizationNode. The output returns a PortfolioShareToken, which enables the administrator to monitor the status of the PortfolioShare creation process.

CreatePortfolioShare, createPortfolioShare_sharePrincipals - Enables or disables Principal sharing when creating the portfolio share. If this flag is not provided, principal sharing is disabled.

When you enable Principal Name Sharing for a portfolio share, the share recipient account end users with a principal that matches any of the associated IAM patterns can provision products from the portfolio. Once shared, the share recipient can view associations of PrincipalType: IAM_PATTERN on their portfolio. You can create the principals in the recipient account before or after creating the share.

CreatePortfolioShare, createPortfolioShare_shareTagOptions - Enables or disables TagOptions sharing when creating the portfolio share. If this flag is not provided, TagOptions sharing is disabled.

CreatePortfolioShare, createPortfolioShare_portfolioId - The portfolio identifier.

data CreatePortfolioShareResponse Source #

See: newCreatePortfolioShareResponse smart constructor.

Instances

Instances details
Generic CreatePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

Associated Types

type Rep CreatePortfolioShareResponse :: Type -> Type #

Read CreatePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

Show CreatePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

NFData CreatePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

Eq CreatePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

type Rep CreatePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreatePortfolioShare

type Rep CreatePortfolioShareResponse = D1 ('MetaData "CreatePortfolioShareResponse" "Amazonka.ServiceCatalog.CreatePortfolioShare" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CreatePortfolioShareResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "portfolioShareToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreatePortfolioShareResponse Source #

Create a value of CreatePortfolioShareResponse 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:portfolioShareToken:CreatePortfolioShareResponse', createPortfolioShareResponse_portfolioShareToken - The portfolio shares a unique identifier that only returns if the portfolio is shared to an organization node.

$sel:httpStatus:CreatePortfolioShareResponse', createPortfolioShareResponse_httpStatus - The response's http status code.

CreateProduct

data CreateProduct Source #

See: newCreateProduct smart constructor.

Instances

Instances details
ToJSON CreateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

ToHeaders CreateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

ToPath CreateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

ToQuery CreateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

AWSRequest CreateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

Associated Types

type AWSResponse CreateProduct #

Generic CreateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

Associated Types

type Rep CreateProduct :: Type -> Type #

Read CreateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

Show CreateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

NFData CreateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

Methods

rnf :: CreateProduct -> () #

Eq CreateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

Hashable CreateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

type AWSResponse CreateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

type Rep CreateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

type Rep CreateProduct = D1 ('MetaData "CreateProduct" "Amazonka.ServiceCatalog.CreateProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CreateProduct'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "distributor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "provisioningArtifactParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisioningArtifactProperties)) :*: (S1 ('MetaSel ('Just "sourceConnection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceConnection)) :*: S1 ('MetaSel ('Just "supportDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "supportEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "supportUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "productType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProductType) :*: S1 ('MetaSel ('Just "idempotencyToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCreateProduct Source #

Create a value of CreateProduct 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:acceptLanguage:CreateProduct', createProduct_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

CreateProduct, createProduct_description - The description of the product.

CreateProduct, createProduct_distributor - The distributor of the product.

$sel:provisioningArtifactParameters:CreateProduct', createProduct_provisioningArtifactParameters - The configuration of the provisioning artifact.

CreateProduct, createProduct_sourceConnection - Specifies connection details for the created product and syncs the product to the connection source artifact. This automatically manages the product's artifacts based on changes to the source. The SourceConnection parameter consists of the following sub-fields.

  • Type
  • ConnectionParamters

CreateProduct, createProduct_supportDescription - The support information about the product.

CreateProduct, createProduct_supportEmail - The contact email for product support.

CreateProduct, createProduct_supportUrl - The contact URL for product support.

^https?:\/\// / is the pattern used to validate SupportUrl.

CreateProduct, createProduct_tags - One or more tags.

CreateProduct, createProduct_name - The name of the product.

CreateProduct, createProduct_owner - The owner of the product.

$sel:productType:CreateProduct', createProduct_productType - The type of product.

CreateProduct, createProduct_idempotencyToken - A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

data CreateProductResponse Source #

See: newCreateProductResponse smart constructor.

Instances

Instances details
Generic CreateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

Associated Types

type Rep CreateProductResponse :: Type -> Type #

Read CreateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

Show CreateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

NFData CreateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

Methods

rnf :: CreateProductResponse -> () #

Eq CreateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

type Rep CreateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProduct

type Rep CreateProductResponse = D1 ('MetaData "CreateProductResponse" "Amazonka.ServiceCatalog.CreateProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CreateProductResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "productViewDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProductViewDetail)) :*: S1 ('MetaSel ('Just "provisioningArtifactDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisioningArtifactDetail))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateProductResponse Source #

Create a value of CreateProductResponse 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:productViewDetail:CreateProductResponse', createProductResponse_productViewDetail - Information about the product view.

$sel:provisioningArtifactDetail:CreateProductResponse', createProductResponse_provisioningArtifactDetail - Information about the provisioning artifact.

CreateProduct, createProductResponse_tags - Information about the tags associated with the product.

$sel:httpStatus:CreateProductResponse', createProductResponse_httpStatus - The response's http status code.

CreateProvisionedProductPlan

data CreateProvisionedProductPlan Source #

See: newCreateProvisionedProductPlan smart constructor.

Instances

Instances details
ToJSON CreateProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

ToHeaders CreateProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

ToPath CreateProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

ToQuery CreateProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

AWSRequest CreateProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

Generic CreateProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

Associated Types

type Rep CreateProvisionedProductPlan :: Type -> Type #

Read CreateProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

Show CreateProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

NFData CreateProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

Eq CreateProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

Hashable CreateProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

type AWSResponse CreateProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

type Rep CreateProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

type Rep CreateProvisionedProductPlan = D1 ('MetaData "CreateProvisionedProductPlan" "Amazonka.ServiceCatalog.CreateProvisionedProductPlan" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CreateProvisionedProductPlan'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "notificationArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "pathId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "provisioningParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UpdateProvisioningParameter])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))) :*: ((S1 ('MetaSel ('Just "planName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "planType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProvisionedProductPlanType) :*: S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "provisionedProductName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "idempotencyToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCreateProvisionedProductPlan Source #

Create a value of CreateProvisionedProductPlan 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:acceptLanguage:CreateProvisionedProductPlan', createProvisionedProductPlan_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

CreateProvisionedProductPlan, createProvisionedProductPlan_notificationArns - Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

CreateProvisionedProductPlan, createProvisionedProductPlan_pathId - The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths.

CreateProvisionedProductPlan, createProvisionedProductPlan_provisioningParameters - Parameters specified by the administrator that are required for provisioning the product.

CreateProvisionedProductPlan, createProvisionedProductPlan_tags - One or more tags.

If the plan is for an existing provisioned product, the product must have a RESOURCE_UPDATE constraint with TagUpdatesOnProvisionedProduct set to ALLOWED to allow tag updates.

CreateProvisionedProductPlan, createProvisionedProductPlan_planName - The name of the plan.

CreateProvisionedProductPlan, createProvisionedProductPlan_planType - The plan type.

CreateProvisionedProductPlan, createProvisionedProductPlan_productId - The product identifier.

CreateProvisionedProductPlan, createProvisionedProductPlan_provisionedProductName - A user-friendly name for the provisioned product. This value must be unique for the Amazon Web Services account and cannot be updated after the product is provisioned.

CreateProvisionedProductPlan, createProvisionedProductPlan_provisioningArtifactId - The identifier of the provisioning artifact.

CreateProvisionedProductPlan, createProvisionedProductPlan_idempotencyToken - A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

data CreateProvisionedProductPlanResponse Source #

Instances

Instances details
Generic CreateProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

Read CreateProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

Show CreateProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

NFData CreateProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

Eq CreateProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

type Rep CreateProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisionedProductPlan

type Rep CreateProvisionedProductPlanResponse = D1 ('MetaData "CreateProvisionedProductPlanResponse" "Amazonka.ServiceCatalog.CreateProvisionedProductPlan" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CreateProvisionedProductPlanResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "planId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "planName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "provisionedProductName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

CreateProvisioningArtifact

data CreateProvisioningArtifact Source #

See: newCreateProvisioningArtifact smart constructor.

Instances

Instances details
ToJSON CreateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

ToHeaders CreateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

ToPath CreateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

ToQuery CreateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

AWSRequest CreateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

Generic CreateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

Associated Types

type Rep CreateProvisioningArtifact :: Type -> Type #

Read CreateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

Show CreateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

NFData CreateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

Eq CreateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

Hashable CreateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

type AWSResponse CreateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

type Rep CreateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

type Rep CreateProvisioningArtifact = D1 ('MetaData "CreateProvisioningArtifact" "Amazonka.ServiceCatalog.CreateProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CreateProvisioningArtifact'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProvisioningArtifactProperties) :*: S1 ('MetaSel ('Just "idempotencyToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateProvisioningArtifact Source #

Create a value of CreateProvisioningArtifact 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:acceptLanguage:CreateProvisioningArtifact', createProvisioningArtifact_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

CreateProvisioningArtifact, createProvisioningArtifact_productId - The product identifier.

$sel:parameters:CreateProvisioningArtifact', createProvisioningArtifact_parameters - The configuration for the provisioning artifact.

CreateProvisioningArtifact, createProvisioningArtifact_idempotencyToken - A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

data CreateProvisioningArtifactResponse Source #

Instances

Instances details
Generic CreateProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

Associated Types

type Rep CreateProvisioningArtifactResponse :: Type -> Type #

Read CreateProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

Show CreateProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

NFData CreateProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

Eq CreateProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

type Rep CreateProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateProvisioningArtifact

type Rep CreateProvisioningArtifactResponse = D1 ('MetaData "CreateProvisioningArtifactResponse" "Amazonka.ServiceCatalog.CreateProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CreateProvisioningArtifactResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "info") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "provisioningArtifactDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisioningArtifactDetail))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateProvisioningArtifactResponse Source #

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

CreateProvisioningArtifactResponse, createProvisioningArtifactResponse_info - Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ].

Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.

LoadTemplateFromURL

Use the URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.

ImportFromPhysicalId

Use the physical id of the resource that contains the template; currently supports CloudFormation stack ARN.

$sel:provisioningArtifactDetail:CreateProvisioningArtifactResponse', createProvisioningArtifactResponse_provisioningArtifactDetail - Information about the provisioning artifact.

CreateProvisioningArtifactResponse, createProvisioningArtifactResponse_status - The status of the current request.

$sel:httpStatus:CreateProvisioningArtifactResponse', createProvisioningArtifactResponse_httpStatus - The response's http status code.

CreateServiceAction

data CreateServiceAction Source #

See: newCreateServiceAction smart constructor.

Instances

Instances details
ToJSON CreateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

ToHeaders CreateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

ToPath CreateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

ToQuery CreateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

AWSRequest CreateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

Associated Types

type AWSResponse CreateServiceAction #

Generic CreateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

Associated Types

type Rep CreateServiceAction :: Type -> Type #

Read CreateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

Show CreateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

NFData CreateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

Methods

rnf :: CreateServiceAction -> () #

Eq CreateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

Hashable CreateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

type AWSResponse CreateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

type Rep CreateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

type Rep CreateServiceAction = D1 ('MetaData "CreateServiceAction" "Amazonka.ServiceCatalog.CreateServiceAction" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CreateServiceAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "definitionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServiceActionDefinitionType) :*: (S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap ServiceActionDefinitionKey Text)) :*: S1 ('MetaSel ('Just "idempotencyToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateServiceAction Source #

Create a value of CreateServiceAction 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:acceptLanguage:CreateServiceAction', createServiceAction_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

CreateServiceAction, createServiceAction_description - The self-service action description.

CreateServiceAction, createServiceAction_name - The self-service action name.

CreateServiceAction, createServiceAction_definitionType - The service action definition type. For example, SSM_AUTOMATION.

CreateServiceAction, createServiceAction_definition - The self-service action definition. Can be one of the following:

Name
The name of the Amazon Web Services Systems Manager document (SSM document). For example, AWS-RestartEC2Instance.

If you are using a shared SSM document, you must provide the ARN instead of the name.

Version
The Amazon Web Services Systems Manager automation document version. For example, "Version": "1"
AssumeRole
The Amazon Resource Name (ARN) of the role that performs the self-service actions on your behalf. For example, "AssumeRole": "arn:aws:iam::12345678910:role/ActionRole".

To reuse the provisioned product launch role, set to "AssumeRole": "LAUNCH_ROLE".

Parameters
The list of parameters in JSON format.

For example: [{\"Name\":\"InstanceId\",\"Type\":\"TARGET\"}] or [{\"Name\":\"InstanceId\",\"Type\":\"TEXT_VALUE\"}].

CreateServiceAction, createServiceAction_idempotencyToken - A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

data CreateServiceActionResponse Source #

See: newCreateServiceActionResponse smart constructor.

Instances

Instances details
Generic CreateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

Associated Types

type Rep CreateServiceActionResponse :: Type -> Type #

Read CreateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

Show CreateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

NFData CreateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

Eq CreateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

type Rep CreateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateServiceAction

type Rep CreateServiceActionResponse = D1 ('MetaData "CreateServiceActionResponse" "Amazonka.ServiceCatalog.CreateServiceAction" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CreateServiceActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceActionDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceActionDetail)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateServiceActionResponse Source #

Create a value of CreateServiceActionResponse 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:serviceActionDetail:CreateServiceActionResponse', createServiceActionResponse_serviceActionDetail - An object containing information about the self-service action.

$sel:httpStatus:CreateServiceActionResponse', createServiceActionResponse_httpStatus - The response's http status code.

CreateTagOption

data CreateTagOption Source #

See: newCreateTagOption smart constructor.

Constructors

CreateTagOption' Text Text 

Instances

Instances details
ToJSON CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

ToHeaders CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

ToPath CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

ToQuery CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

AWSRequest CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Associated Types

type AWSResponse CreateTagOption #

Generic CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Associated Types

type Rep CreateTagOption :: Type -> Type #

Read CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Show CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

NFData CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Methods

rnf :: CreateTagOption -> () #

Eq CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Hashable CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

type AWSResponse CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

type Rep CreateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

type Rep CreateTagOption = D1 ('MetaData "CreateTagOption" "Amazonka.ServiceCatalog.CreateTagOption" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CreateTagOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateTagOption Source #

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

CreateTagOption, createTagOption_key - The TagOption key.

CreateTagOption, createTagOption_value - The TagOption value.

data CreateTagOptionResponse Source #

See: newCreateTagOptionResponse smart constructor.

Instances

Instances details
Generic CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Associated Types

type Rep CreateTagOptionResponse :: Type -> Type #

Read CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Show CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

NFData CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

Methods

rnf :: CreateTagOptionResponse -> () #

Eq CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

type Rep CreateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.CreateTagOption

type Rep CreateTagOptionResponse = D1 ('MetaData "CreateTagOptionResponse" "Amazonka.ServiceCatalog.CreateTagOption" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CreateTagOptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagOptionDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TagOptionDetail)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateTagOptionResponse Source #

Create a value of CreateTagOptionResponse 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:tagOptionDetail:CreateTagOptionResponse', createTagOptionResponse_tagOptionDetail - Information about the TagOption.

$sel:httpStatus:CreateTagOptionResponse', createTagOptionResponse_httpStatus - The response's http status code.

DeleteConstraint

data DeleteConstraint Source #

See: newDeleteConstraint smart constructor.

Instances

Instances details
ToJSON DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

ToHeaders DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

ToPath DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

ToQuery DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

AWSRequest DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Associated Types

type AWSResponse DeleteConstraint #

Generic DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Associated Types

type Rep DeleteConstraint :: Type -> Type #

Read DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Show DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

NFData DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Methods

rnf :: DeleteConstraint -> () #

Eq DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Hashable DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

type AWSResponse DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

type Rep DeleteConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

type Rep DeleteConstraint = D1 ('MetaData "DeleteConstraint" "Amazonka.ServiceCatalog.DeleteConstraint" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteConstraint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteConstraint Source #

Create a value of DeleteConstraint 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:acceptLanguage:DeleteConstraint', deleteConstraint_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DeleteConstraint, deleteConstraint_id - The identifier of the constraint.

data DeleteConstraintResponse Source #

See: newDeleteConstraintResponse smart constructor.

Instances

Instances details
Generic DeleteConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Associated Types

type Rep DeleteConstraintResponse :: Type -> Type #

Read DeleteConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Show DeleteConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

NFData DeleteConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

Eq DeleteConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

type Rep DeleteConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteConstraint

type Rep DeleteConstraintResponse = D1 ('MetaData "DeleteConstraintResponse" "Amazonka.ServiceCatalog.DeleteConstraint" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteConstraintResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteConstraintResponse Source #

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

DeletePortfolio

data DeletePortfolio Source #

See: newDeletePortfolio smart constructor.

Instances

Instances details
ToJSON DeletePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

ToHeaders DeletePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

ToPath DeletePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

ToQuery DeletePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

AWSRequest DeletePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

Associated Types

type AWSResponse DeletePortfolio #

Generic DeletePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

Associated Types

type Rep DeletePortfolio :: Type -> Type #

Read DeletePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

Show DeletePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

NFData DeletePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

Methods

rnf :: DeletePortfolio -> () #

Eq DeletePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

Hashable DeletePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

type AWSResponse DeletePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

type Rep DeletePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

type Rep DeletePortfolio = D1 ('MetaData "DeletePortfolio" "Amazonka.ServiceCatalog.DeletePortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeletePortfolio'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeletePortfolio Source #

Create a value of DeletePortfolio 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:acceptLanguage:DeletePortfolio', deletePortfolio_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DeletePortfolio, deletePortfolio_id - The portfolio identifier.

data DeletePortfolioResponse Source #

See: newDeletePortfolioResponse smart constructor.

Instances

Instances details
Generic DeletePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

Associated Types

type Rep DeletePortfolioResponse :: Type -> Type #

Read DeletePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

Show DeletePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

NFData DeletePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

Methods

rnf :: DeletePortfolioResponse -> () #

Eq DeletePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

type Rep DeletePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolio

type Rep DeletePortfolioResponse = D1 ('MetaData "DeletePortfolioResponse" "Amazonka.ServiceCatalog.DeletePortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeletePortfolioResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeletePortfolioResponse Source #

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

DeletePortfolioShare

data DeletePortfolioShare Source #

See: newDeletePortfolioShare smart constructor.

Instances

Instances details
ToJSON DeletePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

ToHeaders DeletePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

ToPath DeletePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

ToQuery DeletePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

AWSRequest DeletePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

Associated Types

type AWSResponse DeletePortfolioShare #

Generic DeletePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

Associated Types

type Rep DeletePortfolioShare :: Type -> Type #

Read DeletePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

Show DeletePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

NFData DeletePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

Methods

rnf :: DeletePortfolioShare -> () #

Eq DeletePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

Hashable DeletePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

type AWSResponse DeletePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

type Rep DeletePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

type Rep DeletePortfolioShare = D1 ('MetaData "DeletePortfolioShare" "Amazonka.ServiceCatalog.DeletePortfolioShare" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeletePortfolioShare'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "organizationNode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationNode)) :*: S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeletePortfolioShare Source #

Create a value of DeletePortfolioShare 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:acceptLanguage:DeletePortfolioShare', deletePortfolioShare_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:accountId:DeletePortfolioShare', deletePortfolioShare_accountId - The Amazon Web Services account ID.

$sel:organizationNode:DeletePortfolioShare', deletePortfolioShare_organizationNode - The organization node to whom you are going to stop sharing.

DeletePortfolioShare, deletePortfolioShare_portfolioId - The portfolio identifier.

data DeletePortfolioShareResponse Source #

See: newDeletePortfolioShareResponse smart constructor.

Instances

Instances details
Generic DeletePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

Associated Types

type Rep DeletePortfolioShareResponse :: Type -> Type #

Read DeletePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

Show DeletePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

NFData DeletePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

Eq DeletePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

type Rep DeletePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeletePortfolioShare

type Rep DeletePortfolioShareResponse = D1 ('MetaData "DeletePortfolioShareResponse" "Amazonka.ServiceCatalog.DeletePortfolioShare" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeletePortfolioShareResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "portfolioShareToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeletePortfolioShareResponse Source #

Create a value of DeletePortfolioShareResponse 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:portfolioShareToken:DeletePortfolioShareResponse', deletePortfolioShareResponse_portfolioShareToken - The portfolio share unique identifier. This will only be returned if delete is made to an organization node.

$sel:httpStatus:DeletePortfolioShareResponse', deletePortfolioShareResponse_httpStatus - The response's http status code.

DeleteProduct

data DeleteProduct Source #

See: newDeleteProduct smart constructor.

Constructors

DeleteProduct' (Maybe Text) Text 

Instances

Instances details
ToJSON DeleteProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

ToHeaders DeleteProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

ToPath DeleteProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

ToQuery DeleteProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

AWSRequest DeleteProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

Associated Types

type AWSResponse DeleteProduct #

Generic DeleteProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

Associated Types

type Rep DeleteProduct :: Type -> Type #

Read DeleteProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

Show DeleteProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

NFData DeleteProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

Methods

rnf :: DeleteProduct -> () #

Eq DeleteProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

Hashable DeleteProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

type AWSResponse DeleteProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

type Rep DeleteProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

type Rep DeleteProduct = D1 ('MetaData "DeleteProduct" "Amazonka.ServiceCatalog.DeleteProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteProduct'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteProduct Source #

Create a value of DeleteProduct 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:acceptLanguage:DeleteProduct', deleteProduct_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DeleteProduct, deleteProduct_id - The product identifier.

data DeleteProductResponse Source #

See: newDeleteProductResponse smart constructor.

Instances

Instances details
Generic DeleteProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

Associated Types

type Rep DeleteProductResponse :: Type -> Type #

Read DeleteProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

Show DeleteProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

NFData DeleteProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

Methods

rnf :: DeleteProductResponse -> () #

Eq DeleteProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

type Rep DeleteProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProduct

type Rep DeleteProductResponse = D1 ('MetaData "DeleteProductResponse" "Amazonka.ServiceCatalog.DeleteProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteProductResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteProductResponse Source #

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

DeleteProvisionedProductPlan

data DeleteProvisionedProductPlan Source #

See: newDeleteProvisionedProductPlan smart constructor.

Instances

Instances details
ToJSON DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

ToHeaders DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

ToPath DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

ToQuery DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

AWSRequest DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

Generic DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

Associated Types

type Rep DeleteProvisionedProductPlan :: Type -> Type #

Read DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

Show DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

NFData DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

Eq DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

Hashable DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

type AWSResponse DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

type Rep DeleteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

type Rep DeleteProvisionedProductPlan = D1 ('MetaData "DeleteProvisionedProductPlan" "Amazonka.ServiceCatalog.DeleteProvisionedProductPlan" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteProvisionedProductPlan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ignoreErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "planId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteProvisionedProductPlan Source #

Create a value of DeleteProvisionedProductPlan 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:acceptLanguage:DeleteProvisionedProductPlan', deleteProvisionedProductPlan_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:ignoreErrors:DeleteProvisionedProductPlan', deleteProvisionedProductPlan_ignoreErrors - If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.

DeleteProvisionedProductPlan, deleteProvisionedProductPlan_planId - The plan identifier.

data DeleteProvisionedProductPlanResponse Source #

Instances

Instances details
Generic DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

Read DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

Show DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

NFData DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

Eq DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

type Rep DeleteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisionedProductPlan

type Rep DeleteProvisionedProductPlanResponse = D1 ('MetaData "DeleteProvisionedProductPlanResponse" "Amazonka.ServiceCatalog.DeleteProvisionedProductPlan" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteProvisionedProductPlanResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteProvisionedProductPlanResponse Source #

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

DeleteProvisioningArtifact

data DeleteProvisioningArtifact Source #

See: newDeleteProvisioningArtifact smart constructor.

Instances

Instances details
ToJSON DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

ToHeaders DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

ToPath DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

ToQuery DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

AWSRequest DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Generic DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Associated Types

type Rep DeleteProvisioningArtifact :: Type -> Type #

Read DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Show DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

NFData DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Eq DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Hashable DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

type AWSResponse DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

type Rep DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

type Rep DeleteProvisioningArtifact = D1 ('MetaData "DeleteProvisioningArtifact" "Amazonka.ServiceCatalog.DeleteProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteProvisioningArtifact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteProvisioningArtifact Source #

Create a value of DeleteProvisioningArtifact 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:acceptLanguage:DeleteProvisioningArtifact', deleteProvisioningArtifact_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DeleteProvisioningArtifact, deleteProvisioningArtifact_productId - The product identifier.

DeleteProvisioningArtifact, deleteProvisioningArtifact_provisioningArtifactId - The identifier of the provisioning artifact.

data DeleteProvisioningArtifactResponse Source #

Instances

Instances details
Generic DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Associated Types

type Rep DeleteProvisioningArtifactResponse :: Type -> Type #

Read DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Show DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

NFData DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Eq DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

type Rep DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

type Rep DeleteProvisioningArtifactResponse = D1 ('MetaData "DeleteProvisioningArtifactResponse" "Amazonka.ServiceCatalog.DeleteProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteProvisioningArtifactResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteProvisioningArtifactResponse Source #

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

DeleteServiceAction

data DeleteServiceAction Source #

See: newDeleteServiceAction smart constructor.

Instances

Instances details
ToJSON DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

ToHeaders DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

ToPath DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

ToQuery DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

AWSRequest DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Associated Types

type AWSResponse DeleteServiceAction #

Generic DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Associated Types

type Rep DeleteServiceAction :: Type -> Type #

Read DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Show DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

NFData DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Methods

rnf :: DeleteServiceAction -> () #

Eq DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Hashable DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

type AWSResponse DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

type Rep DeleteServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

type Rep DeleteServiceAction = D1 ('MetaData "DeleteServiceAction" "Amazonka.ServiceCatalog.DeleteServiceAction" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteServiceAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteServiceAction Source #

Create a value of DeleteServiceAction 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:acceptLanguage:DeleteServiceAction', deleteServiceAction_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DeleteServiceAction, deleteServiceAction_id - The self-service action identifier. For example, act-fs7abcd89wxyz.

data DeleteServiceActionResponse Source #

See: newDeleteServiceActionResponse smart constructor.

Instances

Instances details
Generic DeleteServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Associated Types

type Rep DeleteServiceActionResponse :: Type -> Type #

Read DeleteServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Show DeleteServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

NFData DeleteServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

Eq DeleteServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

type Rep DeleteServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteServiceAction

type Rep DeleteServiceActionResponse = D1 ('MetaData "DeleteServiceActionResponse" "Amazonka.ServiceCatalog.DeleteServiceAction" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteServiceActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteServiceActionResponse Source #

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

DeleteTagOption

data DeleteTagOption Source #

See: newDeleteTagOption smart constructor.

Constructors

DeleteTagOption' Text 

Instances

Instances details
ToJSON DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

ToHeaders DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

ToPath DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

ToQuery DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

AWSRequest DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Associated Types

type AWSResponse DeleteTagOption #

Generic DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Associated Types

type Rep DeleteTagOption :: Type -> Type #

Read DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Show DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

NFData DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Methods

rnf :: DeleteTagOption -> () #

Eq DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Hashable DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

type AWSResponse DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

type Rep DeleteTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

type Rep DeleteTagOption = D1 ('MetaData "DeleteTagOption" "Amazonka.ServiceCatalog.DeleteTagOption" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteTagOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteTagOption Source #

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

DeleteTagOption, deleteTagOption_id - The TagOption identifier.

data DeleteTagOptionResponse Source #

See: newDeleteTagOptionResponse smart constructor.

Instances

Instances details
Generic DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Associated Types

type Rep DeleteTagOptionResponse :: Type -> Type #

Read DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Show DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

NFData DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

Methods

rnf :: DeleteTagOptionResponse -> () #

Eq DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

type Rep DeleteTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteTagOption

type Rep DeleteTagOptionResponse = D1 ('MetaData "DeleteTagOptionResponse" "Amazonka.ServiceCatalog.DeleteTagOption" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteTagOptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteTagOptionResponse Source #

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

DescribeConstraint

data DescribeConstraint Source #

See: newDescribeConstraint smart constructor.

Instances

Instances details
ToJSON DescribeConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

ToHeaders DescribeConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

ToPath DescribeConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

ToQuery DescribeConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

AWSRequest DescribeConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

Associated Types

type AWSResponse DescribeConstraint #

Generic DescribeConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

Associated Types

type Rep DescribeConstraint :: Type -> Type #

Read DescribeConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

Show DescribeConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

NFData DescribeConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

Methods

rnf :: DescribeConstraint -> () #

Eq DescribeConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

Hashable DescribeConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

type AWSResponse DescribeConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

type Rep DescribeConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

type Rep DescribeConstraint = D1 ('MetaData "DescribeConstraint" "Amazonka.ServiceCatalog.DescribeConstraint" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeConstraint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeConstraint Source #

Create a value of DescribeConstraint 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:acceptLanguage:DescribeConstraint', describeConstraint_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DescribeConstraint, describeConstraint_id - The identifier of the constraint.

data DescribeConstraintResponse Source #

See: newDescribeConstraintResponse smart constructor.

Instances

Instances details
Generic DescribeConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

Associated Types

type Rep DescribeConstraintResponse :: Type -> Type #

Read DescribeConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

Show DescribeConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

NFData DescribeConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

Eq DescribeConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

type Rep DescribeConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeConstraint

type Rep DescribeConstraintResponse = D1 ('MetaData "DescribeConstraintResponse" "Amazonka.ServiceCatalog.DescribeConstraint" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeConstraintResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "constraintDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConstraintDetail)) :*: S1 ('MetaSel ('Just "constraintParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeConstraintResponse Source #

Create a value of DescribeConstraintResponse 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:constraintDetail:DescribeConstraintResponse', describeConstraintResponse_constraintDetail - Information about the constraint.

$sel:constraintParameters:DescribeConstraintResponse', describeConstraintResponse_constraintParameters - The constraint parameters.

DescribeConstraintResponse, describeConstraintResponse_status - The status of the current request.

$sel:httpStatus:DescribeConstraintResponse', describeConstraintResponse_httpStatus - The response's http status code.

DescribeCopyProductStatus

data DescribeCopyProductStatus Source #

See: newDescribeCopyProductStatus smart constructor.

Instances

Instances details
ToJSON DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

ToHeaders DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

ToPath DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

ToQuery DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

AWSRequest DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

Generic DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

Associated Types

type Rep DescribeCopyProductStatus :: Type -> Type #

Read DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

Show DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

NFData DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

Eq DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

Hashable DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

type AWSResponse DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

type Rep DescribeCopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

type Rep DescribeCopyProductStatus = D1 ('MetaData "DescribeCopyProductStatus" "Amazonka.ServiceCatalog.DescribeCopyProductStatus" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeCopyProductStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "copyProductToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeCopyProductStatus Source #

Create a value of DescribeCopyProductStatus 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:acceptLanguage:DescribeCopyProductStatus', describeCopyProductStatus_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:copyProductToken:DescribeCopyProductStatus', describeCopyProductStatus_copyProductToken - The token for the copy product operation. This token is returned by CopyProduct.

data DescribeCopyProductStatusResponse Source #

See: newDescribeCopyProductStatusResponse smart constructor.

Instances

Instances details
Generic DescribeCopyProductStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

Associated Types

type Rep DescribeCopyProductStatusResponse :: Type -> Type #

Read DescribeCopyProductStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

Show DescribeCopyProductStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

NFData DescribeCopyProductStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

Eq DescribeCopyProductStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

type Rep DescribeCopyProductStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeCopyProductStatus

type Rep DescribeCopyProductStatusResponse = D1 ('MetaData "DescribeCopyProductStatusResponse" "Amazonka.ServiceCatalog.DescribeCopyProductStatus" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeCopyProductStatusResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "copyProductStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CopyProductStatus)) :*: S1 ('MetaSel ('Just "statusDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "targetProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

DescribePortfolio

data DescribePortfolio Source #

See: newDescribePortfolio smart constructor.

Instances

Instances details
ToJSON DescribePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

ToHeaders DescribePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

ToPath DescribePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

ToQuery DescribePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

AWSRequest DescribePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

Associated Types

type AWSResponse DescribePortfolio #

Generic DescribePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

Associated Types

type Rep DescribePortfolio :: Type -> Type #

Read DescribePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

Show DescribePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

NFData DescribePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

Methods

rnf :: DescribePortfolio -> () #

Eq DescribePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

Hashable DescribePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

type AWSResponse DescribePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

type Rep DescribePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

type Rep DescribePortfolio = D1 ('MetaData "DescribePortfolio" "Amazonka.ServiceCatalog.DescribePortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribePortfolio'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribePortfolio Source #

Create a value of DescribePortfolio 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:acceptLanguage:DescribePortfolio', describePortfolio_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DescribePortfolio, describePortfolio_id - The portfolio identifier.

data DescribePortfolioResponse Source #

See: newDescribePortfolioResponse smart constructor.

Instances

Instances details
Generic DescribePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

Associated Types

type Rep DescribePortfolioResponse :: Type -> Type #

Read DescribePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

Show DescribePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

NFData DescribePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

Eq DescribePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

type Rep DescribePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolio

type Rep DescribePortfolioResponse = D1 ('MetaData "DescribePortfolioResponse" "Amazonka.ServiceCatalog.DescribePortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribePortfolioResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "budgets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BudgetDetail])) :*: S1 ('MetaSel ('Just "portfolioDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PortfolioDetail))) :*: (S1 ('MetaSel ('Just "tagOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagOptionDetail])) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribePortfolioResponse Source #

Create a value of DescribePortfolioResponse 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:budgets:DescribePortfolioResponse', describePortfolioResponse_budgets - Information about the associated budgets.

$sel:portfolioDetail:DescribePortfolioResponse', describePortfolioResponse_portfolioDetail - Information about the portfolio.

$sel:tagOptions:DescribePortfolioResponse', describePortfolioResponse_tagOptions - Information about the TagOptions associated with the portfolio.

DescribePortfolioResponse, describePortfolioResponse_tags - Information about the tags associated with the portfolio.

$sel:httpStatus:DescribePortfolioResponse', describePortfolioResponse_httpStatus - The response's http status code.

DescribePortfolioShareStatus

data DescribePortfolioShareStatus Source #

See: newDescribePortfolioShareStatus smart constructor.

Instances

Instances details
ToJSON DescribePortfolioShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

ToHeaders DescribePortfolioShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

ToPath DescribePortfolioShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

ToQuery DescribePortfolioShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

AWSRequest DescribePortfolioShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

Generic DescribePortfolioShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

Associated Types

type Rep DescribePortfolioShareStatus :: Type -> Type #

Read DescribePortfolioShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

Show DescribePortfolioShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

NFData DescribePortfolioShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

Eq DescribePortfolioShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

Hashable DescribePortfolioShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

type AWSResponse DescribePortfolioShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

type Rep DescribePortfolioShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

type Rep DescribePortfolioShareStatus = D1 ('MetaData "DescribePortfolioShareStatus" "Amazonka.ServiceCatalog.DescribePortfolioShareStatus" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribePortfolioShareStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "portfolioShareToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribePortfolioShareStatus Source #

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

DescribePortfolioShareStatus, describePortfolioShareStatus_portfolioShareToken - The token for the portfolio share operation. This token is returned either by CreatePortfolioShare or by DeletePortfolioShare.

data DescribePortfolioShareStatusResponse Source #

Instances

Instances details
Generic DescribePortfolioShareStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

Read DescribePortfolioShareStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

Show DescribePortfolioShareStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

NFData DescribePortfolioShareStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

Eq DescribePortfolioShareStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

type Rep DescribePortfolioShareStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShareStatus

type Rep DescribePortfolioShareStatusResponse = D1 ('MetaData "DescribePortfolioShareStatusResponse" "Amazonka.ServiceCatalog.DescribePortfolioShareStatus" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribePortfolioShareStatusResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "organizationNodeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "portfolioShareToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "shareDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShareDetails)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShareStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribePortfolioShareStatusResponse Source #

Create a value of DescribePortfolioShareStatusResponse 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:organizationNodeValue:DescribePortfolioShareStatusResponse', describePortfolioShareStatusResponse_organizationNodeValue - Organization node identifier. It can be either account id, organizational unit id or organization id.

DescribePortfolioShareStatusResponse, describePortfolioShareStatusResponse_portfolioId - The portfolio identifier.

DescribePortfolioShareStatus, describePortfolioShareStatusResponse_portfolioShareToken - The token for the portfolio share operation. For example, share-6v24abcdefghi.

$sel:shareDetails:DescribePortfolioShareStatusResponse', describePortfolioShareStatusResponse_shareDetails - Information about the portfolio share operation.

DescribePortfolioShareStatusResponse, describePortfolioShareStatusResponse_status - Status of the portfolio share operation.

$sel:httpStatus:DescribePortfolioShareStatusResponse', describePortfolioShareStatusResponse_httpStatus - The response's http status code.

DescribePortfolioShares

data DescribePortfolioShares Source #

See: newDescribePortfolioShares smart constructor.

Instances

Instances details
ToJSON DescribePortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

ToHeaders DescribePortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

ToPath DescribePortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

ToQuery DescribePortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

AWSRequest DescribePortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

Generic DescribePortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

Associated Types

type Rep DescribePortfolioShares :: Type -> Type #

Read DescribePortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

Show DescribePortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

NFData DescribePortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

Methods

rnf :: DescribePortfolioShares -> () #

Eq DescribePortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

Hashable DescribePortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

type AWSResponse DescribePortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

type Rep DescribePortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

type Rep DescribePortfolioShares = D1 ('MetaData "DescribePortfolioShares" "Amazonka.ServiceCatalog.DescribePortfolioShares" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribePortfolioShares'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DescribePortfolioShareType))))

newDescribePortfolioShares Source #

Create a value of DescribePortfolioShares 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:pageSize:DescribePortfolioShares', describePortfolioShares_pageSize - The maximum number of items to return with this call.

$sel:pageToken:DescribePortfolioShares', describePortfolioShares_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

DescribePortfolioShares, describePortfolioShares_portfolioId - The unique identifier of the portfolio for which shares will be retrieved.

DescribePortfolioShares, describePortfolioShares_type - The type of portfolio share to summarize. This field acts as a filter on the type of portfolio share, which can be one of the following:

  1. ACCOUNT - Represents an external account to account share.
  2. ORGANIZATION - Represents a share to an organization. This share is available to every account in the organization.
  3. ORGANIZATIONAL_UNIT - Represents a share to an organizational unit.
  4. ORGANIZATION_MEMBER_ACCOUNT - Represents a share to an account in the organization.

data DescribePortfolioSharesResponse Source #

See: newDescribePortfolioSharesResponse smart constructor.

Instances

Instances details
Generic DescribePortfolioSharesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

Associated Types

type Rep DescribePortfolioSharesResponse :: Type -> Type #

Read DescribePortfolioSharesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

Show DescribePortfolioSharesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

NFData DescribePortfolioSharesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

Eq DescribePortfolioSharesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

type Rep DescribePortfolioSharesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribePortfolioShares

type Rep DescribePortfolioSharesResponse = D1 ('MetaData "DescribePortfolioSharesResponse" "Amazonka.ServiceCatalog.DescribePortfolioShares" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribePortfolioSharesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "portfolioShareDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PortfolioShareDetail])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribePortfolioSharesResponse Source #

Create a value of DescribePortfolioSharesResponse 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:nextPageToken:DescribePortfolioSharesResponse', describePortfolioSharesResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:portfolioShareDetails:DescribePortfolioSharesResponse', describePortfolioSharesResponse_portfolioShareDetails - Summaries about each of the portfolio shares.

$sel:httpStatus:DescribePortfolioSharesResponse', describePortfolioSharesResponse_httpStatus - The response's http status code.

DescribeProduct

data DescribeProduct Source #

See: newDescribeProduct smart constructor.

Instances

Instances details
ToJSON DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

ToHeaders DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

ToPath DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

ToQuery DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

AWSRequest DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Associated Types

type AWSResponse DescribeProduct #

Generic DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Associated Types

type Rep DescribeProduct :: Type -> Type #

Read DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Show DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

NFData DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Methods

rnf :: DescribeProduct -> () #

Eq DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Hashable DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

type AWSResponse DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

type Rep DescribeProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

type Rep DescribeProduct = D1 ('MetaData "DescribeProduct" "Amazonka.ServiceCatalog.DescribeProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProduct'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeProduct :: DescribeProduct Source #

Create a value of DescribeProduct 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:acceptLanguage:DescribeProduct', describeProduct_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DescribeProduct, describeProduct_id - The product identifier.

DescribeProduct, describeProduct_name - The product name.

data DescribeProductResponse Source #

See: newDescribeProductResponse smart constructor.

Instances

Instances details
Generic DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Associated Types

type Rep DescribeProductResponse :: Type -> Type #

Read DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Show DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

NFData DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

Methods

rnf :: DescribeProductResponse -> () #

Eq DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

type Rep DescribeProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProduct

type Rep DescribeProductResponse = D1 ('MetaData "DescribeProductResponse" "Amazonka.ServiceCatalog.DescribeProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProductResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "budgets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BudgetDetail])) :*: S1 ('MetaSel ('Just "launchPaths") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LaunchPath]))) :*: (S1 ('MetaSel ('Just "productViewSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProductViewSummary)) :*: (S1 ('MetaSel ('Just "provisioningArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProvisioningArtifact])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeProductResponse Source #

Create a value of DescribeProductResponse 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:budgets:DescribeProductResponse', describeProductResponse_budgets - Information about the associated budgets.

$sel:launchPaths:DescribeProductResponse', describeProductResponse_launchPaths - Information about the associated launch paths.

DescribeProductResponse, describeProductResponse_productViewSummary - Summary information about the product view.

$sel:provisioningArtifacts:DescribeProductResponse', describeProductResponse_provisioningArtifacts - Information about the provisioning artifacts for the specified product.

$sel:httpStatus:DescribeProductResponse', describeProductResponse_httpStatus - The response's http status code.

DescribeProductAsAdmin

data DescribeProductAsAdmin Source #

See: newDescribeProductAsAdmin smart constructor.

Instances

Instances details
ToJSON DescribeProductAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

ToHeaders DescribeProductAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

ToPath DescribeProductAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

ToQuery DescribeProductAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

AWSRequest DescribeProductAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

Associated Types

type AWSResponse DescribeProductAsAdmin #

Generic DescribeProductAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

Associated Types

type Rep DescribeProductAsAdmin :: Type -> Type #

Read DescribeProductAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

Show DescribeProductAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

NFData DescribeProductAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

Methods

rnf :: DescribeProductAsAdmin -> () #

Eq DescribeProductAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

Hashable DescribeProductAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

type AWSResponse DescribeProductAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

type Rep DescribeProductAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

type Rep DescribeProductAsAdmin = D1 ('MetaData "DescribeProductAsAdmin" "Amazonka.ServiceCatalog.DescribeProductAsAdmin" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProductAsAdmin'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourcePortfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeProductAsAdmin :: DescribeProductAsAdmin Source #

Create a value of DescribeProductAsAdmin 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:acceptLanguage:DescribeProductAsAdmin', describeProductAsAdmin_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DescribeProductAsAdmin, describeProductAsAdmin_id - The product identifier.

DescribeProductAsAdmin, describeProductAsAdmin_name - The product name.

$sel:sourcePortfolioId:DescribeProductAsAdmin', describeProductAsAdmin_sourcePortfolioId - The unique identifier of the shared portfolio that the specified product is associated with.

You can provide this parameter to retrieve the shared TagOptions associated with the product. If this parameter is provided and if TagOptions sharing is enabled in the portfolio share, the API returns both local and shared TagOptions associated with the product. Otherwise only local TagOptions will be returned.

data DescribeProductAsAdminResponse Source #

See: newDescribeProductAsAdminResponse smart constructor.

Instances

Instances details
Generic DescribeProductAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

Associated Types

type Rep DescribeProductAsAdminResponse :: Type -> Type #

Read DescribeProductAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

Show DescribeProductAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

NFData DescribeProductAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

Eq DescribeProductAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

type Rep DescribeProductAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductAsAdmin

type Rep DescribeProductAsAdminResponse = D1 ('MetaData "DescribeProductAsAdminResponse" "Amazonka.ServiceCatalog.DescribeProductAsAdmin" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProductAsAdminResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "budgets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BudgetDetail])) :*: (S1 ('MetaSel ('Just "productViewDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProductViewDetail)) :*: S1 ('MetaSel ('Just "provisioningArtifactSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProvisioningArtifactSummary])))) :*: (S1 ('MetaSel ('Just "tagOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagOptionDetail])) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeProductAsAdminResponse Source #

Create a value of DescribeProductAsAdminResponse 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:budgets:DescribeProductAsAdminResponse', describeProductAsAdminResponse_budgets - Information about the associated budgets.

$sel:productViewDetail:DescribeProductAsAdminResponse', describeProductAsAdminResponse_productViewDetail - Information about the product view.

$sel:provisioningArtifactSummaries:DescribeProductAsAdminResponse', describeProductAsAdminResponse_provisioningArtifactSummaries - Information about the provisioning artifacts (also known as versions) for the specified product.

$sel:tagOptions:DescribeProductAsAdminResponse', describeProductAsAdminResponse_tagOptions - Information about the TagOptions associated with the product.

DescribeProductAsAdminResponse, describeProductAsAdminResponse_tags - Information about the tags associated with the product.

$sel:httpStatus:DescribeProductAsAdminResponse', describeProductAsAdminResponse_httpStatus - The response's http status code.

DescribeProductView

data DescribeProductView Source #

See: newDescribeProductView smart constructor.

Instances

Instances details
ToJSON DescribeProductView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

ToHeaders DescribeProductView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

ToPath DescribeProductView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

ToQuery DescribeProductView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

AWSRequest DescribeProductView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

Associated Types

type AWSResponse DescribeProductView #

Generic DescribeProductView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

Associated Types

type Rep DescribeProductView :: Type -> Type #

Read DescribeProductView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

Show DescribeProductView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

NFData DescribeProductView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

Methods

rnf :: DescribeProductView -> () #

Eq DescribeProductView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

Hashable DescribeProductView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

type AWSResponse DescribeProductView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

type Rep DescribeProductView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

type Rep DescribeProductView = D1 ('MetaData "DescribeProductView" "Amazonka.ServiceCatalog.DescribeProductView" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProductView'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeProductView Source #

Create a value of DescribeProductView 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:acceptLanguage:DescribeProductView', describeProductView_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DescribeProductView, describeProductView_id - The product view identifier.

data DescribeProductViewResponse Source #

See: newDescribeProductViewResponse smart constructor.

Instances

Instances details
Generic DescribeProductViewResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

Associated Types

type Rep DescribeProductViewResponse :: Type -> Type #

Read DescribeProductViewResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

Show DescribeProductViewResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

NFData DescribeProductViewResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

Eq DescribeProductViewResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

type Rep DescribeProductViewResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProductView

type Rep DescribeProductViewResponse = D1 ('MetaData "DescribeProductViewResponse" "Amazonka.ServiceCatalog.DescribeProductView" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProductViewResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productViewSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProductViewSummary)) :*: (S1 ('MetaSel ('Just "provisioningArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProvisioningArtifact])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeProductViewResponse Source #

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

DescribeProductViewResponse, describeProductViewResponse_productViewSummary - Summary information about the product.

$sel:provisioningArtifacts:DescribeProductViewResponse', describeProductViewResponse_provisioningArtifacts - Information about the provisioning artifacts for the product.

$sel:httpStatus:DescribeProductViewResponse', describeProductViewResponse_httpStatus - The response's http status code.

DescribeProvisionedProduct

data DescribeProvisionedProduct Source #

DescribeProvisionedProductAPI input structure. AcceptLanguage - [Optional] The language code for localization. Id - [Optional] The provisioned product identifier. Name - [Optional] Another provisioned product identifier. Customers must provide either Id or Name.

See: newDescribeProvisionedProduct smart constructor.

Instances

Instances details
ToJSON DescribeProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

ToHeaders DescribeProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

ToPath DescribeProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

ToQuery DescribeProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

AWSRequest DescribeProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

Generic DescribeProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

Associated Types

type Rep DescribeProvisionedProduct :: Type -> Type #

Read DescribeProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

Show DescribeProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

NFData DescribeProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

Eq DescribeProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

Hashable DescribeProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

type AWSResponse DescribeProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

type Rep DescribeProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

type Rep DescribeProvisionedProduct = D1 ('MetaData "DescribeProvisionedProduct" "Amazonka.ServiceCatalog.DescribeProvisionedProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProvisionedProduct'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeProvisionedProduct :: DescribeProvisionedProduct Source #

Create a value of DescribeProvisionedProduct 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:acceptLanguage:DescribeProvisionedProduct', describeProvisionedProduct_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DescribeProvisionedProduct, describeProvisionedProduct_id - The provisioned product identifier. You must provide the name or ID, but not both.

If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException will occur.

DescribeProvisionedProduct, describeProvisionedProduct_name - The name of the provisioned product. You must provide the name or ID, but not both.

If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException will occur.

data DescribeProvisionedProductResponse Source #

Instances

Instances details
Generic DescribeProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

Associated Types

type Rep DescribeProvisionedProductResponse :: Type -> Type #

Read DescribeProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

Show DescribeProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

NFData DescribeProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

Eq DescribeProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

type Rep DescribeProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProduct

type Rep DescribeProvisionedProductResponse = D1 ('MetaData "DescribeProvisionedProductResponse" "Amazonka.ServiceCatalog.DescribeProvisionedProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProvisionedProductResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cloudWatchDashboards") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CloudWatchDashboard])) :*: (S1 ('MetaSel ('Just "provisionedProductDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisionedProductDetail)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeProvisionedProductResponse Source #

Create a value of DescribeProvisionedProductResponse 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:cloudWatchDashboards:DescribeProvisionedProductResponse', describeProvisionedProductResponse_cloudWatchDashboards - Any CloudWatch dashboards that were created when provisioning the product.

$sel:provisionedProductDetail:DescribeProvisionedProductResponse', describeProvisionedProductResponse_provisionedProductDetail - Information about the provisioned product.

$sel:httpStatus:DescribeProvisionedProductResponse', describeProvisionedProductResponse_httpStatus - The response's http status code.

DescribeProvisionedProductPlan

data DescribeProvisionedProductPlan Source #

See: newDescribeProvisionedProductPlan smart constructor.

Instances

Instances details
ToJSON DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

ToHeaders DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

ToPath DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

ToQuery DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

AWSRequest DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

Generic DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

Associated Types

type Rep DescribeProvisionedProductPlan :: Type -> Type #

Read DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

Show DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

NFData DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

Eq DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

Hashable DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

type AWSResponse DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

type Rep DescribeProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

type Rep DescribeProvisionedProductPlan = D1 ('MetaData "DescribeProvisionedProductPlan" "Amazonka.ServiceCatalog.DescribeProvisionedProductPlan" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProvisionedProductPlan'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "planId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeProvisionedProductPlan Source #

Create a value of DescribeProvisionedProductPlan 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:acceptLanguage:DescribeProvisionedProductPlan', describeProvisionedProductPlan_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:pageSize:DescribeProvisionedProductPlan', describeProvisionedProductPlan_pageSize - The maximum number of items to return with this call.

$sel:pageToken:DescribeProvisionedProductPlan', describeProvisionedProductPlan_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

DescribeProvisionedProductPlan, describeProvisionedProductPlan_planId - The plan identifier.

data DescribeProvisionedProductPlanResponse Source #

Instances

Instances details
Generic DescribeProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

Read DescribeProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

Show DescribeProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

NFData DescribeProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

Eq DescribeProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

type Rep DescribeProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisionedProductPlan

type Rep DescribeProvisionedProductPlanResponse = D1 ('MetaData "DescribeProvisionedProductPlanResponse" "Amazonka.ServiceCatalog.DescribeProvisionedProductPlan" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProvisionedProductPlanResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionedProductPlanDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisionedProductPlanDetails))) :*: (S1 ('MetaSel ('Just "resourceChanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceChange])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeProvisionedProductPlanResponse Source #

Create a value of DescribeProvisionedProductPlanResponse 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:nextPageToken:DescribeProvisionedProductPlanResponse', describeProvisionedProductPlanResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:provisionedProductPlanDetails:DescribeProvisionedProductPlanResponse', describeProvisionedProductPlanResponse_provisionedProductPlanDetails - Information about the plan.

$sel:resourceChanges:DescribeProvisionedProductPlanResponse', describeProvisionedProductPlanResponse_resourceChanges - Information about the resource changes that will occur when the plan is executed.

$sel:httpStatus:DescribeProvisionedProductPlanResponse', describeProvisionedProductPlanResponse_httpStatus - The response's http status code.

DescribeProvisioningArtifact

data DescribeProvisioningArtifact Source #

See: newDescribeProvisioningArtifact smart constructor.

Instances

Instances details
ToJSON DescribeProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

ToHeaders DescribeProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

ToPath DescribeProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

ToQuery DescribeProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

AWSRequest DescribeProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

Generic DescribeProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

Associated Types

type Rep DescribeProvisioningArtifact :: Type -> Type #

Read DescribeProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

Show DescribeProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

NFData DescribeProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

Eq DescribeProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

Hashable DescribeProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

type AWSResponse DescribeProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

type Rep DescribeProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

type Rep DescribeProvisioningArtifact = D1 ('MetaData "DescribeProvisioningArtifact" "Amazonka.ServiceCatalog.DescribeProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProvisioningArtifact'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "provisioningArtifactName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "verbose") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newDescribeProvisioningArtifact :: DescribeProvisioningArtifact Source #

Create a value of DescribeProvisioningArtifact 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:acceptLanguage:DescribeProvisioningArtifact', describeProvisioningArtifact_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DescribeProvisioningArtifact, describeProvisioningArtifact_productId - The product identifier.

DescribeProvisioningArtifact, describeProvisioningArtifact_productName - The product name.

DescribeProvisioningArtifact, describeProvisioningArtifact_provisioningArtifactId - The identifier of the provisioning artifact.

DescribeProvisioningArtifact, describeProvisioningArtifact_provisioningArtifactName - The provisioning artifact name.

$sel:verbose:DescribeProvisioningArtifact', describeProvisioningArtifact_verbose - Indicates whether a verbose level of detail is enabled.

data DescribeProvisioningArtifactResponse Source #

Instances

Instances details
Generic DescribeProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

Read DescribeProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

Show DescribeProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

NFData DescribeProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

Eq DescribeProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

type Rep DescribeProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningArtifact

type Rep DescribeProvisioningArtifactResponse = D1 ('MetaData "DescribeProvisioningArtifactResponse" "Amazonka.ServiceCatalog.DescribeProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProvisioningArtifactResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "info") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "provisioningArtifactDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisioningArtifactDetail))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeProvisioningArtifactResponse Source #

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

DescribeProvisioningArtifactResponse, describeProvisioningArtifactResponse_info - The URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.

$sel:provisioningArtifactDetail:DescribeProvisioningArtifactResponse', describeProvisioningArtifactResponse_provisioningArtifactDetail - Information about the provisioning artifact.

DescribeProvisioningArtifactResponse, describeProvisioningArtifactResponse_status - The status of the current request.

$sel:httpStatus:DescribeProvisioningArtifactResponse', describeProvisioningArtifactResponse_httpStatus - The response's http status code.

DescribeProvisioningParameters

data DescribeProvisioningParameters Source #

See: newDescribeProvisioningParameters smart constructor.

Instances

Instances details
ToJSON DescribeProvisioningParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

ToHeaders DescribeProvisioningParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

ToPath DescribeProvisioningParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

ToQuery DescribeProvisioningParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

AWSRequest DescribeProvisioningParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

Generic DescribeProvisioningParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

Associated Types

type Rep DescribeProvisioningParameters :: Type -> Type #

Read DescribeProvisioningParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

Show DescribeProvisioningParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

NFData DescribeProvisioningParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

Eq DescribeProvisioningParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

Hashable DescribeProvisioningParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

type AWSResponse DescribeProvisioningParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

type Rep DescribeProvisioningParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

type Rep DescribeProvisioningParameters = D1 ('MetaData "DescribeProvisioningParameters" "Amazonka.ServiceCatalog.DescribeProvisioningParameters" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProvisioningParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pathId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pathName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisioningArtifactName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDescribeProvisioningParameters :: DescribeProvisioningParameters Source #

Create a value of DescribeProvisioningParameters 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:acceptLanguage:DescribeProvisioningParameters', describeProvisioningParameters_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DescribeProvisioningParameters, describeProvisioningParameters_pathId - The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.

$sel:pathName:DescribeProvisioningParameters', describeProvisioningParameters_pathName - The name of the path. You must provide the name or ID, but not both.

DescribeProvisioningParameters, describeProvisioningParameters_productId - The product identifier. You must provide the product name or ID, but not both.

DescribeProvisioningParameters, describeProvisioningParameters_productName - The name of the product. You must provide the name or ID, but not both.

DescribeProvisioningParameters, describeProvisioningParameters_provisioningArtifactId - The identifier of the provisioning artifact. You must provide the name or ID, but not both.

DescribeProvisioningParameters, describeProvisioningParameters_provisioningArtifactName - The name of the provisioning artifact. You must provide the name or ID, but not both.

data DescribeProvisioningParametersResponse Source #

Instances

Instances details
Generic DescribeProvisioningParametersResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

Read DescribeProvisioningParametersResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

Show DescribeProvisioningParametersResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

NFData DescribeProvisioningParametersResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

Eq DescribeProvisioningParametersResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

type Rep DescribeProvisioningParametersResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeProvisioningParameters

type Rep DescribeProvisioningParametersResponse = D1 ('MetaData "DescribeProvisioningParametersResponse" "Amazonka.ServiceCatalog.DescribeProvisioningParameters" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeProvisioningParametersResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "constraintSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConstraintSummary])) :*: S1 ('MetaSel ('Just "provisioningArtifactOutputKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProvisioningArtifactOutput]))) :*: (S1 ('MetaSel ('Just "provisioningArtifactOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProvisioningArtifactOutput])) :*: S1 ('MetaSel ('Just "provisioningArtifactParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProvisioningArtifactParameter])))) :*: ((S1 ('MetaSel ('Just "provisioningArtifactPreferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisioningArtifactPreferences)) :*: S1 ('MetaSel ('Just "tagOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagOptionSummary]))) :*: (S1 ('MetaSel ('Just "usageInstructions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UsageInstruction])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeProvisioningParametersResponse Source #

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

DescribeProvisioningParametersResponse, describeProvisioningParametersResponse_constraintSummaries - Information about the constraints used to provision the product.

$sel:provisioningArtifactOutputKeys:DescribeProvisioningParametersResponse', describeProvisioningParametersResponse_provisioningArtifactOutputKeys - A list of the keys and descriptions of the outputs. These outputs can be referenced from a provisioned product launched from this provisioning artifact.

$sel:provisioningArtifactOutputs:DescribeProvisioningParametersResponse', describeProvisioningParametersResponse_provisioningArtifactOutputs - The output of the provisioning artifact.

$sel:provisioningArtifactParameters:DescribeProvisioningParametersResponse', describeProvisioningParametersResponse_provisioningArtifactParameters - Information about the parameters used to provision the product.

$sel:provisioningArtifactPreferences:DescribeProvisioningParametersResponse', describeProvisioningParametersResponse_provisioningArtifactPreferences - An object that contains information about preferences, such as Regions and accounts, for the provisioning artifact.

$sel:tagOptions:DescribeProvisioningParametersResponse', describeProvisioningParametersResponse_tagOptions - Information about the TagOptions associated with the resource.

$sel:usageInstructions:DescribeProvisioningParametersResponse', describeProvisioningParametersResponse_usageInstructions - Any additional metadata specifically related to the provisioning of the product. For example, see the Version field of the CloudFormation template.

$sel:httpStatus:DescribeProvisioningParametersResponse', describeProvisioningParametersResponse_httpStatus - The response's http status code.

DescribeRecord

data DescribeRecord Source #

See: newDescribeRecord smart constructor.

Instances

Instances details
ToJSON DescribeRecord Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

ToHeaders DescribeRecord Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

ToPath DescribeRecord Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

ToQuery DescribeRecord Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

AWSRequest DescribeRecord Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

Associated Types

type AWSResponse DescribeRecord #

Generic DescribeRecord Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

Associated Types

type Rep DescribeRecord :: Type -> Type #

Read DescribeRecord Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

Show DescribeRecord Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

NFData DescribeRecord Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

Methods

rnf :: DescribeRecord -> () #

Eq DescribeRecord Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

Hashable DescribeRecord Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

type AWSResponse DescribeRecord Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

type Rep DescribeRecord Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

type Rep DescribeRecord = D1 ('MetaData "DescribeRecord" "Amazonka.ServiceCatalog.DescribeRecord" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeRecord'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeRecord Source #

Create a value of DescribeRecord 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:acceptLanguage:DescribeRecord', describeRecord_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:pageSize:DescribeRecord', describeRecord_pageSize - The maximum number of items to return with this call.

$sel:pageToken:DescribeRecord', describeRecord_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

DescribeRecord, describeRecord_id - The record identifier of the provisioned product. This identifier is returned by the request operation.

data DescribeRecordResponse Source #

See: newDescribeRecordResponse smart constructor.

Instances

Instances details
Generic DescribeRecordResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

Associated Types

type Rep DescribeRecordResponse :: Type -> Type #

Read DescribeRecordResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

Show DescribeRecordResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

NFData DescribeRecordResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

Methods

rnf :: DescribeRecordResponse -> () #

Eq DescribeRecordResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

type Rep DescribeRecordResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeRecord

type Rep DescribeRecordResponse = D1 ('MetaData "DescribeRecordResponse" "Amazonka.ServiceCatalog.DescribeRecord" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeRecordResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recordDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordDetail))) :*: (S1 ('MetaSel ('Just "recordOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecordOutput])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeRecordResponse Source #

Create a value of DescribeRecordResponse 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:nextPageToken:DescribeRecordResponse', describeRecordResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:recordDetail:DescribeRecordResponse', describeRecordResponse_recordDetail - Information about the product.

$sel:recordOutputs:DescribeRecordResponse', describeRecordResponse_recordOutputs - Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.

$sel:httpStatus:DescribeRecordResponse', describeRecordResponse_httpStatus - The response's http status code.

DescribeServiceAction

data DescribeServiceAction Source #

See: newDescribeServiceAction smart constructor.

Instances

Instances details
ToJSON DescribeServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

ToHeaders DescribeServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

ToPath DescribeServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

ToQuery DescribeServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

AWSRequest DescribeServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

Associated Types

type AWSResponse DescribeServiceAction #

Generic DescribeServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

Associated Types

type Rep DescribeServiceAction :: Type -> Type #

Read DescribeServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

Show DescribeServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

NFData DescribeServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

Methods

rnf :: DescribeServiceAction -> () #

Eq DescribeServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

Hashable DescribeServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

type AWSResponse DescribeServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

type Rep DescribeServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

type Rep DescribeServiceAction = D1 ('MetaData "DescribeServiceAction" "Amazonka.ServiceCatalog.DescribeServiceAction" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeServiceAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeServiceAction Source #

Create a value of DescribeServiceAction 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:acceptLanguage:DescribeServiceAction', describeServiceAction_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DescribeServiceAction, describeServiceAction_id - The self-service action identifier.

data DescribeServiceActionResponse Source #

See: newDescribeServiceActionResponse smart constructor.

Instances

Instances details
Generic DescribeServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

Associated Types

type Rep DescribeServiceActionResponse :: Type -> Type #

Read DescribeServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

Show DescribeServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

NFData DescribeServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

Eq DescribeServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

type Rep DescribeServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceAction

type Rep DescribeServiceActionResponse = D1 ('MetaData "DescribeServiceActionResponse" "Amazonka.ServiceCatalog.DescribeServiceAction" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeServiceActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceActionDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceActionDetail)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeServiceActionResponse Source #

Create a value of DescribeServiceActionResponse 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:serviceActionDetail:DescribeServiceActionResponse', describeServiceActionResponse_serviceActionDetail - Detailed information about the self-service action.

$sel:httpStatus:DescribeServiceActionResponse', describeServiceActionResponse_httpStatus - The response's http status code.

DescribeServiceActionExecutionParameters

data DescribeServiceActionExecutionParameters Source #

Instances

Instances details
ToJSON DescribeServiceActionExecutionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

ToHeaders DescribeServiceActionExecutionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

ToPath DescribeServiceActionExecutionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

ToQuery DescribeServiceActionExecutionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

AWSRequest DescribeServiceActionExecutionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

Generic DescribeServiceActionExecutionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

Read DescribeServiceActionExecutionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

Show DescribeServiceActionExecutionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

NFData DescribeServiceActionExecutionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

Eq DescribeServiceActionExecutionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

Hashable DescribeServiceActionExecutionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

type AWSResponse DescribeServiceActionExecutionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

type Rep DescribeServiceActionExecutionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

type Rep DescribeServiceActionExecutionParameters = D1 ('MetaData "DescribeServiceActionExecutionParameters" "Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeServiceActionExecutionParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "provisionedProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "serviceActionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeServiceActionExecutionParameters Source #

Create a value of DescribeServiceActionExecutionParameters 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:acceptLanguage:DescribeServiceActionExecutionParameters', describeServiceActionExecutionParameters_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DescribeServiceActionExecutionParameters, describeServiceActionExecutionParameters_provisionedProductId - The identifier of the provisioned product.

DescribeServiceActionExecutionParameters, describeServiceActionExecutionParameters_serviceActionId - The self-service action identifier.

data DescribeServiceActionExecutionParametersResponse Source #

Instances

Instances details
Generic DescribeServiceActionExecutionParametersResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

Read DescribeServiceActionExecutionParametersResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

Show DescribeServiceActionExecutionParametersResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

NFData DescribeServiceActionExecutionParametersResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

Eq DescribeServiceActionExecutionParametersResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

type Rep DescribeServiceActionExecutionParametersResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters

type Rep DescribeServiceActionExecutionParametersResponse = D1 ('MetaData "DescribeServiceActionExecutionParametersResponse" "Amazonka.ServiceCatalog.DescribeServiceActionExecutionParameters" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeServiceActionExecutionParametersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceActionParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExecutionParameter])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DescribeTagOption

data DescribeTagOption Source #

See: newDescribeTagOption smart constructor.

Constructors

DescribeTagOption' Text 

Instances

Instances details
ToJSON DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

ToHeaders DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

ToPath DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

ToQuery DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

AWSRequest DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Associated Types

type AWSResponse DescribeTagOption #

Generic DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Associated Types

type Rep DescribeTagOption :: Type -> Type #

Read DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Show DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

NFData DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Methods

rnf :: DescribeTagOption -> () #

Eq DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Hashable DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

type AWSResponse DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

type Rep DescribeTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

type Rep DescribeTagOption = D1 ('MetaData "DescribeTagOption" "Amazonka.ServiceCatalog.DescribeTagOption" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeTagOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeTagOption Source #

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

DescribeTagOption, describeTagOption_id - The TagOption identifier.

data DescribeTagOptionResponse Source #

See: newDescribeTagOptionResponse smart constructor.

Instances

Instances details
Generic DescribeTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Associated Types

type Rep DescribeTagOptionResponse :: Type -> Type #

Read DescribeTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Show DescribeTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

NFData DescribeTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

Eq DescribeTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

type Rep DescribeTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DescribeTagOption

type Rep DescribeTagOptionResponse = D1 ('MetaData "DescribeTagOptionResponse" "Amazonka.ServiceCatalog.DescribeTagOption" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DescribeTagOptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagOptionDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TagOptionDetail)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeTagOptionResponse Source #

Create a value of DescribeTagOptionResponse 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:tagOptionDetail:DescribeTagOptionResponse', describeTagOptionResponse_tagOptionDetail - Information about the TagOption.

$sel:httpStatus:DescribeTagOptionResponse', describeTagOptionResponse_httpStatus - The response's http status code.

DisableAWSOrganizationsAccess

data DisableAWSOrganizationsAccess Source #

See: newDisableAWSOrganizationsAccess smart constructor.

Instances

Instances details
ToJSON DisableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

ToHeaders DisableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

ToPath DisableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

ToQuery DisableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

AWSRequest DisableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

Generic DisableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

Associated Types

type Rep DisableAWSOrganizationsAccess :: Type -> Type #

Read DisableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

Show DisableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

NFData DisableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

Eq DisableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

Hashable DisableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

type AWSResponse DisableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

type Rep DisableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

type Rep DisableAWSOrganizationsAccess = D1 ('MetaData "DisableAWSOrganizationsAccess" "Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DisableAWSOrganizationsAccess'" 'PrefixI 'False) (U1 :: Type -> Type))

newDisableAWSOrganizationsAccess :: DisableAWSOrganizationsAccess Source #

Create a value of DisableAWSOrganizationsAccess with all optional fields omitted.

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

data DisableAWSOrganizationsAccessResponse Source #

Instances

Instances details
Generic DisableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

Read DisableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

Show DisableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

NFData DisableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

Eq DisableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

type Rep DisableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess

type Rep DisableAWSOrganizationsAccessResponse = D1 ('MetaData "DisableAWSOrganizationsAccessResponse" "Amazonka.ServiceCatalog.DisableAWSOrganizationsAccess" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DisableAWSOrganizationsAccessResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisableAWSOrganizationsAccessResponse Source #

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

DisassociateBudgetFromResource

data DisassociateBudgetFromResource Source #

See: newDisassociateBudgetFromResource smart constructor.

Instances

Instances details
ToJSON DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

ToHeaders DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

ToPath DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

ToQuery DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

AWSRequest DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

Generic DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

Associated Types

type Rep DisassociateBudgetFromResource :: Type -> Type #

Read DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

Show DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

NFData DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

Eq DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

Hashable DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

type AWSResponse DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

type Rep DisassociateBudgetFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

type Rep DisassociateBudgetFromResource = D1 ('MetaData "DisassociateBudgetFromResource" "Amazonka.ServiceCatalog.DisassociateBudgetFromResource" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DisassociateBudgetFromResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "budgetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDisassociateBudgetFromResource Source #

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

DisassociateBudgetFromResource, disassociateBudgetFromResource_budgetName - The name of the budget you want to disassociate.

$sel:resourceId:DisassociateBudgetFromResource', disassociateBudgetFromResource_resourceId - The resource identifier you want to disassociate from. Either a portfolio-id or a product-id.

data DisassociateBudgetFromResourceResponse Source #

Instances

Instances details
Generic DisassociateBudgetFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

Read DisassociateBudgetFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

Show DisassociateBudgetFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

NFData DisassociateBudgetFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

Eq DisassociateBudgetFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

type Rep DisassociateBudgetFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateBudgetFromResource

type Rep DisassociateBudgetFromResourceResponse = D1 ('MetaData "DisassociateBudgetFromResourceResponse" "Amazonka.ServiceCatalog.DisassociateBudgetFromResource" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DisassociateBudgetFromResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateBudgetFromResourceResponse Source #

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

DisassociatePrincipalFromPortfolio

data DisassociatePrincipalFromPortfolio Source #

Instances

Instances details
ToJSON DisassociatePrincipalFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

ToHeaders DisassociatePrincipalFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

ToPath DisassociatePrincipalFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

ToQuery DisassociatePrincipalFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

AWSRequest DisassociatePrincipalFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

Generic DisassociatePrincipalFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

Associated Types

type Rep DisassociatePrincipalFromPortfolio :: Type -> Type #

Read DisassociatePrincipalFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

Show DisassociatePrincipalFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

NFData DisassociatePrincipalFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

Eq DisassociatePrincipalFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

Hashable DisassociatePrincipalFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

type AWSResponse DisassociatePrincipalFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

type Rep DisassociatePrincipalFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

type Rep DisassociatePrincipalFromPortfolio = D1 ('MetaData "DisassociatePrincipalFromPortfolio" "Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DisassociatePrincipalFromPortfolio'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "principalType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrincipalType))) :*: (S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "principalARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDisassociatePrincipalFromPortfolio Source #

Create a value of DisassociatePrincipalFromPortfolio 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:acceptLanguage:DisassociatePrincipalFromPortfolio', disassociatePrincipalFromPortfolio_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DisassociatePrincipalFromPortfolio, disassociatePrincipalFromPortfolio_principalType - The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you use no accountID.

DisassociatePrincipalFromPortfolio, disassociatePrincipalFromPortfolio_portfolioId - The portfolio identifier.

DisassociatePrincipalFromPortfolio, disassociatePrincipalFromPortfolio_principalARN - The ARN of the principal (IAM user, role, or group). This field allows an ARN with no accountID if PrincipalType is IAM_PATTERN.

data DisassociatePrincipalFromPortfolioResponse Source #

Instances

Instances details
Generic DisassociatePrincipalFromPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

Read DisassociatePrincipalFromPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

Show DisassociatePrincipalFromPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

NFData DisassociatePrincipalFromPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

Eq DisassociatePrincipalFromPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

type Rep DisassociatePrincipalFromPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio

type Rep DisassociatePrincipalFromPortfolioResponse = D1 ('MetaData "DisassociatePrincipalFromPortfolioResponse" "Amazonka.ServiceCatalog.DisassociatePrincipalFromPortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DisassociatePrincipalFromPortfolioResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociatePrincipalFromPortfolioResponse Source #

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

DisassociateProductFromPortfolio

data DisassociateProductFromPortfolio Source #

See: newDisassociateProductFromPortfolio smart constructor.

Instances

Instances details
ToJSON DisassociateProductFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

ToHeaders DisassociateProductFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

ToPath DisassociateProductFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

ToQuery DisassociateProductFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

AWSRequest DisassociateProductFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

Generic DisassociateProductFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

Associated Types

type Rep DisassociateProductFromPortfolio :: Type -> Type #

Read DisassociateProductFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

Show DisassociateProductFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

NFData DisassociateProductFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

Eq DisassociateProductFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

Hashable DisassociateProductFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

type AWSResponse DisassociateProductFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

type Rep DisassociateProductFromPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

type Rep DisassociateProductFromPortfolio = D1 ('MetaData "DisassociateProductFromPortfolio" "Amazonka.ServiceCatalog.DisassociateProductFromPortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DisassociateProductFromPortfolio'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDisassociateProductFromPortfolio Source #

Create a value of DisassociateProductFromPortfolio 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:acceptLanguage:DisassociateProductFromPortfolio', disassociateProductFromPortfolio_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DisassociateProductFromPortfolio, disassociateProductFromPortfolio_productId - The product identifier.

DisassociateProductFromPortfolio, disassociateProductFromPortfolio_portfolioId - The portfolio identifier.

data DisassociateProductFromPortfolioResponse Source #

Instances

Instances details
Generic DisassociateProductFromPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

Read DisassociateProductFromPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

Show DisassociateProductFromPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

NFData DisassociateProductFromPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

Eq DisassociateProductFromPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

type Rep DisassociateProductFromPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateProductFromPortfolio

type Rep DisassociateProductFromPortfolioResponse = D1 ('MetaData "DisassociateProductFromPortfolioResponse" "Amazonka.ServiceCatalog.DisassociateProductFromPortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DisassociateProductFromPortfolioResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateProductFromPortfolioResponse Source #

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

DisassociateServiceActionFromProvisioningArtifact

data DisassociateServiceActionFromProvisioningArtifact Source #

Instances

Instances details
ToJSON DisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

ToHeaders DisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

ToPath DisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

ToQuery DisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

AWSRequest DisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

Generic DisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

Read DisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

Show DisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

NFData DisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

Eq DisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

Hashable DisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

type AWSResponse DisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

type Rep DisassociateServiceActionFromProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

type Rep DisassociateServiceActionFromProvisioningArtifact = D1 ('MetaData "DisassociateServiceActionFromProvisioningArtifact" "Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DisassociateServiceActionFromProvisioningArtifact'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "serviceActionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

data DisassociateServiceActionFromProvisioningArtifactResponse Source #

Instances

Instances details
Generic DisassociateServiceActionFromProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

Read DisassociateServiceActionFromProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

Show DisassociateServiceActionFromProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

NFData DisassociateServiceActionFromProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

Eq DisassociateServiceActionFromProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

type Rep DisassociateServiceActionFromProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact

type Rep DisassociateServiceActionFromProvisioningArtifactResponse = D1 ('MetaData "DisassociateServiceActionFromProvisioningArtifactResponse" "Amazonka.ServiceCatalog.DisassociateServiceActionFromProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DisassociateServiceActionFromProvisioningArtifactResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DisassociateTagOptionFromResource

data DisassociateTagOptionFromResource Source #

See: newDisassociateTagOptionFromResource smart constructor.

Instances

Instances details
ToJSON DisassociateTagOptionFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

ToHeaders DisassociateTagOptionFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

ToPath DisassociateTagOptionFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

ToQuery DisassociateTagOptionFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

AWSRequest DisassociateTagOptionFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

Generic DisassociateTagOptionFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

Associated Types

type Rep DisassociateTagOptionFromResource :: Type -> Type #

Read DisassociateTagOptionFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

Show DisassociateTagOptionFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

NFData DisassociateTagOptionFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

Eq DisassociateTagOptionFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

Hashable DisassociateTagOptionFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

type AWSResponse DisassociateTagOptionFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

type Rep DisassociateTagOptionFromResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

type Rep DisassociateTagOptionFromResource = D1 ('MetaData "DisassociateTagOptionFromResource" "Amazonka.ServiceCatalog.DisassociateTagOptionFromResource" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DisassociateTagOptionFromResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagOptionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDisassociateTagOptionFromResource Source #

Create a value of DisassociateTagOptionFromResource 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:resourceId:DisassociateTagOptionFromResource', disassociateTagOptionFromResource_resourceId - The resource identifier.

$sel:tagOptionId:DisassociateTagOptionFromResource', disassociateTagOptionFromResource_tagOptionId - The TagOption identifier.

data DisassociateTagOptionFromResourceResponse Source #

Instances

Instances details
Generic DisassociateTagOptionFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

Read DisassociateTagOptionFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

Show DisassociateTagOptionFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

NFData DisassociateTagOptionFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

Eq DisassociateTagOptionFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

type Rep DisassociateTagOptionFromResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DisassociateTagOptionFromResource

type Rep DisassociateTagOptionFromResourceResponse = D1 ('MetaData "DisassociateTagOptionFromResourceResponse" "Amazonka.ServiceCatalog.DisassociateTagOptionFromResource" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DisassociateTagOptionFromResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateTagOptionFromResourceResponse Source #

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

EnableAWSOrganizationsAccess

data EnableAWSOrganizationsAccess Source #

See: newEnableAWSOrganizationsAccess smart constructor.

Instances

Instances details
ToJSON EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

ToHeaders EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

ToPath EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

ToQuery EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

AWSRequest EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

Generic EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

Associated Types

type Rep EnableAWSOrganizationsAccess :: Type -> Type #

Read EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

Show EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

NFData EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

Eq EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

Hashable EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

type AWSResponse EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

type Rep EnableAWSOrganizationsAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

type Rep EnableAWSOrganizationsAccess = D1 ('MetaData "EnableAWSOrganizationsAccess" "Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "EnableAWSOrganizationsAccess'" 'PrefixI 'False) (U1 :: Type -> Type))

newEnableAWSOrganizationsAccess :: EnableAWSOrganizationsAccess Source #

Create a value of EnableAWSOrganizationsAccess with all optional fields omitted.

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

data EnableAWSOrganizationsAccessResponse Source #

Instances

Instances details
Generic EnableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

Read EnableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

Show EnableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

NFData EnableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

Eq EnableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

type Rep EnableAWSOrganizationsAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess

type Rep EnableAWSOrganizationsAccessResponse = D1 ('MetaData "EnableAWSOrganizationsAccessResponse" "Amazonka.ServiceCatalog.EnableAWSOrganizationsAccess" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "EnableAWSOrganizationsAccessResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newEnableAWSOrganizationsAccessResponse Source #

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

ExecuteProvisionedProductPlan

data ExecuteProvisionedProductPlan Source #

See: newExecuteProvisionedProductPlan smart constructor.

Instances

Instances details
ToJSON ExecuteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

ToHeaders ExecuteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

ToPath ExecuteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

ToQuery ExecuteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

AWSRequest ExecuteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

Generic ExecuteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

Associated Types

type Rep ExecuteProvisionedProductPlan :: Type -> Type #

Read ExecuteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

Show ExecuteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

NFData ExecuteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

Eq ExecuteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

Hashable ExecuteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

type AWSResponse ExecuteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

type Rep ExecuteProvisionedProductPlan Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

type Rep ExecuteProvisionedProductPlan = D1 ('MetaData "ExecuteProvisionedProductPlan" "Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ExecuteProvisionedProductPlan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "planId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "idempotencyToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newExecuteProvisionedProductPlan Source #

Create a value of ExecuteProvisionedProductPlan 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:acceptLanguage:ExecuteProvisionedProductPlan', executeProvisionedProductPlan_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

ExecuteProvisionedProductPlan, executeProvisionedProductPlan_planId - The plan identifier.

ExecuteProvisionedProductPlan, executeProvisionedProductPlan_idempotencyToken - A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

data ExecuteProvisionedProductPlanResponse Source #

Instances

Instances details
Generic ExecuteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

Read ExecuteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

Show ExecuteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

NFData ExecuteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

Eq ExecuteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

type Rep ExecuteProvisionedProductPlanResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan

type Rep ExecuteProvisionedProductPlanResponse = D1 ('MetaData "ExecuteProvisionedProductPlanResponse" "Amazonka.ServiceCatalog.ExecuteProvisionedProductPlan" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ExecuteProvisionedProductPlanResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recordDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordDetail)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newExecuteProvisionedProductPlanResponse Source #

Create a value of ExecuteProvisionedProductPlanResponse 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:recordDetail:ExecuteProvisionedProductPlanResponse', executeProvisionedProductPlanResponse_recordDetail - Information about the result of provisioning the product.

$sel:httpStatus:ExecuteProvisionedProductPlanResponse', executeProvisionedProductPlanResponse_httpStatus - The response's http status code.

ExecuteProvisionedProductServiceAction

data ExecuteProvisionedProductServiceAction Source #

Instances

Instances details
ToJSON ExecuteProvisionedProductServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

ToHeaders ExecuteProvisionedProductServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

ToPath ExecuteProvisionedProductServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

ToQuery ExecuteProvisionedProductServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

AWSRequest ExecuteProvisionedProductServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

Generic ExecuteProvisionedProductServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

Read ExecuteProvisionedProductServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

Show ExecuteProvisionedProductServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

NFData ExecuteProvisionedProductServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

Eq ExecuteProvisionedProductServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

Hashable ExecuteProvisionedProductServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

type AWSResponse ExecuteProvisionedProductServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

type Rep ExecuteProvisionedProductServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

type Rep ExecuteProvisionedProductServiceAction = D1 ('MetaData "ExecuteProvisionedProductServiceAction" "Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ExecuteProvisionedProductServiceAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text [Text])))) :*: (S1 ('MetaSel ('Just "provisionedProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "serviceActionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "executeToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newExecuteProvisionedProductServiceAction Source #

Create a value of ExecuteProvisionedProductServiceAction 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:acceptLanguage:ExecuteProvisionedProductServiceAction', executeProvisionedProductServiceAction_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:parameters:ExecuteProvisionedProductServiceAction', executeProvisionedProductServiceAction_parameters - A map of all self-service action parameters and their values. If a provided parameter is of a special type, such as TARGET, the provided value will override the default value generated by Service Catalog. If the parameters field is not provided, no additional parameters are passed and default values will be used for any special parameters such as TARGET.

ExecuteProvisionedProductServiceAction, executeProvisionedProductServiceAction_provisionedProductId - The identifier of the provisioned product.

ExecuteProvisionedProductServiceAction, executeProvisionedProductServiceAction_serviceActionId - The self-service action identifier. For example, act-fs7abcd89wxyz.

$sel:executeToken:ExecuteProvisionedProductServiceAction', executeProvisionedProductServiceAction_executeToken - An idempotency token that uniquely identifies the execute request.

data ExecuteProvisionedProductServiceActionResponse Source #

Instances

Instances details
Generic ExecuteProvisionedProductServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

Read ExecuteProvisionedProductServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

Show ExecuteProvisionedProductServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

NFData ExecuteProvisionedProductServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

Eq ExecuteProvisionedProductServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

type Rep ExecuteProvisionedProductServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction

type Rep ExecuteProvisionedProductServiceActionResponse = D1 ('MetaData "ExecuteProvisionedProductServiceActionResponse" "Amazonka.ServiceCatalog.ExecuteProvisionedProductServiceAction" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ExecuteProvisionedProductServiceActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recordDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordDetail)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newExecuteProvisionedProductServiceActionResponse Source #

Create a value of ExecuteProvisionedProductServiceActionResponse 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:recordDetail:ExecuteProvisionedProductServiceActionResponse', executeProvisionedProductServiceActionResponse_recordDetail - An object containing detailed information about the result of provisioning the product.

$sel:httpStatus:ExecuteProvisionedProductServiceActionResponse', executeProvisionedProductServiceActionResponse_httpStatus - The response's http status code.

GetAWSOrganizationsAccessStatus

data GetAWSOrganizationsAccessStatus Source #

See: newGetAWSOrganizationsAccessStatus smart constructor.

Instances

Instances details
ToJSON GetAWSOrganizationsAccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

ToHeaders GetAWSOrganizationsAccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

ToPath GetAWSOrganizationsAccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

ToQuery GetAWSOrganizationsAccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

AWSRequest GetAWSOrganizationsAccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

Generic GetAWSOrganizationsAccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

Associated Types

type Rep GetAWSOrganizationsAccessStatus :: Type -> Type #

Read GetAWSOrganizationsAccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

Show GetAWSOrganizationsAccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

NFData GetAWSOrganizationsAccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

Eq GetAWSOrganizationsAccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

Hashable GetAWSOrganizationsAccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

type AWSResponse GetAWSOrganizationsAccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

type Rep GetAWSOrganizationsAccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

type Rep GetAWSOrganizationsAccessStatus = D1 ('MetaData "GetAWSOrganizationsAccessStatus" "Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "GetAWSOrganizationsAccessStatus'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetAWSOrganizationsAccessStatus :: GetAWSOrganizationsAccessStatus Source #

Create a value of GetAWSOrganizationsAccessStatus with all optional fields omitted.

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

data GetAWSOrganizationsAccessStatusResponse Source #

Instances

Instances details
Generic GetAWSOrganizationsAccessStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

Read GetAWSOrganizationsAccessStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

Show GetAWSOrganizationsAccessStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

NFData GetAWSOrganizationsAccessStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

Eq GetAWSOrganizationsAccessStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

type Rep GetAWSOrganizationsAccessStatusResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus

type Rep GetAWSOrganizationsAccessStatusResponse = D1 ('MetaData "GetAWSOrganizationsAccessStatusResponse" "Amazonka.ServiceCatalog.GetAWSOrganizationsAccessStatus" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "GetAWSOrganizationsAccessStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accessStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAWSOrganizationsAccessStatusResponse Source #

Create a value of GetAWSOrganizationsAccessStatusResponse 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:accessStatus:GetAWSOrganizationsAccessStatusResponse', getAWSOrganizationsAccessStatusResponse_accessStatus - The status of the portfolio share feature.

$sel:httpStatus:GetAWSOrganizationsAccessStatusResponse', getAWSOrganizationsAccessStatusResponse_httpStatus - The response's http status code.

GetProvisionedProductOutputs

data GetProvisionedProductOutputs Source #

See: newGetProvisionedProductOutputs smart constructor.

Instances

Instances details
ToJSON GetProvisionedProductOutputs Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

ToHeaders GetProvisionedProductOutputs Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

ToPath GetProvisionedProductOutputs Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

ToQuery GetProvisionedProductOutputs Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

AWSRequest GetProvisionedProductOutputs Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

Generic GetProvisionedProductOutputs Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

Associated Types

type Rep GetProvisionedProductOutputs :: Type -> Type #

Read GetProvisionedProductOutputs Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

Show GetProvisionedProductOutputs Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

NFData GetProvisionedProductOutputs Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

Eq GetProvisionedProductOutputs Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

Hashable GetProvisionedProductOutputs Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

type AWSResponse GetProvisionedProductOutputs Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

type Rep GetProvisionedProductOutputs Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

type Rep GetProvisionedProductOutputs = D1 ('MetaData "GetProvisionedProductOutputs" "Amazonka.ServiceCatalog.GetProvisionedProductOutputs" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "GetProvisionedProductOutputs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "outputKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "provisionedProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionedProductName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newGetProvisionedProductOutputs :: GetProvisionedProductOutputs Source #

Create a value of GetProvisionedProductOutputs 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:acceptLanguage:GetProvisionedProductOutputs', getProvisionedProductOutputs_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:outputKeys:GetProvisionedProductOutputs', getProvisionedProductOutputs_outputKeys - The list of keys that the API should return with their values. If none are provided, the API will return all outputs of the provisioned product.

$sel:pageSize:GetProvisionedProductOutputs', getProvisionedProductOutputs_pageSize - The maximum number of items to return with this call.

$sel:pageToken:GetProvisionedProductOutputs', getProvisionedProductOutputs_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

GetProvisionedProductOutputs, getProvisionedProductOutputs_provisionedProductId - The identifier of the provisioned product that you want the outputs from.

GetProvisionedProductOutputs, getProvisionedProductOutputs_provisionedProductName - The name of the provisioned product that you want the outputs from.

data GetProvisionedProductOutputsResponse Source #

Instances

Instances details
Generic GetProvisionedProductOutputsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

Read GetProvisionedProductOutputsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

Show GetProvisionedProductOutputsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

NFData GetProvisionedProductOutputsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

Eq GetProvisionedProductOutputsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

type Rep GetProvisionedProductOutputsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.GetProvisionedProductOutputs

type Rep GetProvisionedProductOutputsResponse = D1 ('MetaData "GetProvisionedProductOutputsResponse" "Amazonka.ServiceCatalog.GetProvisionedProductOutputs" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "GetProvisionedProductOutputsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecordOutput])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetProvisionedProductOutputsResponse Source #

Create a value of GetProvisionedProductOutputsResponse 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:nextPageToken:GetProvisionedProductOutputsResponse', getProvisionedProductOutputsResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:outputs:GetProvisionedProductOutputsResponse', getProvisionedProductOutputsResponse_outputs - Information about the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.

$sel:httpStatus:GetProvisionedProductOutputsResponse', getProvisionedProductOutputsResponse_httpStatus - The response's http status code.

ImportAsProvisionedProduct

data ImportAsProvisionedProduct Source #

See: newImportAsProvisionedProduct smart constructor.

Instances

Instances details
ToJSON ImportAsProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

ToHeaders ImportAsProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

ToPath ImportAsProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

ToQuery ImportAsProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

AWSRequest ImportAsProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

Generic ImportAsProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

Associated Types

type Rep ImportAsProvisionedProduct :: Type -> Type #

Read ImportAsProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

Show ImportAsProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

NFData ImportAsProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

Eq ImportAsProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

Hashable ImportAsProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

type AWSResponse ImportAsProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

type Rep ImportAsProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

type Rep ImportAsProvisionedProduct = D1 ('MetaData "ImportAsProvisionedProduct" "Amazonka.ServiceCatalog.ImportAsProvisionedProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ImportAsProvisionedProduct'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "provisionedProductName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "physicalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "idempotencyToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newImportAsProvisionedProduct Source #

Create a value of ImportAsProvisionedProduct 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:acceptLanguage:ImportAsProvisionedProduct', importAsProvisionedProduct_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

ImportAsProvisionedProduct, importAsProvisionedProduct_productId - The product identifier.

ImportAsProvisionedProduct, importAsProvisionedProduct_provisioningArtifactId - The identifier of the provisioning artifact.

ImportAsProvisionedProduct, importAsProvisionedProduct_provisionedProductName - The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services account. The name cannot be updated after the product is provisioned.

ImportAsProvisionedProduct, importAsProvisionedProduct_physicalId - The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs.

ImportAsProvisionedProduct, importAsProvisionedProduct_idempotencyToken - A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

data ImportAsProvisionedProductResponse Source #

Instances

Instances details
Generic ImportAsProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

Associated Types

type Rep ImportAsProvisionedProductResponse :: Type -> Type #

Read ImportAsProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

Show ImportAsProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

NFData ImportAsProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

Eq ImportAsProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

type Rep ImportAsProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ImportAsProvisionedProduct

type Rep ImportAsProvisionedProductResponse = D1 ('MetaData "ImportAsProvisionedProductResponse" "Amazonka.ServiceCatalog.ImportAsProvisionedProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ImportAsProvisionedProductResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recordDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordDetail)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newImportAsProvisionedProductResponse Source #

Create a value of ImportAsProvisionedProductResponse 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:recordDetail:ImportAsProvisionedProductResponse', importAsProvisionedProductResponse_recordDetail - Undocumented member.

$sel:httpStatus:ImportAsProvisionedProductResponse', importAsProvisionedProductResponse_httpStatus - The response's http status code.

ListAcceptedPortfolioShares (Paginated)

data ListAcceptedPortfolioShares Source #

See: newListAcceptedPortfolioShares smart constructor.

Instances

Instances details
ToJSON ListAcceptedPortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

ToHeaders ListAcceptedPortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

ToPath ListAcceptedPortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

ToQuery ListAcceptedPortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

AWSPager ListAcceptedPortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

AWSRequest ListAcceptedPortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

Generic ListAcceptedPortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

Associated Types

type Rep ListAcceptedPortfolioShares :: Type -> Type #

Read ListAcceptedPortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

Show ListAcceptedPortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

NFData ListAcceptedPortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

Eq ListAcceptedPortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

Hashable ListAcceptedPortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

type AWSResponse ListAcceptedPortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

type Rep ListAcceptedPortfolioShares Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

type Rep ListAcceptedPortfolioShares = D1 ('MetaData "ListAcceptedPortfolioShares" "Amazonka.ServiceCatalog.ListAcceptedPortfolioShares" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListAcceptedPortfolioShares'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "portfolioShareType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PortfolioShareType)))))

newListAcceptedPortfolioShares :: ListAcceptedPortfolioShares Source #

Create a value of ListAcceptedPortfolioShares 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:acceptLanguage:ListAcceptedPortfolioShares', listAcceptedPortfolioShares_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:pageSize:ListAcceptedPortfolioShares', listAcceptedPortfolioShares_pageSize - The maximum number of items to return with this call.

$sel:pageToken:ListAcceptedPortfolioShares', listAcceptedPortfolioShares_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

$sel:portfolioShareType:ListAcceptedPortfolioShares', listAcceptedPortfolioShares_portfolioShareType - The type of shared portfolios to list. The default is to list imported portfolios.

  • AWS_ORGANIZATIONS - List portfolios accepted and shared via organizational sharing by the management account or delegated administrator of your organization.
  • AWS_SERVICECATALOG - Deprecated type.
  • IMPORTED - List imported portfolios that have been accepted and shared through account-to-account sharing.

data ListAcceptedPortfolioSharesResponse Source #

Instances

Instances details
Generic ListAcceptedPortfolioSharesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

Read ListAcceptedPortfolioSharesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

Show ListAcceptedPortfolioSharesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

NFData ListAcceptedPortfolioSharesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

Eq ListAcceptedPortfolioSharesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

type Rep ListAcceptedPortfolioSharesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListAcceptedPortfolioShares

type Rep ListAcceptedPortfolioSharesResponse = D1 ('MetaData "ListAcceptedPortfolioSharesResponse" "Amazonka.ServiceCatalog.ListAcceptedPortfolioShares" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListAcceptedPortfolioSharesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "portfolioDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PortfolioDetail])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAcceptedPortfolioSharesResponse Source #

Create a value of ListAcceptedPortfolioSharesResponse 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:nextPageToken:ListAcceptedPortfolioSharesResponse', listAcceptedPortfolioSharesResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:portfolioDetails:ListAcceptedPortfolioSharesResponse', listAcceptedPortfolioSharesResponse_portfolioDetails - Information about the portfolios.

$sel:httpStatus:ListAcceptedPortfolioSharesResponse', listAcceptedPortfolioSharesResponse_httpStatus - The response's http status code.

ListBudgetsForResource

data ListBudgetsForResource Source #

See: newListBudgetsForResource smart constructor.

Instances

Instances details
ToJSON ListBudgetsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

ToHeaders ListBudgetsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

ToPath ListBudgetsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

ToQuery ListBudgetsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

AWSRequest ListBudgetsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

Associated Types

type AWSResponse ListBudgetsForResource #

Generic ListBudgetsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

Associated Types

type Rep ListBudgetsForResource :: Type -> Type #

Read ListBudgetsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

Show ListBudgetsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

NFData ListBudgetsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

Methods

rnf :: ListBudgetsForResource -> () #

Eq ListBudgetsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

Hashable ListBudgetsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

type AWSResponse ListBudgetsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

type Rep ListBudgetsForResource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

type Rep ListBudgetsForResource = D1 ('MetaData "ListBudgetsForResource" "Amazonka.ServiceCatalog.ListBudgetsForResource" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListBudgetsForResource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListBudgetsForResource Source #

Create a value of ListBudgetsForResource 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:acceptLanguage:ListBudgetsForResource', listBudgetsForResource_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:pageSize:ListBudgetsForResource', listBudgetsForResource_pageSize - The maximum number of items to return with this call.

$sel:pageToken:ListBudgetsForResource', listBudgetsForResource_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

$sel:resourceId:ListBudgetsForResource', listBudgetsForResource_resourceId - The resource identifier.

data ListBudgetsForResourceResponse Source #

See: newListBudgetsForResourceResponse smart constructor.

Instances

Instances details
Generic ListBudgetsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

Associated Types

type Rep ListBudgetsForResourceResponse :: Type -> Type #

Read ListBudgetsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

Show ListBudgetsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

NFData ListBudgetsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

Eq ListBudgetsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

type Rep ListBudgetsForResourceResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListBudgetsForResource

type Rep ListBudgetsForResourceResponse = D1 ('MetaData "ListBudgetsForResourceResponse" "Amazonka.ServiceCatalog.ListBudgetsForResource" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListBudgetsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "budgets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BudgetDetail])) :*: (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListBudgetsForResourceResponse Source #

Create a value of ListBudgetsForResourceResponse 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:budgets:ListBudgetsForResourceResponse', listBudgetsForResourceResponse_budgets - Information about the associated budgets.

$sel:nextPageToken:ListBudgetsForResourceResponse', listBudgetsForResourceResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:httpStatus:ListBudgetsForResourceResponse', listBudgetsForResourceResponse_httpStatus - The response's http status code.

ListConstraintsForPortfolio (Paginated)

data ListConstraintsForPortfolio Source #

See: newListConstraintsForPortfolio smart constructor.

Instances

Instances details
ToJSON ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

ToHeaders ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

ToPath ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

ToQuery ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

AWSPager ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

AWSRequest ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

Generic ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

Associated Types

type Rep ListConstraintsForPortfolio :: Type -> Type #

Read ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

Show ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

NFData ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

Eq ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

Hashable ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

type AWSResponse ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

type Rep ListConstraintsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

type Rep ListConstraintsForPortfolio = D1 ('MetaData "ListConstraintsForPortfolio" "Amazonka.ServiceCatalog.ListConstraintsForPortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListConstraintsForPortfolio'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListConstraintsForPortfolio Source #

Create a value of ListConstraintsForPortfolio 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:acceptLanguage:ListConstraintsForPortfolio', listConstraintsForPortfolio_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:pageSize:ListConstraintsForPortfolio', listConstraintsForPortfolio_pageSize - The maximum number of items to return with this call.

$sel:pageToken:ListConstraintsForPortfolio', listConstraintsForPortfolio_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

ListConstraintsForPortfolio, listConstraintsForPortfolio_productId - The product identifier.

ListConstraintsForPortfolio, listConstraintsForPortfolio_portfolioId - The portfolio identifier.

data ListConstraintsForPortfolioResponse Source #

Instances

Instances details
Generic ListConstraintsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

Read ListConstraintsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

Show ListConstraintsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

NFData ListConstraintsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

Eq ListConstraintsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

type Rep ListConstraintsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListConstraintsForPortfolio

type Rep ListConstraintsForPortfolioResponse = D1 ('MetaData "ListConstraintsForPortfolioResponse" "Amazonka.ServiceCatalog.ListConstraintsForPortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListConstraintsForPortfolioResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constraintDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConstraintDetail])) :*: (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListConstraintsForPortfolioResponse Source #

Create a value of ListConstraintsForPortfolioResponse 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:constraintDetails:ListConstraintsForPortfolioResponse', listConstraintsForPortfolioResponse_constraintDetails - Information about the constraints.

$sel:nextPageToken:ListConstraintsForPortfolioResponse', listConstraintsForPortfolioResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:httpStatus:ListConstraintsForPortfolioResponse', listConstraintsForPortfolioResponse_httpStatus - The response's http status code.

ListLaunchPaths (Paginated)

data ListLaunchPaths Source #

See: newListLaunchPaths smart constructor.

Instances

Instances details
ToJSON ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

ToHeaders ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

ToPath ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

ToQuery ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

AWSPager ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

AWSRequest ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Associated Types

type AWSResponse ListLaunchPaths #

Generic ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Associated Types

type Rep ListLaunchPaths :: Type -> Type #

Read ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Show ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

NFData ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Methods

rnf :: ListLaunchPaths -> () #

Eq ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Hashable ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

type AWSResponse ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

type Rep ListLaunchPaths Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

type Rep ListLaunchPaths = D1 ('MetaData "ListLaunchPaths" "Amazonka.ServiceCatalog.ListLaunchPaths" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListLaunchPaths'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListLaunchPaths Source #

Create a value of ListLaunchPaths 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:acceptLanguage:ListLaunchPaths', listLaunchPaths_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:pageSize:ListLaunchPaths', listLaunchPaths_pageSize - The maximum number of items to return with this call.

$sel:pageToken:ListLaunchPaths', listLaunchPaths_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

ListLaunchPaths, listLaunchPaths_productId - The product identifier.

data ListLaunchPathsResponse Source #

See: newListLaunchPathsResponse smart constructor.

Instances

Instances details
Generic ListLaunchPathsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Associated Types

type Rep ListLaunchPathsResponse :: Type -> Type #

Read ListLaunchPathsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Show ListLaunchPathsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

NFData ListLaunchPathsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

Methods

rnf :: ListLaunchPathsResponse -> () #

Eq ListLaunchPathsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

type Rep ListLaunchPathsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListLaunchPaths

type Rep ListLaunchPathsResponse = D1 ('MetaData "ListLaunchPathsResponse" "Amazonka.ServiceCatalog.ListLaunchPaths" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListLaunchPathsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "launchPathSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LaunchPathSummary])) :*: (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListLaunchPathsResponse Source #

Create a value of ListLaunchPathsResponse 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:launchPathSummaries:ListLaunchPathsResponse', listLaunchPathsResponse_launchPathSummaries - Information about the launch path.

$sel:nextPageToken:ListLaunchPathsResponse', listLaunchPathsResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:httpStatus:ListLaunchPathsResponse', listLaunchPathsResponse_httpStatus - The response's http status code.

ListOrganizationPortfolioAccess (Paginated)

data ListOrganizationPortfolioAccess Source #

See: newListOrganizationPortfolioAccess smart constructor.

Instances

Instances details
ToJSON ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

ToHeaders ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

ToPath ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

ToQuery ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

AWSPager ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

AWSRequest ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

Generic ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

Associated Types

type Rep ListOrganizationPortfolioAccess :: Type -> Type #

Read ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

Show ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

NFData ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

Eq ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

Hashable ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

type AWSResponse ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

type Rep ListOrganizationPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

type Rep ListOrganizationPortfolioAccess = D1 ('MetaData "ListOrganizationPortfolioAccess" "Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListOrganizationPortfolioAccess'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "organizationNodeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OrganizationNodeType)))))

newListOrganizationPortfolioAccess Source #

Create a value of ListOrganizationPortfolioAccess 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:acceptLanguage:ListOrganizationPortfolioAccess', listOrganizationPortfolioAccess_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:pageSize:ListOrganizationPortfolioAccess', listOrganizationPortfolioAccess_pageSize - The maximum number of items to return with this call.

$sel:pageToken:ListOrganizationPortfolioAccess', listOrganizationPortfolioAccess_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

ListOrganizationPortfolioAccess, listOrganizationPortfolioAccess_portfolioId - The portfolio identifier. For example, port-2abcdext3y5fk.

$sel:organizationNodeType:ListOrganizationPortfolioAccess', listOrganizationPortfolioAccess_organizationNodeType - The organization node type that will be returned in the output.

  • ORGANIZATION - Organization that has access to the portfolio.
  • ORGANIZATIONAL_UNIT - Organizational unit that has access to the portfolio within your organization.
  • ACCOUNT - Account that has access to the portfolio within your organization.

data ListOrganizationPortfolioAccessResponse Source #

Instances

Instances details
Generic ListOrganizationPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

Read ListOrganizationPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

Show ListOrganizationPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

NFData ListOrganizationPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

Eq ListOrganizationPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

type Rep ListOrganizationPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess

type Rep ListOrganizationPortfolioAccessResponse = D1 ('MetaData "ListOrganizationPortfolioAccessResponse" "Amazonka.ServiceCatalog.ListOrganizationPortfolioAccess" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListOrganizationPortfolioAccessResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "organizationNodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrganizationNode])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListOrganizationPortfolioAccessResponse Source #

Create a value of ListOrganizationPortfolioAccessResponse 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:nextPageToken:ListOrganizationPortfolioAccessResponse', listOrganizationPortfolioAccessResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:organizationNodes:ListOrganizationPortfolioAccessResponse', listOrganizationPortfolioAccessResponse_organizationNodes - Displays information about the organization nodes.

$sel:httpStatus:ListOrganizationPortfolioAccessResponse', listOrganizationPortfolioAccessResponse_httpStatus - The response's http status code.

ListPortfolioAccess

data ListPortfolioAccess Source #

See: newListPortfolioAccess smart constructor.

Instances

Instances details
ToJSON ListPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

ToHeaders ListPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

ToPath ListPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

ToQuery ListPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

AWSRequest ListPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

Associated Types

type AWSResponse ListPortfolioAccess #

Generic ListPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

Associated Types

type Rep ListPortfolioAccess :: Type -> Type #

Read ListPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

Show ListPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

NFData ListPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

Methods

rnf :: ListPortfolioAccess -> () #

Eq ListPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

Hashable ListPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

type AWSResponse ListPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

type Rep ListPortfolioAccess Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

type Rep ListPortfolioAccess = D1 ('MetaData "ListPortfolioAccess" "Amazonka.ServiceCatalog.ListPortfolioAccess" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListPortfolioAccess'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "organizationParentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListPortfolioAccess Source #

Create a value of ListPortfolioAccess 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:acceptLanguage:ListPortfolioAccess', listPortfolioAccess_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:organizationParentId:ListPortfolioAccess', listPortfolioAccess_organizationParentId - The ID of an organization node the portfolio is shared with. All children of this node with an inherited portfolio share will be returned.

$sel:pageSize:ListPortfolioAccess', listPortfolioAccess_pageSize - The maximum number of items to return with this call.

$sel:pageToken:ListPortfolioAccess', listPortfolioAccess_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

ListPortfolioAccess, listPortfolioAccess_portfolioId - The portfolio identifier.

data ListPortfolioAccessResponse Source #

See: newListPortfolioAccessResponse smart constructor.

Instances

Instances details
Generic ListPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

Associated Types

type Rep ListPortfolioAccessResponse :: Type -> Type #

Read ListPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

Show ListPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

NFData ListPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

Eq ListPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

type Rep ListPortfolioAccessResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolioAccess

type Rep ListPortfolioAccessResponse = D1 ('MetaData "ListPortfolioAccessResponse" "Amazonka.ServiceCatalog.ListPortfolioAccess" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListPortfolioAccessResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPortfolioAccessResponse Source #

Create a value of ListPortfolioAccessResponse 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:accountIds:ListPortfolioAccessResponse', listPortfolioAccessResponse_accountIds - Information about the Amazon Web Services accounts with access to the portfolio.

$sel:nextPageToken:ListPortfolioAccessResponse', listPortfolioAccessResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:httpStatus:ListPortfolioAccessResponse', listPortfolioAccessResponse_httpStatus - The response's http status code.

ListPortfolios (Paginated)

data ListPortfolios Source #

See: newListPortfolios smart constructor.

Instances

Instances details
ToJSON ListPortfolios Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

ToHeaders ListPortfolios Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

ToPath ListPortfolios Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

ToQuery ListPortfolios Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

AWSPager ListPortfolios Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

AWSRequest ListPortfolios Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

Associated Types

type AWSResponse ListPortfolios #

Generic ListPortfolios Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

Associated Types

type Rep ListPortfolios :: Type -> Type #

Read ListPortfolios Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

Show ListPortfolios Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

NFData ListPortfolios Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

Methods

rnf :: ListPortfolios -> () #

Eq ListPortfolios Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

Hashable ListPortfolios Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

type AWSResponse ListPortfolios Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

type Rep ListPortfolios Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

type Rep ListPortfolios = D1 ('MetaData "ListPortfolios" "Amazonka.ServiceCatalog.ListPortfolios" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListPortfolios'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListPortfolios :: ListPortfolios Source #

Create a value of ListPortfolios 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:acceptLanguage:ListPortfolios', listPortfolios_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:pageSize:ListPortfolios', listPortfolios_pageSize - The maximum number of items to return with this call.

$sel:pageToken:ListPortfolios', listPortfolios_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

data ListPortfoliosResponse Source #

See: newListPortfoliosResponse smart constructor.

Instances

Instances details
Generic ListPortfoliosResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

Associated Types

type Rep ListPortfoliosResponse :: Type -> Type #

Read ListPortfoliosResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

Show ListPortfoliosResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

NFData ListPortfoliosResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

Methods

rnf :: ListPortfoliosResponse -> () #

Eq ListPortfoliosResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

type Rep ListPortfoliosResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfolios

type Rep ListPortfoliosResponse = D1 ('MetaData "ListPortfoliosResponse" "Amazonka.ServiceCatalog.ListPortfolios" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListPortfoliosResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "portfolioDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PortfolioDetail])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPortfoliosResponse Source #

Create a value of ListPortfoliosResponse 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:nextPageToken:ListPortfoliosResponse', listPortfoliosResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:portfolioDetails:ListPortfoliosResponse', listPortfoliosResponse_portfolioDetails - Information about the portfolios.

$sel:httpStatus:ListPortfoliosResponse', listPortfoliosResponse_httpStatus - The response's http status code.

ListPortfoliosForProduct (Paginated)

data ListPortfoliosForProduct Source #

See: newListPortfoliosForProduct smart constructor.

Instances

Instances details
ToJSON ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

ToHeaders ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

ToPath ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

ToQuery ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

AWSPager ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

AWSRequest ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

Generic ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

Associated Types

type Rep ListPortfoliosForProduct :: Type -> Type #

Read ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

Show ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

NFData ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

Eq ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

Hashable ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

type AWSResponse ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

type Rep ListPortfoliosForProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

type Rep ListPortfoliosForProduct = D1 ('MetaData "ListPortfoliosForProduct" "Amazonka.ServiceCatalog.ListPortfoliosForProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListPortfoliosForProduct'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListPortfoliosForProduct Source #

Create a value of ListPortfoliosForProduct 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:acceptLanguage:ListPortfoliosForProduct', listPortfoliosForProduct_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:pageSize:ListPortfoliosForProduct', listPortfoliosForProduct_pageSize - The maximum number of items to return with this call.

$sel:pageToken:ListPortfoliosForProduct', listPortfoliosForProduct_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

ListPortfoliosForProduct, listPortfoliosForProduct_productId - The product identifier.

data ListPortfoliosForProductResponse Source #

See: newListPortfoliosForProductResponse smart constructor.

Instances

Instances details
Generic ListPortfoliosForProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

Associated Types

type Rep ListPortfoliosForProductResponse :: Type -> Type #

Read ListPortfoliosForProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

Show ListPortfoliosForProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

NFData ListPortfoliosForProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

Eq ListPortfoliosForProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

type Rep ListPortfoliosForProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPortfoliosForProduct

type Rep ListPortfoliosForProductResponse = D1 ('MetaData "ListPortfoliosForProductResponse" "Amazonka.ServiceCatalog.ListPortfoliosForProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListPortfoliosForProductResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "portfolioDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PortfolioDetail])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPortfoliosForProductResponse Source #

Create a value of ListPortfoliosForProductResponse 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:nextPageToken:ListPortfoliosForProductResponse', listPortfoliosForProductResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:portfolioDetails:ListPortfoliosForProductResponse', listPortfoliosForProductResponse_portfolioDetails - Information about the portfolios.

$sel:httpStatus:ListPortfoliosForProductResponse', listPortfoliosForProductResponse_httpStatus - The response's http status code.

ListPrincipalsForPortfolio (Paginated)

data ListPrincipalsForPortfolio Source #

See: newListPrincipalsForPortfolio smart constructor.

Instances

Instances details
ToJSON ListPrincipalsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

ToHeaders ListPrincipalsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

ToPath ListPrincipalsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

ToQuery ListPrincipalsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

AWSPager ListPrincipalsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

AWSRequest ListPrincipalsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

Generic ListPrincipalsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

Associated Types

type Rep ListPrincipalsForPortfolio :: Type -> Type #

Read ListPrincipalsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

Show ListPrincipalsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

NFData ListPrincipalsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

Eq ListPrincipalsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

Hashable ListPrincipalsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

type AWSResponse ListPrincipalsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

type Rep ListPrincipalsForPortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

type Rep ListPrincipalsForPortfolio = D1 ('MetaData "ListPrincipalsForPortfolio" "Amazonka.ServiceCatalog.ListPrincipalsForPortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListPrincipalsForPortfolio'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListPrincipalsForPortfolio Source #

Create a value of ListPrincipalsForPortfolio 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:acceptLanguage:ListPrincipalsForPortfolio', listPrincipalsForPortfolio_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:pageSize:ListPrincipalsForPortfolio', listPrincipalsForPortfolio_pageSize - The maximum number of items to return with this call.

$sel:pageToken:ListPrincipalsForPortfolio', listPrincipalsForPortfolio_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

ListPrincipalsForPortfolio, listPrincipalsForPortfolio_portfolioId - The portfolio identifier.

data ListPrincipalsForPortfolioResponse Source #

Instances

Instances details
Generic ListPrincipalsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

Associated Types

type Rep ListPrincipalsForPortfolioResponse :: Type -> Type #

Read ListPrincipalsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

Show ListPrincipalsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

NFData ListPrincipalsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

Eq ListPrincipalsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

type Rep ListPrincipalsForPortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListPrincipalsForPortfolio

type Rep ListPrincipalsForPortfolioResponse = D1 ('MetaData "ListPrincipalsForPortfolioResponse" "Amazonka.ServiceCatalog.ListPrincipalsForPortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListPrincipalsForPortfolioResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "principals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Principal])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPrincipalsForPortfolioResponse Source #

Create a value of ListPrincipalsForPortfolioResponse 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:nextPageToken:ListPrincipalsForPortfolioResponse', listPrincipalsForPortfolioResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:principals:ListPrincipalsForPortfolioResponse', listPrincipalsForPortfolioResponse_principals - The PrincipalARNs and corresponding PrincipalTypes associated with the portfolio.

$sel:httpStatus:ListPrincipalsForPortfolioResponse', listPrincipalsForPortfolioResponse_httpStatus - The response's http status code.

ListProvisionedProductPlans (Paginated)

data ListProvisionedProductPlans Source #

See: newListProvisionedProductPlans smart constructor.

Instances

Instances details
ToJSON ListProvisionedProductPlans Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

ToHeaders ListProvisionedProductPlans Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

ToPath ListProvisionedProductPlans Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

ToQuery ListProvisionedProductPlans Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

AWSPager ListProvisionedProductPlans Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

AWSRequest ListProvisionedProductPlans Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

Generic ListProvisionedProductPlans Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

Associated Types

type Rep ListProvisionedProductPlans :: Type -> Type #

Read ListProvisionedProductPlans Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

Show ListProvisionedProductPlans Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

NFData ListProvisionedProductPlans Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

Eq ListProvisionedProductPlans Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

Hashable ListProvisionedProductPlans Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

type AWSResponse ListProvisionedProductPlans Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

type Rep ListProvisionedProductPlans Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

type Rep ListProvisionedProductPlans = D1 ('MetaData "ListProvisionedProductPlans" "Amazonka.ServiceCatalog.ListProvisionedProductPlans" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListProvisionedProductPlans'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accessLevelFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessLevelFilter))) :*: (S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newListProvisionedProductPlans :: ListProvisionedProductPlans Source #

Create a value of ListProvisionedProductPlans 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:acceptLanguage:ListProvisionedProductPlans', listProvisionedProductPlans_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:accessLevelFilter:ListProvisionedProductPlans', listProvisionedProductPlans_accessLevelFilter - The access level to use to obtain results. The default is User.

$sel:pageSize:ListProvisionedProductPlans', listProvisionedProductPlans_pageSize - The maximum number of items to return with this call.

$sel:pageToken:ListProvisionedProductPlans', listProvisionedProductPlans_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

ListProvisionedProductPlans, listProvisionedProductPlans_provisionProductId - The product identifier.

data ListProvisionedProductPlansResponse Source #

Instances

Instances details
Generic ListProvisionedProductPlansResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

Read ListProvisionedProductPlansResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

Show ListProvisionedProductPlansResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

NFData ListProvisionedProductPlansResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

Eq ListProvisionedProductPlansResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

type Rep ListProvisionedProductPlansResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisionedProductPlans

type Rep ListProvisionedProductPlansResponse = D1 ('MetaData "ListProvisionedProductPlansResponse" "Amazonka.ServiceCatalog.ListProvisionedProductPlans" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListProvisionedProductPlansResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "provisionedProductPlans") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProvisionedProductPlanSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListProvisionedProductPlansResponse Source #

Create a value of ListProvisionedProductPlansResponse 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:nextPageToken:ListProvisionedProductPlansResponse', listProvisionedProductPlansResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:provisionedProductPlans:ListProvisionedProductPlansResponse', listProvisionedProductPlansResponse_provisionedProductPlans - Information about the plans.

$sel:httpStatus:ListProvisionedProductPlansResponse', listProvisionedProductPlansResponse_httpStatus - The response's http status code.

ListProvisioningArtifacts

data ListProvisioningArtifacts Source #

See: newListProvisioningArtifacts smart constructor.

Instances

Instances details
ToJSON ListProvisioningArtifacts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

ToHeaders ListProvisioningArtifacts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

ToPath ListProvisioningArtifacts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

ToQuery ListProvisioningArtifacts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

AWSRequest ListProvisioningArtifacts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

Generic ListProvisioningArtifacts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

Associated Types

type Rep ListProvisioningArtifacts :: Type -> Type #

Read ListProvisioningArtifacts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

Show ListProvisioningArtifacts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

NFData ListProvisioningArtifacts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

Eq ListProvisioningArtifacts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

Hashable ListProvisioningArtifacts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

type AWSResponse ListProvisioningArtifacts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

type Rep ListProvisioningArtifacts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

type Rep ListProvisioningArtifacts = D1 ('MetaData "ListProvisioningArtifacts" "Amazonka.ServiceCatalog.ListProvisioningArtifacts" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListProvisioningArtifacts'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListProvisioningArtifacts Source #

Create a value of ListProvisioningArtifacts 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:acceptLanguage:ListProvisioningArtifacts', listProvisioningArtifacts_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

ListProvisioningArtifacts, listProvisioningArtifacts_productId - The product identifier.

data ListProvisioningArtifactsResponse Source #

See: newListProvisioningArtifactsResponse smart constructor.

Instances

Instances details
Generic ListProvisioningArtifactsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

Associated Types

type Rep ListProvisioningArtifactsResponse :: Type -> Type #

Read ListProvisioningArtifactsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

Show ListProvisioningArtifactsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

NFData ListProvisioningArtifactsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

Eq ListProvisioningArtifactsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

type Rep ListProvisioningArtifactsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifacts

type Rep ListProvisioningArtifactsResponse = D1 ('MetaData "ListProvisioningArtifactsResponse" "Amazonka.ServiceCatalog.ListProvisioningArtifacts" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListProvisioningArtifactsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "provisioningArtifactDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProvisioningArtifactDetail])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListProvisioningArtifactsResponse Source #

Create a value of ListProvisioningArtifactsResponse 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:nextPageToken:ListProvisioningArtifactsResponse', listProvisioningArtifactsResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:provisioningArtifactDetails:ListProvisioningArtifactsResponse', listProvisioningArtifactsResponse_provisioningArtifactDetails - Information about the provisioning artifacts.

$sel:httpStatus:ListProvisioningArtifactsResponse', listProvisioningArtifactsResponse_httpStatus - The response's http status code.

ListProvisioningArtifactsForServiceAction (Paginated)

data ListProvisioningArtifactsForServiceAction Source #

Instances

Instances details
ToJSON ListProvisioningArtifactsForServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

ToHeaders ListProvisioningArtifactsForServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

ToPath ListProvisioningArtifactsForServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

ToQuery ListProvisioningArtifactsForServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

AWSPager ListProvisioningArtifactsForServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

AWSRequest ListProvisioningArtifactsForServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

Generic ListProvisioningArtifactsForServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

Read ListProvisioningArtifactsForServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

Show ListProvisioningArtifactsForServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

NFData ListProvisioningArtifactsForServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

Eq ListProvisioningArtifactsForServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

Hashable ListProvisioningArtifactsForServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

type AWSResponse ListProvisioningArtifactsForServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

type Rep ListProvisioningArtifactsForServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

type Rep ListProvisioningArtifactsForServiceAction = D1 ('MetaData "ListProvisioningArtifactsForServiceAction" "Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListProvisioningArtifactsForServiceAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceActionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListProvisioningArtifactsForServiceAction Source #

Create a value of ListProvisioningArtifactsForServiceAction 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:acceptLanguage:ListProvisioningArtifactsForServiceAction', listProvisioningArtifactsForServiceAction_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:pageSize:ListProvisioningArtifactsForServiceAction', listProvisioningArtifactsForServiceAction_pageSize - The maximum number of items to return with this call.

$sel:pageToken:ListProvisioningArtifactsForServiceAction', listProvisioningArtifactsForServiceAction_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

ListProvisioningArtifactsForServiceAction, listProvisioningArtifactsForServiceAction_serviceActionId - The self-service action identifier. For example, act-fs7abcd89wxyz.

data ListProvisioningArtifactsForServiceActionResponse Source #

Instances

Instances details
Generic ListProvisioningArtifactsForServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

Read ListProvisioningArtifactsForServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

Show ListProvisioningArtifactsForServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

NFData ListProvisioningArtifactsForServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

Eq ListProvisioningArtifactsForServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

type Rep ListProvisioningArtifactsForServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction

type Rep ListProvisioningArtifactsForServiceActionResponse = D1 ('MetaData "ListProvisioningArtifactsForServiceActionResponse" "Amazonka.ServiceCatalog.ListProvisioningArtifactsForServiceAction" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListProvisioningArtifactsForServiceActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "provisioningArtifactViews") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProvisioningArtifactView])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListProvisioningArtifactsForServiceActionResponse Source #

Create a value of ListProvisioningArtifactsForServiceActionResponse 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:nextPageToken:ListProvisioningArtifactsForServiceActionResponse', listProvisioningArtifactsForServiceActionResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:provisioningArtifactViews:ListProvisioningArtifactsForServiceActionResponse', listProvisioningArtifactsForServiceActionResponse_provisioningArtifactViews - An array of objects with information about product views and provisioning artifacts.

$sel:httpStatus:ListProvisioningArtifactsForServiceActionResponse', listProvisioningArtifactsForServiceActionResponse_httpStatus - The response's http status code.

ListRecordHistory (Paginated)

data ListRecordHistory Source #

See: newListRecordHistory smart constructor.

Instances

Instances details
ToJSON ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

ToHeaders ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

ToPath ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

ToQuery ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

AWSPager ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

AWSRequest ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

Associated Types

type AWSResponse ListRecordHistory #

Generic ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

Associated Types

type Rep ListRecordHistory :: Type -> Type #

Read ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

Show ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

NFData ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

Methods

rnf :: ListRecordHistory -> () #

Eq ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

Hashable ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

type AWSResponse ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

type Rep ListRecordHistory Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

type Rep ListRecordHistory = D1 ('MetaData "ListRecordHistory" "Amazonka.ServiceCatalog.ListRecordHistory" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListRecordHistory'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accessLevelFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessLevelFilter))) :*: (S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "searchFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListRecordHistorySearchFilter))))))

newListRecordHistory :: ListRecordHistory Source #

Create a value of ListRecordHistory 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:acceptLanguage:ListRecordHistory', listRecordHistory_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:accessLevelFilter:ListRecordHistory', listRecordHistory_accessLevelFilter - The access level to use to obtain results. The default is User.

$sel:pageSize:ListRecordHistory', listRecordHistory_pageSize - The maximum number of items to return with this call.

$sel:pageToken:ListRecordHistory', listRecordHistory_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

$sel:searchFilter:ListRecordHistory', listRecordHistory_searchFilter - The search filter to scope the results.

data ListRecordHistoryResponse Source #

See: newListRecordHistoryResponse smart constructor.

Instances

Instances details
Generic ListRecordHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

Associated Types

type Rep ListRecordHistoryResponse :: Type -> Type #

Read ListRecordHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

Show ListRecordHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

NFData ListRecordHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

Eq ListRecordHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

type Rep ListRecordHistoryResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListRecordHistory

type Rep ListRecordHistoryResponse = D1 ('MetaData "ListRecordHistoryResponse" "Amazonka.ServiceCatalog.ListRecordHistory" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListRecordHistoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "recordDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecordDetail])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRecordHistoryResponse Source #

Create a value of ListRecordHistoryResponse 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:nextPageToken:ListRecordHistoryResponse', listRecordHistoryResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:recordDetails:ListRecordHistoryResponse', listRecordHistoryResponse_recordDetails - The records, in reverse chronological order.

$sel:httpStatus:ListRecordHistoryResponse', listRecordHistoryResponse_httpStatus - The response's http status code.

ListResourcesForTagOption (Paginated)

data ListResourcesForTagOption Source #

See: newListResourcesForTagOption smart constructor.

Instances

Instances details
ToJSON ListResourcesForTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

ToHeaders ListResourcesForTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

ToPath ListResourcesForTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

ToQuery ListResourcesForTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

AWSPager ListResourcesForTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

AWSRequest ListResourcesForTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

Generic ListResourcesForTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

Associated Types

type Rep ListResourcesForTagOption :: Type -> Type #

Read ListResourcesForTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

Show ListResourcesForTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

NFData ListResourcesForTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

Eq ListResourcesForTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

Hashable ListResourcesForTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

type AWSResponse ListResourcesForTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

type Rep ListResourcesForTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

type Rep ListResourcesForTagOption = D1 ('MetaData "ListResourcesForTagOption" "Amazonka.ServiceCatalog.ListResourcesForTagOption" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListResourcesForTagOption'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tagOptionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListResourcesForTagOption Source #

Create a value of ListResourcesForTagOption 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:pageSize:ListResourcesForTagOption', listResourcesForTagOption_pageSize - The maximum number of items to return with this call.

ListResourcesForTagOption, listResourcesForTagOption_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

ListResourcesForTagOption, listResourcesForTagOption_resourceType - The resource type.

  • Portfolio
  • Product

$sel:tagOptionId:ListResourcesForTagOption', listResourcesForTagOption_tagOptionId - The TagOption identifier.

data ListResourcesForTagOptionResponse Source #

See: newListResourcesForTagOptionResponse smart constructor.

Instances

Instances details
Generic ListResourcesForTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

Associated Types

type Rep ListResourcesForTagOptionResponse :: Type -> Type #

Read ListResourcesForTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

Show ListResourcesForTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

NFData ListResourcesForTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

Eq ListResourcesForTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

type Rep ListResourcesForTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListResourcesForTagOption

type Rep ListResourcesForTagOptionResponse = D1 ('MetaData "ListResourcesForTagOptionResponse" "Amazonka.ServiceCatalog.ListResourcesForTagOption" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListResourcesForTagOptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourceDetail])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListResourcesForTagOptionResponse Source #

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

ListResourcesForTagOption, listResourcesForTagOptionResponse_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

$sel:resourceDetails:ListResourcesForTagOptionResponse', listResourcesForTagOptionResponse_resourceDetails - Information about the resources.

$sel:httpStatus:ListResourcesForTagOptionResponse', listResourcesForTagOptionResponse_httpStatus - The response's http status code.

ListServiceActions (Paginated)

data ListServiceActions Source #

See: newListServiceActions smart constructor.

Instances

Instances details
ToJSON ListServiceActions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

ToHeaders ListServiceActions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

ToPath ListServiceActions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

ToQuery ListServiceActions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

AWSPager ListServiceActions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

AWSRequest ListServiceActions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

Associated Types

type AWSResponse ListServiceActions #

Generic ListServiceActions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

Associated Types

type Rep ListServiceActions :: Type -> Type #

Read ListServiceActions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

Show ListServiceActions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

NFData ListServiceActions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

Methods

rnf :: ListServiceActions -> () #

Eq ListServiceActions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

Hashable ListServiceActions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

type AWSResponse ListServiceActions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

type Rep ListServiceActions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

type Rep ListServiceActions = D1 ('MetaData "ListServiceActions" "Amazonka.ServiceCatalog.ListServiceActions" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListServiceActions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListServiceActions :: ListServiceActions Source #

Create a value of ListServiceActions 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:acceptLanguage:ListServiceActions', listServiceActions_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:pageSize:ListServiceActions', listServiceActions_pageSize - The maximum number of items to return with this call.

$sel:pageToken:ListServiceActions', listServiceActions_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

data ListServiceActionsResponse Source #

See: newListServiceActionsResponse smart constructor.

Instances

Instances details
Generic ListServiceActionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

Associated Types

type Rep ListServiceActionsResponse :: Type -> Type #

Read ListServiceActionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

Show ListServiceActionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

NFData ListServiceActionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

Eq ListServiceActionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

type Rep ListServiceActionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActions

type Rep ListServiceActionsResponse = D1 ('MetaData "ListServiceActionsResponse" "Amazonka.ServiceCatalog.ListServiceActions" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListServiceActionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serviceActionSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ServiceActionSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListServiceActionsResponse Source #

Create a value of ListServiceActionsResponse 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:nextPageToken:ListServiceActionsResponse', listServiceActionsResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:serviceActionSummaries:ListServiceActionsResponse', listServiceActionsResponse_serviceActionSummaries - An object containing information about the service actions associated with the provisioning artifact.

$sel:httpStatus:ListServiceActionsResponse', listServiceActionsResponse_httpStatus - The response's http status code.

ListServiceActionsForProvisioningArtifact (Paginated)

data ListServiceActionsForProvisioningArtifact Source #

Instances

Instances details
ToJSON ListServiceActionsForProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

ToHeaders ListServiceActionsForProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

ToPath ListServiceActionsForProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

ToQuery ListServiceActionsForProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

AWSPager ListServiceActionsForProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

AWSRequest ListServiceActionsForProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

Generic ListServiceActionsForProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

Read ListServiceActionsForProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

Show ListServiceActionsForProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

NFData ListServiceActionsForProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

Eq ListServiceActionsForProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

Hashable ListServiceActionsForProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

type AWSResponse ListServiceActionsForProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

type Rep ListServiceActionsForProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

type Rep ListServiceActionsForProvisioningArtifact = D1 ('MetaData "ListServiceActionsForProvisioningArtifact" "Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListServiceActionsForProvisioningArtifact'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListServiceActionsForProvisioningArtifact Source #

Create a value of ListServiceActionsForProvisioningArtifact 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:acceptLanguage:ListServiceActionsForProvisioningArtifact', listServiceActionsForProvisioningArtifact_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:pageSize:ListServiceActionsForProvisioningArtifact', listServiceActionsForProvisioningArtifact_pageSize - The maximum number of items to return with this call.

$sel:pageToken:ListServiceActionsForProvisioningArtifact', listServiceActionsForProvisioningArtifact_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

ListServiceActionsForProvisioningArtifact, listServiceActionsForProvisioningArtifact_productId - The product identifier. For example, prod-abcdzk7xy33qa.

ListServiceActionsForProvisioningArtifact, listServiceActionsForProvisioningArtifact_provisioningArtifactId - The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.

data ListServiceActionsForProvisioningArtifactResponse Source #

Instances

Instances details
Generic ListServiceActionsForProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

Read ListServiceActionsForProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

Show ListServiceActionsForProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

NFData ListServiceActionsForProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

Eq ListServiceActionsForProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

type Rep ListServiceActionsForProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact

type Rep ListServiceActionsForProvisioningArtifactResponse = D1 ('MetaData "ListServiceActionsForProvisioningArtifactResponse" "Amazonka.ServiceCatalog.ListServiceActionsForProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListServiceActionsForProvisioningArtifactResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serviceActionSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ServiceActionSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListServiceActionsForProvisioningArtifactResponse Source #

Create a value of ListServiceActionsForProvisioningArtifactResponse 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:nextPageToken:ListServiceActionsForProvisioningArtifactResponse', listServiceActionsForProvisioningArtifactResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:serviceActionSummaries:ListServiceActionsForProvisioningArtifactResponse', listServiceActionsForProvisioningArtifactResponse_serviceActionSummaries - An object containing information about the self-service actions associated with the provisioning artifact.

$sel:httpStatus:ListServiceActionsForProvisioningArtifactResponse', listServiceActionsForProvisioningArtifactResponse_httpStatus - The response's http status code.

ListStackInstancesForProvisionedProduct

data ListStackInstancesForProvisionedProduct Source #

Instances

Instances details
ToJSON ListStackInstancesForProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

ToHeaders ListStackInstancesForProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

ToPath ListStackInstancesForProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

ToQuery ListStackInstancesForProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

AWSRequest ListStackInstancesForProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

Generic ListStackInstancesForProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

Read ListStackInstancesForProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

Show ListStackInstancesForProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

NFData ListStackInstancesForProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

Eq ListStackInstancesForProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

Hashable ListStackInstancesForProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

type AWSResponse ListStackInstancesForProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

type Rep ListStackInstancesForProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

type Rep ListStackInstancesForProvisionedProduct = D1 ('MetaData "ListStackInstancesForProvisionedProduct" "Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListStackInstancesForProvisionedProduct'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionedProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListStackInstancesForProvisionedProduct Source #

Create a value of ListStackInstancesForProvisionedProduct 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:acceptLanguage:ListStackInstancesForProvisionedProduct', listStackInstancesForProvisionedProduct_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:pageSize:ListStackInstancesForProvisionedProduct', listStackInstancesForProvisionedProduct_pageSize - The maximum number of items to return with this call.

$sel:pageToken:ListStackInstancesForProvisionedProduct', listStackInstancesForProvisionedProduct_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

ListStackInstancesForProvisionedProduct, listStackInstancesForProvisionedProduct_provisionedProductId - The identifier of the provisioned product.

data ListStackInstancesForProvisionedProductResponse Source #

Instances

Instances details
Generic ListStackInstancesForProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

Read ListStackInstancesForProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

Show ListStackInstancesForProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

NFData ListStackInstancesForProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

Eq ListStackInstancesForProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

type Rep ListStackInstancesForProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct

type Rep ListStackInstancesForProvisionedProductResponse = D1 ('MetaData "ListStackInstancesForProvisionedProductResponse" "Amazonka.ServiceCatalog.ListStackInstancesForProvisionedProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListStackInstancesForProvisionedProductResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stackInstances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StackInstance])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

ListTagOptions (Paginated)

data ListTagOptions Source #

See: newListTagOptions smart constructor.

Instances

Instances details
ToJSON ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

ToHeaders ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

ToPath ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

ToQuery ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

AWSPager ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

AWSRequest ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Associated Types

type AWSResponse ListTagOptions #

Generic ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Associated Types

type Rep ListTagOptions :: Type -> Type #

Read ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Show ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

NFData ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Methods

rnf :: ListTagOptions -> () #

Eq ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Hashable ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

type AWSResponse ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

type Rep ListTagOptions Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

type Rep ListTagOptions = D1 ('MetaData "ListTagOptions" "Amazonka.ServiceCatalog.ListTagOptions" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListTagOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListTagOptionsFilters)) :*: (S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListTagOptions :: ListTagOptions Source #

Create a value of ListTagOptions 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:filters:ListTagOptions', listTagOptions_filters - The search filters. If no search filters are specified, the output includes all TagOptions.

$sel:pageSize:ListTagOptions', listTagOptions_pageSize - The maximum number of items to return with this call.

ListTagOptions, listTagOptions_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

data ListTagOptionsResponse Source #

See: newListTagOptionsResponse smart constructor.

Instances

Instances details
Generic ListTagOptionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Associated Types

type Rep ListTagOptionsResponse :: Type -> Type #

Read ListTagOptionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Show ListTagOptionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

NFData ListTagOptionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

Methods

rnf :: ListTagOptionsResponse -> () #

Eq ListTagOptionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

type Rep ListTagOptionsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ListTagOptions

type Rep ListTagOptionsResponse = D1 ('MetaData "ListTagOptionsResponse" "Amazonka.ServiceCatalog.ListTagOptions" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListTagOptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tagOptionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagOptionDetail])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTagOptionsResponse Source #

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

ListTagOptions, listTagOptionsResponse_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

$sel:tagOptionDetails:ListTagOptionsResponse', listTagOptionsResponse_tagOptionDetails - Information about the TagOptions.

$sel:httpStatus:ListTagOptionsResponse', listTagOptionsResponse_httpStatus - The response's http status code.

ProvisionProduct

data ProvisionProduct Source #

See: newProvisionProduct smart constructor.

Instances

Instances details
ToJSON ProvisionProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

ToHeaders ProvisionProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

ToPath ProvisionProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

ToQuery ProvisionProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

AWSRequest ProvisionProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

Associated Types

type AWSResponse ProvisionProduct #

Generic ProvisionProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

Associated Types

type Rep ProvisionProduct :: Type -> Type #

Read ProvisionProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

Show ProvisionProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

NFData ProvisionProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

Methods

rnf :: ProvisionProduct -> () #

Eq ProvisionProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

Hashable ProvisionProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

type AWSResponse ProvisionProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

type Rep ProvisionProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

type Rep ProvisionProduct = D1 ('MetaData "ProvisionProduct" "Amazonka.ServiceCatalog.ProvisionProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProvisionProduct'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "notificationArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "pathId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "pathName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "provisioningArtifactName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisioningParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProvisioningParameter])))) :*: ((S1 ('MetaSel ('Just "provisioningPreferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisioningPreferences)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "provisionedProductName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "provisionToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newProvisionProduct Source #

Create a value of ProvisionProduct 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:acceptLanguage:ProvisionProduct', provisionProduct_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

ProvisionProduct, provisionProduct_notificationArns - Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

ProvisionProduct, provisionProduct_pathId - The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.

$sel:pathName:ProvisionProduct', provisionProduct_pathName - The name of the path. You must provide the name or ID, but not both.

ProvisionProduct, provisionProduct_productId - The product identifier. You must provide the name or ID, but not both.

ProvisionProduct, provisionProduct_productName - The name of the product. You must provide the name or ID, but not both.

ProvisionProduct, provisionProduct_provisioningArtifactId - The identifier of the provisioning artifact. You must provide the name or ID, but not both.

ProvisionProduct, provisionProduct_provisioningArtifactName - The name of the provisioning artifact. You must provide the name or ID, but not both.

ProvisionProduct, provisionProduct_provisioningParameters - Parameters specified by the administrator that are required for provisioning the product.

$sel:provisioningPreferences:ProvisionProduct', provisionProduct_provisioningPreferences - An object that contains information about the provisioning preferences for a stack set.

ProvisionProduct, provisionProduct_tags - One or more tags.

ProvisionProduct, provisionProduct_provisionedProductName - A user-friendly name for the provisioned product. This value must be unique for the Amazon Web Services account and cannot be updated after the product is provisioned.

$sel:provisionToken:ProvisionProduct', provisionProduct_provisionToken - An idempotency token that uniquely identifies the provisioning request.

data ProvisionProductResponse Source #

See: newProvisionProductResponse smart constructor.

Instances

Instances details
Generic ProvisionProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

Associated Types

type Rep ProvisionProductResponse :: Type -> Type #

Read ProvisionProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

Show ProvisionProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

NFData ProvisionProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

Eq ProvisionProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

type Rep ProvisionProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ProvisionProduct

type Rep ProvisionProductResponse = D1 ('MetaData "ProvisionProductResponse" "Amazonka.ServiceCatalog.ProvisionProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProvisionProductResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recordDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordDetail)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newProvisionProductResponse Source #

Create a value of ProvisionProductResponse 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:recordDetail:ProvisionProductResponse', provisionProductResponse_recordDetail - Information about the result of provisioning the product.

$sel:httpStatus:ProvisionProductResponse', provisionProductResponse_httpStatus - The response's http status code.

RejectPortfolioShare

data RejectPortfolioShare Source #

See: newRejectPortfolioShare smart constructor.

Instances

Instances details
ToJSON RejectPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

ToHeaders RejectPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

ToPath RejectPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

ToQuery RejectPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

AWSRequest RejectPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

Associated Types

type AWSResponse RejectPortfolioShare #

Generic RejectPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

Associated Types

type Rep RejectPortfolioShare :: Type -> Type #

Read RejectPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

Show RejectPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

NFData RejectPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

Methods

rnf :: RejectPortfolioShare -> () #

Eq RejectPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

Hashable RejectPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

type AWSResponse RejectPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

type Rep RejectPortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

type Rep RejectPortfolioShare = D1 ('MetaData "RejectPortfolioShare" "Amazonka.ServiceCatalog.RejectPortfolioShare" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "RejectPortfolioShare'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "portfolioShareType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PortfolioShareType)) :*: S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRejectPortfolioShare Source #

Create a value of RejectPortfolioShare 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:acceptLanguage:RejectPortfolioShare', rejectPortfolioShare_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:portfolioShareType:RejectPortfolioShare', rejectPortfolioShare_portfolioShareType - The type of shared portfolios to reject. The default is to reject imported portfolios.

  • AWS_ORGANIZATIONS - Reject portfolios shared by the management account of your organization.
  • IMPORTED - Reject imported portfolios.
  • AWS_SERVICECATALOG - Not supported. (Throws ResourceNotFoundException.)

For example, aws servicecatalog reject-portfolio-share --portfolio-id "port-2qwzkwxt3y5fk" --portfolio-share-type AWS_ORGANIZATIONS

RejectPortfolioShare, rejectPortfolioShare_portfolioId - The portfolio identifier.

data RejectPortfolioShareResponse Source #

See: newRejectPortfolioShareResponse smart constructor.

Instances

Instances details
Generic RejectPortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

Associated Types

type Rep RejectPortfolioShareResponse :: Type -> Type #

Read RejectPortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

Show RejectPortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

NFData RejectPortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

Eq RejectPortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

type Rep RejectPortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.RejectPortfolioShare

type Rep RejectPortfolioShareResponse = D1 ('MetaData "RejectPortfolioShareResponse" "Amazonka.ServiceCatalog.RejectPortfolioShare" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "RejectPortfolioShareResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRejectPortfolioShareResponse Source #

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

ScanProvisionedProducts (Paginated)

data ScanProvisionedProducts Source #

See: newScanProvisionedProducts smart constructor.

Instances

Instances details
ToJSON ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

ToHeaders ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

ToPath ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

ToQuery ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

AWSPager ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

AWSRequest ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

Generic ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

Associated Types

type Rep ScanProvisionedProducts :: Type -> Type #

Read ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

Show ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

NFData ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

Methods

rnf :: ScanProvisionedProducts -> () #

Eq ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

Hashable ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

type AWSResponse ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

type Rep ScanProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

type Rep ScanProvisionedProducts = D1 ('MetaData "ScanProvisionedProducts" "Amazonka.ServiceCatalog.ScanProvisionedProducts" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ScanProvisionedProducts'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accessLevelFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessLevelFilter))) :*: (S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newScanProvisionedProducts :: ScanProvisionedProducts Source #

Create a value of ScanProvisionedProducts 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:acceptLanguage:ScanProvisionedProducts', scanProvisionedProducts_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:accessLevelFilter:ScanProvisionedProducts', scanProvisionedProducts_accessLevelFilter - The access level to use to obtain results. The default is User.

$sel:pageSize:ScanProvisionedProducts', scanProvisionedProducts_pageSize - The maximum number of items to return with this call.

$sel:pageToken:ScanProvisionedProducts', scanProvisionedProducts_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

data ScanProvisionedProductsResponse Source #

See: newScanProvisionedProductsResponse smart constructor.

Instances

Instances details
Generic ScanProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

Associated Types

type Rep ScanProvisionedProductsResponse :: Type -> Type #

Read ScanProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

Show ScanProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

NFData ScanProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

Eq ScanProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

type Rep ScanProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.ScanProvisionedProducts

type Rep ScanProvisionedProductsResponse = D1 ('MetaData "ScanProvisionedProductsResponse" "Amazonka.ServiceCatalog.ScanProvisionedProducts" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ScanProvisionedProductsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "provisionedProducts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProvisionedProductDetail])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newScanProvisionedProductsResponse Source #

Create a value of ScanProvisionedProductsResponse 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:nextPageToken:ScanProvisionedProductsResponse', scanProvisionedProductsResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:provisionedProducts:ScanProvisionedProductsResponse', scanProvisionedProductsResponse_provisionedProducts - Information about the provisioned products.

$sel:httpStatus:ScanProvisionedProductsResponse', scanProvisionedProductsResponse_httpStatus - The response's http status code.

SearchProducts

data SearchProducts Source #

See: newSearchProducts smart constructor.

Instances

Instances details
ToJSON SearchProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

ToHeaders SearchProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

ToPath SearchProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

ToQuery SearchProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

AWSRequest SearchProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

Associated Types

type AWSResponse SearchProducts #

Generic SearchProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

Associated Types

type Rep SearchProducts :: Type -> Type #

Read SearchProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

Show SearchProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

NFData SearchProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

Methods

rnf :: SearchProducts -> () #

Eq SearchProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

Hashable SearchProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

type AWSResponse SearchProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

type Rep SearchProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

newSearchProducts :: SearchProducts Source #

Create a value of SearchProducts 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:acceptLanguage:SearchProducts', searchProducts_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:filters:SearchProducts', searchProducts_filters - The search filters. If no search filters are specified, the output includes all products to which the caller has access.

$sel:pageSize:SearchProducts', searchProducts_pageSize - The maximum number of items to return with this call.

$sel:pageToken:SearchProducts', searchProducts_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

$sel:sortBy:SearchProducts', searchProducts_sortBy - The sort field. If no value is specified, the results are not sorted.

$sel:sortOrder:SearchProducts', searchProducts_sortOrder - The sort order. If no value is specified, the results are not sorted.

data SearchProductsResponse Source #

See: newSearchProductsResponse smart constructor.

Instances

Instances details
Generic SearchProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

Associated Types

type Rep SearchProductsResponse :: Type -> Type #

Read SearchProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

Show SearchProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

NFData SearchProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

Methods

rnf :: SearchProductsResponse -> () #

Eq SearchProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

type Rep SearchProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProducts

type Rep SearchProductsResponse = D1 ('MetaData "SearchProductsResponse" "Amazonka.ServiceCatalog.SearchProducts" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "SearchProductsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productViewAggregations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text [ProductViewAggregationValue])))) :*: (S1 ('MetaSel ('Just "productViewSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProductViewSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSearchProductsResponse Source #

Create a value of SearchProductsResponse 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:nextPageToken:SearchProductsResponse', searchProductsResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:productViewAggregations:SearchProductsResponse', searchProductsResponse_productViewAggregations - The product view aggregations.

$sel:productViewSummaries:SearchProductsResponse', searchProductsResponse_productViewSummaries - Information about the product views.

$sel:httpStatus:SearchProductsResponse', searchProductsResponse_httpStatus - The response's http status code.

SearchProductsAsAdmin (Paginated)

data SearchProductsAsAdmin Source #

See: newSearchProductsAsAdmin smart constructor.

Instances

Instances details
ToJSON SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

ToHeaders SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

ToPath SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

ToQuery SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

AWSPager SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

AWSRequest SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Associated Types

type AWSResponse SearchProductsAsAdmin #

Generic SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Associated Types

type Rep SearchProductsAsAdmin :: Type -> Type #

Read SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Show SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

NFData SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Methods

rnf :: SearchProductsAsAdmin -> () #

Eq SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Hashable SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

type AWSResponse SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

type Rep SearchProductsAsAdmin Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

newSearchProductsAsAdmin :: SearchProductsAsAdmin Source #

Create a value of SearchProductsAsAdmin 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:acceptLanguage:SearchProductsAsAdmin', searchProductsAsAdmin_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:filters:SearchProductsAsAdmin', searchProductsAsAdmin_filters - The search filters. If no search filters are specified, the output includes all products to which the administrator has access.

$sel:pageSize:SearchProductsAsAdmin', searchProductsAsAdmin_pageSize - The maximum number of items to return with this call.

$sel:pageToken:SearchProductsAsAdmin', searchProductsAsAdmin_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

SearchProductsAsAdmin, searchProductsAsAdmin_portfolioId - The portfolio identifier.

$sel:productSource:SearchProductsAsAdmin', searchProductsAsAdmin_productSource - Access level of the source of the product.

$sel:sortBy:SearchProductsAsAdmin', searchProductsAsAdmin_sortBy - The sort field. If no value is specified, the results are not sorted.

$sel:sortOrder:SearchProductsAsAdmin', searchProductsAsAdmin_sortOrder - The sort order. If no value is specified, the results are not sorted.

data SearchProductsAsAdminResponse Source #

See: newSearchProductsAsAdminResponse smart constructor.

Instances

Instances details
Generic SearchProductsAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Associated Types

type Rep SearchProductsAsAdminResponse :: Type -> Type #

Read SearchProductsAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Show SearchProductsAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

NFData SearchProductsAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

Eq SearchProductsAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

type Rep SearchProductsAsAdminResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProductsAsAdmin

type Rep SearchProductsAsAdminResponse = D1 ('MetaData "SearchProductsAsAdminResponse" "Amazonka.ServiceCatalog.SearchProductsAsAdmin" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "SearchProductsAsAdminResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productViewDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProductViewDetail])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSearchProductsAsAdminResponse Source #

Create a value of SearchProductsAsAdminResponse 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:nextPageToken:SearchProductsAsAdminResponse', searchProductsAsAdminResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:productViewDetails:SearchProductsAsAdminResponse', searchProductsAsAdminResponse_productViewDetails - Information about the product views.

$sel:httpStatus:SearchProductsAsAdminResponse', searchProductsAsAdminResponse_httpStatus - The response's http status code.

SearchProvisionedProducts

data SearchProvisionedProducts Source #

See: newSearchProvisionedProducts smart constructor.

Instances

Instances details
ToJSON SearchProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

ToHeaders SearchProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

ToPath SearchProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

ToQuery SearchProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

AWSRequest SearchProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

Generic SearchProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

Associated Types

type Rep SearchProvisionedProducts :: Type -> Type #

Read SearchProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

Show SearchProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

NFData SearchProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

Eq SearchProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

Hashable SearchProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

type AWSResponse SearchProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

type Rep SearchProvisionedProducts Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

type Rep SearchProvisionedProducts = D1 ('MetaData "SearchProvisionedProducts" "Amazonka.ServiceCatalog.SearchProvisionedProducts" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "SearchProvisionedProducts'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "accessLevelFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessLevelFilter)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap ProvisionedProductViewFilterBy [Text]))))) :*: ((S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "pageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder))))))

newSearchProvisionedProducts :: SearchProvisionedProducts Source #

Create a value of SearchProvisionedProducts 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:acceptLanguage:SearchProvisionedProducts', searchProvisionedProducts_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:accessLevelFilter:SearchProvisionedProducts', searchProvisionedProducts_accessLevelFilter - The access level to use to obtain results. The default is User.

$sel:filters:SearchProvisionedProducts', searchProvisionedProducts_filters - The search filters.

When the key is SearchQuery, the searchable fields are arn, createdTime, id, lastRecordId, idempotencyToken, name, physicalId, productId, provisioningArtifact, type, status, tags, userArn, userArnSession, lastProvisioningRecordId, lastSuccessfulProvisioningRecordId, productName, and provisioningArtifactName.

Example: "SearchQuery":["status:AVAILABLE"]

$sel:pageSize:SearchProvisionedProducts', searchProvisionedProducts_pageSize - The maximum number of items to return with this call.

$sel:pageToken:SearchProvisionedProducts', searchProvisionedProducts_pageToken - The page token for the next set of results. To retrieve the first set of results, use null.

$sel:sortBy:SearchProvisionedProducts', searchProvisionedProducts_sortBy - The sort field. If no value is specified, the results are not sorted. The valid values are arn, id, name, and lastRecordId.

$sel:sortOrder:SearchProvisionedProducts', searchProvisionedProducts_sortOrder - The sort order. If no value is specified, the results are not sorted.

data SearchProvisionedProductsResponse Source #

See: newSearchProvisionedProductsResponse smart constructor.

Instances

Instances details
Generic SearchProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

Associated Types

type Rep SearchProvisionedProductsResponse :: Type -> Type #

Read SearchProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

Show SearchProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

NFData SearchProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

Eq SearchProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

type Rep SearchProvisionedProductsResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.SearchProvisionedProducts

type Rep SearchProvisionedProductsResponse = D1 ('MetaData "SearchProvisionedProductsResponse" "Amazonka.ServiceCatalog.SearchProvisionedProducts" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "SearchProvisionedProductsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextPageToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionedProducts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProvisionedProductAttribute]))) :*: (S1 ('MetaSel ('Just "totalResultsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSearchProvisionedProductsResponse Source #

Create a value of SearchProvisionedProductsResponse 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:nextPageToken:SearchProvisionedProductsResponse', searchProvisionedProductsResponse_nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

$sel:provisionedProducts:SearchProvisionedProductsResponse', searchProvisionedProductsResponse_provisionedProducts - Information about the provisioned products.

$sel:totalResultsCount:SearchProvisionedProductsResponse', searchProvisionedProductsResponse_totalResultsCount - The number of provisioned products found.

$sel:httpStatus:SearchProvisionedProductsResponse', searchProvisionedProductsResponse_httpStatus - The response's http status code.

TerminateProvisionedProduct

data TerminateProvisionedProduct Source #

See: newTerminateProvisionedProduct smart constructor.

Instances

Instances details
ToJSON TerminateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

ToHeaders TerminateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

ToPath TerminateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

ToQuery TerminateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

AWSRequest TerminateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

Generic TerminateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

Associated Types

type Rep TerminateProvisionedProduct :: Type -> Type #

Read TerminateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

Show TerminateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

NFData TerminateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

Eq TerminateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

Hashable TerminateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

type AWSResponse TerminateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

type Rep TerminateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

type Rep TerminateProvisionedProduct = D1 ('MetaData "TerminateProvisionedProduct" "Amazonka.ServiceCatalog.TerminateProvisionedProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "TerminateProvisionedProduct'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ignoreErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "provisionedProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "provisionedProductName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "retainPhysicalResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "terminateToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newTerminateProvisionedProduct Source #

Create a value of TerminateProvisionedProduct 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:acceptLanguage:TerminateProvisionedProduct', terminateProvisionedProduct_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:ignoreErrors:TerminateProvisionedProduct', terminateProvisionedProduct_ignoreErrors - If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.

TerminateProvisionedProduct, terminateProvisionedProduct_provisionedProductId - The identifier of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.

TerminateProvisionedProduct, terminateProvisionedProduct_provisionedProductName - The name of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.

$sel:retainPhysicalResources:TerminateProvisionedProduct', terminateProvisionedProduct_retainPhysicalResources - When this boolean parameter is set to true, the TerminateProvisionedProduct API deletes the Service Catalog provisioned product. However, it does not remove the CloudFormation stack, stack set, or the underlying resources of the deleted provisioned product. The default value is false.

$sel:terminateToken:TerminateProvisionedProduct', terminateProvisionedProduct_terminateToken - An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the provisioned product is terminated, subsequent requests to terminate the same provisioned product always return ResourceNotFound.

data TerminateProvisionedProductResponse Source #

Instances

Instances details
Generic TerminateProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

Read TerminateProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

Show TerminateProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

NFData TerminateProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

Eq TerminateProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

type Rep TerminateProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.TerminateProvisionedProduct

type Rep TerminateProvisionedProductResponse = D1 ('MetaData "TerminateProvisionedProductResponse" "Amazonka.ServiceCatalog.TerminateProvisionedProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "TerminateProvisionedProductResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recordDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordDetail)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTerminateProvisionedProductResponse Source #

Create a value of TerminateProvisionedProductResponse 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:recordDetail:TerminateProvisionedProductResponse', terminateProvisionedProductResponse_recordDetail - Information about the result of this request.

$sel:httpStatus:TerminateProvisionedProductResponse', terminateProvisionedProductResponse_httpStatus - The response's http status code.

UpdateConstraint

data UpdateConstraint Source #

See: newUpdateConstraint smart constructor.

Instances

Instances details
ToJSON UpdateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

ToHeaders UpdateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

ToPath UpdateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

ToQuery UpdateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

AWSRequest UpdateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

Associated Types

type AWSResponse UpdateConstraint #

Generic UpdateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

Associated Types

type Rep UpdateConstraint :: Type -> Type #

Read UpdateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

Show UpdateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

NFData UpdateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

Methods

rnf :: UpdateConstraint -> () #

Eq UpdateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

Hashable UpdateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

type AWSResponse UpdateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

type Rep UpdateConstraint Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

type Rep UpdateConstraint = D1 ('MetaData "UpdateConstraint" "Amazonka.ServiceCatalog.UpdateConstraint" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdateConstraint'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateConstraint Source #

Create a value of UpdateConstraint 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:acceptLanguage:UpdateConstraint', updateConstraint_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

UpdateConstraint, updateConstraint_description - The updated description of the constraint.

$sel:parameters:UpdateConstraint', updateConstraint_parameters - The constraint parameters, in JSON format. The syntax depends on the constraint type as follows:

LAUNCH
You are required to specify either the RoleArn or the LocalRoleName but can't use both.

Specify the RoleArn property as follows:

{"RoleArn" : "arn:aws:iam::123456789012:role/LaunchRole"}

Specify the LocalRoleName property as follows:

{"LocalRoleName": "SCBasicLaunchRole"}

If you specify the LocalRoleName property, when an account uses the launch constraint, the IAM role with that name in the account will be used. This allows launch-role constraints to be account-agnostic so the administrator can create fewer resources per shared account.

The given role name must exist in the account used to create the launch constraint and the account of the user who launches a product with this launch constraint.

You cannot have both a LAUNCH and a STACKSET constraint.

You also cannot have more than one LAUNCH constraint on a product and portfolio.

NOTIFICATION
Specify the NotificationArns property as follows:
{"NotificationArns" : ["arn:aws:sns:us-east-1:123456789012:Topic"]}
RESOURCE_UPDATE
Specify the TagUpdatesOnProvisionedProduct property as follows:
{"Version":"2.0","Properties":{"TagUpdateOnProvisionedProduct":"String"}}

The TagUpdatesOnProvisionedProduct property accepts a string value of ALLOWED or NOT_ALLOWED.

STACKSET
Specify the Parameters property as follows:
{"Version": "String", "Properties": {"AccountList": [ "String" ], "RegionList": [ "String" ], "AdminRole": "String", "ExecutionRole": "String"}}

You cannot have both a LAUNCH and a STACKSET constraint.

You also cannot have more than one STACKSET constraint on a product and portfolio.

Products with a STACKSET constraint will launch an CloudFormation stack set.

TEMPLATE
Specify the Rules property. For more information, see Template Constraint Rules.

UpdateConstraint, updateConstraint_id - The identifier of the constraint.

data UpdateConstraintResponse Source #

See: newUpdateConstraintResponse smart constructor.

Instances

Instances details
Generic UpdateConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

Associated Types

type Rep UpdateConstraintResponse :: Type -> Type #

Read UpdateConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

Show UpdateConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

NFData UpdateConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

Eq UpdateConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

type Rep UpdateConstraintResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateConstraint

type Rep UpdateConstraintResponse = D1 ('MetaData "UpdateConstraintResponse" "Amazonka.ServiceCatalog.UpdateConstraint" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdateConstraintResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "constraintDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConstraintDetail)) :*: S1 ('MetaSel ('Just "constraintParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newUpdateConstraintResponse Source #

Create a value of UpdateConstraintResponse 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:constraintDetail:UpdateConstraintResponse', updateConstraintResponse_constraintDetail - Information about the constraint.

$sel:constraintParameters:UpdateConstraintResponse', updateConstraintResponse_constraintParameters - The constraint parameters.

UpdateConstraintResponse, updateConstraintResponse_status - The status of the current request.

$sel:httpStatus:UpdateConstraintResponse', updateConstraintResponse_httpStatus - The response's http status code.

UpdatePortfolio

data UpdatePortfolio Source #

See: newUpdatePortfolio smart constructor.

Instances

Instances details
ToJSON UpdatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

ToHeaders UpdatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

ToPath UpdatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

ToQuery UpdatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

AWSRequest UpdatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

Associated Types

type AWSResponse UpdatePortfolio #

Generic UpdatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

Associated Types

type Rep UpdatePortfolio :: Type -> Type #

Read UpdatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

Show UpdatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

NFData UpdatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

Methods

rnf :: UpdatePortfolio -> () #

Eq UpdatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

Hashable UpdatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

type AWSResponse UpdatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

type Rep UpdatePortfolio Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

type Rep UpdatePortfolio = D1 ('MetaData "UpdatePortfolio" "Amazonka.ServiceCatalog.UpdatePortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdatePortfolio'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "addTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "providerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "removeTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdatePortfolio Source #

Create a value of UpdatePortfolio 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:acceptLanguage:UpdatePortfolio', updatePortfolio_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:addTags:UpdatePortfolio', updatePortfolio_addTags - The tags to add.

UpdatePortfolio, updatePortfolio_description - The updated description of the portfolio.

UpdatePortfolio, updatePortfolio_displayName - The name to use for display purposes.

UpdatePortfolio, updatePortfolio_providerName - The updated name of the portfolio provider.

$sel:removeTags:UpdatePortfolio', updatePortfolio_removeTags - The tags to remove.

UpdatePortfolio, updatePortfolio_id - The portfolio identifier.

data UpdatePortfolioResponse Source #

See: newUpdatePortfolioResponse smart constructor.

Instances

Instances details
Generic UpdatePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

Associated Types

type Rep UpdatePortfolioResponse :: Type -> Type #

Read UpdatePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

Show UpdatePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

NFData UpdatePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

Methods

rnf :: UpdatePortfolioResponse -> () #

Eq UpdatePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

type Rep UpdatePortfolioResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolio

type Rep UpdatePortfolioResponse = D1 ('MetaData "UpdatePortfolioResponse" "Amazonka.ServiceCatalog.UpdatePortfolio" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdatePortfolioResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "portfolioDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PortfolioDetail)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newUpdatePortfolioResponse Source #

Create a value of UpdatePortfolioResponse 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:portfolioDetail:UpdatePortfolioResponse', updatePortfolioResponse_portfolioDetail - Information about the portfolio.

UpdatePortfolioResponse, updatePortfolioResponse_tags - Information about the tags associated with the portfolio.

$sel:httpStatus:UpdatePortfolioResponse', updatePortfolioResponse_httpStatus - The response's http status code.

UpdatePortfolioShare

data UpdatePortfolioShare Source #

See: newUpdatePortfolioShare smart constructor.

Instances

Instances details
ToJSON UpdatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

ToHeaders UpdatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

ToPath UpdatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

ToQuery UpdatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

AWSRequest UpdatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

Associated Types

type AWSResponse UpdatePortfolioShare #

Generic UpdatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

Associated Types

type Rep UpdatePortfolioShare :: Type -> Type #

Read UpdatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

Show UpdatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

NFData UpdatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

Methods

rnf :: UpdatePortfolioShare -> () #

Eq UpdatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

Hashable UpdatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

type AWSResponse UpdatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

type Rep UpdatePortfolioShare Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

type Rep UpdatePortfolioShare = D1 ('MetaData "UpdatePortfolioShare" "Amazonka.ServiceCatalog.UpdatePortfolioShare" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdatePortfolioShare'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "organizationNode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationNode)))) :*: (S1 ('MetaSel ('Just "sharePrincipals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "shareTagOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdatePortfolioShare Source #

Create a value of UpdatePortfolioShare 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:acceptLanguage:UpdatePortfolioShare', updatePortfolioShare_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:accountId:UpdatePortfolioShare', updatePortfolioShare_accountId - The Amazon Web Services account Id of the recipient account. This field is required when updating an external account to account type share.

$sel:organizationNode:UpdatePortfolioShare', updatePortfolioShare_organizationNode - Undocumented member.

UpdatePortfolioShare, updatePortfolioShare_sharePrincipals - A flag to enables or disables Principals sharing in the portfolio. If this field is not provided, the current state of the Principals sharing on the portfolio share will not be modified.

UpdatePortfolioShare, updatePortfolioShare_shareTagOptions - Enables or disables TagOptions sharing for the portfolio share. If this field is not provided, the current state of TagOptions sharing on the portfolio share will not be modified.

UpdatePortfolioShare, updatePortfolioShare_portfolioId - The unique identifier of the portfolio for which the share will be updated.

data UpdatePortfolioShareResponse Source #

See: newUpdatePortfolioShareResponse smart constructor.

Instances

Instances details
Generic UpdatePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

Associated Types

type Rep UpdatePortfolioShareResponse :: Type -> Type #

Read UpdatePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

Show UpdatePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

NFData UpdatePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

Eq UpdatePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

type Rep UpdatePortfolioShareResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdatePortfolioShare

type Rep UpdatePortfolioShareResponse = D1 ('MetaData "UpdatePortfolioShareResponse" "Amazonka.ServiceCatalog.UpdatePortfolioShare" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdatePortfolioShareResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "portfolioShareToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShareStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newUpdatePortfolioShareResponse Source #

Create a value of UpdatePortfolioShareResponse 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:portfolioShareToken:UpdatePortfolioShareResponse', updatePortfolioShareResponse_portfolioShareToken - The token that tracks the status of the UpdatePortfolioShare operation for external account to account or organizational type sharing.

UpdatePortfolioShareResponse, updatePortfolioShareResponse_status - The status of UpdatePortfolioShare operation. You can also obtain the operation status using DescribePortfolioShareStatus API.

$sel:httpStatus:UpdatePortfolioShareResponse', updatePortfolioShareResponse_httpStatus - The response's http status code.

UpdateProduct

data UpdateProduct Source #

See: newUpdateProduct smart constructor.

Instances

Instances details
ToJSON UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

ToHeaders UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

ToPath UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

ToQuery UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

AWSRequest UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Associated Types

type AWSResponse UpdateProduct #

Generic UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Associated Types

type Rep UpdateProduct :: Type -> Type #

Read UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Show UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

NFData UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Methods

rnf :: UpdateProduct -> () #

Eq UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Hashable UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

type AWSResponse UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

type Rep UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

type Rep UpdateProduct = D1 ('MetaData "UpdateProduct" "Amazonka.ServiceCatalog.UpdateProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdateProduct'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "addTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "distributor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "removeTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "sourceConnection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceConnection)) :*: S1 ('MetaSel ('Just "supportDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "supportEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "supportUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newUpdateProduct Source #

Create a value of UpdateProduct 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:acceptLanguage:UpdateProduct', updateProduct_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

$sel:addTags:UpdateProduct', updateProduct_addTags - The tags to add to the product.

UpdateProduct, updateProduct_description - The updated description of the product.

UpdateProduct, updateProduct_distributor - The updated distributor of the product.

UpdateProduct, updateProduct_name - The updated product name.

UpdateProduct, updateProduct_owner - The updated owner of the product.

$sel:removeTags:UpdateProduct', updateProduct_removeTags - The tags to remove from the product.

UpdateProduct, updateProduct_sourceConnection - Specifies connection details for the updated product and syncs the product to the connection source artifact. This automatically manages the product's artifacts based on changes to the source. The SourceConnection parameter consists of the following sub-fields.

  • Type
  • ConnectionParamters

UpdateProduct, updateProduct_supportDescription - The updated support description for the product.

UpdateProduct, updateProduct_supportEmail - The updated support email for the product.

UpdateProduct, updateProduct_supportUrl - The updated support URL for the product.

UpdateProduct, updateProduct_id - The product identifier.

data UpdateProductResponse Source #

See: newUpdateProductResponse smart constructor.

Instances

Instances details
Generic UpdateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Associated Types

type Rep UpdateProductResponse :: Type -> Type #

Read UpdateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Show UpdateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

NFData UpdateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Methods

rnf :: UpdateProductResponse -> () #

Eq UpdateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

type Rep UpdateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

type Rep UpdateProductResponse = D1 ('MetaData "UpdateProductResponse" "Amazonka.ServiceCatalog.UpdateProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdateProductResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productViewDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProductViewDetail)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newUpdateProductResponse Source #

Create a value of UpdateProductResponse 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:productViewDetail:UpdateProductResponse', updateProductResponse_productViewDetail - Information about the product view.

UpdateProductResponse, updateProductResponse_tags - Information about the tags associated with the product.

$sel:httpStatus:UpdateProductResponse', updateProductResponse_httpStatus - The response's http status code.

UpdateProvisionedProduct

data UpdateProvisionedProduct Source #

See: newUpdateProvisionedProduct smart constructor.

Instances

Instances details
ToJSON UpdateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

ToHeaders UpdateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

ToPath UpdateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

ToQuery UpdateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

AWSRequest UpdateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

Generic UpdateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

Associated Types

type Rep UpdateProvisionedProduct :: Type -> Type #

Read UpdateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

Show UpdateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

NFData UpdateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

Eq UpdateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

Hashable UpdateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

type AWSResponse UpdateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

type Rep UpdateProvisionedProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

type Rep UpdateProvisionedProduct = D1 ('MetaData "UpdateProvisionedProduct" "Amazonka.ServiceCatalog.UpdateProvisionedProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdateProvisionedProduct'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pathId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pathName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionedProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "provisionedProductName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisioningArtifactName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "provisioningParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UpdateProvisioningParameter])) :*: S1 ('MetaSel ('Just "provisioningPreferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdateProvisioningPreferences))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "updateToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newUpdateProvisionedProduct Source #

Create a value of UpdateProvisionedProduct 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:acceptLanguage:UpdateProvisionedProduct', updateProvisionedProduct_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

UpdateProvisionedProduct, updateProvisionedProduct_pathId - The path identifier. This value is optional if the product has a default path, and required if the product has more than one path. You must provide the name or ID, but not both.

$sel:pathName:UpdateProvisionedProduct', updateProvisionedProduct_pathName - The name of the path. You must provide the name or ID, but not both.

UpdateProvisionedProduct, updateProvisionedProduct_productId - The identifier of the product. You must provide the name or ID, but not both.

UpdateProvisionedProduct, updateProvisionedProduct_productName - The name of the product. You must provide the name or ID, but not both.

UpdateProvisionedProduct, updateProvisionedProduct_provisionedProductId - The identifier of the provisioned product. You must provide the name or ID, but not both.

UpdateProvisionedProduct, updateProvisionedProduct_provisionedProductName - The name of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.

UpdateProvisionedProduct, updateProvisionedProduct_provisioningArtifactId - The identifier of the provisioning artifact.

UpdateProvisionedProduct, updateProvisionedProduct_provisioningArtifactName - The name of the provisioning artifact. You must provide the name or ID, but not both.

UpdateProvisionedProduct, updateProvisionedProduct_provisioningParameters - The new parameters.

$sel:provisioningPreferences:UpdateProvisionedProduct', updateProvisionedProduct_provisioningPreferences - An object that contains information about the provisioning preferences for a stack set.

UpdateProvisionedProduct, updateProvisionedProduct_tags - One or more tags. Requires the product to have RESOURCE_UPDATE constraint with TagUpdatesOnProvisionedProduct set to ALLOWED to allow tag updates.

$sel:updateToken:UpdateProvisionedProduct', updateProvisionedProduct_updateToken - The idempotency token that uniquely identifies the provisioning update request.

data UpdateProvisionedProductResponse Source #

See: newUpdateProvisionedProductResponse smart constructor.

Instances

Instances details
Generic UpdateProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

Associated Types

type Rep UpdateProvisionedProductResponse :: Type -> Type #

Read UpdateProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

Show UpdateProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

NFData UpdateProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

Eq UpdateProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

type Rep UpdateProvisionedProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProduct

type Rep UpdateProvisionedProductResponse = D1 ('MetaData "UpdateProvisionedProductResponse" "Amazonka.ServiceCatalog.UpdateProvisionedProduct" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdateProvisionedProductResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recordDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordDetail)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateProvisionedProductResponse Source #

Create a value of UpdateProvisionedProductResponse 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:recordDetail:UpdateProvisionedProductResponse', updateProvisionedProductResponse_recordDetail - Information about the result of the request.

$sel:httpStatus:UpdateProvisionedProductResponse', updateProvisionedProductResponse_httpStatus - The response's http status code.

UpdateProvisionedProductProperties

data UpdateProvisionedProductProperties Source #

Instances

Instances details
ToJSON UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

ToHeaders UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

ToPath UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

ToQuery UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

AWSRequest UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

Generic UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

Associated Types

type Rep UpdateProvisionedProductProperties :: Type -> Type #

Read UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

Show UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

NFData UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

Eq UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

Hashable UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

type AWSResponse UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

type Rep UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

type Rep UpdateProvisionedProductProperties = D1 ('MetaData "UpdateProvisionedProductProperties" "Amazonka.ServiceCatalog.UpdateProvisionedProductProperties" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdateProvisionedProductProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionedProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "provisionedProductProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap PropertyKey Text)) :*: S1 ('MetaSel ('Just "idempotencyToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateProvisionedProductProperties Source #

Create a value of UpdateProvisionedProductProperties 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:acceptLanguage:UpdateProvisionedProductProperties', updateProvisionedProductProperties_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

UpdateProvisionedProductProperties, updateProvisionedProductProperties_provisionedProductId - The identifier of the provisioned product.

UpdateProvisionedProductProperties, updateProvisionedProductProperties_provisionedProductProperties - A map that contains the provisioned product properties to be updated.

The LAUNCH_ROLE key accepts role ARNs. This key allows an administrator to call UpdateProvisionedProductProperties to update the launch role that is associated with a provisioned product. This role is used when an end user calls a provisioning operation such as UpdateProvisionedProduct, TerminateProvisionedProduct, or ExecuteProvisionedProductServiceAction. Only a role ARN is valid. A user ARN is invalid.

The OWNER key accepts IAM user ARNs, IAM role ARNs, and STS assumed-role ARNs. The owner is the user that has permission to see, update, terminate, and execute service actions in the provisioned product.

The administrator can change the owner of a provisioned product to another IAM or STS entity within the same account. Both end user owners and administrators can see ownership history of the provisioned product using the ListRecordHistory API. The new owner can describe all past records for the provisioned product using the DescribeRecord API. The previous owner can no longer use DescribeRecord, but can still see the product's history from when he was an owner using ListRecordHistory.

If a provisioned product ownership is assigned to an end user, they can see and perform any action through the API or Service Catalog console such as update, terminate, and execute service actions. If an end user provisions a product and the owner is updated to someone else, they will no longer be able to see or perform any actions through API or the Service Catalog console on that provisioned product.

UpdateProvisionedProductProperties, updateProvisionedProductProperties_idempotencyToken - The idempotency token that uniquely identifies the provisioning product update request.

data UpdateProvisionedProductPropertiesResponse Source #

Instances

Instances details
Generic UpdateProvisionedProductPropertiesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

Read UpdateProvisionedProductPropertiesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

Show UpdateProvisionedProductPropertiesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

NFData UpdateProvisionedProductPropertiesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

Eq UpdateProvisionedProductPropertiesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

type Rep UpdateProvisionedProductPropertiesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

type Rep UpdateProvisionedProductPropertiesResponse = D1 ('MetaData "UpdateProvisionedProductPropertiesResponse" "Amazonka.ServiceCatalog.UpdateProvisionedProductProperties" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdateProvisionedProductPropertiesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "provisionedProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionedProductProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap PropertyKey Text)))) :*: (S1 ('MetaSel ('Just "recordId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

UpdateProvisioningArtifact

data UpdateProvisioningArtifact Source #

See: newUpdateProvisioningArtifact smart constructor.

Instances

Instances details
ToJSON UpdateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

ToHeaders UpdateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

ToPath UpdateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

ToQuery UpdateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

AWSRequest UpdateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

Generic UpdateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

Associated Types

type Rep UpdateProvisioningArtifact :: Type -> Type #

Read UpdateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

Show UpdateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

NFData UpdateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

Eq UpdateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

Hashable UpdateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

type AWSResponse UpdateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

type Rep UpdateProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

type Rep UpdateProvisioningArtifact = D1 ('MetaData "UpdateProvisioningArtifact" "Amazonka.ServiceCatalog.UpdateProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdateProvisioningArtifact'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "active") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "guidance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisioningArtifactGuidance)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateProvisioningArtifact Source #

Create a value of UpdateProvisioningArtifact 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:acceptLanguage:UpdateProvisioningArtifact', updateProvisioningArtifact_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

UpdateProvisioningArtifact, updateProvisioningArtifact_active - Indicates whether the product version is active.

Inactive provisioning artifacts are invisible to end users. End users cannot launch or update a provisioned product from an inactive provisioning artifact.

UpdateProvisioningArtifact, updateProvisioningArtifact_description - The updated description of the provisioning artifact.

UpdateProvisioningArtifact, updateProvisioningArtifact_guidance - Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.

The DEFAULT value indicates that the product version is active.

The administrator can set the guidance to DEPRECATED to inform users that the product version is deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new provisioned products using a deprecated version.

UpdateProvisioningArtifact, updateProvisioningArtifact_name - The updated name of the provisioning artifact.

UpdateProvisioningArtifact, updateProvisioningArtifact_productId - The product identifier.

UpdateProvisioningArtifact, updateProvisioningArtifact_provisioningArtifactId - The identifier of the provisioning artifact.

data UpdateProvisioningArtifactResponse Source #

Instances

Instances details
Generic UpdateProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

Associated Types

type Rep UpdateProvisioningArtifactResponse :: Type -> Type #

Read UpdateProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

Show UpdateProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

NFData UpdateProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

Eq UpdateProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

type Rep UpdateProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisioningArtifact

type Rep UpdateProvisioningArtifactResponse = D1 ('MetaData "UpdateProvisioningArtifactResponse" "Amazonka.ServiceCatalog.UpdateProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdateProvisioningArtifactResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "info") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "provisioningArtifactDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisioningArtifactDetail))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newUpdateProvisioningArtifactResponse Source #

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

UpdateProvisioningArtifactResponse, updateProvisioningArtifactResponse_info - The URL of the CloudFormation template in Amazon S3 or GitHub in JSON format.

$sel:provisioningArtifactDetail:UpdateProvisioningArtifactResponse', updateProvisioningArtifactResponse_provisioningArtifactDetail - Information about the provisioning artifact.

UpdateProvisioningArtifactResponse, updateProvisioningArtifactResponse_status - The status of the current request.

$sel:httpStatus:UpdateProvisioningArtifactResponse', updateProvisioningArtifactResponse_httpStatus - The response's http status code.

UpdateServiceAction

data UpdateServiceAction Source #

See: newUpdateServiceAction smart constructor.

Instances

Instances details
ToJSON UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

ToHeaders UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

ToPath UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

ToQuery UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

AWSRequest UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Associated Types

type AWSResponse UpdateServiceAction #

Generic UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Associated Types

type Rep UpdateServiceAction :: Type -> Type #

Read UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Show UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

NFData UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Methods

rnf :: UpdateServiceAction -> () #

Eq UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Hashable UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

type AWSResponse UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

type Rep UpdateServiceAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

type Rep UpdateServiceAction = D1 ('MetaData "UpdateServiceAction" "Amazonka.ServiceCatalog.UpdateServiceAction" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdateServiceAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap ServiceActionDefinitionKey Text)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateServiceAction Source #

Create a value of UpdateServiceAction 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:acceptLanguage:UpdateServiceAction', updateServiceAction_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

UpdateServiceAction, updateServiceAction_definition - A map that defines the self-service action.

UpdateServiceAction, updateServiceAction_description - The self-service action description.

UpdateServiceAction, updateServiceAction_name - The self-service action name.

UpdateServiceAction, updateServiceAction_id - The self-service action identifier.

data UpdateServiceActionResponse Source #

See: newUpdateServiceActionResponse smart constructor.

Instances

Instances details
Generic UpdateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Associated Types

type Rep UpdateServiceActionResponse :: Type -> Type #

Read UpdateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Show UpdateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

NFData UpdateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

Eq UpdateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

type Rep UpdateServiceActionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateServiceAction

type Rep UpdateServiceActionResponse = D1 ('MetaData "UpdateServiceActionResponse" "Amazonka.ServiceCatalog.UpdateServiceAction" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdateServiceActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceActionDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceActionDetail)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateServiceActionResponse Source #

Create a value of UpdateServiceActionResponse 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:serviceActionDetail:UpdateServiceActionResponse', updateServiceActionResponse_serviceActionDetail - Detailed information about the self-service action.

$sel:httpStatus:UpdateServiceActionResponse', updateServiceActionResponse_httpStatus - The response's http status code.

UpdateTagOption

data UpdateTagOption Source #

See: newUpdateTagOption smart constructor.

Instances

Instances details
ToJSON UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

ToHeaders UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

ToPath UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

ToQuery UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

AWSRequest UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Associated Types

type AWSResponse UpdateTagOption #

Generic UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Associated Types

type Rep UpdateTagOption :: Type -> Type #

Read UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Show UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

NFData UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Methods

rnf :: UpdateTagOption -> () #

Eq UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Hashable UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

type AWSResponse UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

type Rep UpdateTagOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

type Rep UpdateTagOption = D1 ('MetaData "UpdateTagOption" "Amazonka.ServiceCatalog.UpdateTagOption" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdateTagOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "active") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateTagOption Source #

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

UpdateTagOption, updateTagOption_active - The updated active state.

UpdateTagOption, updateTagOption_value - The updated value.

UpdateTagOption, updateTagOption_id - The TagOption identifier.

data UpdateTagOptionResponse Source #

See: newUpdateTagOptionResponse smart constructor.

Instances

Instances details
Generic UpdateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Associated Types

type Rep UpdateTagOptionResponse :: Type -> Type #

Read UpdateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Show UpdateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

NFData UpdateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

Methods

rnf :: UpdateTagOptionResponse -> () #

Eq UpdateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

type Rep UpdateTagOptionResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateTagOption

type Rep UpdateTagOptionResponse = D1 ('MetaData "UpdateTagOptionResponse" "Amazonka.ServiceCatalog.UpdateTagOption" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdateTagOptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagOptionDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TagOptionDetail)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateTagOptionResponse Source #

Create a value of UpdateTagOptionResponse 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:tagOptionDetail:UpdateTagOptionResponse', updateTagOptionResponse_tagOptionDetail - Information about the TagOption.

$sel:httpStatus:UpdateTagOptionResponse', updateTagOptionResponse_httpStatus - The response's http status code.

Types

AccessLevelFilterKey

newtype AccessLevelFilterKey Source #

Instances

Instances details
FromJSON AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

FromJSONKey AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

ToJSON AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

ToJSONKey AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

ToByteString AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

ToHeader AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

ToLog AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

ToQuery AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

FromText AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

ToText AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

FromXML AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

ToXML AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

Generic AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

Associated Types

type Rep AccessLevelFilterKey :: Type -> Type #

Read AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

Show AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

NFData AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

Methods

rnf :: AccessLevelFilterKey -> () #

Eq AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

Ord AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

Hashable AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

type Rep AccessLevelFilterKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilterKey

type Rep AccessLevelFilterKey = D1 ('MetaData "AccessLevelFilterKey" "Amazonka.ServiceCatalog.Types.AccessLevelFilterKey" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "AccessLevelFilterKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAccessLevelFilterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccessStatus

newtype AccessStatus Source #

Constructors

AccessStatus' 

Instances

Instances details
FromJSON AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

FromJSONKey AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

ToJSON AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

ToJSONKey AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

ToByteString AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

ToHeader AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

ToLog AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

ToQuery AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

FromText AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

ToText AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

Methods

toText :: AccessStatus -> Text #

FromXML AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

ToXML AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

Methods

toXML :: AccessStatus -> XML #

Generic AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

Associated Types

type Rep AccessStatus :: Type -> Type #

Read AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

Show AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

NFData AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

Methods

rnf :: AccessStatus -> () #

Eq AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

Ord AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

Hashable AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

type Rep AccessStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessStatus

type Rep AccessStatus = D1 ('MetaData "AccessStatus" "Amazonka.ServiceCatalog.Types.AccessStatus" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "AccessStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAccessStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChangeAction

newtype ChangeAction Source #

Constructors

ChangeAction' 

Instances

Instances details
FromJSON ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

FromJSONKey ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

ToJSON ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

ToJSONKey ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

ToByteString ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

ToHeader ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

ToLog ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

ToQuery ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

FromText ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

ToText ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

Methods

toText :: ChangeAction -> Text #

FromXML ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

ToXML ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

Methods

toXML :: ChangeAction -> XML #

Generic ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

Associated Types

type Rep ChangeAction :: Type -> Type #

Read ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

Show ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

NFData ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

Methods

rnf :: ChangeAction -> () #

Eq ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

Ord ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

Hashable ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

type Rep ChangeAction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ChangeAction

type Rep ChangeAction = D1 ('MetaData "ChangeAction" "Amazonka.ServiceCatalog.Types.ChangeAction" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "ChangeAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChangeAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CopyOption

newtype CopyOption Source #

Constructors

CopyOption' 

Fields

Bundled Patterns

pattern CopyOption_CopyTags :: CopyOption 

Instances

Instances details
FromJSON CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

FromJSONKey CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

ToJSON CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

ToJSONKey CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

ToByteString CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

ToHeader CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

ToLog CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

ToQuery CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

FromText CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

ToText CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

Methods

toText :: CopyOption -> Text #

FromXML CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

ToXML CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

Methods

toXML :: CopyOption -> XML #

Generic CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

Associated Types

type Rep CopyOption :: Type -> Type #

Read CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

Show CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

NFData CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

Methods

rnf :: CopyOption -> () #

Eq CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

Ord CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

Hashable CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

type Rep CopyOption Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyOption

type Rep CopyOption = D1 ('MetaData "CopyOption" "Amazonka.ServiceCatalog.Types.CopyOption" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "CopyOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCopyOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CopyProductStatus

newtype CopyProductStatus Source #

Instances

Instances details
FromJSON CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

FromJSONKey CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

ToJSON CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

ToJSONKey CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

ToByteString CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

ToHeader CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

ToLog CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

ToQuery CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

FromText CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

ToText CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

FromXML CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

ToXML CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

Generic CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

Associated Types

type Rep CopyProductStatus :: Type -> Type #

Read CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

Show CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

NFData CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

Methods

rnf :: CopyProductStatus -> () #

Eq CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

Ord CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

Hashable CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

type Rep CopyProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CopyProductStatus

type Rep CopyProductStatus = D1 ('MetaData "CopyProductStatus" "Amazonka.ServiceCatalog.Types.CopyProductStatus" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "CopyProductStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCopyProductStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DescribePortfolioShareType

newtype DescribePortfolioShareType Source #

Instances

Instances details
FromJSON DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

FromJSONKey DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

ToJSON DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

ToJSONKey DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

ToByteString DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

ToHeader DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

ToLog DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

ToQuery DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

FromText DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

ToText DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

FromXML DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

ToXML DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

Generic DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

Associated Types

type Rep DescribePortfolioShareType :: Type -> Type #

Read DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

Show DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

NFData DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

Eq DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

Ord DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

Hashable DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

type Rep DescribePortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.DescribePortfolioShareType

type Rep DescribePortfolioShareType = D1 ('MetaData "DescribePortfolioShareType" "Amazonka.ServiceCatalog.Types.DescribePortfolioShareType" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "DescribePortfolioShareType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDescribePortfolioShareType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EvaluationType

newtype EvaluationType Source #

Constructors

EvaluationType' 

Instances

Instances details
FromJSON EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

FromJSONKey EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

ToJSON EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

ToJSONKey EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

ToByteString EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

ToHeader EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

ToLog EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

ToQuery EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

FromText EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

ToText EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

FromXML EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

ToXML EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

Methods

toXML :: EvaluationType -> XML #

Generic EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

Associated Types

type Rep EvaluationType :: Type -> Type #

Read EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

Show EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

NFData EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

Methods

rnf :: EvaluationType -> () #

Eq EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

Ord EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

Hashable EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

type Rep EvaluationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.EvaluationType

type Rep EvaluationType = D1 ('MetaData "EvaluationType" "Amazonka.ServiceCatalog.Types.EvaluationType" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "EvaluationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEvaluationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LastSyncStatus

newtype LastSyncStatus Source #

Constructors

LastSyncStatus' 

Instances

Instances details
FromJSON LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

FromJSONKey LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

ToJSON LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

ToJSONKey LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

ToByteString LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

ToHeader LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

ToLog LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

ToQuery LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

FromText LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

ToText LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

FromXML LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

ToXML LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

Methods

toXML :: LastSyncStatus -> XML #

Generic LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

Associated Types

type Rep LastSyncStatus :: Type -> Type #

Read LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

Show LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

NFData LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

Methods

rnf :: LastSyncStatus -> () #

Eq LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

Ord LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

Hashable LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

type Rep LastSyncStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSyncStatus

type Rep LastSyncStatus = D1 ('MetaData "LastSyncStatus" "Amazonka.ServiceCatalog.Types.LastSyncStatus" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "LastSyncStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLastSyncStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrganizationNodeType

newtype OrganizationNodeType Source #

Instances

Instances details
FromJSON OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

FromJSONKey OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

ToJSON OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

ToJSONKey OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

ToByteString OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

ToHeader OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

ToLog OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

ToQuery OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

FromText OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

ToText OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

FromXML OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

ToXML OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

Generic OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

Associated Types

type Rep OrganizationNodeType :: Type -> Type #

Read OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

Show OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

NFData OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

Methods

rnf :: OrganizationNodeType -> () #

Eq OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

Ord OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

Hashable OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

type Rep OrganizationNodeType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNodeType

type Rep OrganizationNodeType = D1 ('MetaData "OrganizationNodeType" "Amazonka.ServiceCatalog.Types.OrganizationNodeType" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "OrganizationNodeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrganizationNodeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PortfolioShareType

newtype PortfolioShareType Source #

Instances

Instances details
FromJSON PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

FromJSONKey PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

ToJSON PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

ToJSONKey PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

ToByteString PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

ToHeader PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

ToLog PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

ToQuery PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

FromText PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

ToText PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

FromXML PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

ToXML PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

Generic PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

Associated Types

type Rep PortfolioShareType :: Type -> Type #

Read PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

Show PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

NFData PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

Methods

rnf :: PortfolioShareType -> () #

Eq PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

Ord PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

Hashable PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

type Rep PortfolioShareType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareType

type Rep PortfolioShareType = D1 ('MetaData "PortfolioShareType" "Amazonka.ServiceCatalog.Types.PortfolioShareType" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "PortfolioShareType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPortfolioShareType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PrincipalType

newtype PrincipalType Source #

Constructors

PrincipalType' 

Instances

Instances details
FromJSON PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

FromJSONKey PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

ToJSON PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

ToJSONKey PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

ToByteString PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

ToHeader PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

ToLog PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

ToQuery PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

FromText PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

ToText PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

Methods

toText :: PrincipalType -> Text #

FromXML PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

ToXML PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

Methods

toXML :: PrincipalType -> XML #

Generic PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

Associated Types

type Rep PrincipalType :: Type -> Type #

Read PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

Show PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

NFData PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

Methods

rnf :: PrincipalType -> () #

Eq PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

Ord PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

Hashable PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

type Rep PrincipalType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PrincipalType

type Rep PrincipalType = D1 ('MetaData "PrincipalType" "Amazonka.ServiceCatalog.Types.PrincipalType" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "PrincipalType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPrincipalType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProductSource

newtype ProductSource Source #

Constructors

ProductSource' 

Bundled Patterns

pattern ProductSource_ACCOUNT :: ProductSource 

Instances

Instances details
FromJSON ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

FromJSONKey ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

ToJSON ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

ToJSONKey ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

ToByteString ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

ToHeader ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

ToLog ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

ToQuery ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

FromText ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

ToText ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

Methods

toText :: ProductSource -> Text #

FromXML ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

ToXML ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

Methods

toXML :: ProductSource -> XML #

Generic ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

Associated Types

type Rep ProductSource :: Type -> Type #

Read ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

Show ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

NFData ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

Methods

rnf :: ProductSource -> () #

Eq ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

Ord ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

Hashable ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

type Rep ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

type Rep ProductSource = D1 ('MetaData "ProductSource" "Amazonka.ServiceCatalog.Types.ProductSource" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "ProductSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProductSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProductType

newtype ProductType Source #

Constructors

ProductType' 

Instances

Instances details
FromJSON ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

FromJSONKey ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

ToJSON ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

ToJSONKey ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

ToByteString ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

ToHeader ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

ToLog ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

ToQuery ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

FromText ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

ToText ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

Methods

toText :: ProductType -> Text #

FromXML ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

ToXML ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

Methods

toXML :: ProductType -> XML #

Generic ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

Associated Types

type Rep ProductType :: Type -> Type #

Read ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

Show ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

NFData ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

Methods

rnf :: ProductType -> () #

Eq ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

Ord ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

Hashable ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

type Rep ProductType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductType

type Rep ProductType = D1 ('MetaData "ProductType" "Amazonka.ServiceCatalog.Types.ProductType" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "ProductType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProductType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProductViewFilterBy

newtype ProductViewFilterBy Source #

Instances

Instances details
FromJSON ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

FromJSONKey ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

ToJSON ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

ToJSONKey ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

ToByteString ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

ToHeader ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

ToLog ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

ToQuery ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

FromText ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

ToText ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

FromXML ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

ToXML ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

Generic ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

Associated Types

type Rep ProductViewFilterBy :: Type -> Type #

Read ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

Show ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

NFData ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

Methods

rnf :: ProductViewFilterBy -> () #

Eq ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

Ord ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

Hashable ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

type Rep ProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewFilterBy

type Rep ProductViewFilterBy = D1 ('MetaData "ProductViewFilterBy" "Amazonka.ServiceCatalog.Types.ProductViewFilterBy" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "ProductViewFilterBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProductViewFilterBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProductViewSortBy

newtype ProductViewSortBy Source #

Instances

Instances details
FromJSON ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

FromJSONKey ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

ToJSON ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

ToJSONKey ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

ToByteString ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

ToHeader ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

ToLog ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

ToQuery ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

FromText ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

ToText ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

FromXML ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

ToXML ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

Generic ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

Associated Types

type Rep ProductViewSortBy :: Type -> Type #

Read ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

Show ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

NFData ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

Methods

rnf :: ProductViewSortBy -> () #

Eq ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

Ord ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

Hashable ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

type Rep ProductViewSortBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSortBy

type Rep ProductViewSortBy = D1 ('MetaData "ProductViewSortBy" "Amazonka.ServiceCatalog.Types.ProductViewSortBy" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "ProductViewSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProductViewSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PropertyKey

newtype PropertyKey Source #

Constructors

PropertyKey' 

Bundled Patterns

pattern PropertyKey_LAUNCH_ROLE :: PropertyKey 
pattern PropertyKey_OWNER :: PropertyKey 

Instances

Instances details
FromJSON PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

FromJSONKey PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToJSON PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToJSONKey PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToByteString PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToHeader PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToLog PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToQuery PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

FromText PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToText PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Methods

toText :: PropertyKey -> Text #

FromXML PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToXML PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Methods

toXML :: PropertyKey -> XML #

Generic PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Associated Types

type Rep PropertyKey :: Type -> Type #

Read PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Show PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

NFData PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Methods

rnf :: PropertyKey -> () #

Eq PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Ord PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Hashable PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

type Rep PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

type Rep PropertyKey = D1 ('MetaData "PropertyKey" "Amazonka.ServiceCatalog.Types.PropertyKey" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "PropertyKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPropertyKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProvisionedProductPlanStatus

newtype ProvisionedProductPlanStatus Source #

Instances

Instances details
FromJSON ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

FromJSONKey ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

ToJSON ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

ToJSONKey ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

ToByteString ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

ToHeader ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

ToLog ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

ToQuery ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

FromText ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

ToText ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

FromXML ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

ToXML ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

Generic ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

Associated Types

type Rep ProvisionedProductPlanStatus :: Type -> Type #

Read ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

Show ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

NFData ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

Eq ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

Ord ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

Hashable ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

type Rep ProvisionedProductPlanStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus

type Rep ProvisionedProductPlanStatus = D1 ('MetaData "ProvisionedProductPlanStatus" "Amazonka.ServiceCatalog.Types.ProvisionedProductPlanStatus" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "ProvisionedProductPlanStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProvisionedProductPlanStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProvisionedProductPlanType

newtype ProvisionedProductPlanType Source #

Instances

Instances details
FromJSON ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

FromJSONKey ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

ToJSON ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

ToJSONKey ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

ToByteString ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

ToHeader ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

ToLog ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

ToQuery ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

FromText ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

ToText ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

FromXML ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

ToXML ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

Generic ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

Associated Types

type Rep ProvisionedProductPlanType :: Type -> Type #

Read ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

Show ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

NFData ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

Eq ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

Ord ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

Hashable ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

type Rep ProvisionedProductPlanType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType

type Rep ProvisionedProductPlanType = D1 ('MetaData "ProvisionedProductPlanType" "Amazonka.ServiceCatalog.Types.ProvisionedProductPlanType" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "ProvisionedProductPlanType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProvisionedProductPlanType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProvisionedProductStatus

newtype ProvisionedProductStatus Source #

Instances

Instances details
FromJSON ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

FromJSONKey ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

ToJSON ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

ToJSONKey ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

ToByteString ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

ToHeader ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

ToLog ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

ToQuery ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

FromText ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

ToText ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

FromXML ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

ToXML ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

Generic ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

Associated Types

type Rep ProvisionedProductStatus :: Type -> Type #

Read ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

Show ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

NFData ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

Eq ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

Ord ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

Hashable ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

type Rep ProvisionedProductStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductStatus

type Rep ProvisionedProductStatus = D1 ('MetaData "ProvisionedProductStatus" "Amazonka.ServiceCatalog.Types.ProvisionedProductStatus" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "ProvisionedProductStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProvisionedProductStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProvisionedProductViewFilterBy

newtype ProvisionedProductViewFilterBy Source #

Instances

Instances details
FromJSON ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

FromJSONKey ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

ToJSON ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

ToJSONKey ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

ToByteString ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

ToHeader ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

ToLog ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

ToQuery ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

FromText ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

ToText ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

FromXML ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

ToXML ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

Generic ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

Associated Types

type Rep ProvisionedProductViewFilterBy :: Type -> Type #

Read ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

Show ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

NFData ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

Eq ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

Ord ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

Hashable ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

type Rep ProvisionedProductViewFilterBy Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy

type Rep ProvisionedProductViewFilterBy = D1 ('MetaData "ProvisionedProductViewFilterBy" "Amazonka.ServiceCatalog.Types.ProvisionedProductViewFilterBy" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "ProvisionedProductViewFilterBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProvisionedProductViewFilterBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProvisioningArtifactGuidance

newtype ProvisioningArtifactGuidance Source #

Instances

Instances details
FromJSON ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

FromJSONKey ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

ToJSON ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

ToJSONKey ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

ToByteString ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

ToHeader ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

ToLog ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

ToQuery ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

FromText ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

ToText ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

FromXML ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

ToXML ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

Generic ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

Associated Types

type Rep ProvisioningArtifactGuidance :: Type -> Type #

Read ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

Show ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

NFData ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

Eq ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

Ord ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

Hashable ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

type Rep ProvisioningArtifactGuidance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance

type Rep ProvisioningArtifactGuidance = D1 ('MetaData "ProvisioningArtifactGuidance" "Amazonka.ServiceCatalog.Types.ProvisioningArtifactGuidance" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "ProvisioningArtifactGuidance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProvisioningArtifactGuidance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProvisioningArtifactPropertyName

newtype ProvisioningArtifactPropertyName Source #

Instances

Instances details
FromJSON ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

FromJSONKey ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

ToJSON ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

ToJSONKey ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

ToByteString ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

ToHeader ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

ToLog ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

ToQuery ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

FromText ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

ToText ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

FromXML ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

ToXML ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

Generic ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

Associated Types

type Rep ProvisioningArtifactPropertyName :: Type -> Type #

Read ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

Show ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

NFData ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

Eq ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

Ord ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

Hashable ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

type Rep ProvisioningArtifactPropertyName Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName

type Rep ProvisioningArtifactPropertyName = D1 ('MetaData "ProvisioningArtifactPropertyName" "Amazonka.ServiceCatalog.Types.ProvisioningArtifactPropertyName" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "ProvisioningArtifactPropertyName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProvisioningArtifactPropertyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProvisioningArtifactType

newtype ProvisioningArtifactType Source #

Instances

Instances details
FromJSON ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

FromJSONKey ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

ToJSON ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

ToJSONKey ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

ToByteString ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

ToHeader ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

ToLog ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

ToQuery ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

FromText ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

ToText ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

FromXML ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

ToXML ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

Generic ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

Associated Types

type Rep ProvisioningArtifactType :: Type -> Type #

Read ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

Show ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

NFData ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

Eq ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

Ord ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

Hashable ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

type Rep ProvisioningArtifactType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactType

type Rep ProvisioningArtifactType = D1 ('MetaData "ProvisioningArtifactType" "Amazonka.ServiceCatalog.Types.ProvisioningArtifactType" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "ProvisioningArtifactType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProvisioningArtifactType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RecordStatus

newtype RecordStatus Source #

Constructors

RecordStatus' 

Instances

Instances details
FromJSON RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

FromJSONKey RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

ToJSON RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

ToJSONKey RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

ToByteString RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

ToHeader RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

ToLog RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

ToQuery RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

FromText RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

ToText RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

Methods

toText :: RecordStatus -> Text #

FromXML RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

ToXML RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

Methods

toXML :: RecordStatus -> XML #

Generic RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

Associated Types

type Rep RecordStatus :: Type -> Type #

Read RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

Show RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

NFData RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

Methods

rnf :: RecordStatus -> () #

Eq RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

Ord RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

Hashable RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

type Rep RecordStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordStatus

type Rep RecordStatus = D1 ('MetaData "RecordStatus" "Amazonka.ServiceCatalog.Types.RecordStatus" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "RecordStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRecordStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Replacement

newtype Replacement Source #

Constructors

Replacement' 

Instances

Instances details
FromJSON Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

FromJSONKey Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

ToJSON Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

ToJSONKey Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

ToByteString Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

ToHeader Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

ToLog Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

ToQuery Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

FromText Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

ToText Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

Methods

toText :: Replacement -> Text #

FromXML Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

ToXML Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

Methods

toXML :: Replacement -> XML #

Generic Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

Associated Types

type Rep Replacement :: Type -> Type #

Read Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

Show Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

NFData Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

Methods

rnf :: Replacement -> () #

Eq Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

Ord Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

Hashable Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

type Rep Replacement Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Replacement

type Rep Replacement = D1 ('MetaData "Replacement" "Amazonka.ServiceCatalog.Types.Replacement" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "Replacement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReplacement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RequestStatus

newtype RequestStatus Source #

Constructors

RequestStatus' 

Instances

Instances details
FromJSON RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

FromJSONKey RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

ToJSON RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

ToJSONKey RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

ToByteString RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

ToHeader RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

ToLog RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

ToQuery RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

FromText RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

ToText RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

Methods

toText :: RequestStatus -> Text #

FromXML RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

ToXML RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

Methods

toXML :: RequestStatus -> XML #

Generic RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

Associated Types

type Rep RequestStatus :: Type -> Type #

Read RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

Show RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

NFData RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

Methods

rnf :: RequestStatus -> () #

Eq RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

Ord RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

Hashable RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

type Rep RequestStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequestStatus

type Rep RequestStatus = D1 ('MetaData "RequestStatus" "Amazonka.ServiceCatalog.Types.RequestStatus" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "RequestStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRequestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RequiresRecreation

newtype RequiresRecreation Source #

Instances

Instances details
FromJSON RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

FromJSONKey RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

ToJSON RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

ToJSONKey RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

ToByteString RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

ToHeader RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

ToLog RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

ToQuery RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

FromText RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

ToText RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

FromXML RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

ToXML RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

Generic RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

Associated Types

type Rep RequiresRecreation :: Type -> Type #

Read RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

Show RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

NFData RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

Methods

rnf :: RequiresRecreation -> () #

Eq RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

Ord RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

Hashable RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

type Rep RequiresRecreation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RequiresRecreation

type Rep RequiresRecreation = D1 ('MetaData "RequiresRecreation" "Amazonka.ServiceCatalog.Types.RequiresRecreation" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "RequiresRecreation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRequiresRecreation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceAttribute

newtype ResourceAttribute Source #

Instances

Instances details
FromJSON ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

FromJSONKey ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

ToJSON ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

ToJSONKey ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

ToByteString ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

ToHeader ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

ToLog ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

ToQuery ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

FromText ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

ToText ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

FromXML ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

ToXML ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

Generic ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

Associated Types

type Rep ResourceAttribute :: Type -> Type #

Read ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

Show ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

NFData ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

Methods

rnf :: ResourceAttribute -> () #

Eq ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

Ord ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

Hashable ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

type Rep ResourceAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceAttribute

type Rep ResourceAttribute = D1 ('MetaData "ResourceAttribute" "Amazonka.ServiceCatalog.Types.ResourceAttribute" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "ResourceAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ServiceActionAssociationErrorCode

newtype ServiceActionAssociationErrorCode Source #

Instances

Instances details
FromJSON ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

FromJSONKey ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

ToJSON ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

ToJSONKey ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

ToByteString ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

ToHeader ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

ToLog ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

ToQuery ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

FromText ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

ToText ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

FromXML ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

ToXML ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

Generic ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

Associated Types

type Rep ServiceActionAssociationErrorCode :: Type -> Type #

Read ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

Show ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

NFData ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

Eq ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

Ord ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

Hashable ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

type Rep ServiceActionAssociationErrorCode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode

type Rep ServiceActionAssociationErrorCode = D1 ('MetaData "ServiceActionAssociationErrorCode" "Amazonka.ServiceCatalog.Types.ServiceActionAssociationErrorCode" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "ServiceActionAssociationErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromServiceActionAssociationErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ServiceActionDefinitionKey

newtype ServiceActionDefinitionKey Source #

Instances

Instances details
FromJSON ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

FromJSONKey ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

ToJSON ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

ToJSONKey ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

ToByteString ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

ToHeader ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

ToLog ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

ToQuery ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

FromText ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

ToText ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

FromXML ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

ToXML ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

Generic ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

Associated Types

type Rep ServiceActionDefinitionKey :: Type -> Type #

Read ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

Show ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

NFData ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

Eq ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

Ord ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

Hashable ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

type Rep ServiceActionDefinitionKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey

type Rep ServiceActionDefinitionKey = D1 ('MetaData "ServiceActionDefinitionKey" "Amazonka.ServiceCatalog.Types.ServiceActionDefinitionKey" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "ServiceActionDefinitionKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromServiceActionDefinitionKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ServiceActionDefinitionType

newtype ServiceActionDefinitionType Source #

Instances

Instances details
FromJSON ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

FromJSONKey ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

ToJSON ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

ToJSONKey ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

ToByteString ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

ToHeader ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

ToLog ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

ToQuery ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

FromText ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

ToText ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

FromXML ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

ToXML ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

Generic ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

Associated Types

type Rep ServiceActionDefinitionType :: Type -> Type #

Read ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

Show ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

NFData ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

Eq ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

Ord ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

Hashable ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

type Rep ServiceActionDefinitionType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType

type Rep ServiceActionDefinitionType = D1 ('MetaData "ServiceActionDefinitionType" "Amazonka.ServiceCatalog.Types.ServiceActionDefinitionType" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "ServiceActionDefinitionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromServiceActionDefinitionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ShareStatus

newtype ShareStatus Source #

Constructors

ShareStatus' 

Instances

Instances details
FromJSON ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

FromJSONKey ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

ToJSON ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

ToJSONKey ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

ToByteString ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

ToHeader ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

ToLog ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

ToQuery ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

FromText ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

ToText ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

Methods

toText :: ShareStatus -> Text #

FromXML ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

ToXML ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

Methods

toXML :: ShareStatus -> XML #

Generic ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

Associated Types

type Rep ShareStatus :: Type -> Type #

Read ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

Show ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

NFData ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

Methods

rnf :: ShareStatus -> () #

Eq ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

Ord ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

Hashable ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

type Rep ShareStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareStatus

type Rep ShareStatus = D1 ('MetaData "ShareStatus" "Amazonka.ServiceCatalog.Types.ShareStatus" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "ShareStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromShareStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortOrder

newtype SortOrder Source #

Constructors

SortOrder' 

Fields

Bundled Patterns

pattern SortOrder_ASCENDING :: SortOrder 
pattern SortOrder_DESCENDING :: SortOrder 

Instances

Instances details
FromJSON SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

FromJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

ToJSON SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

ToJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

ToByteString SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

Methods

toBS :: SortOrder -> ByteString #

ToHeader SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

ToLog SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

ToQuery SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

FromText SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

ToText SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

Methods

toText :: SortOrder -> Text #

FromXML SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

ToXML SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

Methods

toXML :: SortOrder -> XML #

Generic SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

Associated Types

type Rep SortOrder :: Type -> Type #

Read SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

Show SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

NFData SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

Methods

rnf :: SortOrder -> () #

Eq SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

Ord SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

Hashable SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

type Rep SortOrder Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SortOrder

type Rep SortOrder = D1 ('MetaData "SortOrder" "Amazonka.ServiceCatalog.Types.SortOrder" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "SortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SourceType

newtype SourceType Source #

Constructors

SourceType' 

Fields

Bundled Patterns

pattern SourceType_CODESTAR :: SourceType 

Instances

Instances details
FromJSON SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

FromJSONKey SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

ToJSON SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

ToJSONKey SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

ToByteString SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

ToHeader SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

ToLog SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

ToQuery SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

FromText SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

ToText SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

Methods

toText :: SourceType -> Text #

FromXML SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

ToXML SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

Methods

toXML :: SourceType -> XML #

Generic SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

Associated Types

type Rep SourceType :: Type -> Type #

Read SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

Show SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

NFData SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

Methods

rnf :: SourceType -> () #

Eq SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

Ord SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

Hashable SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

type Rep SourceType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceType

type Rep SourceType = D1 ('MetaData "SourceType" "Amazonka.ServiceCatalog.Types.SourceType" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "SourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackInstanceStatus

newtype StackInstanceStatus Source #

Instances

Instances details
FromJSON StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

FromJSONKey StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

ToJSON StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

ToJSONKey StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

ToByteString StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

ToHeader StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

ToLog StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

ToQuery StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

FromText StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

ToText StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

FromXML StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

ToXML StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

Generic StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

Associated Types

type Rep StackInstanceStatus :: Type -> Type #

Read StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

Show StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

NFData StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

Methods

rnf :: StackInstanceStatus -> () #

Eq StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

Ord StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

Hashable StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

type Rep StackInstanceStatus Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstanceStatus

type Rep StackInstanceStatus = D1 ('MetaData "StackInstanceStatus" "Amazonka.ServiceCatalog.Types.StackInstanceStatus" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "StackInstanceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackInstanceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StackSetOperationType

newtype StackSetOperationType Source #

Instances

Instances details
FromJSON StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

FromJSONKey StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

ToJSON StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

ToJSONKey StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

ToByteString StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

ToHeader StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

ToLog StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

ToQuery StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

FromText StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

ToText StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

FromXML StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

ToXML StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

Generic StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

Associated Types

type Rep StackSetOperationType :: Type -> Type #

Read StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

Show StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

NFData StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

Methods

rnf :: StackSetOperationType -> () #

Eq StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

Ord StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

Hashable StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

type Rep StackSetOperationType Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackSetOperationType

type Rep StackSetOperationType = D1 ('MetaData "StackSetOperationType" "Amazonka.ServiceCatalog.Types.StackSetOperationType" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'True) (C1 ('MetaCons "StackSetOperationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStackSetOperationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccessLevelFilter

data AccessLevelFilter Source #

The access level to use to filter results.

See: newAccessLevelFilter smart constructor.

Instances

Instances details
ToJSON AccessLevelFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilter

Generic AccessLevelFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilter

Associated Types

type Rep AccessLevelFilter :: Type -> Type #

Read AccessLevelFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilter

Show AccessLevelFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilter

NFData AccessLevelFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilter

Methods

rnf :: AccessLevelFilter -> () #

Eq AccessLevelFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilter

Hashable AccessLevelFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilter

type Rep AccessLevelFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.AccessLevelFilter

type Rep AccessLevelFilter = D1 ('MetaData "AccessLevelFilter" "Amazonka.ServiceCatalog.Types.AccessLevelFilter" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "AccessLevelFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessLevelFilterKey)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAccessLevelFilter :: AccessLevelFilter Source #

Create a value of AccessLevelFilter 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:key:AccessLevelFilter', accessLevelFilter_key - The access level.

  • Account - Filter results based on the account.
  • Role - Filter results based on the federated role of the specified user.
  • User - Filter results based on the specified user.

$sel:value:AccessLevelFilter', accessLevelFilter_value - The user to which the access level applies. The only supported value is Self.

BudgetDetail

data BudgetDetail Source #

Information about a budget.

See: newBudgetDetail smart constructor.

Constructors

BudgetDetail' (Maybe Text) 

Instances

Instances details
FromJSON BudgetDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.BudgetDetail

Generic BudgetDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.BudgetDetail

Associated Types

type Rep BudgetDetail :: Type -> Type #

Read BudgetDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.BudgetDetail

Show BudgetDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.BudgetDetail

NFData BudgetDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.BudgetDetail

Methods

rnf :: BudgetDetail -> () #

Eq BudgetDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.BudgetDetail

Hashable BudgetDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.BudgetDetail

type Rep BudgetDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.BudgetDetail

type Rep BudgetDetail = D1 ('MetaData "BudgetDetail" "Amazonka.ServiceCatalog.Types.BudgetDetail" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "BudgetDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "budgetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBudgetDetail :: BudgetDetail Source #

Create a value of BudgetDetail 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:budgetName:BudgetDetail', budgetDetail_budgetName - Name of the associated budget.

CloudWatchDashboard

data CloudWatchDashboard Source #

Information about a CloudWatch dashboard.

See: newCloudWatchDashboard smart constructor.

Instances

Instances details
FromJSON CloudWatchDashboard Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CloudWatchDashboard

Generic CloudWatchDashboard Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CloudWatchDashboard

Associated Types

type Rep CloudWatchDashboard :: Type -> Type #

Read CloudWatchDashboard Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CloudWatchDashboard

Show CloudWatchDashboard Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CloudWatchDashboard

NFData CloudWatchDashboard Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CloudWatchDashboard

Methods

rnf :: CloudWatchDashboard -> () #

Eq CloudWatchDashboard Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CloudWatchDashboard

Hashable CloudWatchDashboard Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CloudWatchDashboard

type Rep CloudWatchDashboard Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CloudWatchDashboard

type Rep CloudWatchDashboard = D1 ('MetaData "CloudWatchDashboard" "Amazonka.ServiceCatalog.Types.CloudWatchDashboard" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CloudWatchDashboard'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCloudWatchDashboard :: CloudWatchDashboard Source #

Create a value of CloudWatchDashboard 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:CloudWatchDashboard', cloudWatchDashboard_name - The name of the CloudWatch dashboard.

CodeStarParameters

data CodeStarParameters Source #

The subtype containing details about the Codestar connection Type.

See: newCodeStarParameters smart constructor.

Instances

Instances details
FromJSON CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

ToJSON CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

Generic CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

Associated Types

type Rep CodeStarParameters :: Type -> Type #

Read CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

Show CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

NFData CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

Methods

rnf :: CodeStarParameters -> () #

Eq CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

Hashable CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

type Rep CodeStarParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.CodeStarParameters

type Rep CodeStarParameters = D1 ('MetaData "CodeStarParameters" "Amazonka.ServiceCatalog.Types.CodeStarParameters" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "CodeStarParameters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "repository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "branch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "artifactPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCodeStarParameters Source #

Create a value of CodeStarParameters 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:connectionArn:CodeStarParameters', codeStarParameters_connectionArn - The CodeStar ARN, which is the connection between Service Catalog and the external repository.

$sel:repository:CodeStarParameters', codeStarParameters_repository - The specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo."

$sel:branch:CodeStarParameters', codeStarParameters_branch - The specific branch where the artifact resides.

$sel:artifactPath:CodeStarParameters', codeStarParameters_artifactPath - The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."

ConstraintDetail

data ConstraintDetail Source #

Information about a constraint.

See: newConstraintDetail smart constructor.

Instances

Instances details
FromJSON ConstraintDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintDetail

Generic ConstraintDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintDetail

Associated Types

type Rep ConstraintDetail :: Type -> Type #

Read ConstraintDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintDetail

Show ConstraintDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintDetail

NFData ConstraintDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintDetail

Methods

rnf :: ConstraintDetail -> () #

Eq ConstraintDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintDetail

Hashable ConstraintDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintDetail

type Rep ConstraintDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintDetail

type Rep ConstraintDetail = D1 ('MetaData "ConstraintDetail" "Amazonka.ServiceCatalog.Types.ConstraintDetail" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ConstraintDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "constraintId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "portfolioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newConstraintDetail :: ConstraintDetail Source #

Create a value of ConstraintDetail 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:constraintId:ConstraintDetail', constraintDetail_constraintId - The identifier of the constraint.

$sel:description:ConstraintDetail', constraintDetail_description - The description of the constraint.

$sel:owner:ConstraintDetail', constraintDetail_owner - The owner of the constraint.

$sel:portfolioId:ConstraintDetail', constraintDetail_portfolioId - The identifier of the portfolio the product resides in. The constraint applies only to the instance of the product that lives within this portfolio.

$sel:productId:ConstraintDetail', constraintDetail_productId - The identifier of the product the constraint applies to. Note that a constraint applies to a specific instance of a product within a certain portfolio.

$sel:type':ConstraintDetail', constraintDetail_type - The type of constraint.

  • LAUNCH
  • NOTIFICATION
  • STACKSET
  • TEMPLATE

ConstraintSummary

data ConstraintSummary Source #

Summary information about a constraint.

See: newConstraintSummary smart constructor.

Instances

Instances details
FromJSON ConstraintSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintSummary

Generic ConstraintSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintSummary

Associated Types

type Rep ConstraintSummary :: Type -> Type #

Read ConstraintSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintSummary

Show ConstraintSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintSummary

NFData ConstraintSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintSummary

Methods

rnf :: ConstraintSummary -> () #

Eq ConstraintSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintSummary

Hashable ConstraintSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintSummary

type Rep ConstraintSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ConstraintSummary

type Rep ConstraintSummary = D1 ('MetaData "ConstraintSummary" "Amazonka.ServiceCatalog.Types.ConstraintSummary" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ConstraintSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newConstraintSummary :: ConstraintSummary Source #

Create a value of ConstraintSummary 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:ConstraintSummary', constraintSummary_description - The description of the constraint.

$sel:type':ConstraintSummary', constraintSummary_type - The type of constraint.

  • LAUNCH
  • NOTIFICATION
  • STACKSET
  • TEMPLATE

ExecutionParameter

data ExecutionParameter Source #

Details of an execution parameter value that is passed to a self-service action when executed on a provisioned product.

See: newExecutionParameter smart constructor.

Instances

Instances details
FromJSON ExecutionParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ExecutionParameter

Generic ExecutionParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ExecutionParameter

Associated Types

type Rep ExecutionParameter :: Type -> Type #

Read ExecutionParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ExecutionParameter

Show ExecutionParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ExecutionParameter

NFData ExecutionParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ExecutionParameter

Methods

rnf :: ExecutionParameter -> () #

Eq ExecutionParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ExecutionParameter

Hashable ExecutionParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ExecutionParameter

type Rep ExecutionParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ExecutionParameter

type Rep ExecutionParameter = D1 ('MetaData "ExecutionParameter" "Amazonka.ServiceCatalog.Types.ExecutionParameter" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ExecutionParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newExecutionParameter :: ExecutionParameter Source #

Create a value of ExecutionParameter 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:defaultValues:ExecutionParameter', executionParameter_defaultValues - The default values for the execution parameter.

$sel:name:ExecutionParameter', executionParameter_name - The name of the execution parameter.

$sel:type':ExecutionParameter', executionParameter_type - The execution parameter type.

FailedServiceActionAssociation

data FailedServiceActionAssociation Source #

An object containing information about the error, along with identifying information about the self-service action and its associations.

See: newFailedServiceActionAssociation smart constructor.

Instances

Instances details
FromJSON FailedServiceActionAssociation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.FailedServiceActionAssociation

Generic FailedServiceActionAssociation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.FailedServiceActionAssociation

Associated Types

type Rep FailedServiceActionAssociation :: Type -> Type #

Read FailedServiceActionAssociation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.FailedServiceActionAssociation

Show FailedServiceActionAssociation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.FailedServiceActionAssociation

NFData FailedServiceActionAssociation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.FailedServiceActionAssociation

Eq FailedServiceActionAssociation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.FailedServiceActionAssociation

Hashable FailedServiceActionAssociation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.FailedServiceActionAssociation

type Rep FailedServiceActionAssociation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.FailedServiceActionAssociation

type Rep FailedServiceActionAssociation = D1 ('MetaData "FailedServiceActionAssociation" "Amazonka.ServiceCatalog.Types.FailedServiceActionAssociation" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "FailedServiceActionAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceActionAssociationErrorCode)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceActionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newFailedServiceActionAssociation :: FailedServiceActionAssociation Source #

Create a value of FailedServiceActionAssociation 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:errorCode:FailedServiceActionAssociation', failedServiceActionAssociation_errorCode - The error code. Valid values are listed below.

$sel:errorMessage:FailedServiceActionAssociation', failedServiceActionAssociation_errorMessage - A text description of the error.

$sel:productId:FailedServiceActionAssociation', failedServiceActionAssociation_productId - The product identifier. For example, prod-abcdzk7xy33qa.

$sel:provisioningArtifactId:FailedServiceActionAssociation', failedServiceActionAssociation_provisioningArtifactId - The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.

$sel:serviceActionId:FailedServiceActionAssociation', failedServiceActionAssociation_serviceActionId - The self-service action identifier. For example, act-fs7abcd89wxyz.

LastSync

data LastSync Source #

Provides details about the product's connection sync and contains the following sub-fields.

  • LastSyncTime
  • LastSyncStatus
  • LastSyncStatusMessage
  • LastSuccessfulSyncTime
  • LastSuccessfulSyncProvisioningArtifactID

See: newLastSync smart constructor.

Instances

Instances details
FromJSON LastSync Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSync

Generic LastSync Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSync

Associated Types

type Rep LastSync :: Type -> Type #

Methods

from :: LastSync -> Rep LastSync x #

to :: Rep LastSync x -> LastSync #

Read LastSync Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSync

Show LastSync Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSync

NFData LastSync Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSync

Methods

rnf :: LastSync -> () #

Eq LastSync Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSync

Hashable LastSync Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSync

Methods

hashWithSalt :: Int -> LastSync -> Int #

hash :: LastSync -> Int #

type Rep LastSync Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LastSync

type Rep LastSync = D1 ('MetaData "LastSync" "Amazonka.ServiceCatalog.Types.LastSync" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "LastSync'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastSuccessfulSyncProvisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastSuccessfulSyncTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "lastSyncStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LastSyncStatus)) :*: (S1 ('MetaSel ('Just "lastSyncStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastSyncTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newLastSync :: LastSync Source #

Create a value of LastSync 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:lastSuccessfulSyncProvisioningArtifactId:LastSync', lastSync_lastSuccessfulSyncProvisioningArtifactId - The ProvisioningArtifactID of the ProvisioningArtifact created from the latest successful sync.

$sel:lastSuccessfulSyncTime:LastSync', lastSync_lastSuccessfulSyncTime - The time of the latest successful sync from the source repo artifact to the Service Catalog product.

$sel:lastSyncStatus:LastSync', lastSync_lastSyncStatus - The current status of the sync. Responses include SUCCEEDED or FAILED.

$sel:lastSyncStatusMessage:LastSync', lastSync_lastSyncStatusMessage - The sync's status message.

$sel:lastSyncTime:LastSync', lastSync_lastSyncTime - The time of the last attempted sync from the repository to the Service Catalog product.

LaunchPath

data LaunchPath Source #

A launch path object.

See: newLaunchPath smart constructor.

Constructors

LaunchPath' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

Generic LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

Associated Types

type Rep LaunchPath :: Type -> Type #

Read LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

Show LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

NFData LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

Methods

rnf :: LaunchPath -> () #

Eq LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

Hashable LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

type Rep LaunchPath Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPath

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

newLaunchPath :: LaunchPath Source #

Create a value of LaunchPath 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:id:LaunchPath', launchPath_id - The identifier of the launch path.

$sel:name:LaunchPath', launchPath_name - The name of the launch path.

LaunchPathSummary

data LaunchPathSummary Source #

Summary information about a product path for a user.

See: newLaunchPathSummary smart constructor.

Instances

Instances details
FromJSON LaunchPathSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPathSummary

Generic LaunchPathSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPathSummary

Associated Types

type Rep LaunchPathSummary :: Type -> Type #

Read LaunchPathSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPathSummary

Show LaunchPathSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPathSummary

NFData LaunchPathSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPathSummary

Methods

rnf :: LaunchPathSummary -> () #

Eq LaunchPathSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPathSummary

Hashable LaunchPathSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPathSummary

type Rep LaunchPathSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.LaunchPathSummary

type Rep LaunchPathSummary = D1 ('MetaData "LaunchPathSummary" "Amazonka.ServiceCatalog.Types.LaunchPathSummary" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "LaunchPathSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "constraintSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConstraintSummary])) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))

newLaunchPathSummary :: LaunchPathSummary Source #

Create a value of LaunchPathSummary 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:constraintSummaries:LaunchPathSummary', launchPathSummary_constraintSummaries - The constraints on the portfolio-product relationship.

$sel:id:LaunchPathSummary', launchPathSummary_id - The identifier of the product path.

$sel:name:LaunchPathSummary', launchPathSummary_name - The name of the portfolio that contains the product.

$sel:tags:LaunchPathSummary', launchPathSummary_tags - The tags associated with this product path.

ListRecordHistorySearchFilter

data ListRecordHistorySearchFilter Source #

The search filter to use when listing history records.

See: newListRecordHistorySearchFilter smart constructor.

Instances

Instances details
ToJSON ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

Generic ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

Associated Types

type Rep ListRecordHistorySearchFilter :: Type -> Type #

Read ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

Show ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

NFData ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

Eq ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

Hashable ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

type Rep ListRecordHistorySearchFilter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter

type Rep ListRecordHistorySearchFilter = D1 ('MetaData "ListRecordHistorySearchFilter" "Amazonka.ServiceCatalog.Types.ListRecordHistorySearchFilter" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListRecordHistorySearchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListRecordHistorySearchFilter :: ListRecordHistorySearchFilter Source #

Create a value of ListRecordHistorySearchFilter 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:key:ListRecordHistorySearchFilter', listRecordHistorySearchFilter_key - The filter key.

  • product - Filter results based on the specified product identifier.
  • provisionedproduct - Filter results based on the provisioned product identifier.

$sel:value:ListRecordHistorySearchFilter', listRecordHistorySearchFilter_value - The filter value.

ListTagOptionsFilters

data ListTagOptionsFilters Source #

Filters to use when listing TagOptions.

See: newListTagOptionsFilters smart constructor.

Instances

Instances details
ToJSON ListTagOptionsFilters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListTagOptionsFilters

Generic ListTagOptionsFilters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListTagOptionsFilters

Associated Types

type Rep ListTagOptionsFilters :: Type -> Type #

Read ListTagOptionsFilters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListTagOptionsFilters

Show ListTagOptionsFilters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListTagOptionsFilters

NFData ListTagOptionsFilters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListTagOptionsFilters

Methods

rnf :: ListTagOptionsFilters -> () #

Eq ListTagOptionsFilters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListTagOptionsFilters

Hashable ListTagOptionsFilters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListTagOptionsFilters

type Rep ListTagOptionsFilters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ListTagOptionsFilters

type Rep ListTagOptionsFilters = D1 ('MetaData "ListTagOptionsFilters" "Amazonka.ServiceCatalog.Types.ListTagOptionsFilters" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ListTagOptionsFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "active") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListTagOptionsFilters :: ListTagOptionsFilters Source #

Create a value of ListTagOptionsFilters 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:active:ListTagOptionsFilters', listTagOptionsFilters_active - The active state.

$sel:key:ListTagOptionsFilters', listTagOptionsFilters_key - The TagOption key.

$sel:value:ListTagOptionsFilters', listTagOptionsFilters_value - The TagOption value.

OrganizationNode

data OrganizationNode Source #

Information about the organization node.

See: newOrganizationNode smart constructor.

Instances

Instances details
FromJSON OrganizationNode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNode

ToJSON OrganizationNode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNode

Generic OrganizationNode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNode

Associated Types

type Rep OrganizationNode :: Type -> Type #

Read OrganizationNode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNode

Show OrganizationNode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNode

NFData OrganizationNode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNode

Methods

rnf :: OrganizationNode -> () #

Eq OrganizationNode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNode

Hashable OrganizationNode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNode

type Rep OrganizationNode Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.OrganizationNode

type Rep OrganizationNode = D1 ('MetaData "OrganizationNode" "Amazonka.ServiceCatalog.Types.OrganizationNode" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "OrganizationNode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrganizationNodeType)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOrganizationNode :: OrganizationNode Source #

Create a value of OrganizationNode 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:type':OrganizationNode', organizationNode_type - The organization node type.

$sel:value:OrganizationNode', organizationNode_value - The identifier of the organization node.

ParameterConstraints

data ParameterConstraints Source #

The constraints that the administrator has put on the parameter.

See: newParameterConstraints smart constructor.

Instances

Instances details
FromJSON ParameterConstraints Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ParameterConstraints

Generic ParameterConstraints Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ParameterConstraints

Associated Types

type Rep ParameterConstraints :: Type -> Type #

Read ParameterConstraints Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ParameterConstraints

Show ParameterConstraints Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ParameterConstraints

NFData ParameterConstraints Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ParameterConstraints

Methods

rnf :: ParameterConstraints -> () #

Eq ParameterConstraints Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ParameterConstraints

Hashable ParameterConstraints Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ParameterConstraints

type Rep ParameterConstraints Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ParameterConstraints

type Rep ParameterConstraints = D1 ('MetaData "ParameterConstraints" "Amazonka.ServiceCatalog.Types.ParameterConstraints" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ParameterConstraints'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "allowedPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "allowedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "constraintDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "maxLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "minLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newParameterConstraints :: ParameterConstraints Source #

Create a value of ParameterConstraints 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:allowedPattern:ParameterConstraints', parameterConstraints_allowedPattern - A regular expression that represents the patterns that allow for String types. The pattern must match the entire parameter value provided.

$sel:allowedValues:ParameterConstraints', parameterConstraints_allowedValues - The values that the administrator has allowed for the parameter.

$sel:constraintDescription:ParameterConstraints', parameterConstraints_constraintDescription - A string that explains a constraint when the constraint is violated. For example, without a constraint description, a parameter that has an allowed pattern of [A-Za-z0-9]+ displays the following error message when the user specifies an invalid value:

Malformed input-Parameter MyParameter must match pattern [A-Za-z0-9]+

By adding a constraint description, such as must only contain letters (uppercase and lowercase) and numbers, you can display the following customized error message:

Malformed input-Parameter MyParameter must only contain uppercase and lowercase letters and numbers.

$sel:maxLength:ParameterConstraints', parameterConstraints_maxLength - An integer value that determines the largest number of characters you want to allow for String types.

$sel:maxValue:ParameterConstraints', parameterConstraints_maxValue - A numeric value that determines the largest numeric value you want to allow for Number types.

$sel:minLength:ParameterConstraints', parameterConstraints_minLength - An integer value that determines the smallest number of characters you want to allow for String types.

$sel:minValue:ParameterConstraints', parameterConstraints_minValue - A numeric value that determines the smallest numeric value you want to allow for Number types.

PortfolioDetail

data PortfolioDetail Source #

Information about a portfolio.

See: newPortfolioDetail smart constructor.

Instances

Instances details
FromJSON PortfolioDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioDetail

Generic PortfolioDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioDetail

Associated Types

type Rep PortfolioDetail :: Type -> Type #

Read PortfolioDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioDetail

Show PortfolioDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioDetail

NFData PortfolioDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioDetail

Methods

rnf :: PortfolioDetail -> () #

Eq PortfolioDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioDetail

Hashable PortfolioDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioDetail

type Rep PortfolioDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioDetail

type Rep PortfolioDetail = D1 ('MetaData "PortfolioDetail" "Amazonka.ServiceCatalog.Types.PortfolioDetail" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "PortfolioDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "providerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newPortfolioDetail :: PortfolioDetail Source #

Create a value of PortfolioDetail 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:PortfolioDetail', portfolioDetail_arn - The ARN assigned to the portfolio.

$sel:createdTime:PortfolioDetail', portfolioDetail_createdTime - The UTC time stamp of the creation time.

$sel:description:PortfolioDetail', portfolioDetail_description - The description of the portfolio.

$sel:displayName:PortfolioDetail', portfolioDetail_displayName - The name to use for display purposes.

$sel:id:PortfolioDetail', portfolioDetail_id - The portfolio identifier.

$sel:providerName:PortfolioDetail', portfolioDetail_providerName - The name of the portfolio provider.

PortfolioShareDetail

data PortfolioShareDetail Source #

Information about the portfolio share.

See: newPortfolioShareDetail smart constructor.

Instances

Instances details
FromJSON PortfolioShareDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareDetail

Generic PortfolioShareDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareDetail

Associated Types

type Rep PortfolioShareDetail :: Type -> Type #

Read PortfolioShareDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareDetail

Show PortfolioShareDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareDetail

NFData PortfolioShareDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareDetail

Methods

rnf :: PortfolioShareDetail -> () #

Eq PortfolioShareDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareDetail

Hashable PortfolioShareDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareDetail

type Rep PortfolioShareDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PortfolioShareDetail

type Rep PortfolioShareDetail = D1 ('MetaData "PortfolioShareDetail" "Amazonka.ServiceCatalog.Types.PortfolioShareDetail" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "PortfolioShareDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "accepted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "principalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sharePrincipals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "shareTagOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DescribePortfolioShareType))))))

newPortfolioShareDetail :: PortfolioShareDetail Source #

Create a value of PortfolioShareDetail 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:accepted:PortfolioShareDetail', portfolioShareDetail_accepted - Indicates whether the shared portfolio is imported by the recipient account. If the recipient is in an organization node, the share is automatically imported, and the field is always set to true.

$sel:principalId:PortfolioShareDetail', portfolioShareDetail_principalId - The identifier of the recipient entity that received the portfolio share. The recipient entity can be one of the following:

  1. An external account.
  2. An organziation member account.
  3. An organzational unit (OU).
  4. The organization itself. (This shares with every account in the organization).

$sel:sharePrincipals:PortfolioShareDetail', portfolioShareDetail_sharePrincipals - Indicates if Principal sharing is enabled or disabled for the portfolio share.

$sel:shareTagOptions:PortfolioShareDetail', portfolioShareDetail_shareTagOptions - Indicates whether TagOptions sharing is enabled or disabled for the portfolio share.

$sel:type':PortfolioShareDetail', portfolioShareDetail_type - The type of the portfolio share.

Principal

data Principal Source #

Information about a principal.

See: newPrincipal smart constructor.

Instances

Instances details
FromJSON Principal Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Principal

Generic Principal Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Principal

Associated Types

type Rep Principal :: Type -> Type #

Read Principal Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Principal

Show Principal Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Principal

NFData Principal Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Principal

Methods

rnf :: Principal -> () #

Eq Principal Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Principal

Hashable Principal Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Principal

type Rep Principal Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Principal

type Rep Principal = D1 ('MetaData "Principal" "Amazonka.ServiceCatalog.Types.Principal" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "Principal'" 'PrefixI 'True) (S1 ('MetaSel ('Just "principalARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "principalType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrincipalType))))

newPrincipal :: Principal Source #

Create a value of Principal 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:principalARN:Principal', principal_principalARN - The ARN of the principal (IAM user, role, or group). This field allows for an ARN with no accountID if the PrincipalType is an IAM_PATTERN.

$sel:principalType:Principal', principal_principalType - The principal type. The supported value is IAM if you use a fully defined ARN, or IAM_PATTERN if you use an ARN with no accountID.

ProductViewAggregationValue

data ProductViewAggregationValue Source #

A single product view aggregation value/count pair, containing metadata about each product to which the calling user has access.

See: newProductViewAggregationValue smart constructor.

Instances

Instances details
FromJSON ProductViewAggregationValue Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewAggregationValue

Generic ProductViewAggregationValue Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewAggregationValue

Associated Types

type Rep ProductViewAggregationValue :: Type -> Type #

Read ProductViewAggregationValue Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewAggregationValue

Show ProductViewAggregationValue Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewAggregationValue

NFData ProductViewAggregationValue Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewAggregationValue

Eq ProductViewAggregationValue Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewAggregationValue

Hashable ProductViewAggregationValue Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewAggregationValue

type Rep ProductViewAggregationValue Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewAggregationValue

type Rep ProductViewAggregationValue = D1 ('MetaData "ProductViewAggregationValue" "Amazonka.ServiceCatalog.Types.ProductViewAggregationValue" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProductViewAggregationValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "approximateCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newProductViewAggregationValue :: ProductViewAggregationValue Source #

Create a value of ProductViewAggregationValue 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:approximateCount:ProductViewAggregationValue', productViewAggregationValue_approximateCount - An approximate count of the products that match the value.

$sel:value:ProductViewAggregationValue', productViewAggregationValue_value - The value of the product view aggregation.

ProductViewDetail

data ProductViewDetail Source #

Information about a product view.

See: newProductViewDetail smart constructor.

Instances

Instances details
FromJSON ProductViewDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewDetail

Generic ProductViewDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewDetail

Associated Types

type Rep ProductViewDetail :: Type -> Type #

Read ProductViewDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewDetail

Show ProductViewDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewDetail

NFData ProductViewDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewDetail

Methods

rnf :: ProductViewDetail -> () #

Eq ProductViewDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewDetail

Hashable ProductViewDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewDetail

type Rep ProductViewDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewDetail

type Rep ProductViewDetail = D1 ('MetaData "ProductViewDetail" "Amazonka.ServiceCatalog.Types.ProductViewDetail" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProductViewDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "productARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "productViewSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProductViewSummary)) :*: (S1 ('MetaSel ('Just "sourceConnection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceConnectionDetail)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequestStatus))))))

newProductViewDetail :: ProductViewDetail Source #

Create a value of ProductViewDetail 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:createdTime:ProductViewDetail', productViewDetail_createdTime - The UTC time stamp of the creation time.

$sel:productARN:ProductViewDetail', productViewDetail_productARN - The ARN of the product.

$sel:productViewSummary:ProductViewDetail', productViewDetail_productViewSummary - Summary information about the product view.

$sel:sourceConnection:ProductViewDetail', productViewDetail_sourceConnection - A top level ProductViewDetail response containing details about the product’s connection. Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.

$sel:status:ProductViewDetail', productViewDetail_status - The status of the product.

  • AVAILABLE - The product is ready for use.
  • CREATING - Product creation has started; the product is not ready for use.
  • FAILED - An action failed.

ProductViewSummary

data ProductViewSummary Source #

Summary information about a product view.

See: newProductViewSummary smart constructor.

Instances

Instances details
FromJSON ProductViewSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSummary

Generic ProductViewSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSummary

Associated Types

type Rep ProductViewSummary :: Type -> Type #

Read ProductViewSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSummary

Show ProductViewSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSummary

NFData ProductViewSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSummary

Methods

rnf :: ProductViewSummary -> () #

Eq ProductViewSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSummary

Hashable ProductViewSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSummary

type Rep ProductViewSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewSummary

type Rep ProductViewSummary = D1 ('MetaData "ProductViewSummary" "Amazonka.ServiceCatalog.Types.ProductViewSummary" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProductViewSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "distributor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hasDefaultPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "shortDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supportDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "supportEmail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "supportUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProductType)))))))

newProductViewSummary :: ProductViewSummary Source #

Create a value of ProductViewSummary 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:distributor:ProductViewSummary', productViewSummary_distributor - The distributor of the product. Contact the product administrator for the significance of this value.

$sel:hasDefaultPath:ProductViewSummary', productViewSummary_hasDefaultPath - Indicates whether the product has a default path. If the product does not have a default path, call ListLaunchPaths to disambiguate between paths. Otherwise, ListLaunchPaths is not required, and the output of ProductViewSummary can be used directly with DescribeProvisioningParameters.

$sel:id:ProductViewSummary', productViewSummary_id - The product view identifier.

$sel:name:ProductViewSummary', productViewSummary_name - The name of the product.

$sel:owner:ProductViewSummary', productViewSummary_owner - The owner of the product. Contact the product administrator for the significance of this value.

$sel:productId:ProductViewSummary', productViewSummary_productId - The product identifier.

$sel:shortDescription:ProductViewSummary', productViewSummary_shortDescription - Short description of the product.

$sel:supportDescription:ProductViewSummary', productViewSummary_supportDescription - The description of the support for this Product.

$sel:supportEmail:ProductViewSummary', productViewSummary_supportEmail - The email contact information to obtain support for this Product.

$sel:supportUrl:ProductViewSummary', productViewSummary_supportUrl - The URL information to obtain support for this Product.

$sel:type':ProductViewSummary', productViewSummary_type - The product type. Contact the product administrator for the significance of this value. If this value is MARKETPLACE, the product was created by Amazon Web Services Marketplace.

ProvisionedProductAttribute

data ProvisionedProductAttribute Source #

Information about a provisioned product.

See: newProvisionedProductAttribute smart constructor.

Instances

Instances details
FromJSON ProvisionedProductAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductAttribute

Generic ProvisionedProductAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductAttribute

Associated Types

type Rep ProvisionedProductAttribute :: Type -> Type #

Read ProvisionedProductAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductAttribute

Show ProvisionedProductAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductAttribute

NFData ProvisionedProductAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductAttribute

Eq ProvisionedProductAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductAttribute

Hashable ProvisionedProductAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductAttribute

type Rep ProvisionedProductAttribute Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductAttribute

type Rep ProvisionedProductAttribute = D1 ('MetaData "ProvisionedProductAttribute" "Amazonka.ServiceCatalog.Types.ProvisionedProductAttribute" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProvisionedProductAttribute'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "idempotencyToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastProvisioningRecordId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastRecordId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastSuccessfulProvisioningRecordId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "physicalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "provisioningArtifactName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisionedProductStatus))))) :*: ((S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "userArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userArnSession") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newProvisionedProductAttribute :: ProvisionedProductAttribute Source #

Create a value of ProvisionedProductAttribute 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:ProvisionedProductAttribute', provisionedProductAttribute_arn - The ARN of the provisioned product.

$sel:createdTime:ProvisionedProductAttribute', provisionedProductAttribute_createdTime - The UTC time stamp of the creation time.

$sel:id:ProvisionedProductAttribute', provisionedProductAttribute_id - The identifier of the provisioned product.

$sel:idempotencyToken:ProvisionedProductAttribute', provisionedProductAttribute_idempotencyToken - A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

$sel:lastProvisioningRecordId:ProvisionedProductAttribute', provisionedProductAttribute_lastProvisioningRecordId - The record identifier of the last request performed on this provisioned product of the following types:

  • ProvisionedProduct
  • UpdateProvisionedProduct
  • ExecuteProvisionedProductPlan
  • TerminateProvisionedProduct

$sel:lastRecordId:ProvisionedProductAttribute', provisionedProductAttribute_lastRecordId - The record identifier of the last request performed on this provisioned product.

$sel:lastSuccessfulProvisioningRecordId:ProvisionedProductAttribute', provisionedProductAttribute_lastSuccessfulProvisioningRecordId - The record identifier of the last successful request performed on this provisioned product of the following types:

  • ProvisionedProduct
  • UpdateProvisionedProduct
  • ExecuteProvisionedProductPlan
  • TerminateProvisionedProduct

$sel:name:ProvisionedProductAttribute', provisionedProductAttribute_name - The user-friendly name of the provisioned product.

$sel:physicalId:ProvisionedProductAttribute', provisionedProductAttribute_physicalId - The assigned identifier for the resource, such as an EC2 instance ID or an S3 bucket name.

$sel:productId:ProvisionedProductAttribute', provisionedProductAttribute_productId - The product identifier.

$sel:productName:ProvisionedProductAttribute', provisionedProductAttribute_productName - The name of the product.

$sel:provisioningArtifactId:ProvisionedProductAttribute', provisionedProductAttribute_provisioningArtifactId - The identifier of the provisioning artifact.

$sel:provisioningArtifactName:ProvisionedProductAttribute', provisionedProductAttribute_provisioningArtifactName - The name of the provisioning artifact.

$sel:status:ProvisionedProductAttribute', provisionedProductAttribute_status - The current status of the provisioned product.

  • AVAILABLE - Stable state, ready to perform any operation. The most recent operation succeeded and completed.
  • UNDER_CHANGE - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.
  • TAINTED - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.
  • ERROR - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.
  • PLAN_IN_PROGRESS - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.

$sel:statusMessage:ProvisionedProductAttribute', provisionedProductAttribute_statusMessage - The current status message of the provisioned product.

$sel:tags:ProvisionedProductAttribute', provisionedProductAttribute_tags - One or more tags.

$sel:type':ProvisionedProductAttribute', provisionedProductAttribute_type - The type of provisioned product. The supported values are CFN_STACK and CFN_STACKSET.

$sel:userArn:ProvisionedProductAttribute', provisionedProductAttribute_userArn - The Amazon Resource Name (ARN) of the IAM user.

$sel:userArnSession:ProvisionedProductAttribute', provisionedProductAttribute_userArnSession - The ARN of the IAM user in the session. This ARN might contain a session ID.

ProvisionedProductDetail

data ProvisionedProductDetail Source #

Information about a provisioned product.

See: newProvisionedProductDetail smart constructor.

Instances

Instances details
FromJSON ProvisionedProductDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductDetail

Generic ProvisionedProductDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductDetail

Associated Types

type Rep ProvisionedProductDetail :: Type -> Type #

Read ProvisionedProductDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductDetail

Show ProvisionedProductDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductDetail

NFData ProvisionedProductDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductDetail

Eq ProvisionedProductDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductDetail

Hashable ProvisionedProductDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductDetail

type Rep ProvisionedProductDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductDetail

type Rep ProvisionedProductDetail = D1 ('MetaData "ProvisionedProductDetail" "Amazonka.ServiceCatalog.Types.ProvisionedProductDetail" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProvisionedProductDetail'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "idempotencyToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastProvisioningRecordId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastRecordId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastSuccessfulProvisioningRecordId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "launchRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisionedProductStatus))) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newProvisionedProductDetail :: ProvisionedProductDetail Source #

Create a value of ProvisionedProductDetail 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:ProvisionedProductDetail', provisionedProductDetail_arn - The ARN of the provisioned product.

$sel:createdTime:ProvisionedProductDetail', provisionedProductDetail_createdTime - The UTC time stamp of the creation time.

$sel:id:ProvisionedProductDetail', provisionedProductDetail_id - The identifier of the provisioned product.

$sel:idempotencyToken:ProvisionedProductDetail', provisionedProductDetail_idempotencyToken - A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

$sel:lastProvisioningRecordId:ProvisionedProductDetail', provisionedProductDetail_lastProvisioningRecordId - The record identifier of the last request performed on this provisioned product of the following types:

  • ProvisionedProduct
  • UpdateProvisionedProduct
  • ExecuteProvisionedProductPlan
  • TerminateProvisionedProduct

$sel:lastRecordId:ProvisionedProductDetail', provisionedProductDetail_lastRecordId - The record identifier of the last request performed on this provisioned product.

$sel:lastSuccessfulProvisioningRecordId:ProvisionedProductDetail', provisionedProductDetail_lastSuccessfulProvisioningRecordId - The record identifier of the last successful request performed on this provisioned product of the following types:

  • ProvisionedProduct
  • UpdateProvisionedProduct
  • ExecuteProvisionedProductPlan
  • TerminateProvisionedProduct

$sel:launchRoleArn:ProvisionedProductDetail', provisionedProductDetail_launchRoleArn - The ARN of the launch role associated with the provisioned product.

$sel:name:ProvisionedProductDetail', provisionedProductDetail_name - The user-friendly name of the provisioned product.

$sel:productId:ProvisionedProductDetail', provisionedProductDetail_productId - The product identifier. For example, prod-abcdzk7xy33qa.

$sel:provisioningArtifactId:ProvisionedProductDetail', provisionedProductDetail_provisioningArtifactId - The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.

$sel:status:ProvisionedProductDetail', provisionedProductDetail_status - The current status of the provisioned product.

  • AVAILABLE - Stable state, ready to perform any operation. The most recent operation succeeded and completed.
  • UNDER_CHANGE - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.
  • TAINTED - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.
  • ERROR - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.
  • PLAN_IN_PROGRESS - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.

$sel:statusMessage:ProvisionedProductDetail', provisionedProductDetail_statusMessage - The current status message of the provisioned product.

$sel:type':ProvisionedProductDetail', provisionedProductDetail_type - The type of provisioned product. The supported values are CFN_STACK and CFN_STACKSET.

ProvisionedProductPlanDetails

data ProvisionedProductPlanDetails Source #

Information about a plan.

See: newProvisionedProductPlanDetails smart constructor.

Instances

Instances details
FromJSON ProvisionedProductPlanDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanDetails

Generic ProvisionedProductPlanDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanDetails

Associated Types

type Rep ProvisionedProductPlanDetails :: Type -> Type #

Read ProvisionedProductPlanDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanDetails

Show ProvisionedProductPlanDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanDetails

NFData ProvisionedProductPlanDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanDetails

Eq ProvisionedProductPlanDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanDetails

Hashable ProvisionedProductPlanDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanDetails

type Rep ProvisionedProductPlanDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanDetails

type Rep ProvisionedProductPlanDetails = D1 ('MetaData "ProvisionedProductPlanDetails" "Amazonka.ServiceCatalog.Types.ProvisionedProductPlanDetails" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProvisionedProductPlanDetails'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "notificationArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "pathId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "planId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "planName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "planType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisionedProductPlanType)) :*: S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "provisionProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionProductName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisioningParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UpdateProvisioningParameter])))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisionedProductPlanStatus)) :*: S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "updatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))))

newProvisionedProductPlanDetails :: ProvisionedProductPlanDetails Source #

Create a value of ProvisionedProductPlanDetails 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:createdTime:ProvisionedProductPlanDetails', provisionedProductPlanDetails_createdTime - The UTC time stamp of the creation time.

$sel:notificationArns:ProvisionedProductPlanDetails', provisionedProductPlanDetails_notificationArns - Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

$sel:pathId:ProvisionedProductPlanDetails', provisionedProductPlanDetails_pathId - The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths.

$sel:planId:ProvisionedProductPlanDetails', provisionedProductPlanDetails_planId - The plan identifier.

$sel:planName:ProvisionedProductPlanDetails', provisionedProductPlanDetails_planName - The name of the plan.

$sel:planType:ProvisionedProductPlanDetails', provisionedProductPlanDetails_planType - The plan type.

$sel:productId:ProvisionedProductPlanDetails', provisionedProductPlanDetails_productId - The product identifier.

$sel:provisionProductId:ProvisionedProductPlanDetails', provisionedProductPlanDetails_provisionProductId - The product identifier.

$sel:provisionProductName:ProvisionedProductPlanDetails', provisionedProductPlanDetails_provisionProductName - The user-friendly name of the provisioned product.

$sel:provisioningArtifactId:ProvisionedProductPlanDetails', provisionedProductPlanDetails_provisioningArtifactId - The identifier of the provisioning artifact.

$sel:provisioningParameters:ProvisionedProductPlanDetails', provisionedProductPlanDetails_provisioningParameters - Parameters specified by the administrator that are required for provisioning the product.

$sel:status:ProvisionedProductPlanDetails', provisionedProductPlanDetails_status - The status.

$sel:statusMessage:ProvisionedProductPlanDetails', provisionedProductPlanDetails_statusMessage - The status message.

$sel:tags:ProvisionedProductPlanDetails', provisionedProductPlanDetails_tags - One or more tags.

$sel:updatedTime:ProvisionedProductPlanDetails', provisionedProductPlanDetails_updatedTime - The UTC time stamp when the plan was last updated.

ProvisionedProductPlanSummary

data ProvisionedProductPlanSummary Source #

Summary information about a plan.

See: newProvisionedProductPlanSummary smart constructor.

Instances

Instances details
FromJSON ProvisionedProductPlanSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanSummary

Generic ProvisionedProductPlanSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanSummary

Associated Types

type Rep ProvisionedProductPlanSummary :: Type -> Type #

Read ProvisionedProductPlanSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanSummary

Show ProvisionedProductPlanSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanSummary

NFData ProvisionedProductPlanSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanSummary

Eq ProvisionedProductPlanSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanSummary

Hashable ProvisionedProductPlanSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanSummary

type Rep ProvisionedProductPlanSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisionedProductPlanSummary

type Rep ProvisionedProductPlanSummary = D1 ('MetaData "ProvisionedProductPlanSummary" "Amazonka.ServiceCatalog.Types.ProvisionedProductPlanSummary" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProvisionedProductPlanSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "planId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "planName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "planType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisionedProductPlanType)))) :*: (S1 ('MetaSel ('Just "provisionProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "provisionProductName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

ProvisioningArtifact

data ProvisioningArtifact Source #

Information about a provisioning artifact. A provisioning artifact is also known as a product version.

See: newProvisioningArtifact smart constructor.

Instances

Instances details
FromJSON ProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifact

Generic ProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifact

Associated Types

type Rep ProvisioningArtifact :: Type -> Type #

Read ProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifact

Show ProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifact

NFData ProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifact

Methods

rnf :: ProvisioningArtifact -> () #

Eq ProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifact

Hashable ProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifact

type Rep ProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifact

type Rep ProvisioningArtifact = D1 ('MetaData "ProvisioningArtifact" "Amazonka.ServiceCatalog.Types.ProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProvisioningArtifact'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "guidance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisioningArtifactGuidance)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newProvisioningArtifact :: ProvisioningArtifact Source #

Create a value of ProvisioningArtifact 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:createdTime:ProvisioningArtifact', provisioningArtifact_createdTime - The UTC time stamp of the creation time.

$sel:description:ProvisioningArtifact', provisioningArtifact_description - The description of the provisioning artifact.

$sel:guidance:ProvisioningArtifact', provisioningArtifact_guidance - Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.

$sel:id:ProvisioningArtifact', provisioningArtifact_id - The identifier of the provisioning artifact.

$sel:name:ProvisioningArtifact', provisioningArtifact_name - The name of the provisioning artifact.

ProvisioningArtifactDetail

data ProvisioningArtifactDetail Source #

Information about a provisioning artifact (also known as a version) for a product.

See: newProvisioningArtifactDetail smart constructor.

Instances

Instances details
FromJSON ProvisioningArtifactDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactDetail

Generic ProvisioningArtifactDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactDetail

Associated Types

type Rep ProvisioningArtifactDetail :: Type -> Type #

Read ProvisioningArtifactDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactDetail

Show ProvisioningArtifactDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactDetail

NFData ProvisioningArtifactDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactDetail

Eq ProvisioningArtifactDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactDetail

Hashable ProvisioningArtifactDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactDetail

type Rep ProvisioningArtifactDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactDetail

newProvisioningArtifactDetail :: ProvisioningArtifactDetail Source #

Create a value of ProvisioningArtifactDetail 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:active:ProvisioningArtifactDetail', provisioningArtifactDetail_active - Indicates whether the product version is active.

$sel:createdTime:ProvisioningArtifactDetail', provisioningArtifactDetail_createdTime - The UTC time stamp of the creation time.

$sel:description:ProvisioningArtifactDetail', provisioningArtifactDetail_description - The description of the provisioning artifact.

$sel:guidance:ProvisioningArtifactDetail', provisioningArtifactDetail_guidance - Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.

$sel:id:ProvisioningArtifactDetail', provisioningArtifactDetail_id - The identifier of the provisioning artifact.

$sel:name:ProvisioningArtifactDetail', provisioningArtifactDetail_name - The name of the provisioning artifact.

$sel:sourceRevision:ProvisioningArtifactDetail', provisioningArtifactDetail_sourceRevision - Specifies the revision of the external artifact that was used to automatically sync the Service Catalog product and create the provisioning artifact. Service Catalog includes this response parameter as a high level field to the existing ProvisioningArtifactDetail type, which is returned as part of the response for CreateProduct, UpdateProduct, DescribeProductAsAdmin, DescribeProvisioningArtifact, ListProvisioningArtifact, and UpdateProvisioningArticat APIs.

This field only exists for Repo-Synced products.

$sel:type':ProvisioningArtifactDetail', provisioningArtifactDetail_type - The type of provisioning artifact.

  • CLOUD_FORMATION_TEMPLATE - CloudFormation template
  • MARKETPLACE_AMI - Amazon Web Services Marketplace AMI
  • MARKETPLACE_CAR - Amazon Web Services Marketplace Clusters and Amazon Web Services Resources

ProvisioningArtifactOutput

data ProvisioningArtifactOutput Source #

Provisioning artifact output.

See: newProvisioningArtifactOutput smart constructor.

Instances

Instances details
FromJSON ProvisioningArtifactOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactOutput

Generic ProvisioningArtifactOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactOutput

Associated Types

type Rep ProvisioningArtifactOutput :: Type -> Type #

Read ProvisioningArtifactOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactOutput

Show ProvisioningArtifactOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactOutput

NFData ProvisioningArtifactOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactOutput

Eq ProvisioningArtifactOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactOutput

Hashable ProvisioningArtifactOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactOutput

type Rep ProvisioningArtifactOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactOutput

type Rep ProvisioningArtifactOutput = D1 ('MetaData "ProvisioningArtifactOutput" "Amazonka.ServiceCatalog.Types.ProvisioningArtifactOutput" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProvisioningArtifactOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newProvisioningArtifactOutput :: ProvisioningArtifactOutput Source #

Create a value of ProvisioningArtifactOutput 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:ProvisioningArtifactOutput', provisioningArtifactOutput_description - Description of the provisioning artifact output key.

$sel:key:ProvisioningArtifactOutput', provisioningArtifactOutput_key - The provisioning artifact output key.

ProvisioningArtifactParameter

data ProvisioningArtifactParameter Source #

Information about a parameter used to provision a product.

See: newProvisioningArtifactParameter smart constructor.

Instances

Instances details
FromJSON ProvisioningArtifactParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactParameter

Generic ProvisioningArtifactParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactParameter

Associated Types

type Rep ProvisioningArtifactParameter :: Type -> Type #

Read ProvisioningArtifactParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactParameter

Show ProvisioningArtifactParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactParameter

NFData ProvisioningArtifactParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactParameter

Eq ProvisioningArtifactParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactParameter

Hashable ProvisioningArtifactParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactParameter

type Rep ProvisioningArtifactParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactParameter

type Rep ProvisioningArtifactParameter = D1 ('MetaData "ProvisioningArtifactParameter" "Amazonka.ServiceCatalog.Types.ProvisioningArtifactParameter" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProvisioningArtifactParameter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "isNoEcho") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "parameterConstraints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterConstraints)) :*: (S1 ('MetaSel ('Just "parameterKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "parameterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newProvisioningArtifactParameter :: ProvisioningArtifactParameter Source #

Create a value of ProvisioningArtifactParameter 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:defaultValue:ProvisioningArtifactParameter', provisioningArtifactParameter_defaultValue - The default value.

$sel:description:ProvisioningArtifactParameter', provisioningArtifactParameter_description - The description of the parameter.

$sel:isNoEcho:ProvisioningArtifactParameter', provisioningArtifactParameter_isNoEcho - If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

$sel:parameterConstraints:ProvisioningArtifactParameter', provisioningArtifactParameter_parameterConstraints - Constraints that the administrator has put on a parameter.

$sel:parameterKey:ProvisioningArtifactParameter', provisioningArtifactParameter_parameterKey - The parameter key.

$sel:parameterType:ProvisioningArtifactParameter', provisioningArtifactParameter_parameterType - The parameter type.

ProvisioningArtifactPreferences

data ProvisioningArtifactPreferences Source #

The user-defined preferences that will be applied during product provisioning, unless overridden by ProvisioningPreferences or UpdateProvisioningPreferences.

For more information on maximum concurrent accounts and failure tolerance, see Stack set operation options in the CloudFormation User Guide.

See: newProvisioningArtifactPreferences smart constructor.

Instances

Instances details
FromJSON ProvisioningArtifactPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPreferences

Generic ProvisioningArtifactPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPreferences

Associated Types

type Rep ProvisioningArtifactPreferences :: Type -> Type #

Read ProvisioningArtifactPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPreferences

Show ProvisioningArtifactPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPreferences

NFData ProvisioningArtifactPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPreferences

Eq ProvisioningArtifactPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPreferences

Hashable ProvisioningArtifactPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPreferences

type Rep ProvisioningArtifactPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactPreferences

type Rep ProvisioningArtifactPreferences = D1 ('MetaData "ProvisioningArtifactPreferences" "Amazonka.ServiceCatalog.Types.ProvisioningArtifactPreferences" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProvisioningArtifactPreferences'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackSetAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "stackSetRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newProvisioningArtifactPreferences :: ProvisioningArtifactPreferences Source #

Create a value of ProvisioningArtifactPreferences 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:stackSetAccounts:ProvisioningArtifactPreferences', provisioningArtifactPreferences_stackSetAccounts - One or more Amazon Web Services accounts where stack instances are deployed from the stack set. These accounts can be scoped in ProvisioningPreferences$StackSetAccounts and UpdateProvisioningPreferences$StackSetAccounts.

Applicable only to a CFN_STACKSET provisioned product type.

$sel:stackSetRegions:ProvisioningArtifactPreferences', provisioningArtifactPreferences_stackSetRegions - One or more Amazon Web Services Regions where stack instances are deployed from the stack set. These Regions can be scoped in ProvisioningPreferences$StackSetRegions and UpdateProvisioningPreferences$StackSetRegions.

Applicable only to a CFN_STACKSET provisioned product type.

ProvisioningArtifactProperties

data ProvisioningArtifactProperties Source #

Information about a provisioning artifact (also known as a version) for a product.

See: newProvisioningArtifactProperties smart constructor.

Instances

Instances details
ToJSON ProvisioningArtifactProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactProperties

Generic ProvisioningArtifactProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactProperties

Associated Types

type Rep ProvisioningArtifactProperties :: Type -> Type #

Read ProvisioningArtifactProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactProperties

Show ProvisioningArtifactProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactProperties

NFData ProvisioningArtifactProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactProperties

Eq ProvisioningArtifactProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactProperties

Hashable ProvisioningArtifactProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactProperties

type Rep ProvisioningArtifactProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactProperties

type Rep ProvisioningArtifactProperties = D1 ('MetaData "ProvisioningArtifactProperties" "Amazonka.ServiceCatalog.Types.ProvisioningArtifactProperties" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProvisioningArtifactProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "disableTemplateValidation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "info") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisioningArtifactType))))))

newProvisioningArtifactProperties :: ProvisioningArtifactProperties Source #

Create a value of ProvisioningArtifactProperties 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:ProvisioningArtifactProperties', provisioningArtifactProperties_description - The description of the provisioning artifact, including how it differs from the previous provisioning artifact.

$sel:disableTemplateValidation:ProvisioningArtifactProperties', provisioningArtifactProperties_disableTemplateValidation - If set to true, Service Catalog stops validating the specified provisioning artifact even if it is invalid.

$sel:info:ProvisioningArtifactProperties', provisioningArtifactProperties_info - Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ]

The URL of the CloudFormation template in Amazon S3 or GitHub in JSON format. Specify the URL in JSON format as follows:

"LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."

ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: “arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]

$sel:name:ProvisioningArtifactProperties', provisioningArtifactProperties_name - The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.

$sel:type':ProvisioningArtifactProperties', provisioningArtifactProperties_type - The type of provisioning artifact.

  • CLOUD_FORMATION_TEMPLATE - CloudFormation template
  • MARKETPLACE_AMI - Amazon Web Services Marketplace AMI
  • MARKETPLACE_CAR - Amazon Web Services Marketplace Clusters and Amazon Web Services Resources

ProvisioningArtifactSummary

data ProvisioningArtifactSummary Source #

Summary information about a provisioning artifact (also known as a version) for a product.

See: newProvisioningArtifactSummary smart constructor.

Instances

Instances details
FromJSON ProvisioningArtifactSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactSummary

Generic ProvisioningArtifactSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactSummary

Associated Types

type Rep ProvisioningArtifactSummary :: Type -> Type #

Read ProvisioningArtifactSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactSummary

Show ProvisioningArtifactSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactSummary

NFData ProvisioningArtifactSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactSummary

Eq ProvisioningArtifactSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactSummary

Hashable ProvisioningArtifactSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactSummary

type Rep ProvisioningArtifactSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactSummary

type Rep ProvisioningArtifactSummary = D1 ('MetaData "ProvisioningArtifactSummary" "Amazonka.ServiceCatalog.Types.ProvisioningArtifactSummary" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProvisioningArtifactSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisioningArtifactMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

newProvisioningArtifactSummary :: ProvisioningArtifactSummary Source #

Create a value of ProvisioningArtifactSummary 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:createdTime:ProvisioningArtifactSummary', provisioningArtifactSummary_createdTime - The UTC time stamp of the creation time.

$sel:description:ProvisioningArtifactSummary', provisioningArtifactSummary_description - The description of the provisioning artifact.

$sel:id:ProvisioningArtifactSummary', provisioningArtifactSummary_id - The identifier of the provisioning artifact.

$sel:name:ProvisioningArtifactSummary', provisioningArtifactSummary_name - The name of the provisioning artifact.

$sel:provisioningArtifactMetadata:ProvisioningArtifactSummary', provisioningArtifactSummary_provisioningArtifactMetadata - The metadata for the provisioning artifact. This is used with Amazon Web Services Marketplace products.

ProvisioningArtifactView

data ProvisioningArtifactView Source #

An object that contains summary information about a product view and a provisioning artifact.

See: newProvisioningArtifactView smart constructor.

Instances

Instances details
FromJSON ProvisioningArtifactView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactView

Generic ProvisioningArtifactView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactView

Associated Types

type Rep ProvisioningArtifactView :: Type -> Type #

Read ProvisioningArtifactView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactView

Show ProvisioningArtifactView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactView

NFData ProvisioningArtifactView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactView

Eq ProvisioningArtifactView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactView

Hashable ProvisioningArtifactView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactView

type Rep ProvisioningArtifactView Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningArtifactView

type Rep ProvisioningArtifactView = D1 ('MetaData "ProvisioningArtifactView" "Amazonka.ServiceCatalog.Types.ProvisioningArtifactView" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProvisioningArtifactView'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productViewSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProductViewSummary)) :*: S1 ('MetaSel ('Just "provisioningArtifact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProvisioningArtifact))))

newProvisioningArtifactView :: ProvisioningArtifactView Source #

Create a value of ProvisioningArtifactView 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:productViewSummary:ProvisioningArtifactView', provisioningArtifactView_productViewSummary - Summary information about a product view.

$sel:provisioningArtifact:ProvisioningArtifactView', provisioningArtifactView_provisioningArtifact - Information about a provisioning artifact. A provisioning artifact is also known as a product version.

ProvisioningParameter

data ProvisioningParameter Source #

Information about a parameter used to provision a product.

See: newProvisioningParameter smart constructor.

Instances

Instances details
ToJSON ProvisioningParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningParameter

Generic ProvisioningParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningParameter

Associated Types

type Rep ProvisioningParameter :: Type -> Type #

Read ProvisioningParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningParameter

Show ProvisioningParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningParameter

NFData ProvisioningParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningParameter

Methods

rnf :: ProvisioningParameter -> () #

Eq ProvisioningParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningParameter

Hashable ProvisioningParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningParameter

type Rep ProvisioningParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningParameter

type Rep ProvisioningParameter = D1 ('MetaData "ProvisioningParameter" "Amazonka.ServiceCatalog.Types.ProvisioningParameter" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProvisioningParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newProvisioningParameter :: ProvisioningParameter Source #

Create a value of ProvisioningParameter 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:key:ProvisioningParameter', provisioningParameter_key - The parameter key.

$sel:value:ProvisioningParameter', provisioningParameter_value - The parameter value.

ProvisioningPreferences

data ProvisioningPreferences Source #

The user-defined preferences that will be applied when updating a provisioned product. Not all preferences are applicable to all provisioned product type

One or more Amazon Web Services accounts that will have access to the provisioned product.

Applicable only to a CFN_STACKSET provisioned product type.

The Amazon Web Services accounts specified should be within the list of accounts in the STACKSET constraint. To get the list of accounts in the STACKSET constraint, use the DescribeProvisioningParameters operation.

If no values are specified, the default value is all accounts from the STACKSET constraint.

See: newProvisioningPreferences smart constructor.

Instances

Instances details
ToJSON ProvisioningPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningPreferences

Generic ProvisioningPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningPreferences

Associated Types

type Rep ProvisioningPreferences :: Type -> Type #

Read ProvisioningPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningPreferences

Show ProvisioningPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningPreferences

NFData ProvisioningPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningPreferences

Methods

rnf :: ProvisioningPreferences -> () #

Eq ProvisioningPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningPreferences

Hashable ProvisioningPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningPreferences

type Rep ProvisioningPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProvisioningPreferences

type Rep ProvisioningPreferences = D1 ('MetaData "ProvisioningPreferences" "Amazonka.ServiceCatalog.Types.ProvisioningPreferences" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ProvisioningPreferences'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "stackSetAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "stackSetFailureToleranceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "stackSetFailureTolerancePercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "stackSetMaxConcurrencyCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "stackSetMaxConcurrencyPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "stackSetRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))

newProvisioningPreferences :: ProvisioningPreferences Source #

Create a value of ProvisioningPreferences 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:stackSetAccounts:ProvisioningPreferences', provisioningPreferences_stackSetAccounts - One or more Amazon Web Services accounts where the provisioned product will be available.

Applicable only to a CFN_STACKSET provisioned product type.

The specified accounts should be within the list of accounts from the STACKSET constraint. To get the list of accounts in the STACKSET constraint, use the DescribeProvisioningParameters operation.

If no values are specified, the default value is all acounts from the STACKSET constraint.

$sel:stackSetFailureToleranceCount:ProvisioningPreferences', provisioningPreferences_stackSetFailureToleranceCount - The number of accounts, per Region, for which this operation can fail before Service Catalog stops the operation in that Region. If the operation is stopped in a Region, Service Catalog doesn't attempt the operation in any subsequent Regions.

Applicable only to a CFN_STACKSET provisioned product type.

Conditional: You must specify either StackSetFailureToleranceCount or StackSetFailureTolerancePercentage, but not both.

The default value is 0 if no value is specified.

$sel:stackSetFailureTolerancePercentage:ProvisioningPreferences', provisioningPreferences_stackSetFailureTolerancePercentage - The percentage of accounts, per Region, for which this stack operation can fail before Service Catalog stops the operation in that Region. If the operation is stopped in a Region, Service Catalog doesn't attempt the operation in any subsequent Regions.

When calculating the number of accounts based on the specified percentage, Service Catalog rounds down to the next whole number.

Applicable only to a CFN_STACKSET provisioned product type.

Conditional: You must specify either StackSetFailureToleranceCount or StackSetFailureTolerancePercentage, but not both.

$sel:stackSetMaxConcurrencyCount:ProvisioningPreferences', provisioningPreferences_stackSetMaxConcurrencyCount - The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of StackSetFailureToleranceCount. StackSetMaxConcurrentCount is at most one more than the StackSetFailureToleranceCount.

Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.

Applicable only to a CFN_STACKSET provisioned product type.

Conditional: You must specify either StackSetMaxConcurrentCount or StackSetMaxConcurrentPercentage, but not both.

$sel:stackSetMaxConcurrencyPercentage:ProvisioningPreferences', provisioningPreferences_stackSetMaxConcurrencyPercentage - The maximum percentage of accounts in which to perform this operation at one time.

When calculating the number of accounts based on the specified percentage, Service Catalog rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, Service Catalog sets the number as 1 instead.

Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.

Applicable only to a CFN_STACKSET provisioned product type.

Conditional: You must specify either StackSetMaxConcurrentCount or StackSetMaxConcurrentPercentage, but not both.

$sel:stackSetRegions:ProvisioningPreferences', provisioningPreferences_stackSetRegions - One or more Amazon Web Services Regions where the provisioned product will be available.

Applicable only to a CFN_STACKSET provisioned product type.

The specified Regions should be within the list of Regions from the STACKSET constraint. To get the list of Regions in the STACKSET constraint, use the DescribeProvisioningParameters operation.

If no values are specified, the default value is all Regions from the STACKSET constraint.

RecordDetail

data RecordDetail Source #

Information about a request operation.

See: newRecordDetail smart constructor.

Instances

Instances details
FromJSON RecordDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordDetail

Generic RecordDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordDetail

Associated Types

type Rep RecordDetail :: Type -> Type #

Read RecordDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordDetail

Show RecordDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordDetail

NFData RecordDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordDetail

Methods

rnf :: RecordDetail -> () #

Eq RecordDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordDetail

Hashable RecordDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordDetail

type Rep RecordDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordDetail

type Rep RecordDetail = D1 ('MetaData "RecordDetail" "Amazonka.ServiceCatalog.Types.RecordDetail" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "RecordDetail'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "launchRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pathId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionedProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "provisionedProductName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionedProductType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "recordErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecordError])) :*: S1 ('MetaSel ('Just "recordId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "recordTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RecordTag])) :*: S1 ('MetaSel ('Just "recordType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordStatus)) :*: S1 ('MetaSel ('Just "updatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))))

newRecordDetail :: RecordDetail Source #

Create a value of RecordDetail 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:createdTime:RecordDetail', recordDetail_createdTime - The UTC time stamp of the creation time.

$sel:launchRoleArn:RecordDetail', recordDetail_launchRoleArn - The ARN of the launch role associated with the provisioned product.

$sel:pathId:RecordDetail', recordDetail_pathId - The path identifier.

$sel:productId:RecordDetail', recordDetail_productId - The product identifier.

$sel:provisionedProductId:RecordDetail', recordDetail_provisionedProductId - The identifier of the provisioned product.

$sel:provisionedProductName:RecordDetail', recordDetail_provisionedProductName - The user-friendly name of the provisioned product.

$sel:provisionedProductType:RecordDetail', recordDetail_provisionedProductType - The type of provisioned product. The supported values are CFN_STACK and CFN_STACKSET.

$sel:provisioningArtifactId:RecordDetail', recordDetail_provisioningArtifactId - The identifier of the provisioning artifact.

$sel:recordErrors:RecordDetail', recordDetail_recordErrors - The errors that occurred.

$sel:recordId:RecordDetail', recordDetail_recordId - The identifier of the record.

$sel:recordTags:RecordDetail', recordDetail_recordTags - One or more tags.

$sel:recordType:RecordDetail', recordDetail_recordType - The record type.

  • PROVISION_PRODUCT
  • UPDATE_PROVISIONED_PRODUCT
  • TERMINATE_PROVISIONED_PRODUCT

$sel:status:RecordDetail', recordDetail_status - The status of the provisioned product.

  • CREATED - The request was created but the operation has not started.
  • IN_PROGRESS - The requested operation is in progress.
  • IN_PROGRESS_IN_ERROR - The provisioned product is under change but the requested operation failed and some remediation is occurring. For example, a rollback.
  • SUCCEEDED - The requested operation has successfully completed.
  • FAILED - The requested operation has unsuccessfully completed. Investigate using the error messages returned.

$sel:updatedTime:RecordDetail', recordDetail_updatedTime - The time when the record was last updated.

RecordError

data RecordError Source #

The error code and description resulting from an operation.

See: newRecordError smart constructor.

Constructors

RecordError' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON RecordError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordError

Generic RecordError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordError

Associated Types

type Rep RecordError :: Type -> Type #

Read RecordError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordError

Show RecordError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordError

NFData RecordError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordError

Methods

rnf :: RecordError -> () #

Eq RecordError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordError

Hashable RecordError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordError

type Rep RecordError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordError

type Rep RecordError = D1 ('MetaData "RecordError" "Amazonka.ServiceCatalog.Types.RecordError" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "RecordError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRecordError :: RecordError Source #

Create a value of RecordError 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:code:RecordError', recordError_code - The numeric value of the error.

$sel:description:RecordError', recordError_description - The description of the error.

RecordOutput

data RecordOutput Source #

The output for the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.

See: newRecordOutput smart constructor.

Instances

Instances details
FromJSON RecordOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordOutput

Generic RecordOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordOutput

Associated Types

type Rep RecordOutput :: Type -> Type #

Read RecordOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordOutput

Show RecordOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordOutput

NFData RecordOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordOutput

Methods

rnf :: RecordOutput -> () #

Eq RecordOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordOutput

Hashable RecordOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordOutput

type Rep RecordOutput Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordOutput

type Rep RecordOutput = D1 ('MetaData "RecordOutput" "Amazonka.ServiceCatalog.Types.RecordOutput" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "RecordOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "outputKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newRecordOutput :: RecordOutput Source #

Create a value of RecordOutput 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:RecordOutput', recordOutput_description - The description of the output.

$sel:outputKey:RecordOutput', recordOutput_outputKey - The output key.

$sel:outputValue:RecordOutput', recordOutput_outputValue - The output value.

RecordTag

data RecordTag Source #

Information about a tag, which is a key-value pair.

See: newRecordTag smart constructor.

Constructors

RecordTag' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON RecordTag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordTag

Generic RecordTag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordTag

Associated Types

type Rep RecordTag :: Type -> Type #

Read RecordTag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordTag

Show RecordTag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordTag

NFData RecordTag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordTag

Methods

rnf :: RecordTag -> () #

Eq RecordTag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordTag

Hashable RecordTag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordTag

type Rep RecordTag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.RecordTag

type Rep RecordTag = D1 ('MetaData "RecordTag" "Amazonka.ServiceCatalog.Types.RecordTag" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "RecordTag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRecordTag :: RecordTag Source #

Create a value of RecordTag 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:key:RecordTag', recordTag_key - The key for this tag.

$sel:value:RecordTag', recordTag_value - The value for this tag.

ResourceChange

data ResourceChange Source #

Information about a resource change that will occur when a plan is executed.

See: newResourceChange smart constructor.

Instances

Instances details
FromJSON ResourceChange Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceChange

Generic ResourceChange Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceChange

Associated Types

type Rep ResourceChange :: Type -> Type #

Read ResourceChange Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceChange

Show ResourceChange Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceChange

NFData ResourceChange Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceChange

Methods

rnf :: ResourceChange -> () #

Eq ResourceChange Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceChange

Hashable ResourceChange Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceChange

type Rep ResourceChange Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceChange

newResourceChange :: ResourceChange Source #

Create a value of ResourceChange 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:action:ResourceChange', resourceChange_action - The change action.

$sel:details:ResourceChange', resourceChange_details - Information about the resource changes.

$sel:logicalResourceId:ResourceChange', resourceChange_logicalResourceId - The ID of the resource, as defined in the CloudFormation template.

$sel:physicalResourceId:ResourceChange', resourceChange_physicalResourceId - The ID of the resource, if it was already created.

$sel:replacement:ResourceChange', resourceChange_replacement - If the change type is Modify, indicates whether the existing resource is deleted and replaced with a new one.

$sel:resourceType:ResourceChange', resourceChange_resourceType - The type of resource.

$sel:scope:ResourceChange', resourceChange_scope - The change scope.

ResourceChangeDetail

data ResourceChangeDetail Source #

Information about a change to a resource attribute.

See: newResourceChangeDetail smart constructor.

Instances

Instances details
FromJSON ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceChangeDetail

Generic ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceChangeDetail

Associated Types

type Rep ResourceChangeDetail :: Type -> Type #

Read ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceChangeDetail

Show ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceChangeDetail

NFData ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceChangeDetail

Methods

rnf :: ResourceChangeDetail -> () #

Eq ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceChangeDetail

Hashable ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceChangeDetail

type Rep ResourceChangeDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceChangeDetail

type Rep ResourceChangeDetail = D1 ('MetaData "ResourceChangeDetail" "Amazonka.ServiceCatalog.Types.ResourceChangeDetail" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ResourceChangeDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "causingEntity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "evaluation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvaluationType)) :*: S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceTargetDefinition)))))

newResourceChangeDetail :: ResourceChangeDetail Source #

Create a value of ResourceChangeDetail 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:causingEntity:ResourceChangeDetail', resourceChangeDetail_causingEntity - The ID of the entity that caused the change.

$sel:evaluation:ResourceChangeDetail', resourceChangeDetail_evaluation - For static evaluations, the value of the resource attribute will change and the new value is known. For dynamic evaluations, the value might change, and any new value will be determined when the plan is updated.

$sel:target:ResourceChangeDetail', resourceChangeDetail_target - Information about the resource attribute to be modified.

ResourceDetail

data ResourceDetail Source #

Information about a resource.

See: newResourceDetail smart constructor.

Instances

Instances details
FromJSON ResourceDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceDetail

Generic ResourceDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceDetail

Associated Types

type Rep ResourceDetail :: Type -> Type #

Read ResourceDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceDetail

Show ResourceDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceDetail

NFData ResourceDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceDetail

Methods

rnf :: ResourceDetail -> () #

Eq ResourceDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceDetail

Hashable ResourceDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceDetail

type Rep ResourceDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceDetail

type Rep ResourceDetail = D1 ('MetaData "ResourceDetail" "Amazonka.ServiceCatalog.Types.ResourceDetail" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ResourceDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newResourceDetail :: ResourceDetail Source #

Create a value of ResourceDetail 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:ResourceDetail', resourceDetail_arn - The ARN of the resource.

$sel:createdTime:ResourceDetail', resourceDetail_createdTime - The creation time of the resource.

$sel:description:ResourceDetail', resourceDetail_description - The description of the resource.

$sel:id:ResourceDetail', resourceDetail_id - The identifier of the resource.

$sel:name:ResourceDetail', resourceDetail_name - The name of the resource.

ResourceTargetDefinition

data ResourceTargetDefinition Source #

Information about a change to a resource attribute.

See: newResourceTargetDefinition smart constructor.

Instances

Instances details
FromJSON ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceTargetDefinition

Generic ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceTargetDefinition

Associated Types

type Rep ResourceTargetDefinition :: Type -> Type #

Read ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceTargetDefinition

Show ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceTargetDefinition

NFData ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceTargetDefinition

Eq ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceTargetDefinition

Hashable ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceTargetDefinition

type Rep ResourceTargetDefinition Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ResourceTargetDefinition

type Rep ResourceTargetDefinition = D1 ('MetaData "ResourceTargetDefinition" "Amazonka.ServiceCatalog.Types.ResourceTargetDefinition" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ResourceTargetDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceAttribute)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "requiresRecreation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RequiresRecreation)))))

newResourceTargetDefinition :: ResourceTargetDefinition Source #

Create a value of ResourceTargetDefinition 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:attribute:ResourceTargetDefinition', resourceTargetDefinition_attribute - The attribute to be changed.

$sel:name:ResourceTargetDefinition', resourceTargetDefinition_name - If the attribute is Properties, the value is the name of the property. Otherwise, the value is null.

$sel:requiresRecreation:ResourceTargetDefinition', resourceTargetDefinition_requiresRecreation - If the attribute is Properties, indicates whether a change to this property causes the resource to be re-created.

ServiceActionAssociation

data ServiceActionAssociation Source #

A self-service action association consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.

See: newServiceActionAssociation smart constructor.

Instances

Instances details
ToJSON ServiceActionAssociation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociation

Generic ServiceActionAssociation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociation

Associated Types

type Rep ServiceActionAssociation :: Type -> Type #

Read ServiceActionAssociation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociation

Show ServiceActionAssociation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociation

NFData ServiceActionAssociation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociation

Eq ServiceActionAssociation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociation

Hashable ServiceActionAssociation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociation

type Rep ServiceActionAssociation Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionAssociation

type Rep ServiceActionAssociation = D1 ('MetaData "ServiceActionAssociation" "Amazonka.ServiceCatalog.Types.ServiceActionAssociation" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ServiceActionAssociation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceActionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newServiceActionAssociation Source #

Create a value of ServiceActionAssociation 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:serviceActionId:ServiceActionAssociation', serviceActionAssociation_serviceActionId - The self-service action identifier. For example, act-fs7abcd89wxyz.

$sel:productId:ServiceActionAssociation', serviceActionAssociation_productId - The product identifier. For example, prod-abcdzk7xy33qa.

$sel:provisioningArtifactId:ServiceActionAssociation', serviceActionAssociation_provisioningArtifactId - The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.

ServiceActionDetail

data ServiceActionDetail Source #

An object containing detailed information about the self-service action.

See: newServiceActionDetail smart constructor.

Instances

Instances details
FromJSON ServiceActionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDetail

Generic ServiceActionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDetail

Associated Types

type Rep ServiceActionDetail :: Type -> Type #

Read ServiceActionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDetail

Show ServiceActionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDetail

NFData ServiceActionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDetail

Methods

rnf :: ServiceActionDetail -> () #

Eq ServiceActionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDetail

Hashable ServiceActionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDetail

type Rep ServiceActionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionDetail

type Rep ServiceActionDetail = D1 ('MetaData "ServiceActionDetail" "Amazonka.ServiceCatalog.Types.ServiceActionDetail" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ServiceActionDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap ServiceActionDefinitionKey Text))) :*: S1 ('MetaSel ('Just "serviceActionSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceActionSummary))))

newServiceActionDetail :: ServiceActionDetail Source #

Create a value of ServiceActionDetail 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:definition:ServiceActionDetail', serviceActionDetail_definition - A map that defines the self-service action.

$sel:serviceActionSummary:ServiceActionDetail', serviceActionDetail_serviceActionSummary - Summary information about the self-service action.

ServiceActionSummary

data ServiceActionSummary Source #

Detailed information about the self-service action.

See: newServiceActionSummary smart constructor.

Instances

Instances details
FromJSON ServiceActionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionSummary

Generic ServiceActionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionSummary

Associated Types

type Rep ServiceActionSummary :: Type -> Type #

Read ServiceActionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionSummary

Show ServiceActionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionSummary

NFData ServiceActionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionSummary

Methods

rnf :: ServiceActionSummary -> () #

Eq ServiceActionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionSummary

Hashable ServiceActionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionSummary

type Rep ServiceActionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ServiceActionSummary

type Rep ServiceActionSummary = D1 ('MetaData "ServiceActionSummary" "Amazonka.ServiceCatalog.Types.ServiceActionSummary" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ServiceActionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "definitionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceActionDefinitionType)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newServiceActionSummary :: ServiceActionSummary Source #

Create a value of ServiceActionSummary 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:definitionType:ServiceActionSummary', serviceActionSummary_definitionType - The self-service action definition type. For example, SSM_AUTOMATION.

$sel:description:ServiceActionSummary', serviceActionSummary_description - The self-service action description.

$sel:id:ServiceActionSummary', serviceActionSummary_id - The self-service action identifier.

$sel:name:ServiceActionSummary', serviceActionSummary_name - The self-service action name.

ShareDetails

data ShareDetails Source #

Information about the portfolio share operation.

See: newShareDetails smart constructor.

Constructors

ShareDetails' (Maybe [ShareError]) (Maybe [Text]) 

Instances

Instances details
FromJSON ShareDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareDetails

Generic ShareDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareDetails

Associated Types

type Rep ShareDetails :: Type -> Type #

Read ShareDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareDetails

Show ShareDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareDetails

NFData ShareDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareDetails

Methods

rnf :: ShareDetails -> () #

Eq ShareDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareDetails

Hashable ShareDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareDetails

type Rep ShareDetails Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareDetails

type Rep ShareDetails = D1 ('MetaData "ShareDetails" "Amazonka.ServiceCatalog.Types.ShareDetails" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ShareDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "shareErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ShareError])) :*: S1 ('MetaSel ('Just "successfulShares") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newShareDetails :: ShareDetails Source #

Create a value of ShareDetails 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:shareErrors:ShareDetails', shareDetails_shareErrors - List of errors.

$sel:successfulShares:ShareDetails', shareDetails_successfulShares - List of accounts for whom the operation succeeded.

ShareError

data ShareError Source #

Errors that occurred during the portfolio share operation.

See: newShareError smart constructor.

Constructors

ShareError' (Maybe [Text]) (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON ShareError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareError

Generic ShareError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareError

Associated Types

type Rep ShareError :: Type -> Type #

Read ShareError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareError

Show ShareError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareError

NFData ShareError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareError

Methods

rnf :: ShareError -> () #

Eq ShareError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareError

Hashable ShareError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareError

type Rep ShareError Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ShareError

type Rep ShareError = D1 ('MetaData "ShareError" "Amazonka.ServiceCatalog.Types.ShareError" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "ShareError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newShareError :: ShareError Source #

Create a value of ShareError 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:accounts:ShareError', shareError_accounts - List of accounts impacted by the error.

$sel:error:ShareError', shareError_error - Error type that happened when processing the operation.

$sel:message:ShareError', shareError_message - Information about the error.

SourceConnection

data SourceConnection Source #

A top level ProductViewDetail response containing details about the product’s connection. Service Catalog returns this field for the CreateProduct, UpdateProduct, DescribeProductAsAdmin, and SearchProductAsAdmin APIs. This response contains the same fields as the ConnectionParameters request, with the addition of the LastSync response.

See: newSourceConnection smart constructor.

Instances

Instances details
ToJSON SourceConnection Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnection

Generic SourceConnection Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnection

Associated Types

type Rep SourceConnection :: Type -> Type #

Read SourceConnection Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnection

Show SourceConnection Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnection

NFData SourceConnection Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnection

Methods

rnf :: SourceConnection -> () #

Eq SourceConnection Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnection

Hashable SourceConnection Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnection

type Rep SourceConnection Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnection

type Rep SourceConnection = D1 ('MetaData "SourceConnection" "Amazonka.ServiceCatalog.Types.SourceConnection" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "SourceConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceType)) :*: S1 ('MetaSel ('Just "connectionParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceConnectionParameters)))

newSourceConnection Source #

Create a value of SourceConnection 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:type':SourceConnection', sourceConnection_type - The only supported SourceConnection type is Codestar.

$sel:connectionParameters:SourceConnection', sourceConnection_connectionParameters - The connection details based on the connection Type.

SourceConnectionDetail

data SourceConnectionDetail Source #

Provides details about the configured SourceConnection.

See: newSourceConnectionDetail smart constructor.

Instances

Instances details
FromJSON SourceConnectionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnectionDetail

Generic SourceConnectionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnectionDetail

Associated Types

type Rep SourceConnectionDetail :: Type -> Type #

Read SourceConnectionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnectionDetail

Show SourceConnectionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnectionDetail

NFData SourceConnectionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnectionDetail

Methods

rnf :: SourceConnectionDetail -> () #

Eq SourceConnectionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnectionDetail

Hashable SourceConnectionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnectionDetail

type Rep SourceConnectionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnectionDetail

type Rep SourceConnectionDetail = D1 ('MetaData "SourceConnectionDetail" "Amazonka.ServiceCatalog.Types.SourceConnectionDetail" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "SourceConnectionDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectionParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceConnectionParameters)) :*: (S1 ('MetaSel ('Just "lastSync") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LastSync)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceType)))))

newSourceConnectionDetail :: SourceConnectionDetail Source #

Create a value of SourceConnectionDetail 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:connectionParameters:SourceConnectionDetail', sourceConnectionDetail_connectionParameters - The connection details based on the connection Type.

$sel:lastSync:SourceConnectionDetail', sourceConnectionDetail_lastSync - Provides details about the product's connection sync and contains the following sub-fields.

  • LastSyncTime
  • LastSyncStatus
  • LastSyncStatusMessage
  • LastSuccessfulSyncTime
  • LastSuccessfulSyncProvisioningArtifactID

$sel:type':SourceConnectionDetail', sourceConnectionDetail_type - The only supported SourceConnection type is Codestar.

SourceConnectionParameters

data SourceConnectionParameters Source #

Provides connection details.

See: newSourceConnectionParameters smart constructor.

Instances

Instances details
FromJSON SourceConnectionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnectionParameters

ToJSON SourceConnectionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnectionParameters

Generic SourceConnectionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnectionParameters

Associated Types

type Rep SourceConnectionParameters :: Type -> Type #

Read SourceConnectionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnectionParameters

Show SourceConnectionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnectionParameters

NFData SourceConnectionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnectionParameters

Eq SourceConnectionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnectionParameters

Hashable SourceConnectionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnectionParameters

type Rep SourceConnectionParameters Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.SourceConnectionParameters

type Rep SourceConnectionParameters = D1 ('MetaData "SourceConnectionParameters" "Amazonka.ServiceCatalog.Types.SourceConnectionParameters" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "SourceConnectionParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "codeStar") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CodeStarParameters))))

newSourceConnectionParameters :: SourceConnectionParameters Source #

Create a value of SourceConnectionParameters 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:codeStar:SourceConnectionParameters', sourceConnectionParameters_codeStar - Provides ConnectionType details.

StackInstance

data StackInstance Source #

An CloudFormation stack, in a specific account and Region, that's part of a stack set operation. A stack instance is a reference to an attempted or actual stack in a given account within a given Region. A stack instance can exist without a stack—for example, if the stack couldn't be created for some reason. A stack instance is associated with only one stack set. Each stack instance contains the ID of its associated stack set, as well as the ID of the actual stack and the stack status.

See: newStackInstance smart constructor.

Instances

Instances details
FromJSON StackInstance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstance

Generic StackInstance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstance

Associated Types

type Rep StackInstance :: Type -> Type #

Read StackInstance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstance

Show StackInstance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstance

NFData StackInstance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstance

Methods

rnf :: StackInstance -> () #

Eq StackInstance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstance

Hashable StackInstance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstance

type Rep StackInstance Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.StackInstance

type Rep StackInstance = D1 ('MetaData "StackInstance" "Amazonka.ServiceCatalog.Types.StackInstance" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "StackInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "account") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackInstanceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackInstanceStatus)))))

newStackInstance :: StackInstance Source #

Create a value of StackInstance 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:account:StackInstance', stackInstance_account - The name of the Amazon Web Services account that the stack instance is associated with.

$sel:region:StackInstance', stackInstance_region - The name of the Amazon Web Services Region that the stack instance is associated with.

$sel:stackInstanceStatus:StackInstance', stackInstance_stackInstanceStatus - The status of the stack instance, in terms of its synchronization with its associated stack set.

  • INOPERABLE: A DeleteStackInstances operation has failed and left the stack in an unstable state. Stacks in this state are excluded from further UpdateStackSet operations. You might need to perform a DeleteStackInstances operation, with RetainStacks set to true, to delete the stack instance, and then delete the stack manually.
  • OUTDATED: The stack isn't currently up to date with the stack set because either the associated stack failed during a CreateStackSet or UpdateStackSet operation, or the stack was part of a CreateStackSet or UpdateStackSet operation that failed or was stopped before the stack was created or updated.
  • CURRENT: The stack is currently up to date with the stack set.

Tag

data Tag Source #

Information about a tag. A tag is a key-value pair. Tags are propagated to the resources created when provisioning a product.

See: newTag smart constructor.

Constructors

Tag' Text Text 

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Read Tag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Hashable Tag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.ServiceCatalog.Types.Tag" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - The tag key.

$sel:value:Tag', tag_value - The value for this key.

TagOptionDetail

data TagOptionDetail Source #

Information about a TagOption.

See: newTagOptionDetail smart constructor.

Instances

Instances details
FromJSON TagOptionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.TagOptionDetail

Generic TagOptionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.TagOptionDetail

Associated Types

type Rep TagOptionDetail :: Type -> Type #

Read TagOptionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.TagOptionDetail

Show TagOptionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.TagOptionDetail

NFData TagOptionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.TagOptionDetail

Methods

rnf :: TagOptionDetail -> () #

Eq TagOptionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.TagOptionDetail

Hashable TagOptionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.TagOptionDetail

type Rep TagOptionDetail Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.TagOptionDetail

type Rep TagOptionDetail = D1 ('MetaData "TagOptionDetail" "Amazonka.ServiceCatalog.Types.TagOptionDetail" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "TagOptionDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "active") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newTagOptionDetail :: TagOptionDetail Source #

Create a value of TagOptionDetail 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:active:TagOptionDetail', tagOptionDetail_active - The TagOption active state.

$sel:id:TagOptionDetail', tagOptionDetail_id - The TagOption identifier.

$sel:key:TagOptionDetail', tagOptionDetail_key - The TagOption key.

$sel:owner:TagOptionDetail', tagOptionDetail_owner - The Amazon Web Services account Id of the owner account that created the TagOption.

$sel:value:TagOptionDetail', tagOptionDetail_value - The TagOption value.

TagOptionSummary

data TagOptionSummary Source #

Summary information about a TagOption.

See: newTagOptionSummary smart constructor.

Constructors

TagOptionSummary' (Maybe Text) (Maybe [Text]) 

Instances

Instances details
FromJSON TagOptionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.TagOptionSummary

Generic TagOptionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.TagOptionSummary

Associated Types

type Rep TagOptionSummary :: Type -> Type #

Read TagOptionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.TagOptionSummary

Show TagOptionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.TagOptionSummary

NFData TagOptionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.TagOptionSummary

Methods

rnf :: TagOptionSummary -> () #

Eq TagOptionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.TagOptionSummary

Hashable TagOptionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.TagOptionSummary

type Rep TagOptionSummary Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.TagOptionSummary

type Rep TagOptionSummary = D1 ('MetaData "TagOptionSummary" "Amazonka.ServiceCatalog.Types.TagOptionSummary" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "TagOptionSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newTagOptionSummary :: TagOptionSummary Source #

Create a value of TagOptionSummary 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:key:TagOptionSummary', tagOptionSummary_key - The TagOption key.

$sel:values:TagOptionSummary', tagOptionSummary_values - The TagOption value.

UpdateProvisioningParameter

data UpdateProvisioningParameter Source #

The parameter key-value pair used to update a provisioned product.

See: newUpdateProvisioningParameter smart constructor.

Instances

Instances details
FromJSON UpdateProvisioningParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UpdateProvisioningParameter

ToJSON UpdateProvisioningParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UpdateProvisioningParameter

Generic UpdateProvisioningParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UpdateProvisioningParameter

Associated Types

type Rep UpdateProvisioningParameter :: Type -> Type #

Read UpdateProvisioningParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UpdateProvisioningParameter

Show UpdateProvisioningParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UpdateProvisioningParameter

NFData UpdateProvisioningParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UpdateProvisioningParameter

Eq UpdateProvisioningParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UpdateProvisioningParameter

Hashable UpdateProvisioningParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UpdateProvisioningParameter

type Rep UpdateProvisioningParameter Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UpdateProvisioningParameter

type Rep UpdateProvisioningParameter = D1 ('MetaData "UpdateProvisioningParameter" "Amazonka.ServiceCatalog.Types.UpdateProvisioningParameter" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdateProvisioningParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "usePreviousValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newUpdateProvisioningParameter :: UpdateProvisioningParameter Source #

Create a value of UpdateProvisioningParameter 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:key:UpdateProvisioningParameter', updateProvisioningParameter_key - The parameter key.

$sel:usePreviousValue:UpdateProvisioningParameter', updateProvisioningParameter_usePreviousValue - If set to true, Value is ignored and the previous parameter value is kept.

$sel:value:UpdateProvisioningParameter', updateProvisioningParameter_value - The parameter value.

UpdateProvisioningPreferences

data UpdateProvisioningPreferences Source #

The user-defined preferences that will be applied when updating a provisioned product. Not all preferences are applicable to all provisioned product types.

See: newUpdateProvisioningPreferences smart constructor.

Instances

Instances details
ToJSON UpdateProvisioningPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UpdateProvisioningPreferences

Generic UpdateProvisioningPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UpdateProvisioningPreferences

Associated Types

type Rep UpdateProvisioningPreferences :: Type -> Type #

Read UpdateProvisioningPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UpdateProvisioningPreferences

Show UpdateProvisioningPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UpdateProvisioningPreferences

NFData UpdateProvisioningPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UpdateProvisioningPreferences

Eq UpdateProvisioningPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UpdateProvisioningPreferences

Hashable UpdateProvisioningPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UpdateProvisioningPreferences

type Rep UpdateProvisioningPreferences Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UpdateProvisioningPreferences

type Rep UpdateProvisioningPreferences = D1 ('MetaData "UpdateProvisioningPreferences" "Amazonka.ServiceCatalog.Types.UpdateProvisioningPreferences" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UpdateProvisioningPreferences'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "stackSetAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "stackSetFailureToleranceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "stackSetFailureTolerancePercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "stackSetMaxConcurrencyCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "stackSetMaxConcurrencyPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "stackSetOperationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSetOperationType)) :*: S1 ('MetaSel ('Just "stackSetRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))

newUpdateProvisioningPreferences :: UpdateProvisioningPreferences Source #

Create a value of UpdateProvisioningPreferences 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:stackSetAccounts:UpdateProvisioningPreferences', updateProvisioningPreferences_stackSetAccounts - One or more Amazon Web Services accounts that will have access to the provisioned product.

Applicable only to a CFN_STACKSET provisioned product type.

The Amazon Web Services accounts specified should be within the list of accounts in the STACKSET constraint. To get the list of accounts in the STACKSET constraint, use the DescribeProvisioningParameters operation.

If no values are specified, the default value is all accounts from the STACKSET constraint.

$sel:stackSetFailureToleranceCount:UpdateProvisioningPreferences', updateProvisioningPreferences_stackSetFailureToleranceCount - The number of accounts, per Region, for which this operation can fail before Service Catalog stops the operation in that Region. If the operation is stopped in a Region, Service Catalog doesn't attempt the operation in any subsequent Regions.

Applicable only to a CFN_STACKSET provisioned product type.

Conditional: You must specify either StackSetFailureToleranceCount or StackSetFailureTolerancePercentage, but not both.

The default value is 0 if no value is specified.

$sel:stackSetFailureTolerancePercentage:UpdateProvisioningPreferences', updateProvisioningPreferences_stackSetFailureTolerancePercentage - The percentage of accounts, per Region, for which this stack operation can fail before Service Catalog stops the operation in that Region. If the operation is stopped in a Region, Service Catalog doesn't attempt the operation in any subsequent Regions.

When calculating the number of accounts based on the specified percentage, Service Catalog rounds down to the next whole number.

Applicable only to a CFN_STACKSET provisioned product type.

Conditional: You must specify either StackSetFailureToleranceCount or StackSetFailureTolerancePercentage, but not both.

$sel:stackSetMaxConcurrencyCount:UpdateProvisioningPreferences', updateProvisioningPreferences_stackSetMaxConcurrencyCount - The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of StackSetFailureToleranceCount. StackSetMaxConcurrentCount is at most one more than the StackSetFailureToleranceCount.

Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.

Applicable only to a CFN_STACKSET provisioned product type.

Conditional: You must specify either StackSetMaxConcurrentCount or StackSetMaxConcurrentPercentage, but not both.

$sel:stackSetMaxConcurrencyPercentage:UpdateProvisioningPreferences', updateProvisioningPreferences_stackSetMaxConcurrencyPercentage - The maximum percentage of accounts in which to perform this operation at one time.

When calculating the number of accounts based on the specified percentage, Service Catalog rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, Service Catalog sets the number as 1 instead.

Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.

Applicable only to a CFN_STACKSET provisioned product type.

Conditional: You must specify either StackSetMaxConcurrentCount or StackSetMaxConcurrentPercentage, but not both.

$sel:stackSetOperationType:UpdateProvisioningPreferences', updateProvisioningPreferences_stackSetOperationType - Determines what action Service Catalog performs to a stack set or a stack instance represented by the provisioned product. The default value is UPDATE if nothing is specified.

Applicable only to a CFN_STACKSET provisioned product type.

CREATE
Creates a new stack instance in the stack set represented by the provisioned product. In this case, only new stack instances are created based on accounts and Regions; if new ProductId or ProvisioningArtifactID are passed, they will be ignored.
UPDATE
Updates the stack set represented by the provisioned product and also its stack instances.
DELETE
Deletes a stack instance in the stack set represented by the provisioned product.

$sel:stackSetRegions:UpdateProvisioningPreferences', updateProvisioningPreferences_stackSetRegions - One or more Amazon Web Services Regions where the provisioned product will be available.

Applicable only to a CFN_STACKSET provisioned product type.

The specified Regions should be within the list of Regions from the STACKSET constraint. To get the list of Regions in the STACKSET constraint, use the DescribeProvisioningParameters operation.

If no values are specified, the default value is all Regions from the STACKSET constraint.

UsageInstruction

data UsageInstruction Source #

Additional information provided by the administrator.

See: newUsageInstruction smart constructor.

Instances

Instances details
FromJSON UsageInstruction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UsageInstruction

Generic UsageInstruction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UsageInstruction

Associated Types

type Rep UsageInstruction :: Type -> Type #

Read UsageInstruction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UsageInstruction

Show UsageInstruction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UsageInstruction

NFData UsageInstruction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UsageInstruction

Methods

rnf :: UsageInstruction -> () #

Eq UsageInstruction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UsageInstruction

Hashable UsageInstruction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UsageInstruction

type Rep UsageInstruction Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.UsageInstruction

type Rep UsageInstruction = D1 ('MetaData "UsageInstruction" "Amazonka.ServiceCatalog.Types.UsageInstruction" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "UsageInstruction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newUsageInstruction :: UsageInstruction Source #

Create a value of UsageInstruction 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:type':UsageInstruction', usageInstruction_type - The usage instruction type for the value.

$sel:value:UsageInstruction', usageInstruction_value - The usage instruction value for this type.