amazonka-cloudcontrol-2.0: Amazon Cloud Control API 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.CloudControl.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

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

The resource with the name requested already exists.

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

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

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

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

The resource is currently being modified by another operation.

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

Another resource operation is currently being performed on this resource.

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

The resource handler has returned that the downstream service generated an error that doesn't map to any other handler error code.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Cloud Control API hasn't 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.

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

A resource operation with the specified request token can't be found.

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

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

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

A resource with the specified identifier can't be found.

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

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

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

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

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

The request was denied due to request throttling.

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

The specified extension doesn't exist in the CloudFormation registry.

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

The specified resource doesn't support this resource operation.

HandlerErrorCode

newtype HandlerErrorCode Source #

Instances

Instances details
FromJSON HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

FromJSONKey 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

ToByteString HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

ToHeader HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

ToLog HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

ToQuery 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

FromXML HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

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

Read HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

Show HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

NFData HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

Methods

rnf :: HandlerErrorCode -> () #

Eq HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

Ord HandlerErrorCode Source # 
Instance details

Defined in Amazonka.CloudControl.Types.HandlerErrorCode

Hashable 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" "amazonka-cloudcontrol-2.0-J9DMMWxCmrC2c0fQs7XDnF" '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
FromJSON Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

FromJSONKey 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

ToByteString Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

Methods

toBS :: Operation -> ByteString #

ToHeader Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

ToLog Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

ToQuery Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

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 #

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 #

Generic Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

Associated Types

type Rep Operation :: Type -> Type #

Read Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

Show Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

NFData Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

Methods

rnf :: Operation -> () #

Eq Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

Ord Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

Hashable Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

type Rep Operation Source # 
Instance details

Defined in Amazonka.CloudControl.Types.Operation

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

OperationStatus

newtype OperationStatus Source #

Constructors

OperationStatus' 

Instances

Instances details
FromJSON OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

FromJSONKey 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

ToByteString OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

ToHeader OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

ToLog OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

ToQuery 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

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 #

Generic OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

Associated Types

type Rep OperationStatus :: Type -> Type #

Read OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

Show OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

NFData OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

Methods

rnf :: OperationStatus -> () #

Eq OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

Ord OperationStatus Source # 
Instance details

Defined in Amazonka.CloudControl.Types.OperationStatus

Hashable 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" "amazonka-cloudcontrol-2.0-J9DMMWxCmrC2c0fQs7XDnF" '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

  • 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/.

  • eventTime :: Maybe POSIX

    When the resource operation request was initiated.

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

  • operation :: Maybe Operation

    The resource operation type.

  • operationStatus :: Maybe OperationStatus

    The current status of the resource operation request.

    • PENDING: The resource operation hasn't 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.
  • 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.

  • retryAfter :: Maybe POSIX

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

  • statusMessage :: Maybe Text

    Any message explaining the current status.

  • typeName :: Maybe Text

    The name of the resource type used in the operation.

Instances

Instances details
FromJSON 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 #

Show ProgressEvent Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ProgressEvent

NFData ProgressEvent Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ProgressEvent

Methods

rnf :: ProgressEvent -> () #

Eq ProgressEvent Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ProgressEvent

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

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

$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:operation:ProgressEvent', progressEvent_operation - The resource operation type.

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

  • PENDING: The resource operation hasn't 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: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:retryAfter:ProgressEvent', progressEvent_retryAfter - When to next request the status of this resource operation request.

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

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

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

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

When the resource operation request was initiated.

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 hasn't 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_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_retryAfter :: Lens' ProgressEvent (Maybe UTCTime) Source #

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

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

Any message explaining the current status.

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

The name of the resource type used in the operation.

ResourceDescription

data ResourceDescription Source #

Represents information about a provisioned resource.

See: newResourceDescription smart constructor.

Constructors

ResourceDescription' 

Fields

Instances

Instances details
FromJSON 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 #

Show ResourceDescription Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceDescription

NFData ResourceDescription Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceDescription

Methods

rnf :: ResourceDescription -> () #

Eq ResourceDescription Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceDescription

Hashable 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" "amazonka-cloudcontrol-2.0-J9DMMWxCmrC2c0fQs7XDnF" '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 in progress.
    • SUCCESS: The operation completed.
    • FAILED: The operation failed.
    • CANCEL_IN_PROGRESS: The operation is 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
ToJSON 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 #

Read ResourceRequestStatusFilter Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceRequestStatusFilter

Show ResourceRequestStatusFilter Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceRequestStatusFilter

NFData ResourceRequestStatusFilter Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceRequestStatusFilter

Eq ResourceRequestStatusFilter Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceRequestStatusFilter

Hashable 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" "amazonka-cloudcontrol-2.0-J9DMMWxCmrC2c0fQs7XDnF" '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 in progress.
  • SUCCESS: The operation completed.
  • FAILED: The operation failed.
  • CANCEL_IN_PROGRESS: The operation is 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 in progress.
  • SUCCESS: The operation completed.
  • FAILED: The operation failed.
  • CANCEL_IN_PROGRESS: The operation is in the process of being canceled.
  • CANCEL_COMPLETE: The operation has been canceled.