libZSservicesZSamazonka-apprunnerZSamazonka-apprunner
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.AppRunner.Types.OperationSummary

Description

 
Synopsis

Documentation

data OperationSummary Source #

Provides summary information for an operation that occurred on an App Runner service.

See: newOperationSummary smart constructor.

Constructors

OperationSummary' 

Fields

  • status :: Maybe OperationStatus

    The current state of the operation.

  • targetArn :: Maybe Text

    The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).

  • endedAt :: Maybe POSIX

    The time when the operation ended. It's in the Unix time stamp format.

  • startedAt :: Maybe POSIX

    The time when the operation started. It's in the Unix time stamp format.

  • id :: Maybe Text

    A unique ID of this operation. It's unique in the scope of the App Runner service.

  • type' :: Maybe OperationType

    The type of operation. It indicates a specific action that occured.

  • updatedAt :: Maybe POSIX

    The time when the operation was last updated. It's in the Unix time stamp format.

Instances

Instances details
Eq OperationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationSummary

Read OperationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationSummary

Show OperationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationSummary

Generic OperationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationSummary

Associated Types

type Rep OperationSummary :: Type -> Type #

NFData OperationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationSummary

Methods

rnf :: OperationSummary -> () #

Hashable OperationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationSummary

FromJSON OperationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationSummary

type Rep OperationSummary Source # 
Instance details

Defined in Amazonka.AppRunner.Types.OperationSummary

newOperationSummary :: OperationSummary Source #

Create a value of OperationSummary with all optional fields omitted.

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

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

$sel:status:OperationSummary', operationSummary_status - The current state of the operation.

$sel:targetArn:OperationSummary', operationSummary_targetArn - The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).

$sel:endedAt:OperationSummary', operationSummary_endedAt - The time when the operation ended. It's in the Unix time stamp format.

$sel:startedAt:OperationSummary', operationSummary_startedAt - The time when the operation started. It's in the Unix time stamp format.

$sel:id:OperationSummary', operationSummary_id - A unique ID of this operation. It's unique in the scope of the App Runner service.

$sel:type':OperationSummary', operationSummary_type - The type of operation. It indicates a specific action that occured.

$sel:updatedAt:OperationSummary', operationSummary_updatedAt - The time when the operation was last updated. It's in the Unix time stamp format.

operationSummary_targetArn :: Lens' OperationSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).

operationSummary_endedAt :: Lens' OperationSummary (Maybe UTCTime) Source #

The time when the operation ended. It's in the Unix time stamp format.

operationSummary_startedAt :: Lens' OperationSummary (Maybe UTCTime) Source #

The time when the operation started. It's in the Unix time stamp format.

operationSummary_id :: Lens' OperationSummary (Maybe Text) Source #

A unique ID of this operation. It's unique in the scope of the App Runner service.

operationSummary_type :: Lens' OperationSummary (Maybe OperationType) Source #

The type of operation. It indicates a specific action that occured.

operationSummary_updatedAt :: Lens' OperationSummary (Maybe UTCTime) Source #

The time when the operation was last updated. It's in the Unix time stamp format.