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

Amazonka.CloudControl.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2021-09-30 of the Amazon Cloud Control API SDK configuration.

Errors

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

The specified extension does not exist in the CloudFormation registry.

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

The resource handler has returned that the downstream service generated an error that does not map to any other handler error code.

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

The resource handler has failed without a returning a more specific error code. This can include timeouts.

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

The resource handler has returned that invalid input from the user has generated a generic exception.

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

Cloud Control API has not received a valid response from the resource handler, due to a configuration error. This includes issues such as the resource handler returning an invalid response, or timing out.

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

The resource handler has returned that the downstream service returned an internal error, typically with a 5XX HTTP status code.

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

The resource handler has returned that an unexpected error occurred within the resource handler.

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

The specified client token has already been used in another resource request.

It is best practice for client tokens to be unique for each resource operation request. However, client token expire after 36 hours.

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

A resource operation with the specified request token cannot be found.

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

The resource handler has returned that the request could not be completed due to networking issues, such as a failure to receive a response from the server.

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

The resource handler has returned that the downstream resource failed to complete all of its ready-state checks.

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

One or more properties included in this resource operation are defined as create-only, and therefore cannot be updated.

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

The specified resource does not support this resource operation.

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

The resource handler has returned that a non-transient resource limit was reached on the service side.

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

The request was denied due to request throttling.

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

The resource is currently being modified by another operation.

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

The resource is temporarily unavailable to be acted upon. For example, if the resource is currently undergoing an operation and cannot be acted upon until that operation is finished.

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

The resource handler has returned that the credentials provided by the user are invalid.

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

A resource with the specified identifier cannot be found.

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

Another resource operation is currently being performed on this resource.

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

The resource with the name requested already exists.

HandlerErrorCode

newtype HandlerErrorCode Source #

Instances

Instances details
Eq HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

Ord HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

Read HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

Show HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

Generic HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

Associated Types

type Rep HandlerErrorCode :: Type -> Type #

NFData HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

Methods

rnf :: HandlerErrorCode -> () #

Hashable HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

ToJSON HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

ToJSONKey HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

FromJSON HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

FromJSONKey HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

ToLog HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

ToHeader HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

ToQuery HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

FromXML HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

ToXML HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

ToByteString HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

FromText HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

ToText HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

type Rep HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

type Rep HandlerErrorCode = D1 ('MetaData "HandlerErrorCode" "Amazonka.CloudControl.Types.HandlerErrorCode" "libZSservicesZSamazonka-cloudcontrolZSamazonka-cloudcontrol" 'True) (C1 ('MetaCons "HandlerErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHandlerErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Operation

newtype Operation Source #

Constructors

Operation' 

Fields

Bundled Patterns

pattern Operation_CREATE :: Operation 
pattern Operation_DELETE :: Operation 
pattern Operation_UPDATE :: Operation 

Instances

Instances details
Eq Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

Ord Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

Read Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

Show Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

Generic Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

Associated Types

type Rep Operation :: Type -> Type #

NFData Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

Methods

rnf :: Operation -> () #

Hashable Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

ToJSON Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

ToJSONKey Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

FromJSON Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

FromJSONKey Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

ToLog Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

ToHeader Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

ToQuery Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

FromXML Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

ToXML Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

Methods

toXML :: Operation -> XML #

ToByteString Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

Methods

toBS :: Operation -> ByteString #

FromText Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

ToText Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

Methods

toText :: Operation -> Text #

type Rep Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

type Rep Operation = D1 ('MetaData "Operation" "Amazonka.CloudControl.Types.Operation" "libZSservicesZSamazonka-cloudcontrolZSamazonka-cloudcontrol" 'True) (C1 ('MetaCons "Operation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperationStatus

newtype OperationStatus Source #

Constructors

OperationStatus' 

Instances

Instances details
Eq OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

Ord OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

Read OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

Show OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

Generic OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

Associated Types

type Rep OperationStatus :: Type -> Type #

NFData OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

Methods

rnf :: OperationStatus -> () #

Hashable OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

ToJSON OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

ToJSONKey OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

FromJSON OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

FromJSONKey OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

ToLog OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

ToHeader OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

ToQuery OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

FromXML OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

ToXML OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

Methods

toXML :: OperationStatus -> XML #

ToByteString OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

FromText OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

ToText OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

type Rep OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

type Rep OperationStatus = D1 ('MetaData "OperationStatus" "Amazonka.CloudControl.Types.OperationStatus" "libZSservicesZSamazonka-cloudcontrolZSamazonka-cloudcontrol" 'True) (C1 ('MetaCons "OperationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProgressEvent

data ProgressEvent Source #

Represents the current status of a resource operation request. For more information, see Managing resource operation requests in the Amazon Web Services Cloud Control API User Guide.

See: newProgressEvent smart constructor.

Constructors

ProgressEvent' 

Fields

  • retryAfter :: Maybe POSIX

    When to next request the status of this resource operation request.

  • typeName :: Maybe Text

    The name of the resource type used in the operation.

  • requestToken :: Maybe Text

    The unique token representing this resource operation request.

    Use the RequestToken with GetResourceRequestStatus to return the current status of a resource operation request.

  • resourceModel :: Maybe (Sensitive Text)

    A JSON string containing the resource model, consisting of each resource property and its current value.

  • operation :: Maybe Operation

    The resource operation type.

  • identifier :: Maybe Text

    The primary identifier for the resource.

    In some cases, the resource identifier may be available before the resource operation has reached a status of SUCCESS.

  • operationStatus :: Maybe OperationStatus

    The current status of the resource operation request.

    • PENDING: The resource operation has not yet started.
    • IN_PROGRESS: The resource operation is currently in progress.
    • SUCCESS: The resource operation has successfully completed.
    • FAILED: The resource operation has failed. Refer to the error code and status message for more information.
    • CANCEL_IN_PROGRESS: The resource operation is in the process of being canceled.
    • CANCEL_COMPLETE: The resource operation has been canceled.
  • eventTime :: Maybe POSIX

    When the resource operation request was initiated.

  • statusMessage :: Maybe Text

    Any message explaining the current status.

  • errorCode :: Maybe HandlerErrorCode

    For requests with a status of FAILED, the associated error code.

    For error code definitions, see Handler error codes in the /CloudFormation Command Line Interface User Guide for Extension Development/.

Instances

Instances details
Eq ProgressEvent Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ProgressEvent

Show ProgressEvent Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ProgressEvent

Generic ProgressEvent Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ProgressEvent

Associated Types

type Rep ProgressEvent :: Type -> Type #

NFData ProgressEvent Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ProgressEvent

Methods

rnf :: ProgressEvent -> () #

Hashable ProgressEvent Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ProgressEvent

FromJSON ProgressEvent Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ProgressEvent

type Rep ProgressEvent Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ProgressEvent

newProgressEvent :: ProgressEvent Source #

Create a value of ProgressEvent with all optional fields omitted.

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

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

$sel:retryAfter:ProgressEvent', progressEvent_retryAfter - When to next request the status of this resource operation request.

$sel:typeName:ProgressEvent', progressEvent_typeName - The name of the resource type used in the operation.

$sel:requestToken:ProgressEvent', progressEvent_requestToken - The unique token representing this resource operation request.

Use the RequestToken with GetResourceRequestStatus to return the current status of a resource operation request.

$sel:resourceModel:ProgressEvent', progressEvent_resourceModel - A JSON string containing the resource model, consisting of each resource property and its current value.

$sel:operation:ProgressEvent', progressEvent_operation - The resource operation type.

$sel:identifier:ProgressEvent', progressEvent_identifier - The primary identifier for the resource.

In some cases, the resource identifier may be available before the resource operation has reached a status of SUCCESS.

$sel:operationStatus:ProgressEvent', progressEvent_operationStatus - The current status of the resource operation request.

  • PENDING: The resource operation has not yet started.
  • IN_PROGRESS: The resource operation is currently in progress.
  • SUCCESS: The resource operation has successfully completed.
  • FAILED: The resource operation has failed. Refer to the error code and status message for more information.
  • CANCEL_IN_PROGRESS: The resource operation is in the process of being canceled.
  • CANCEL_COMPLETE: The resource operation has been canceled.

$sel:eventTime:ProgressEvent', progressEvent_eventTime - When the resource operation request was initiated.

$sel:statusMessage:ProgressEvent', progressEvent_statusMessage - Any message explaining the current status.

$sel:errorCode:ProgressEvent', progressEvent_errorCode - For requests with a status of FAILED, the associated error code.

For error code definitions, see Handler error codes in the /CloudFormation Command Line Interface User Guide for Extension Development/.

progressEvent_retryAfter :: Lens' ProgressEvent (Maybe UTCTime) Source #

When to next request the status of this resource operation request.

progressEvent_typeName :: Lens' ProgressEvent (Maybe Text) Source #

The name of the resource type used in the operation.

progressEvent_requestToken :: Lens' ProgressEvent (Maybe Text) Source #

The unique token representing this resource operation request.

Use the RequestToken with GetResourceRequestStatus to return the current status of a resource operation request.

progressEvent_resourceModel :: Lens' ProgressEvent (Maybe Text) Source #

A JSON string containing the resource model, consisting of each resource property and its current value.

progressEvent_identifier :: Lens' ProgressEvent (Maybe Text) Source #

The primary identifier for the resource.

In some cases, the resource identifier may be available before the resource operation has reached a status of SUCCESS.

progressEvent_operationStatus :: Lens' ProgressEvent (Maybe OperationStatus) Source #

The current status of the resource operation request.

  • PENDING: The resource operation has not yet started.
  • IN_PROGRESS: The resource operation is currently in progress.
  • SUCCESS: The resource operation has successfully completed.
  • FAILED: The resource operation has failed. Refer to the error code and status message for more information.
  • CANCEL_IN_PROGRESS: The resource operation is in the process of being canceled.
  • CANCEL_COMPLETE: The resource operation has been canceled.

progressEvent_eventTime :: Lens' ProgressEvent (Maybe UTCTime) Source #

When the resource operation request was initiated.

progressEvent_statusMessage :: Lens' ProgressEvent (Maybe Text) Source #

Any message explaining the current status.

progressEvent_errorCode :: Lens' ProgressEvent (Maybe HandlerErrorCode) Source #

For requests with a status of FAILED, the associated error code.

For error code definitions, see Handler error codes in the /CloudFormation Command Line Interface User Guide for Extension Development/.

ResourceDescription

data ResourceDescription Source #

Represents information about a provisioned resource.

See: newResourceDescription smart constructor.

Constructors

ResourceDescription' 

Fields

Instances

Instances details
Eq ResourceDescription Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceDescription

Show ResourceDescription Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceDescription

Generic ResourceDescription Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceDescription

Associated Types

type Rep ResourceDescription :: Type -> Type #

NFData ResourceDescription Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceDescription

Methods

rnf :: ResourceDescription -> () #

Hashable ResourceDescription Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceDescription

FromJSON ResourceDescription Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceDescription

type Rep ResourceDescription Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceDescription

type Rep ResourceDescription = D1 ('MetaData "ResourceDescription" "Amazonka.CloudControl.Types.ResourceDescription" "libZSservicesZSamazonka-cloudcontrolZSamazonka-cloudcontrol" 'False) (C1 ('MetaCons "ResourceDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

newResourceDescription :: ResourceDescription Source #

Create a value of ResourceDescription with all optional fields omitted.

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

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

$sel:identifier:ResourceDescription', resourceDescription_identifier - The primary identifier for the resource.

For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.

$sel:properties:ResourceDescription', resourceDescription_properties - A list of the resource properties and their current values.

resourceDescription_identifier :: Lens' ResourceDescription (Maybe Text) Source #

The primary identifier for the resource.

For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.

resourceDescription_properties :: Lens' ResourceDescription (Maybe Text) Source #

A list of the resource properties and their current values.

ResourceRequestStatusFilter

data ResourceRequestStatusFilter Source #

The filter criteria to use in determining the requests returned.

See: newResourceRequestStatusFilter smart constructor.

Constructors

ResourceRequestStatusFilter' 

Fields

  • operationStatuses :: Maybe [OperationStatus]

    The operation statuses to include in the filter.

    • PENDING: The operation has been requested, but not yet initiated.
    • IN_PROGRESS: The operation is currently in progress.
    • SUCCESS: The operation has successfully completed.
    • FAILED: The operation has failed.
    • CANCEL_IN_PROGRESS: The operation is currently in the process of being canceled.
    • CANCEL_COMPLETE: The operation has been canceled.
  • operations :: Maybe [Operation]

    The operation types to include in the filter.

Instances

Instances details
Eq ResourceRequestStatusFilter Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceRequestStatusFilter

Read ResourceRequestStatusFilter Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceRequestStatusFilter

Show ResourceRequestStatusFilter Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceRequestStatusFilter

Generic ResourceRequestStatusFilter Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceRequestStatusFilter

Associated Types

type Rep ResourceRequestStatusFilter :: Type -> Type #

NFData ResourceRequestStatusFilter Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceRequestStatusFilter

Hashable ResourceRequestStatusFilter Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceRequestStatusFilter

ToJSON ResourceRequestStatusFilter Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceRequestStatusFilter

type Rep ResourceRequestStatusFilter Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceRequestStatusFilter

type Rep ResourceRequestStatusFilter = D1 ('MetaData "ResourceRequestStatusFilter" "Amazonka.CloudControl.Types.ResourceRequestStatusFilter" "libZSservicesZSamazonka-cloudcontrolZSamazonka-cloudcontrol" 'False) (C1 ('MetaCons "ResourceRequestStatusFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OperationStatus])) :*: S1 ('MetaSel ('Just "operations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Operation]))))

newResourceRequestStatusFilter :: ResourceRequestStatusFilter Source #

Create a value of ResourceRequestStatusFilter with all optional fields omitted.

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

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

$sel:operationStatuses:ResourceRequestStatusFilter', resourceRequestStatusFilter_operationStatuses - The operation statuses to include in the filter.

  • PENDING: The operation has been requested, but not yet initiated.
  • IN_PROGRESS: The operation is currently in progress.
  • SUCCESS: The operation has successfully completed.
  • FAILED: The operation has failed.
  • CANCEL_IN_PROGRESS: The operation is currently in the process of being canceled.
  • CANCEL_COMPLETE: The operation has been canceled.

$sel:operations:ResourceRequestStatusFilter', resourceRequestStatusFilter_operations - The operation types to include in the filter.

resourceRequestStatusFilter_operationStatuses :: Lens' ResourceRequestStatusFilter (Maybe [OperationStatus]) Source #

The operation statuses to include in the filter.

  • PENDING: The operation has been requested, but not yet initiated.
  • IN_PROGRESS: The operation is currently in progress.
  • SUCCESS: The operation has successfully completed.
  • FAILED: The operation has failed.
  • CANCEL_IN_PROGRESS: The operation is currently in the process of being canceled.
  • CANCEL_COMPLETE: The operation has been canceled.