amazonka-proton-2.0: Amazon Proton 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.Proton.ListComponentProvisionedResources

Description

List provisioned resources for a component with details.

For more information about components, see Proton components in the Proton User Guide.

This operation returns paginated results.

Synopsis

Creating a Request

data ListComponentProvisionedResources Source #

See: newListComponentProvisionedResources smart constructor.

Constructors

ListComponentProvisionedResources' 

Fields

  • nextToken :: Maybe Text

    A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.

  • componentName :: Text

    The name of the component whose provisioned resources you want.

Instances

Instances details
ToJSON ListComponentProvisionedResources Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

ToHeaders ListComponentProvisionedResources Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

ToPath ListComponentProvisionedResources Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

ToQuery ListComponentProvisionedResources Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

AWSPager ListComponentProvisionedResources Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

AWSRequest ListComponentProvisionedResources Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

Generic ListComponentProvisionedResources Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

Associated Types

type Rep ListComponentProvisionedResources :: Type -> Type #

Read ListComponentProvisionedResources Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

Show ListComponentProvisionedResources Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

NFData ListComponentProvisionedResources Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

Eq ListComponentProvisionedResources Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

Hashable ListComponentProvisionedResources Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

type AWSResponse ListComponentProvisionedResources Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

type Rep ListComponentProvisionedResources Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

type Rep ListComponentProvisionedResources = D1 ('MetaData "ListComponentProvisionedResources" "Amazonka.Proton.ListComponentProvisionedResources" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "ListComponentProvisionedResources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListComponentProvisionedResources Source #

Create a value of ListComponentProvisionedResources with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ListComponentProvisionedResources, listComponentProvisionedResources_nextToken - A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.

$sel:componentName:ListComponentProvisionedResources', listComponentProvisionedResources_componentName - The name of the component whose provisioned resources you want.

Request Lenses

listComponentProvisionedResources_nextToken :: Lens' ListComponentProvisionedResources (Maybe Text) Source #

A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.

listComponentProvisionedResources_componentName :: Lens' ListComponentProvisionedResources Text Source #

The name of the component whose provisioned resources you want.

Destructuring the Response

data ListComponentProvisionedResourcesResponse Source #

Constructors

ListComponentProvisionedResourcesResponse' 

Fields

Instances

Instances details
Generic ListComponentProvisionedResourcesResponse Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

Read ListComponentProvisionedResourcesResponse Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

Show ListComponentProvisionedResourcesResponse Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

NFData ListComponentProvisionedResourcesResponse Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

Eq ListComponentProvisionedResourcesResponse Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

type Rep ListComponentProvisionedResourcesResponse Source # 
Instance details

Defined in Amazonka.Proton.ListComponentProvisionedResources

type Rep ListComponentProvisionedResourcesResponse = D1 ('MetaData "ListComponentProvisionedResourcesResponse" "Amazonka.Proton.ListComponentProvisionedResources" "amazonka-proton-2.0-LlJ92rKPVfGGXHsLqGeI74" 'False) (C1 ('MetaCons "ListComponentProvisionedResourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "provisionedResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ProvisionedResource]))))

newListComponentProvisionedResourcesResponse Source #

Create a value of ListComponentProvisionedResourcesResponse with all optional fields omitted.

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

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ListComponentProvisionedResources, listComponentProvisionedResourcesResponse_nextToken - A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the current requested list of provisioned resources.

$sel:httpStatus:ListComponentProvisionedResourcesResponse', listComponentProvisionedResourcesResponse_httpStatus - The response's http status code.

$sel:provisionedResources:ListComponentProvisionedResourcesResponse', listComponentProvisionedResourcesResponse_provisionedResources - An array of provisioned resources for a component.

Response Lenses

listComponentProvisionedResourcesResponse_nextToken :: Lens' ListComponentProvisionedResourcesResponse (Maybe Text) Source #

A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the current requested list of provisioned resources.