| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.MigrationHubReFactorSpaces.Types.ServiceSummary
Description
Synopsis
- data ServiceSummary = ServiceSummary' {
- applicationId :: Maybe Text
 - arn :: Maybe Text
 - createdByAccountId :: Maybe Text
 - createdTime :: Maybe POSIX
 - description :: Maybe Text
 - endpointType :: Maybe ServiceEndpointType
 - environmentId :: Maybe Text
 - error :: Maybe ErrorResponse
 - lambdaEndpoint :: Maybe LambdaEndpointSummary
 - lastUpdatedTime :: Maybe POSIX
 - name :: Maybe Text
 - ownerAccountId :: Maybe Text
 - serviceId :: Maybe Text
 - state :: Maybe ServiceState
 - tags :: Maybe (Sensitive (HashMap Text Text))
 - urlEndpoint :: Maybe UrlEndpointSummary
 - vpcId :: Maybe Text
 
 - newServiceSummary :: ServiceSummary
 - serviceSummary_applicationId :: Lens' ServiceSummary (Maybe Text)
 - serviceSummary_arn :: Lens' ServiceSummary (Maybe Text)
 - serviceSummary_createdByAccountId :: Lens' ServiceSummary (Maybe Text)
 - serviceSummary_createdTime :: Lens' ServiceSummary (Maybe UTCTime)
 - serviceSummary_description :: Lens' ServiceSummary (Maybe Text)
 - serviceSummary_endpointType :: Lens' ServiceSummary (Maybe ServiceEndpointType)
 - serviceSummary_environmentId :: Lens' ServiceSummary (Maybe Text)
 - serviceSummary_error :: Lens' ServiceSummary (Maybe ErrorResponse)
 - serviceSummary_lambdaEndpoint :: Lens' ServiceSummary (Maybe LambdaEndpointSummary)
 - serviceSummary_lastUpdatedTime :: Lens' ServiceSummary (Maybe UTCTime)
 - serviceSummary_name :: Lens' ServiceSummary (Maybe Text)
 - serviceSummary_ownerAccountId :: Lens' ServiceSummary (Maybe Text)
 - serviceSummary_serviceId :: Lens' ServiceSummary (Maybe Text)
 - serviceSummary_state :: Lens' ServiceSummary (Maybe ServiceState)
 - serviceSummary_tags :: Lens' ServiceSummary (Maybe (HashMap Text Text))
 - serviceSummary_urlEndpoint :: Lens' ServiceSummary (Maybe UrlEndpointSummary)
 - serviceSummary_vpcId :: Lens' ServiceSummary (Maybe Text)
 
Documentation
data ServiceSummary Source #
A summary for the service as a response to ListServices.
See: newServiceSummary smart constructor.
Constructors
| ServiceSummary' | |
Fields 
  | |
Instances
newServiceSummary :: ServiceSummary Source #
Create a value of ServiceSummary 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:applicationId:ServiceSummary', serviceSummary_applicationId - The unique identifier of the application.
ServiceSummary, serviceSummary_arn - The Amazon Resource Name (ARN) of the service.
$sel:createdByAccountId:ServiceSummary', serviceSummary_createdByAccountId - The Amazon Web Services account ID of the service creator.
$sel:createdTime:ServiceSummary', serviceSummary_createdTime - A timestamp that indicates when the service is created.
$sel:description:ServiceSummary', serviceSummary_description - A description of the service.
$sel:endpointType:ServiceSummary', serviceSummary_endpointType - The endpoint type of the service.
$sel:environmentId:ServiceSummary', serviceSummary_environmentId - The unique identifier of the environment.
$sel:error:ServiceSummary', serviceSummary_error - Any error associated with the service resource.
$sel:lambdaEndpoint:ServiceSummary', serviceSummary_lambdaEndpoint - A summary of the configuration for the Lambda endpoint type.
$sel:lastUpdatedTime:ServiceSummary', serviceSummary_lastUpdatedTime - A timestamp that indicates when the service was last updated.
$sel:name:ServiceSummary', serviceSummary_name - The name of the service.
$sel:ownerAccountId:ServiceSummary', serviceSummary_ownerAccountId - The Amazon Web Services account ID of the service owner.
$sel:serviceId:ServiceSummary', serviceSummary_serviceId - The unique identifier of the service.
$sel:state:ServiceSummary', serviceSummary_state - The current state of the service.
$sel:tags:ServiceSummary', serviceSummary_tags - The tags assigned to the service.
$sel:urlEndpoint:ServiceSummary', serviceSummary_urlEndpoint - The summary of the configuration for the URL endpoint type.
$sel:vpcId:ServiceSummary', serviceSummary_vpcId - The ID of the virtual private cloud (VPC).
serviceSummary_applicationId :: Lens' ServiceSummary (Maybe Text) Source #
The unique identifier of the application.
serviceSummary_arn :: Lens' ServiceSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the service.
serviceSummary_createdByAccountId :: Lens' ServiceSummary (Maybe Text) Source #
The Amazon Web Services account ID of the service creator.
serviceSummary_createdTime :: Lens' ServiceSummary (Maybe UTCTime) Source #
A timestamp that indicates when the service is created.
serviceSummary_description :: Lens' ServiceSummary (Maybe Text) Source #
A description of the service.
serviceSummary_endpointType :: Lens' ServiceSummary (Maybe ServiceEndpointType) Source #
The endpoint type of the service.
serviceSummary_environmentId :: Lens' ServiceSummary (Maybe Text) Source #
The unique identifier of the environment.
serviceSummary_error :: Lens' ServiceSummary (Maybe ErrorResponse) Source #
Any error associated with the service resource.
serviceSummary_lambdaEndpoint :: Lens' ServiceSummary (Maybe LambdaEndpointSummary) Source #
A summary of the configuration for the Lambda endpoint type.
serviceSummary_lastUpdatedTime :: Lens' ServiceSummary (Maybe UTCTime) Source #
A timestamp that indicates when the service was last updated.
serviceSummary_name :: Lens' ServiceSummary (Maybe Text) Source #
The name of the service.
serviceSummary_ownerAccountId :: Lens' ServiceSummary (Maybe Text) Source #
The Amazon Web Services account ID of the service owner.
serviceSummary_serviceId :: Lens' ServiceSummary (Maybe Text) Source #
The unique identifier of the service.
serviceSummary_state :: Lens' ServiceSummary (Maybe ServiceState) Source #
The current state of the service.
serviceSummary_tags :: Lens' ServiceSummary (Maybe (HashMap Text Text)) Source #
The tags assigned to the service.
serviceSummary_urlEndpoint :: Lens' ServiceSummary (Maybe UrlEndpointSummary) Source #
The summary of the configuration for the URL endpoint type.
serviceSummary_vpcId :: Lens' ServiceSummary (Maybe Text) Source #
The ID of the virtual private cloud (VPC).