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 |
- Service Configuration
- Errors
- Waiters
- Operations
- CancelBatchJobExecution
- CreateApplication
- CreateDataSetImportTask
- CreateDeployment
- CreateEnvironment
- DeleteApplication
- DeleteApplicationFromEnvironment
- DeleteEnvironment
- GetApplication
- GetApplicationVersion
- GetBatchJobExecution
- GetDataSetDetails
- GetDataSetImportTask
- GetDeployment
- GetEnvironment
- ListApplicationVersions (Paginated)
- ListApplications (Paginated)
- ListBatchJobDefinitions (Paginated)
- ListBatchJobExecutions (Paginated)
- ListDataSetImportHistory (Paginated)
- ListDataSets (Paginated)
- ListDeployments (Paginated)
- ListEngineVersions (Paginated)
- ListEnvironments (Paginated)
- ListTagsForResource
- StartApplication
- StartBatchJob
- StopApplication
- TagResource
- UntagResource
- UpdateApplication
- UpdateEnvironment
- Types
- ApplicationDeploymentLifecycle
- ApplicationLifecycle
- ApplicationVersionLifecycle
- BatchJobExecutionStatus
- BatchJobType
- DataSetTaskLifecycle
- DeploymentLifecycle
- EngineType
- EnvironmentLifecycle
- AlternateKey
- ApplicationSummary
- ApplicationVersionSummary
- BatchJobDefinition
- BatchJobExecutionSummary
- BatchJobIdentifier
- DataSet
- DataSetImportConfig
- DataSetImportItem
- DataSetImportSummary
- DataSetImportTask
- DataSetSummary
- DatasetDetailOrgAttributes
- DatasetOrgAttributes
- Definition
- DeployedVersionSummary
- DeploymentSummary
- EfsStorageConfiguration
- EngineVersionsSummary
- EnvironmentSummary
- ExternalLocation
- FileBatchJobDefinition
- FileBatchJobIdentifier
- FsxStorageConfiguration
- GdgAttributes
- GdgDetailAttributes
- HighAvailabilityConfig
- LogGroupSummary
- MaintenanceSchedule
- PendingMaintenance
- PrimaryKey
- RecordLength
- ScriptBatchJobDefinition
- ScriptBatchJobIdentifier
- StorageConfiguration
- VsamAttributes
- VsamDetailAttributes
Derived from API version 2021-04-28
of the AWS service descriptions, licensed under Apache 2.0.
Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments. It provides tools for analyzing existing mainframe applications, developing or updating mainframe applications using COBOL or PL/I, and implementing an automated pipeline for continuous integration and continuous delivery (CI/CD) of the applications.
Synopsis
- defaultService :: Service
- _AccessDeniedException :: AsError a => Fold a ServiceError
- _ConflictException :: AsError a => Fold a ServiceError
- _InternalServerException :: AsError a => Fold a ServiceError
- _ResourceNotFoundException :: AsError a => Fold a ServiceError
- _ServiceQuotaExceededException :: AsError a => Fold a ServiceError
- _ThrottlingException :: AsError a => Fold a ServiceError
- _ValidationException :: AsError a => Fold a ServiceError
- data CancelBatchJobExecution = CancelBatchJobExecution' Text Text
- newCancelBatchJobExecution :: Text -> Text -> CancelBatchJobExecution
- data CancelBatchJobExecutionResponse = CancelBatchJobExecutionResponse' Int
- newCancelBatchJobExecutionResponse :: Int -> CancelBatchJobExecutionResponse
- data CreateApplication = CreateApplication' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Definition EngineType Text
- newCreateApplication :: Definition -> EngineType -> Text -> CreateApplication
- data CreateApplicationResponse = CreateApplicationResponse' Int Text Text Natural
- newCreateApplicationResponse :: Int -> Text -> Text -> Natural -> CreateApplicationResponse
- data CreateDataSetImportTask = CreateDataSetImportTask' (Maybe Text) Text DataSetImportConfig
- newCreateDataSetImportTask :: Text -> DataSetImportConfig -> CreateDataSetImportTask
- data CreateDataSetImportTaskResponse = CreateDataSetImportTaskResponse' Int Text
- newCreateDataSetImportTaskResponse :: Int -> Text -> CreateDataSetImportTaskResponse
- data CreateDeployment = CreateDeployment' (Maybe Text) Text Natural Text
- newCreateDeployment :: Text -> Natural -> Text -> CreateDeployment
- data CreateDeploymentResponse = CreateDeploymentResponse' Int Text
- newCreateDeploymentResponse :: Int -> Text -> CreateDeploymentResponse
- data CreateEnvironment = CreateEnvironment' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe HighAvailabilityConfig) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe [Text]) (Maybe [StorageConfiguration]) (Maybe [Text]) (Maybe (HashMap Text Text)) EngineType Text Text
- newCreateEnvironment :: EngineType -> Text -> Text -> CreateEnvironment
- data CreateEnvironmentResponse = CreateEnvironmentResponse' Int Text
- newCreateEnvironmentResponse :: Int -> Text -> CreateEnvironmentResponse
- data DeleteApplication = DeleteApplication' Text
- newDeleteApplication :: Text -> DeleteApplication
- data DeleteApplicationResponse = DeleteApplicationResponse' Int
- newDeleteApplicationResponse :: Int -> DeleteApplicationResponse
- data DeleteApplicationFromEnvironment = DeleteApplicationFromEnvironment' Text Text
- newDeleteApplicationFromEnvironment :: Text -> Text -> DeleteApplicationFromEnvironment
- data DeleteApplicationFromEnvironmentResponse = DeleteApplicationFromEnvironmentResponse' Int
- newDeleteApplicationFromEnvironmentResponse :: Int -> DeleteApplicationFromEnvironmentResponse
- data DeleteEnvironment = DeleteEnvironment' Text
- newDeleteEnvironment :: Text -> DeleteEnvironment
- data DeleteEnvironmentResponse = DeleteEnvironmentResponse' Int
- newDeleteEnvironmentResponse :: Int -> DeleteEnvironmentResponse
- data GetApplication = GetApplication' Text
- newGetApplication :: Text -> GetApplication
- data GetApplicationResponse = GetApplicationResponse' (Maybe DeployedVersionSummary) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe (NonEmpty Text)) (Maybe (NonEmpty Int)) (Maybe Text) (Maybe [LogGroupSummary]) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe (NonEmpty Text)) Int Text Text POSIX EngineType ApplicationVersionSummary Text ApplicationLifecycle
- newGetApplicationResponse :: Int -> Text -> Text -> UTCTime -> EngineType -> ApplicationVersionSummary -> Text -> ApplicationLifecycle -> GetApplicationResponse
- data GetApplicationVersion = GetApplicationVersion' Text Natural
- newGetApplicationVersion :: Text -> Natural -> GetApplicationVersion
- data GetApplicationVersionResponse = GetApplicationVersionResponse' (Maybe Text) (Maybe Text) Int Natural POSIX Text Text ApplicationVersionLifecycle
- newGetApplicationVersionResponse :: Int -> Natural -> UTCTime -> Text -> Text -> ApplicationVersionLifecycle -> GetApplicationVersionResponse
- data GetBatchJobExecution = GetBatchJobExecution' Text Text
- newGetBatchJobExecution :: Text -> Text -> GetBatchJobExecution
- data GetBatchJobExecutionResponse = GetBatchJobExecutionResponse' (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe BatchJobType) (Maybe Text) (Maybe Text) Int Text Text POSIX BatchJobExecutionStatus
- newGetBatchJobExecutionResponse :: Int -> Text -> Text -> UTCTime -> BatchJobExecutionStatus -> GetBatchJobExecutionResponse
- data GetDataSetDetails = GetDataSetDetails' Text Text
- newGetDataSetDetails :: Text -> Text -> GetDataSetDetails
- data GetDataSetDetailsResponse = GetDataSetDetailsResponse' (Maybe Int) (Maybe POSIX) (Maybe DatasetDetailOrgAttributes) (Maybe POSIX) (Maybe POSIX) (Maybe Text) (Maybe Int) Int Text
- newGetDataSetDetailsResponse :: Int -> Text -> GetDataSetDetailsResponse
- data GetDataSetImportTask = GetDataSetImportTask' Text Text
- newGetDataSetImportTask :: Text -> Text -> GetDataSetImportTask
- data GetDataSetImportTaskResponse = GetDataSetImportTaskResponse' (Maybe DataSetImportSummary) Int DataSetTaskLifecycle Text
- newGetDataSetImportTaskResponse :: Int -> DataSetTaskLifecycle -> Text -> GetDataSetImportTaskResponse
- data GetDeployment = GetDeployment' Text Text
- newGetDeployment :: Text -> Text -> GetDeployment
- data GetDeploymentResponse = GetDeploymentResponse' (Maybe Text) Int Text Natural POSIX Text Text DeploymentLifecycle
- newGetDeploymentResponse :: Int -> Text -> Natural -> UTCTime -> Text -> Text -> DeploymentLifecycle -> GetDeploymentResponse
- data GetEnvironment = GetEnvironment' Text
- newGetEnvironment :: Text -> GetEnvironment
- data GetEnvironmentResponse = GetEnvironmentResponse' (Maybe Natural) (Maybe Text) (Maybe HighAvailabilityConfig) (Maybe Text) (Maybe Text) (Maybe PendingMaintenance) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe [StorageConfiguration]) (Maybe (HashMap Text Text)) Int POSIX EngineType Text Text Text Text Text [Text] EnvironmentLifecycle [Text] Text
- newGetEnvironmentResponse :: Int -> UTCTime -> EngineType -> Text -> Text -> Text -> Text -> Text -> EnvironmentLifecycle -> Text -> GetEnvironmentResponse
- data ListApplicationVersions = ListApplicationVersions' (Maybe Natural) (Maybe Text) Text
- newListApplicationVersions :: Text -> ListApplicationVersions
- data ListApplicationVersionsResponse = ListApplicationVersionsResponse' (Maybe Text) Int [ApplicationVersionSummary]
- newListApplicationVersionsResponse :: Int -> ListApplicationVersionsResponse
- data ListApplications = ListApplications' (Maybe Text) (Maybe Natural) (Maybe (NonEmpty Text)) (Maybe Text)
- newListApplications :: ListApplications
- data ListApplicationsResponse = ListApplicationsResponse' (Maybe Text) Int [ApplicationSummary]
- newListApplicationsResponse :: Int -> ListApplicationsResponse
- data ListBatchJobDefinitions = ListBatchJobDefinitions' (Maybe Natural) (Maybe Text) (Maybe Text) Text
- newListBatchJobDefinitions :: Text -> ListBatchJobDefinitions
- data ListBatchJobDefinitionsResponse = ListBatchJobDefinitionsResponse' (Maybe Text) Int [BatchJobDefinition]
- newListBatchJobDefinitionsResponse :: Int -> ListBatchJobDefinitionsResponse
- data ListBatchJobExecutions = ListBatchJobExecutions' (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Natural) (Maybe Text) (Maybe POSIX) (Maybe POSIX) (Maybe BatchJobExecutionStatus) Text
- newListBatchJobExecutions :: Text -> ListBatchJobExecutions
- data ListBatchJobExecutionsResponse = ListBatchJobExecutionsResponse' (Maybe Text) Int [BatchJobExecutionSummary]
- newListBatchJobExecutionsResponse :: Int -> ListBatchJobExecutionsResponse
- data ListDataSetImportHistory = ListDataSetImportHistory' (Maybe Natural) (Maybe Text) Text
- newListDataSetImportHistory :: Text -> ListDataSetImportHistory
- data ListDataSetImportHistoryResponse = ListDataSetImportHistoryResponse' (Maybe Text) Int [DataSetImportTask]
- newListDataSetImportHistoryResponse :: Int -> ListDataSetImportHistoryResponse
- data ListDataSets = ListDataSets' (Maybe Natural) (Maybe Text) (Maybe Text) Text
- newListDataSets :: Text -> ListDataSets
- data ListDataSetsResponse = ListDataSetsResponse' (Maybe Text) Int [DataSetSummary]
- newListDataSetsResponse :: Int -> ListDataSetsResponse
- data ListDeployments = ListDeployments' (Maybe Natural) (Maybe Text) Text
- newListDeployments :: Text -> ListDeployments
- data ListDeploymentsResponse = ListDeploymentsResponse' (Maybe Text) Int [DeploymentSummary]
- newListDeploymentsResponse :: Int -> ListDeploymentsResponse
- data ListEngineVersions = ListEngineVersions' (Maybe EngineType) (Maybe Natural) (Maybe Text)
- newListEngineVersions :: ListEngineVersions
- data ListEngineVersionsResponse = ListEngineVersionsResponse' (Maybe Text) Int [EngineVersionsSummary]
- newListEngineVersionsResponse :: Int -> ListEngineVersionsResponse
- data ListEnvironments = ListEnvironments' (Maybe EngineType) (Maybe Natural) (Maybe (NonEmpty Text)) (Maybe Text)
- newListEnvironments :: ListEnvironments
- data ListEnvironmentsResponse = ListEnvironmentsResponse' (Maybe Text) Int [EnvironmentSummary]
- newListEnvironmentsResponse :: Int -> ListEnvironmentsResponse
- data ListTagsForResource = ListTagsForResource' Text
- newListTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResourceResponse = ListTagsForResourceResponse' Int (HashMap Text Text)
- newListTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data StartApplication = StartApplication' Text
- newStartApplication :: Text -> StartApplication
- data StartApplicationResponse = StartApplicationResponse' Int
- newStartApplicationResponse :: Int -> StartApplicationResponse
- data StartBatchJob = StartBatchJob' (Maybe (HashMap Text Text)) Text BatchJobIdentifier
- newStartBatchJob :: Text -> BatchJobIdentifier -> StartBatchJob
- data StartBatchJobResponse = StartBatchJobResponse' Int Text
- newStartBatchJobResponse :: Int -> Text -> StartBatchJobResponse
- data StopApplication = StopApplication' (Maybe Bool) Text
- newStopApplication :: Text -> StopApplication
- data StopApplicationResponse = StopApplicationResponse' Int
- newStopApplicationResponse :: Int -> StopApplicationResponse
- data TagResource = TagResource' Text (HashMap Text Text)
- newTagResource :: Text -> TagResource
- data TagResourceResponse = TagResourceResponse' Int
- newTagResourceResponse :: Int -> TagResourceResponse
- data UntagResource = UntagResource' Text [Text]
- newUntagResource :: Text -> UntagResource
- data UntagResourceResponse = UntagResourceResponse' Int
- newUntagResourceResponse :: Int -> UntagResourceResponse
- data UpdateApplication = UpdateApplication' (Maybe Definition) (Maybe Text) Text Natural
- newUpdateApplication :: Text -> Natural -> UpdateApplication
- data UpdateApplicationResponse = UpdateApplicationResponse' Int Natural
- newUpdateApplicationResponse :: Int -> Natural -> UpdateApplicationResponse
- data UpdateEnvironment = UpdateEnvironment' (Maybe Bool) (Maybe Natural) (Maybe Text) (Maybe Text) (Maybe Text) Text
- newUpdateEnvironment :: Text -> UpdateEnvironment
- data UpdateEnvironmentResponse = UpdateEnvironmentResponse' Int Text
- newUpdateEnvironmentResponse :: Int -> Text -> UpdateEnvironmentResponse
- newtype ApplicationDeploymentLifecycle where
- newtype ApplicationLifecycle where
- ApplicationLifecycle' { }
- pattern ApplicationLifecycle_Available :: ApplicationLifecycle
- pattern ApplicationLifecycle_Created :: ApplicationLifecycle
- pattern ApplicationLifecycle_Creating :: ApplicationLifecycle
- pattern ApplicationLifecycle_Deleting :: ApplicationLifecycle
- pattern ApplicationLifecycle_Deleting_From_Environment :: ApplicationLifecycle
- pattern ApplicationLifecycle_Failed :: ApplicationLifecycle
- pattern ApplicationLifecycle_Ready :: ApplicationLifecycle
- pattern ApplicationLifecycle_Running :: ApplicationLifecycle
- pattern ApplicationLifecycle_Starting :: ApplicationLifecycle
- pattern ApplicationLifecycle_Stopped :: ApplicationLifecycle
- pattern ApplicationLifecycle_Stopping :: ApplicationLifecycle
- newtype ApplicationVersionLifecycle where
- newtype BatchJobExecutionStatus where
- BatchJobExecutionStatus' { }
- pattern BatchJobExecutionStatus_Cancelled :: BatchJobExecutionStatus
- pattern BatchJobExecutionStatus_Cancelling :: BatchJobExecutionStatus
- pattern BatchJobExecutionStatus_Dispatching :: BatchJobExecutionStatus
- pattern BatchJobExecutionStatus_Failed :: BatchJobExecutionStatus
- pattern BatchJobExecutionStatus_Holding :: BatchJobExecutionStatus
- pattern BatchJobExecutionStatus_Running :: BatchJobExecutionStatus
- pattern BatchJobExecutionStatus_Submitting :: BatchJobExecutionStatus
- pattern BatchJobExecutionStatus_Succeeded :: BatchJobExecutionStatus
- pattern BatchJobExecutionStatus_Succeeded_With_Warning :: BatchJobExecutionStatus
- newtype BatchJobType where
- BatchJobType' { }
- pattern BatchJobType_JES2 :: BatchJobType
- pattern BatchJobType_JES3 :: BatchJobType
- pattern BatchJobType_VSE :: BatchJobType
- newtype DataSetTaskLifecycle where
- newtype DeploymentLifecycle where
- newtype EngineType where
- EngineType' { }
- pattern EngineType_Bluage :: EngineType
- pattern EngineType_Microfocus :: EngineType
- newtype EnvironmentLifecycle where
- EnvironmentLifecycle' { }
- pattern EnvironmentLifecycle_Available :: EnvironmentLifecycle
- pattern EnvironmentLifecycle_Creating :: EnvironmentLifecycle
- pattern EnvironmentLifecycle_Deleting :: EnvironmentLifecycle
- pattern EnvironmentLifecycle_Failed :: EnvironmentLifecycle
- pattern EnvironmentLifecycle_Updating :: EnvironmentLifecycle
- data AlternateKey = AlternateKey' (Maybe Bool) (Maybe Text) Int Int
- newAlternateKey :: Int -> Int -> AlternateKey
- data ApplicationSummary = ApplicationSummary' (Maybe ApplicationDeploymentLifecycle) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe ApplicationVersionLifecycle) Text Text Natural POSIX EngineType Text ApplicationLifecycle
- newApplicationSummary :: Text -> Text -> Natural -> UTCTime -> EngineType -> Text -> ApplicationLifecycle -> ApplicationSummary
- data ApplicationVersionSummary = ApplicationVersionSummary' (Maybe Text) Natural POSIX ApplicationVersionLifecycle
- newApplicationVersionSummary :: Natural -> UTCTime -> ApplicationVersionLifecycle -> ApplicationVersionSummary
- data BatchJobDefinition = BatchJobDefinition' (Maybe FileBatchJobDefinition) (Maybe ScriptBatchJobDefinition)
- newBatchJobDefinition :: BatchJobDefinition
- data BatchJobExecutionSummary = BatchJobExecutionSummary' (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe BatchJobType) Text Text POSIX BatchJobExecutionStatus
- newBatchJobExecutionSummary :: Text -> Text -> UTCTime -> BatchJobExecutionStatus -> BatchJobExecutionSummary
- data BatchJobIdentifier = BatchJobIdentifier' (Maybe FileBatchJobIdentifier) (Maybe ScriptBatchJobIdentifier)
- newBatchJobIdentifier :: BatchJobIdentifier
- data DataSet = DataSet' (Maybe Text) (Maybe Text) Text DatasetOrgAttributes RecordLength
- newDataSet :: Text -> DatasetOrgAttributes -> RecordLength -> DataSet
- data DataSetImportConfig = DataSetImportConfig' (Maybe (NonEmpty DataSetImportItem)) (Maybe Text)
- newDataSetImportConfig :: DataSetImportConfig
- data DataSetImportItem = DataSetImportItem' DataSet ExternalLocation
- newDataSetImportItem :: DataSet -> ExternalLocation -> DataSetImportItem
- data DataSetImportSummary = DataSetImportSummary' Int Int Int Int Int
- newDataSetImportSummary :: Int -> Int -> Int -> Int -> Int -> DataSetImportSummary
- data DataSetImportTask = DataSetImportTask' DataSetTaskLifecycle DataSetImportSummary Text
- newDataSetImportTask :: DataSetTaskLifecycle -> DataSetImportSummary -> Text -> DataSetImportTask
- data DataSetSummary = DataSetSummary' (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe POSIX) Text
- newDataSetSummary :: Text -> DataSetSummary
- data DatasetDetailOrgAttributes = DatasetDetailOrgAttributes' (Maybe GdgDetailAttributes) (Maybe VsamDetailAttributes)
- newDatasetDetailOrgAttributes :: DatasetDetailOrgAttributes
- data DatasetOrgAttributes = DatasetOrgAttributes' (Maybe GdgAttributes) (Maybe VsamAttributes)
- newDatasetOrgAttributes :: DatasetOrgAttributes
- data Definition = Definition' (Maybe Text) (Maybe Text)
- newDefinition :: Definition
- data DeployedVersionSummary = DeployedVersionSummary' (Maybe Text) Natural DeploymentLifecycle
- newDeployedVersionSummary :: Natural -> DeploymentLifecycle -> DeployedVersionSummary
- data DeploymentSummary = DeploymentSummary' (Maybe Text) Text Natural POSIX Text Text DeploymentLifecycle
- newDeploymentSummary :: Text -> Natural -> UTCTime -> Text -> Text -> DeploymentLifecycle -> DeploymentSummary
- data EfsStorageConfiguration = EfsStorageConfiguration' Text Text
- newEfsStorageConfiguration :: Text -> Text -> EfsStorageConfiguration
- data EngineVersionsSummary = EngineVersionsSummary' Text Text
- newEngineVersionsSummary :: Text -> Text -> EngineVersionsSummary
- data EnvironmentSummary = EnvironmentSummary' POSIX EngineType Text Text Text Text Text EnvironmentLifecycle
- newEnvironmentSummary :: UTCTime -> EngineType -> Text -> Text -> Text -> Text -> Text -> EnvironmentLifecycle -> EnvironmentSummary
- data ExternalLocation = ExternalLocation' (Maybe Text)
- newExternalLocation :: ExternalLocation
- data FileBatchJobDefinition = FileBatchJobDefinition' (Maybe Text) Text
- newFileBatchJobDefinition :: Text -> FileBatchJobDefinition
- data FileBatchJobIdentifier = FileBatchJobIdentifier' (Maybe Text) Text
- newFileBatchJobIdentifier :: Text -> FileBatchJobIdentifier
- data FsxStorageConfiguration = FsxStorageConfiguration' Text Text
- newFsxStorageConfiguration :: Text -> Text -> FsxStorageConfiguration
- data GdgAttributes = GdgAttributes' (Maybe Int) (Maybe Text)
- newGdgAttributes :: GdgAttributes
- data GdgDetailAttributes = GdgDetailAttributes' (Maybe Int) (Maybe Text)
- newGdgDetailAttributes :: GdgDetailAttributes
- data HighAvailabilityConfig = HighAvailabilityConfig' Natural
- newHighAvailabilityConfig :: Natural -> HighAvailabilityConfig
- data LogGroupSummary = LogGroupSummary' Text Text
- newLogGroupSummary :: Text -> Text -> LogGroupSummary
- data MaintenanceSchedule = MaintenanceSchedule' (Maybe POSIX) (Maybe POSIX)
- newMaintenanceSchedule :: MaintenanceSchedule
- data PendingMaintenance = PendingMaintenance' (Maybe Text) (Maybe MaintenanceSchedule)
- newPendingMaintenance :: PendingMaintenance
- data PrimaryKey = PrimaryKey' (Maybe Text) Int Int
- newPrimaryKey :: Int -> Int -> PrimaryKey
- data RecordLength = RecordLength' Int Int
- newRecordLength :: Int -> Int -> RecordLength
- data ScriptBatchJobDefinition = ScriptBatchJobDefinition' Text
- newScriptBatchJobDefinition :: Text -> ScriptBatchJobDefinition
- data ScriptBatchJobIdentifier = ScriptBatchJobIdentifier' Text
- newScriptBatchJobIdentifier :: Text -> ScriptBatchJobIdentifier
- data StorageConfiguration = StorageConfiguration' (Maybe EfsStorageConfiguration) (Maybe FsxStorageConfiguration)
- newStorageConfiguration :: StorageConfiguration
- data VsamAttributes = VsamAttributes' (Maybe [AlternateKey]) (Maybe Bool) (Maybe Text) (Maybe PrimaryKey) Text
- newVsamAttributes :: Text -> VsamAttributes
- data VsamDetailAttributes = VsamDetailAttributes' (Maybe [AlternateKey]) (Maybe Bool) (Maybe Bool) (Maybe Text) (Maybe PrimaryKey) (Maybe Text)
- newVsamDetailAttributes :: VsamDetailAttributes
Service Configuration
defaultService :: Service Source #
API version 2021-04-28
of the Amazon MainframeModernization SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by M2
.
AccessDeniedException
_AccessDeniedException :: AsError a => Fold a ServiceError Source #
The account or role doesn't have the right permissions to make the request.
ConflictException
_ConflictException :: AsError a => Fold a ServiceError Source #
The parameters provided in the request conflict with existing resources.
InternalServerException
_InternalServerException :: AsError a => Fold a ServiceError Source #
An unexpected error occurred during the processing of the request.
ResourceNotFoundException
_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #
The specified resource was not found.
ServiceQuotaExceededException
_ServiceQuotaExceededException :: AsError a => Fold a ServiceError Source #
One or more quotas for Amazon Web Services Mainframe Modernization exceeds the limit.
ThrottlingException
_ThrottlingException :: AsError a => Fold a ServiceError Source #
The number of requests made exceeds the limit.
ValidationException
_ValidationException :: AsError a => Fold a ServiceError Source #
One or more parameters provided in the request is not valid.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait
specification is fulfilled. The Wait
specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects
operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager
instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
CancelBatchJobExecution
data CancelBatchJobExecution Source #
See: newCancelBatchJobExecution
smart constructor.
Instances
newCancelBatchJobExecution Source #
Create a value of CancelBatchJobExecution
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:
CancelBatchJobExecution
, cancelBatchJobExecution_applicationId
- The unique identifier of the application.
CancelBatchJobExecution
, cancelBatchJobExecution_executionId
- The unique identifier of the batch job execution.
data CancelBatchJobExecutionResponse Source #
See: newCancelBatchJobExecutionResponse
smart constructor.
Instances
Generic CancelBatchJobExecutionResponse Source # | |
Read CancelBatchJobExecutionResponse Source # | |
Show CancelBatchJobExecutionResponse Source # | |
Defined in Amazonka.M2.CancelBatchJobExecution | |
NFData CancelBatchJobExecutionResponse Source # | |
Defined in Amazonka.M2.CancelBatchJobExecution rnf :: CancelBatchJobExecutionResponse -> () # | |
Eq CancelBatchJobExecutionResponse Source # | |
type Rep CancelBatchJobExecutionResponse Source # | |
Defined in Amazonka.M2.CancelBatchJobExecution type Rep CancelBatchJobExecutionResponse = D1 ('MetaData "CancelBatchJobExecutionResponse" "Amazonka.M2.CancelBatchJobExecution" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "CancelBatchJobExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newCancelBatchJobExecutionResponse Source #
Create a value of CancelBatchJobExecutionResponse
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:httpStatus:CancelBatchJobExecutionResponse'
, cancelBatchJobExecutionResponse_httpStatus
- The response's http status code.
CreateApplication
data CreateApplication Source #
See: newCreateApplication
smart constructor.
CreateApplication' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe (HashMap Text Text)) Definition EngineType Text |
Instances
:: Definition | |
-> EngineType | |
-> Text | |
-> CreateApplication |
Create a value of CreateApplication
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:clientToken:CreateApplication'
, createApplication_clientToken
- Unique, case-sensitive identifier the service generates to ensure the
idempotency of the request to create an application. The service
generates the clientToken when the API call is triggered. The token
expires after one hour, so if you retry the API within this timeframe
with the same clientToken, you will get the same response. The service
also handles deleting the clientToken after it expires.
CreateApplication
, createApplication_description
- The description of the application.
$sel:kmsKeyId:CreateApplication'
, createApplication_kmsKeyId
- The identifier of a customer managed key.
$sel:tags:CreateApplication'
, createApplication_tags
- A list of tags to apply to the application.
$sel:definition:CreateApplication'
, createApplication_definition
- The application definition for this application. You can specify either
inline JSON or an S3 bucket location.
CreateApplication
, createApplication_engineType
- The type of the target platform for this application.
CreateApplication
, createApplication_name
- The unique identifier of the application.
data CreateApplicationResponse Source #
See: newCreateApplicationResponse
smart constructor.
Instances
newCreateApplicationResponse Source #
:: Int | |
-> Text | |
-> Text | |
-> Natural | |
-> CreateApplicationResponse |
Create a value of CreateApplicationResponse
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:httpStatus:CreateApplicationResponse'
, createApplicationResponse_httpStatus
- The response's http status code.
CreateApplicationResponse
, createApplicationResponse_applicationArn
- The Amazon Resource Name (ARN) of the application.
CreateApplicationResponse
, createApplicationResponse_applicationId
- The unique application identifier.
CreateApplicationResponse
, createApplicationResponse_applicationVersion
- The version number of the application.
CreateDataSetImportTask
data CreateDataSetImportTask Source #
See: newCreateDataSetImportTask
smart constructor.
Instances
newCreateDataSetImportTask Source #
Create a value of CreateDataSetImportTask
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:clientToken:CreateDataSetImportTask'
, createDataSetImportTask_clientToken
- Unique, case-sensitive identifier you provide to ensure the idempotency
of the request to create a data set import. The service generates the
clientToken when the API call is triggered. The token expires after one
hour, so if you retry the API within this timeframe with the same
clientToken, you will get the same response. The service also handles
deleting the clientToken after it expires.
CreateDataSetImportTask
, createDataSetImportTask_applicationId
- The unique identifier of the application for which you want to import
data sets.
$sel:importConfig:CreateDataSetImportTask'
, createDataSetImportTask_importConfig
- The data set import task configuration.
data CreateDataSetImportTaskResponse Source #
See: newCreateDataSetImportTaskResponse
smart constructor.
Instances
Generic CreateDataSetImportTaskResponse Source # | |
Read CreateDataSetImportTaskResponse Source # | |
Show CreateDataSetImportTaskResponse Source # | |
Defined in Amazonka.M2.CreateDataSetImportTask | |
NFData CreateDataSetImportTaskResponse Source # | |
Defined in Amazonka.M2.CreateDataSetImportTask rnf :: CreateDataSetImportTaskResponse -> () # | |
Eq CreateDataSetImportTaskResponse Source # | |
type Rep CreateDataSetImportTaskResponse Source # | |
Defined in Amazonka.M2.CreateDataSetImportTask type Rep CreateDataSetImportTaskResponse = D1 ('MetaData "CreateDataSetImportTaskResponse" "Amazonka.M2.CreateDataSetImportTask" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "CreateDataSetImportTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "taskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
newCreateDataSetImportTaskResponse Source #
Create a value of CreateDataSetImportTaskResponse
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:httpStatus:CreateDataSetImportTaskResponse'
, createDataSetImportTaskResponse_httpStatus
- The response's http status code.
CreateDataSetImportTaskResponse
, createDataSetImportTaskResponse_taskId
- The task identifier. This operation is asynchronous. Use this identifier
with the GetDataSetImportTask operation to obtain the status of this
task.
CreateDeployment
data CreateDeployment Source #
See: newCreateDeployment
smart constructor.
Instances
Create a value of CreateDeployment
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:clientToken:CreateDeployment'
, createDeployment_clientToken
- Unique, case-sensitive identifier you provide to ensure the idempotency
of the request to create a deployment. The service generates the
clientToken when the API call is triggered. The token expires after one
hour, so if you retry the API within this timeframe with the same
clientToken, you will get the same response. The service also handles
deleting the clientToken after it expires.
CreateDeployment
, createDeployment_applicationId
- The application identifier.
CreateDeployment
, createDeployment_applicationVersion
- The version of the application to deploy.
CreateDeployment
, createDeployment_environmentId
- The identifier of the runtime environment where you want to deploy this
application.
data CreateDeploymentResponse Source #
See: newCreateDeploymentResponse
smart constructor.
Instances
newCreateDeploymentResponse Source #
:: Int | |
-> Text | |
-> CreateDeploymentResponse |
Create a value of CreateDeploymentResponse
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:httpStatus:CreateDeploymentResponse'
, createDeploymentResponse_httpStatus
- The response's http status code.
CreateDeploymentResponse
, createDeploymentResponse_deploymentId
- The unique identifier of the deployment.
CreateEnvironment
data CreateEnvironment Source #
See: newCreateEnvironment
smart constructor.
CreateEnvironment' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe HighAvailabilityConfig) (Maybe Text) (Maybe Text) (Maybe Bool) (Maybe [Text]) (Maybe [StorageConfiguration]) (Maybe [Text]) (Maybe (HashMap Text Text)) EngineType Text Text |
Instances
Create a value of CreateEnvironment
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:clientToken:CreateEnvironment'
, createEnvironment_clientToken
- Unique, case-sensitive identifier you provide to ensure the idempotency
of the request to create an environment. The service generates the
clientToken when the API call is triggered. The token expires after one
hour, so if you retry the API within this timeframe with the same
clientToken, you will get the same response. The service also handles
deleting the clientToken after it expires.
CreateEnvironment
, createEnvironment_description
- The description of the runtime environment.
CreateEnvironment
, createEnvironment_engineVersion
- The version of the engine type for the runtime environment.
$sel:highAvailabilityConfig:CreateEnvironment'
, createEnvironment_highAvailabilityConfig
- The details of a high availability configuration for this runtime
environment.
$sel:kmsKeyId:CreateEnvironment'
, createEnvironment_kmsKeyId
- The identifier of a customer managed key.
$sel:preferredMaintenanceWindow:CreateEnvironment'
, createEnvironment_preferredMaintenanceWindow
- Configures the maintenance window you want for the runtime environment.
If you do not provide a value, a random system-generated value will be
assigned.
$sel:publiclyAccessible:CreateEnvironment'
, createEnvironment_publiclyAccessible
- Specifies whether the runtime environment is publicly accessible.
$sel:securityGroupIds:CreateEnvironment'
, createEnvironment_securityGroupIds
- The list of security groups for the VPC associated with this runtime
environment.
$sel:storageConfigurations:CreateEnvironment'
, createEnvironment_storageConfigurations
- Optional. The storage configurations for this runtime environment.
$sel:subnetIds:CreateEnvironment'
, createEnvironment_subnetIds
- The list of subnets associated with the VPC for this runtime
environment.
$sel:tags:CreateEnvironment'
, createEnvironment_tags
- The tags for the runtime environment.
CreateEnvironment
, createEnvironment_engineType
- The engine type for the runtime environment.
CreateEnvironment
, createEnvironment_instanceType
- The type of instance for the runtime environment.
CreateEnvironment
, createEnvironment_name
- The name of the runtime environment. Must be unique within the account.
data CreateEnvironmentResponse Source #
See: newCreateEnvironmentResponse
smart constructor.
Instances
newCreateEnvironmentResponse Source #
:: Int | |
-> Text | |
-> CreateEnvironmentResponse |
Create a value of CreateEnvironmentResponse
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:httpStatus:CreateEnvironmentResponse'
, createEnvironmentResponse_httpStatus
- The response's http status code.
CreateEnvironmentResponse
, createEnvironmentResponse_environmentId
- The unique identifier of the runtime environment.
DeleteApplication
data DeleteApplication Source #
See: newDeleteApplication
smart constructor.
Instances
Create a value of DeleteApplication
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:
DeleteApplication
, deleteApplication_applicationId
- The unique identifier of the application you want to delete.
data DeleteApplicationResponse Source #
See: newDeleteApplicationResponse
smart constructor.
Instances
newDeleteApplicationResponse Source #
Create a value of DeleteApplicationResponse
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:httpStatus:DeleteApplicationResponse'
, deleteApplicationResponse_httpStatus
- The response's http status code.
DeleteApplicationFromEnvironment
data DeleteApplicationFromEnvironment Source #
See: newDeleteApplicationFromEnvironment
smart constructor.
Instances
newDeleteApplicationFromEnvironment Source #
Create a value of DeleteApplicationFromEnvironment
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:
DeleteApplicationFromEnvironment
, deleteApplicationFromEnvironment_applicationId
- The unique identifier of the application you want to delete.
DeleteApplicationFromEnvironment
, deleteApplicationFromEnvironment_environmentId
- The unique identifier of the runtime environment where the application
was previously deployed.
data DeleteApplicationFromEnvironmentResponse Source #
See: newDeleteApplicationFromEnvironmentResponse
smart constructor.
Instances
newDeleteApplicationFromEnvironmentResponse Source #
Create a value of DeleteApplicationFromEnvironmentResponse
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:httpStatus:DeleteApplicationFromEnvironmentResponse'
, deleteApplicationFromEnvironmentResponse_httpStatus
- The response's http status code.
DeleteEnvironment
data DeleteEnvironment Source #
See: newDeleteEnvironment
smart constructor.
Instances
Create a value of DeleteEnvironment
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:
DeleteEnvironment
, deleteEnvironment_environmentId
- The unique identifier of the runtime environment you want to delete.
data DeleteEnvironmentResponse Source #
See: newDeleteEnvironmentResponse
smart constructor.
Instances
newDeleteEnvironmentResponse Source #
Create a value of DeleteEnvironmentResponse
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:httpStatus:DeleteEnvironmentResponse'
, deleteEnvironmentResponse_httpStatus
- The response's http status code.
GetApplication
data GetApplication Source #
See: newGetApplication
smart constructor.
Instances
Create a value of GetApplication
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:
GetApplication
, getApplication_applicationId
- The identifier of the application.
data GetApplicationResponse Source #
See: newGetApplicationResponse
smart constructor.
GetApplicationResponse' (Maybe DeployedVersionSummary) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe (NonEmpty Text)) (Maybe (NonEmpty Int)) (Maybe Text) (Maybe [LogGroupSummary]) (Maybe Text) (Maybe (HashMap Text Text)) (Maybe (NonEmpty Text)) Int Text Text POSIX EngineType ApplicationVersionSummary Text ApplicationLifecycle |
Instances
newGetApplicationResponse Source #
:: Int | |
-> Text | |
-> Text | |
-> UTCTime | |
-> EngineType | |
-> ApplicationVersionSummary | |
-> Text | |
-> ApplicationLifecycle | |
-> GetApplicationResponse |
Create a value of GetApplicationResponse
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:deployedVersion:GetApplicationResponse'
, getApplicationResponse_deployedVersion
- The version of the application that is deployed.
GetApplicationResponse
, getApplicationResponse_description
- The description of the application.
GetApplicationResponse
, getApplicationResponse_environmentId
- The identifier of the runtime environment where you want to deploy the
application.
$sel:kmsKeyId:GetApplicationResponse'
, getApplicationResponse_kmsKeyId
- The identifier of a customer managed key.
GetApplicationResponse
, getApplicationResponse_lastStartTime
- The timestamp when you last started the application. Null until the
application runs for the first time.
$sel:listenerArns:GetApplicationResponse'
, getApplicationResponse_listenerArns
- The Amazon Resource Name (ARN) for the network load balancer listener
created in your Amazon Web Services account. Amazon Web Services
Mainframe Modernization creates this listener for you the first time you
deploy an application.
$sel:listenerPorts:GetApplicationResponse'
, getApplicationResponse_listenerPorts
- The port associated with the network load balancer listener created in
your Amazon Web Services account.
$sel:loadBalancerDnsName:GetApplicationResponse'
, getApplicationResponse_loadBalancerDnsName
- The public DNS name of the load balancer created in your Amazon Web
Services account.
$sel:logGroups:GetApplicationResponse'
, getApplicationResponse_logGroups
- The list of log summaries. Each log summary includes the log type as
well as the log group identifier. These are CloudWatch logs. Amazon Web
Services Mainframe Modernization pushes the application log to
CloudWatch under the customer's account.
GetApplicationResponse
, getApplicationResponse_statusReason
- The reason for the reported status.
$sel:tags:GetApplicationResponse'
, getApplicationResponse_tags
- A list of tags associated with the application.
$sel:targetGroupArns:GetApplicationResponse'
, getApplicationResponse_targetGroupArns
- Returns the Amazon Resource Names (ARNs) of the target groups that are
attached to the network load balancer.
$sel:httpStatus:GetApplicationResponse'
, getApplicationResponse_httpStatus
- The response's http status code.
GetApplicationResponse
, getApplicationResponse_applicationArn
- The Amazon Resource Name (ARN) of the application.
GetApplication
, getApplicationResponse_applicationId
- The identifier of the application.
GetApplicationResponse
, getApplicationResponse_creationTime
- The timestamp when this application was created.
GetApplicationResponse
, getApplicationResponse_engineType
- The type of the target platform for the application.
$sel:latestVersion:GetApplicationResponse'
, getApplicationResponse_latestVersion
- The latest version of the application.
GetApplicationResponse
, getApplicationResponse_name
- The unique identifier of the application.
GetApplicationResponse
, getApplicationResponse_status
- The status of the application.
GetApplicationVersion
data GetApplicationVersion Source #
See: newGetApplicationVersion
smart constructor.
Instances
newGetApplicationVersion Source #
Create a value of GetApplicationVersion
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:
GetApplicationVersion
, getApplicationVersion_applicationId
- The unique identifier of the application.
GetApplicationVersion
, getApplicationVersion_applicationVersion
- The specific version of the application.
data GetApplicationVersionResponse Source #
See: newGetApplicationVersionResponse
smart constructor.
GetApplicationVersionResponse' (Maybe Text) (Maybe Text) Int Natural POSIX Text Text ApplicationVersionLifecycle |
Instances
newGetApplicationVersionResponse Source #
:: Int | |
-> Natural | |
-> UTCTime | |
-> Text | |
-> Text | |
-> ApplicationVersionLifecycle | |
-> GetApplicationVersionResponse |
Create a value of GetApplicationVersionResponse
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:
GetApplicationVersionResponse
, getApplicationVersionResponse_description
- The application description.
GetApplicationVersionResponse
, getApplicationVersionResponse_statusReason
- The reason for the reported status.
$sel:httpStatus:GetApplicationVersionResponse'
, getApplicationVersionResponse_httpStatus
- The response's http status code.
GetApplicationVersion
, getApplicationVersionResponse_applicationVersion
- The specific version of the application.
GetApplicationVersionResponse
, getApplicationVersionResponse_creationTime
- The timestamp when the application version was created.
$sel:definitionContent:GetApplicationVersionResponse'
, getApplicationVersionResponse_definitionContent
- The content of the application definition. This is a JSON object that
contains the resource configuration and definitions that identify an
application.
GetApplicationVersionResponse
, getApplicationVersionResponse_name
- The name of the application version.
GetApplicationVersionResponse
, getApplicationVersionResponse_status
- The status of the application version.
GetBatchJobExecution
data GetBatchJobExecution Source #
See: newGetBatchJobExecution
smart constructor.
Instances
newGetBatchJobExecution Source #
Create a value of GetBatchJobExecution
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:
GetBatchJobExecution
, getBatchJobExecution_applicationId
- The identifier of the application.
GetBatchJobExecution
, getBatchJobExecution_executionId
- The unique identifier of the batch job execution.
data GetBatchJobExecutionResponse Source #
See: newGetBatchJobExecutionResponse
smart constructor.
GetBatchJobExecutionResponse' (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe BatchJobType) (Maybe Text) (Maybe Text) Int Text Text POSIX BatchJobExecutionStatus |
Instances
newGetBatchJobExecutionResponse Source #
:: Int | |
-> Text | |
-> Text | |
-> UTCTime | |
-> BatchJobExecutionStatus | |
-> GetBatchJobExecutionResponse |
Create a value of GetBatchJobExecutionResponse
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:
GetBatchJobExecutionResponse
, getBatchJobExecutionResponse_endTime
- The timestamp when the batch job execution ended.
GetBatchJobExecutionResponse
, getBatchJobExecutionResponse_jobId
- The unique identifier for this batch job.
GetBatchJobExecutionResponse
, getBatchJobExecutionResponse_jobName
- The name of this batch job.
GetBatchJobExecutionResponse
, getBatchJobExecutionResponse_jobType
- The type of job.
$sel:jobUser:GetBatchJobExecutionResponse'
, getBatchJobExecutionResponse_jobUser
- The user for the job.
GetBatchJobExecutionResponse
, getBatchJobExecutionResponse_statusReason
- The reason for the reported status.
$sel:httpStatus:GetBatchJobExecutionResponse'
, getBatchJobExecutionResponse_httpStatus
- The response's http status code.
GetBatchJobExecution
, getBatchJobExecutionResponse_applicationId
- The identifier of the application.
GetBatchJobExecution
, getBatchJobExecutionResponse_executionId
- The unique identifier for this batch job execution.
GetBatchJobExecutionResponse
, getBatchJobExecutionResponse_startTime
- The timestamp when the batch job execution started.
GetBatchJobExecutionResponse
, getBatchJobExecutionResponse_status
- The status of the batch job execution.
GetDataSetDetails
data GetDataSetDetails Source #
See: newGetDataSetDetails
smart constructor.
Instances
Create a value of GetDataSetDetails
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:
GetDataSetDetails
, getDataSetDetails_applicationId
- The unique identifier of the application that this data set is
associated with.
GetDataSetDetails
, getDataSetDetails_dataSetName
- The name of the data set.
data GetDataSetDetailsResponse Source #
See: newGetDataSetDetailsResponse
smart constructor.
GetDataSetDetailsResponse' (Maybe Int) (Maybe POSIX) (Maybe DatasetDetailOrgAttributes) (Maybe POSIX) (Maybe POSIX) (Maybe Text) (Maybe Int) Int Text |
Instances
newGetDataSetDetailsResponse Source #
:: Int | |
-> Text | |
-> GetDataSetDetailsResponse |
Create a value of GetDataSetDetailsResponse
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:blocksize:GetDataSetDetailsResponse'
, getDataSetDetailsResponse_blocksize
- The size of the block on disk.
GetDataSetDetailsResponse
, getDataSetDetailsResponse_creationTime
- The timestamp when the data set was created.
GetDataSetDetailsResponse
, getDataSetDetailsResponse_dataSetOrg
- The type of data set. The only supported value is VSAM.
GetDataSetDetailsResponse
, getDataSetDetailsResponse_lastReferencedTime
- The last time the data set was referenced.
GetDataSetDetailsResponse
, getDataSetDetailsResponse_lastUpdatedTime
- The last time the data set was updated.
$sel:location:GetDataSetDetailsResponse'
, getDataSetDetailsResponse_location
- The location where the data set is stored.
GetDataSetDetailsResponse
, getDataSetDetailsResponse_recordLength
- The length of records in the data set.
$sel:httpStatus:GetDataSetDetailsResponse'
, getDataSetDetailsResponse_httpStatus
- The response's http status code.
GetDataSetDetails
, getDataSetDetailsResponse_dataSetName
- The name of the data set.
GetDataSetImportTask
data GetDataSetImportTask Source #
See: newGetDataSetImportTask
smart constructor.
Instances
newGetDataSetImportTask Source #
Create a value of GetDataSetImportTask
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:
GetDataSetImportTask
, getDataSetImportTask_applicationId
- The application identifier.
GetDataSetImportTask
, getDataSetImportTask_taskId
- The task identifier returned by the CreateDataSetImportTask operation.
data GetDataSetImportTaskResponse Source #
See: newGetDataSetImportTaskResponse
smart constructor.
Instances
newGetDataSetImportTaskResponse Source #
Create a value of GetDataSetImportTaskResponse
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:
GetDataSetImportTaskResponse
, getDataSetImportTaskResponse_summary
- A summary of the status of the task.
$sel:httpStatus:GetDataSetImportTaskResponse'
, getDataSetImportTaskResponse_httpStatus
- The response's http status code.
GetDataSetImportTaskResponse
, getDataSetImportTaskResponse_status
- The status of the task.
GetDataSetImportTask
, getDataSetImportTaskResponse_taskId
- The task identifier.
GetDeployment
data GetDeployment Source #
See: newGetDeployment
smart constructor.
Instances
Create a value of GetDeployment
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:
GetDeployment
, getDeployment_applicationId
- The unique identifier of the application.
GetDeployment
, getDeployment_deploymentId
- The unique identifier for the deployment.
data GetDeploymentResponse Source #
See: newGetDeploymentResponse
smart constructor.
Instances
newGetDeploymentResponse Source #
:: Int | |
-> Text | |
-> Natural | |
-> UTCTime | |
-> Text | |
-> Text | |
-> DeploymentLifecycle | |
-> GetDeploymentResponse |
Create a value of GetDeploymentResponse
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:
GetDeploymentResponse
, getDeploymentResponse_statusReason
- The reason for the reported status.
$sel:httpStatus:GetDeploymentResponse'
, getDeploymentResponse_httpStatus
- The response's http status code.
GetDeployment
, getDeploymentResponse_applicationId
- The unique identifier of the application.
GetDeploymentResponse
, getDeploymentResponse_applicationVersion
- The application version.
GetDeploymentResponse
, getDeploymentResponse_creationTime
- The timestamp when the deployment was created.
GetDeployment
, getDeploymentResponse_deploymentId
- The unique identifier of the deployment.
GetDeploymentResponse
, getDeploymentResponse_environmentId
- The unique identifier of the runtime environment.
GetDeploymentResponse
, getDeploymentResponse_status
- The status of the deployment.
GetEnvironment
data GetEnvironment Source #
See: newGetEnvironment
smart constructor.
Instances
Create a value of GetEnvironment
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:
GetEnvironment
, getEnvironment_environmentId
- The unique identifier of the runtime environment.
data GetEnvironmentResponse Source #
See: newGetEnvironmentResponse
smart constructor.
GetEnvironmentResponse' (Maybe Natural) (Maybe Text) (Maybe HighAvailabilityConfig) (Maybe Text) (Maybe Text) (Maybe PendingMaintenance) (Maybe Text) (Maybe Bool) (Maybe Text) (Maybe [StorageConfiguration]) (Maybe (HashMap Text Text)) Int POSIX EngineType Text Text Text Text Text [Text] EnvironmentLifecycle [Text] Text |
Instances
newGetEnvironmentResponse Source #
:: Int | |
-> UTCTime | |
-> EngineType | |
-> Text | |
-> Text | |
-> Text | |
-> Text | |
-> Text | |
-> EnvironmentLifecycle | |
-> Text | |
-> GetEnvironmentResponse |
Create a value of GetEnvironmentResponse
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:actualCapacity:GetEnvironmentResponse'
, getEnvironmentResponse_actualCapacity
- The number of instances included in the runtime environment. A
standalone runtime environment has a maxiumum of one instance.
Currently, a high availability runtime environment has a maximum of two
instances.
GetEnvironmentResponse
, getEnvironmentResponse_description
- The description of the runtime environment.
$sel:highAvailabilityConfig:GetEnvironmentResponse'
, getEnvironmentResponse_highAvailabilityConfig
- The desired capacity of the high availability configuration for the
runtime environment.
$sel:kmsKeyId:GetEnvironmentResponse'
, getEnvironmentResponse_kmsKeyId
- The identifier of a customer managed key.
$sel:loadBalancerArn:GetEnvironmentResponse'
, getEnvironmentResponse_loadBalancerArn
- The Amazon Resource Name (ARN) for the load balancer used with the
runtime environment.
$sel:pendingMaintenance:GetEnvironmentResponse'
, getEnvironmentResponse_pendingMaintenance
- Indicates the pending maintenance scheduled on this environment.
$sel:preferredMaintenanceWindow:GetEnvironmentResponse'
, getEnvironmentResponse_preferredMaintenanceWindow
- Configures the maintenance window you want for the runtime environment.
If you do not provide a value, a random system-generated value will be
assigned.
$sel:publiclyAccessible:GetEnvironmentResponse'
, getEnvironmentResponse_publiclyAccessible
- Whether applications running in this runtime environment are publicly
accessible.
GetEnvironmentResponse
, getEnvironmentResponse_statusReason
- The reason for the reported status.
$sel:storageConfigurations:GetEnvironmentResponse'
, getEnvironmentResponse_storageConfigurations
- The storage configurations defined for the runtime environment.
$sel:tags:GetEnvironmentResponse'
, getEnvironmentResponse_tags
- The tags defined for this runtime environment.
$sel:httpStatus:GetEnvironmentResponse'
, getEnvironmentResponse_httpStatus
- The response's http status code.
GetEnvironmentResponse
, getEnvironmentResponse_creationTime
- The timestamp when the runtime environment was created.
GetEnvironmentResponse
, getEnvironmentResponse_engineType
- The target platform for the runtime environment.
GetEnvironmentResponse
, getEnvironmentResponse_engineVersion
- The version of the runtime engine.
GetEnvironmentResponse
, getEnvironmentResponse_environmentArn
- The Amazon Resource Name (ARN) of the runtime environment.
GetEnvironment
, getEnvironmentResponse_environmentId
- The unique identifier of the runtime environment.
GetEnvironmentResponse
, getEnvironmentResponse_instanceType
- The type of instance underlying the runtime environment.
GetEnvironmentResponse
, getEnvironmentResponse_name
- The name of the runtime environment. Must be unique within the account.
$sel:securityGroupIds:GetEnvironmentResponse'
, getEnvironmentResponse_securityGroupIds
- The unique identifiers of the security groups assigned to this runtime
environment.
GetEnvironmentResponse
, getEnvironmentResponse_status
- The status of the runtime environment.
$sel:subnetIds:GetEnvironmentResponse'
, getEnvironmentResponse_subnetIds
- The unique identifiers of the subnets assigned to this runtime
environment.
$sel:vpcId:GetEnvironmentResponse'
, getEnvironmentResponse_vpcId
- The unique identifier for the VPC used with this runtime environment.
ListApplicationVersions (Paginated)
data ListApplicationVersions Source #
See: newListApplicationVersions
smart constructor.
Instances
newListApplicationVersions Source #
Create a value of ListApplicationVersions
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:maxResults:ListApplicationVersions'
, listApplicationVersions_maxResults
- The maximum number of application versions to return.
ListApplicationVersions
, listApplicationVersions_nextToken
- A pagination token returned from a previous call to this operation. This
specifies the next item to return. To return to the beginning of the
list, exclude this parameter.
ListApplicationVersions
, listApplicationVersions_applicationId
- The unique identifier of the application.
data ListApplicationVersionsResponse Source #
See: newListApplicationVersionsResponse
smart constructor.
Instances
newListApplicationVersionsResponse Source #
Create a value of ListApplicationVersionsResponse
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:
ListApplicationVersions
, listApplicationVersionsResponse_nextToken
- If there are more items to return, this contains a token that is passed
to a subsequent call to this operation to retrieve the next set of
items.
$sel:httpStatus:ListApplicationVersionsResponse'
, listApplicationVersionsResponse_httpStatus
- The response's http status code.
$sel:applicationVersions:ListApplicationVersionsResponse'
, listApplicationVersionsResponse_applicationVersions
- The list of application versions.
ListApplications (Paginated)
data ListApplications Source #
See: newListApplications
smart constructor.
Instances
newListApplications :: ListApplications Source #
Create a value of ListApplications
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:
ListApplications
, listApplications_environmentId
- The unique identifier of the runtime environment where the applications
are deployed.
$sel:maxResults:ListApplications'
, listApplications_maxResults
- The maximum number of applications to return.
$sel:names:ListApplications'
, listApplications_names
- The names of the applications.
ListApplications
, listApplications_nextToken
- A pagination token to control the number of applications displayed in
the list.
data ListApplicationsResponse Source #
See: newListApplicationsResponse
smart constructor.
Instances
newListApplicationsResponse Source #
Create a value of ListApplicationsResponse
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:
ListApplications
, listApplicationsResponse_nextToken
- A pagination token that's returned when the response doesn't contain
all applications.
$sel:httpStatus:ListApplicationsResponse'
, listApplicationsResponse_httpStatus
- The response's http status code.
$sel:applications:ListApplicationsResponse'
, listApplicationsResponse_applications
- Returns a list of summary details for all the applications in a runtime
environment.
ListBatchJobDefinitions (Paginated)
data ListBatchJobDefinitions Source #
See: newListBatchJobDefinitions
smart constructor.
Instances
newListBatchJobDefinitions Source #
Create a value of ListBatchJobDefinitions
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:maxResults:ListBatchJobDefinitions'
, listBatchJobDefinitions_maxResults
- The maximum number of batch job definitions to return.
ListBatchJobDefinitions
, listBatchJobDefinitions_nextToken
- A pagination token returned from a previous call to this operation. This
specifies the next item to return. To return to the beginning of the
list, exclude this parameter.
$sel:prefix:ListBatchJobDefinitions'
, listBatchJobDefinitions_prefix
- If the batch job definition is a FileBatchJobDefinition, the prefix
allows you to search on the file names of FileBatchJobDefinitions.
ListBatchJobDefinitions
, listBatchJobDefinitions_applicationId
- The identifier of the application.
data ListBatchJobDefinitionsResponse Source #
See: newListBatchJobDefinitionsResponse
smart constructor.
Instances
newListBatchJobDefinitionsResponse Source #
Create a value of ListBatchJobDefinitionsResponse
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:
ListBatchJobDefinitions
, listBatchJobDefinitionsResponse_nextToken
- If there are more items to return, this contains a token that is passed
to a subsequent call to this operation to retrieve the next set of
items.
$sel:httpStatus:ListBatchJobDefinitionsResponse'
, listBatchJobDefinitionsResponse_httpStatus
- The response's http status code.
$sel:batchJobDefinitions:ListBatchJobDefinitionsResponse'
, listBatchJobDefinitionsResponse_batchJobDefinitions
- The list of batch job definitions.
ListBatchJobExecutions (Paginated)
data ListBatchJobExecutions Source #
See: newListBatchJobExecutions
smart constructor.
ListBatchJobExecutions' (Maybe (NonEmpty Text)) (Maybe Text) (Maybe Natural) (Maybe Text) (Maybe POSIX) (Maybe POSIX) (Maybe BatchJobExecutionStatus) Text |
Instances
newListBatchJobExecutions Source #
Create a value of ListBatchJobExecutions
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:executionIds:ListBatchJobExecutions'
, listBatchJobExecutions_executionIds
- The unique identifier of each batch job execution.
ListBatchJobExecutions
, listBatchJobExecutions_jobName
- The name of each batch job execution.
$sel:maxResults:ListBatchJobExecutions'
, listBatchJobExecutions_maxResults
- The maximum number of batch job executions to return.
ListBatchJobExecutions
, listBatchJobExecutions_nextToken
- A pagination token to control the number of batch job executions
displayed in the list.
$sel:startedAfter:ListBatchJobExecutions'
, listBatchJobExecutions_startedAfter
- The time after which the batch job executions started.
$sel:startedBefore:ListBatchJobExecutions'
, listBatchJobExecutions_startedBefore
- The time before the batch job executions started.
ListBatchJobExecutions
, listBatchJobExecutions_status
- The status of the batch job executions.
ListBatchJobExecutions
, listBatchJobExecutions_applicationId
- The unique identifier of the application.
data ListBatchJobExecutionsResponse Source #
See: newListBatchJobExecutionsResponse
smart constructor.
Instances
newListBatchJobExecutionsResponse Source #
Create a value of ListBatchJobExecutionsResponse
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:
ListBatchJobExecutions
, listBatchJobExecutionsResponse_nextToken
- A pagination token that's returned when the response doesn't contain
all batch job executions.
$sel:httpStatus:ListBatchJobExecutionsResponse'
, listBatchJobExecutionsResponse_httpStatus
- The response's http status code.
$sel:batchJobExecutions:ListBatchJobExecutionsResponse'
, listBatchJobExecutionsResponse_batchJobExecutions
- Returns a list of batch job executions for an application.
ListDataSetImportHistory (Paginated)
data ListDataSetImportHistory Source #
See: newListDataSetImportHistory
smart constructor.
Instances
newListDataSetImportHistory Source #
Create a value of ListDataSetImportHistory
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:maxResults:ListDataSetImportHistory'
, listDataSetImportHistory_maxResults
- The maximum number of objects to return.
ListDataSetImportHistory
, listDataSetImportHistory_nextToken
- A pagination token returned from a previous call to this operation. This
specifies the next item to return. To return to the beginning of the
list, exclude this parameter.
ListDataSetImportHistory
, listDataSetImportHistory_applicationId
- The unique identifier of the application.
data ListDataSetImportHistoryResponse Source #
See: newListDataSetImportHistoryResponse
smart constructor.
Instances
newListDataSetImportHistoryResponse Source #
Create a value of ListDataSetImportHistoryResponse
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:
ListDataSetImportHistory
, listDataSetImportHistoryResponse_nextToken
- If there are more items to return, this contains a token that is passed
to a subsequent call to this operation to retrieve the next set of
items.
$sel:httpStatus:ListDataSetImportHistoryResponse'
, listDataSetImportHistoryResponse_httpStatus
- The response's http status code.
$sel:dataSetImportTasks:ListDataSetImportHistoryResponse'
, listDataSetImportHistoryResponse_dataSetImportTasks
- The data set import tasks.
ListDataSets (Paginated)
data ListDataSets Source #
See: newListDataSets
smart constructor.
Instances
Create a value of ListDataSets
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:maxResults:ListDataSets'
, listDataSets_maxResults
- The maximum number of objects to return.
ListDataSets
, listDataSets_nextToken
- A pagination token returned from a previous call to this operation. This
specifies the next item to return. To return to the beginning of the
list, exclude this parameter.
$sel:prefix:ListDataSets'
, listDataSets_prefix
- The prefix of the data set name, which you can use to filter the list of
data sets.
ListDataSets
, listDataSets_applicationId
- The unique identifier of the application for which you want to list the
associated data sets.
data ListDataSetsResponse Source #
See: newListDataSetsResponse
smart constructor.
Instances
newListDataSetsResponse Source #
Create a value of ListDataSetsResponse
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:
ListDataSets
, listDataSetsResponse_nextToken
- If there are more items to return, this contains a token that is passed
to a subsequent call to this operation to retrieve the next set of
items.
$sel:httpStatus:ListDataSetsResponse'
, listDataSetsResponse_httpStatus
- The response's http status code.
ListDataSetsResponse
, listDataSetsResponse_dataSets
- The list of data sets, containing information including the creation
time, the data set name, the data set organization, the data set format,
and the last time the data set was referenced or updated.
ListDeployments (Paginated)
data ListDeployments Source #
See: newListDeployments
smart constructor.
Instances
Create a value of ListDeployments
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:maxResults:ListDeployments'
, listDeployments_maxResults
- The maximum number of objects to return.
ListDeployments
, listDeployments_nextToken
- A pagination token returned from a previous call to this operation. This
specifies the next item to return. To return to the beginning of the
list, exclude this parameter.
ListDeployments
, listDeployments_applicationId
- The application identifier.
data ListDeploymentsResponse Source #
See: newListDeploymentsResponse
smart constructor.
Instances
newListDeploymentsResponse Source #
Create a value of ListDeploymentsResponse
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:
ListDeployments
, listDeploymentsResponse_nextToken
- If there are more items to return, this contains a token that is passed
to a subsequent call to this operation to retrieve the next set of
items.
$sel:httpStatus:ListDeploymentsResponse'
, listDeploymentsResponse_httpStatus
- The response's http status code.
$sel:deployments:ListDeploymentsResponse'
, listDeploymentsResponse_deployments
- The list of deployments that is returned.
ListEngineVersions (Paginated)
data ListEngineVersions Source #
See: newListEngineVersions
smart constructor.
Instances
newListEngineVersions :: ListEngineVersions Source #
Create a value of ListEngineVersions
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:
ListEngineVersions
, listEngineVersions_engineType
- The type of target platform.
$sel:maxResults:ListEngineVersions'
, listEngineVersions_maxResults
- The maximum number of objects to return.
ListEngineVersions
, listEngineVersions_nextToken
- A pagination token returned from a previous call to this operation. This
specifies the next item to return. To return to the beginning of the
list, exclude this parameter.
data ListEngineVersionsResponse Source #
See: newListEngineVersionsResponse
smart constructor.
Instances
newListEngineVersionsResponse Source #
Create a value of ListEngineVersionsResponse
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:
ListEngineVersions
, listEngineVersionsResponse_nextToken
- If there are more items to return, this contains a token that is passed
to a subsequent call to this operation to retrieve the next set of
items.
$sel:httpStatus:ListEngineVersionsResponse'
, listEngineVersionsResponse_httpStatus
- The response's http status code.
$sel:engineVersions:ListEngineVersionsResponse'
, listEngineVersionsResponse_engineVersions
- Returns the engine versions.
ListEnvironments (Paginated)
data ListEnvironments Source #
See: newListEnvironments
smart constructor.
ListEnvironments' (Maybe EngineType) (Maybe Natural) (Maybe (NonEmpty Text)) (Maybe Text) |
Instances
newListEnvironments :: ListEnvironments Source #
Create a value of ListEnvironments
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:
ListEnvironments
, listEnvironments_engineType
- The engine type for the runtime environment.
$sel:maxResults:ListEnvironments'
, listEnvironments_maxResults
- The maximum number of runtime environments to return.
$sel:names:ListEnvironments'
, listEnvironments_names
- The names of the runtime environments. Must be unique within the
account.
ListEnvironments
, listEnvironments_nextToken
- A pagination token to control the number of runtime environments
displayed in the list.
data ListEnvironmentsResponse Source #
See: newListEnvironmentsResponse
smart constructor.
Instances
newListEnvironmentsResponse Source #
Create a value of ListEnvironmentsResponse
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:
ListEnvironments
, listEnvironmentsResponse_nextToken
- A pagination token that's returned when the response doesn't contain
all the runtime environments.
$sel:httpStatus:ListEnvironmentsResponse'
, listEnvironmentsResponse_httpStatus
- The response's http status code.
$sel:environments:ListEnvironmentsResponse'
, listEnvironmentsResponse_environments
- Returns a list of summary details for all the runtime environments in
your account.
ListTagsForResource
data ListTagsForResource Source #
See: newListTagsForResource
smart constructor.
Instances
newListTagsForResource Source #
Create a value of ListTagsForResource
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:resourceArn:ListTagsForResource'
, listTagsForResource_resourceArn
- The Amazon Resource Name (ARN) of the resource.
data ListTagsForResourceResponse Source #
See: newListTagsForResourceResponse
smart constructor.
Instances
newListTagsForResourceResponse Source #
Create a value of ListTagsForResourceResponse
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:httpStatus:ListTagsForResourceResponse'
, listTagsForResourceResponse_httpStatus
- The response's http status code.
$sel:tags:ListTagsForResourceResponse'
, listTagsForResourceResponse_tags
- The tags for the resource.
StartApplication
data StartApplication Source #
See: newStartApplication
smart constructor.
Instances
Create a value of StartApplication
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:
StartApplication
, startApplication_applicationId
- The unique identifier of the application you want to start.
data StartApplicationResponse Source #
See: newStartApplicationResponse
smart constructor.
Instances
newStartApplicationResponse Source #
Create a value of StartApplicationResponse
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:httpStatus:StartApplicationResponse'
, startApplicationResponse_httpStatus
- The response's http status code.
StartBatchJob
data StartBatchJob Source #
See: newStartBatchJob
smart constructor.
Instances
Create a value of StartBatchJob
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:jobParams:StartBatchJob'
, startBatchJob_jobParams
- The collection of batch job parameters. For details about limits for
keys and values, see
Coding variables in JCL.
StartBatchJob
, startBatchJob_applicationId
- The unique identifier of the application associated with this batch job.
$sel:batchJobIdentifier:StartBatchJob'
, startBatchJob_batchJobIdentifier
- The unique identifier of the batch job.
data StartBatchJobResponse Source #
See: newStartBatchJobResponse
smart constructor.
Instances
newStartBatchJobResponse Source #
Create a value of StartBatchJobResponse
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:httpStatus:StartBatchJobResponse'
, startBatchJobResponse_httpStatus
- The response's http status code.
StartBatchJobResponse
, startBatchJobResponse_executionId
- The unique identifier of this execution of the batch job.
StopApplication
data StopApplication Source #
See: newStopApplication
smart constructor.
Instances
Create a value of StopApplication
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:forceStop:StopApplication'
, stopApplication_forceStop
- Stopping an application process can take a long time. Setting this
parameter to true lets you force stop the application so you don't need
to wait until the process finishes to apply another action on the
application. The default value is false.
StopApplication
, stopApplication_applicationId
- The unique identifier of the application you want to stop.
data StopApplicationResponse Source #
See: newStopApplicationResponse
smart constructor.
Instances
Generic StopApplicationResponse Source # | |
Defined in Amazonka.M2.StopApplication type Rep StopApplicationResponse :: Type -> Type # | |
Read StopApplicationResponse Source # | |
Show StopApplicationResponse Source # | |
Defined in Amazonka.M2.StopApplication showsPrec :: Int -> StopApplicationResponse -> ShowS # show :: StopApplicationResponse -> String # showList :: [StopApplicationResponse] -> ShowS # | |
NFData StopApplicationResponse Source # | |
Defined in Amazonka.M2.StopApplication rnf :: StopApplicationResponse -> () # | |
Eq StopApplicationResponse Source # | |
Defined in Amazonka.M2.StopApplication | |
type Rep StopApplicationResponse Source # | |
Defined in Amazonka.M2.StopApplication type Rep StopApplicationResponse = D1 ('MetaData "StopApplicationResponse" "Amazonka.M2.StopApplication" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "StopApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newStopApplicationResponse Source #
Create a value of StopApplicationResponse
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:httpStatus:StopApplicationResponse'
, stopApplicationResponse_httpStatus
- The response's http status code.
TagResource
data TagResource Source #
See: newTagResource
smart constructor.
Instances
Create a value of TagResource
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:resourceArn:TagResource'
, tagResource_resourceArn
- The Amazon Resource Name (ARN) of the resource.
$sel:tags:TagResource'
, tagResource_tags
- The tags to add to the resource.
data TagResourceResponse Source #
See: newTagResourceResponse
smart constructor.
Instances
newTagResourceResponse Source #
Create a value of TagResourceResponse
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:httpStatus:TagResourceResponse'
, tagResourceResponse_httpStatus
- The response's http status code.
UntagResource
data UntagResource Source #
See: newUntagResource
smart constructor.
Instances
Create a value of UntagResource
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:resourceArn:UntagResource'
, untagResource_resourceArn
- The Amazon Resource Name (ARN) of the resource.
$sel:tagKeys:UntagResource'
, untagResource_tagKeys
- The keys of the tags to remove.
data UntagResourceResponse Source #
See: newUntagResourceResponse
smart constructor.
Instances
newUntagResourceResponse Source #
Create a value of UntagResourceResponse
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:httpStatus:UntagResourceResponse'
, untagResourceResponse_httpStatus
- The response's http status code.
UpdateApplication
data UpdateApplication Source #
See: newUpdateApplication
smart constructor.
Instances
:: Text | |
-> Natural | |
-> UpdateApplication |
Create a value of UpdateApplication
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:definition:UpdateApplication'
, updateApplication_definition
- The application definition for this application. You can specify either
inline JSON or an S3 bucket location.
UpdateApplication
, updateApplication_description
- The description of the application to update.
UpdateApplication
, updateApplication_applicationId
- The unique identifier of the application you want to update.
$sel:currentApplicationVersion:UpdateApplication'
, updateApplication_currentApplicationVersion
- The current version of the application to update.
data UpdateApplicationResponse Source #
See: newUpdateApplicationResponse
smart constructor.
Instances
newUpdateApplicationResponse Source #
:: Int | |
-> Natural | |
-> UpdateApplicationResponse |
Create a value of UpdateApplicationResponse
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:httpStatus:UpdateApplicationResponse'
, updateApplicationResponse_httpStatus
- The response's http status code.
UpdateApplicationResponse
, updateApplicationResponse_applicationVersion
- The new version of the application.
UpdateEnvironment
data UpdateEnvironment Source #
See: newUpdateEnvironment
smart constructor.
Instances
Create a value of UpdateEnvironment
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:applyDuringMaintenanceWindow:UpdateEnvironment'
, updateEnvironment_applyDuringMaintenanceWindow
- Indicates whether to update the runtime environment during the
maintenance window. The default is false. Currently, Amazon Web Services
Mainframe Modernization accepts the engineVersion
parameter only if
applyDuringMaintenanceWindow
is true. If any parameter other than
engineVersion
is provided in UpdateEnvironmentRequest
, it will fail
if applyDuringMaintenanceWindow
is set to true.
UpdateEnvironment
, updateEnvironment_desiredCapacity
- The desired capacity for the runtime environment to update.
UpdateEnvironment
, updateEnvironment_engineVersion
- The version of the runtime engine for the runtime environment.
UpdateEnvironment
, updateEnvironment_instanceType
- The instance type for the runtime environment to update.
$sel:preferredMaintenanceWindow:UpdateEnvironment'
, updateEnvironment_preferredMaintenanceWindow
- Configures the maintenance window you want for the runtime environment.
If you do not provide a value, a random system-generated value will be
assigned.
UpdateEnvironment
, updateEnvironment_environmentId
- The unique identifier of the runtime environment that you want to
update.
data UpdateEnvironmentResponse Source #
See: newUpdateEnvironmentResponse
smart constructor.
Instances
newUpdateEnvironmentResponse Source #
:: Int | |
-> Text | |
-> UpdateEnvironmentResponse |
Create a value of UpdateEnvironmentResponse
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:httpStatus:UpdateEnvironmentResponse'
, updateEnvironmentResponse_httpStatus
- The response's http status code.
UpdateEnvironment
, updateEnvironmentResponse_environmentId
- The unique identifier of the runtime environment that was updated.
Types
ApplicationDeploymentLifecycle
newtype ApplicationDeploymentLifecycle Source #
pattern ApplicationDeploymentLifecycle_Deployed :: ApplicationDeploymentLifecycle | |
pattern ApplicationDeploymentLifecycle_Deploying :: ApplicationDeploymentLifecycle |
Instances
ApplicationLifecycle
newtype ApplicationLifecycle Source #
pattern ApplicationLifecycle_Available :: ApplicationLifecycle | |
pattern ApplicationLifecycle_Created :: ApplicationLifecycle | |
pattern ApplicationLifecycle_Creating :: ApplicationLifecycle | |
pattern ApplicationLifecycle_Deleting :: ApplicationLifecycle | |
pattern ApplicationLifecycle_Deleting_From_Environment :: ApplicationLifecycle | |
pattern ApplicationLifecycle_Failed :: ApplicationLifecycle | |
pattern ApplicationLifecycle_Ready :: ApplicationLifecycle | |
pattern ApplicationLifecycle_Running :: ApplicationLifecycle | |
pattern ApplicationLifecycle_Starting :: ApplicationLifecycle | |
pattern ApplicationLifecycle_Stopped :: ApplicationLifecycle | |
pattern ApplicationLifecycle_Stopping :: ApplicationLifecycle |
Instances
ApplicationVersionLifecycle
newtype ApplicationVersionLifecycle Source #
Instances
BatchJobExecutionStatus
newtype BatchJobExecutionStatus Source #
Instances
BatchJobType
newtype BatchJobType Source #
pattern BatchJobType_JES2 :: BatchJobType | |
pattern BatchJobType_JES3 :: BatchJobType | |
pattern BatchJobType_VSE :: BatchJobType |
Instances
DataSetTaskLifecycle
newtype DataSetTaskLifecycle Source #
pattern DataSetTaskLifecycle_Completed :: DataSetTaskLifecycle | |
pattern DataSetTaskLifecycle_Creating :: DataSetTaskLifecycle | |
pattern DataSetTaskLifecycle_Running :: DataSetTaskLifecycle |
Instances
DeploymentLifecycle
newtype DeploymentLifecycle Source #
pattern DeploymentLifecycle_Deploying :: DeploymentLifecycle | |
pattern DeploymentLifecycle_Failed :: DeploymentLifecycle | |
pattern DeploymentLifecycle_Succeeded :: DeploymentLifecycle |
Instances
EngineType
newtype EngineType Source #
pattern EngineType_Bluage :: EngineType | |
pattern EngineType_Microfocus :: EngineType |
Instances
EnvironmentLifecycle
newtype EnvironmentLifecycle Source #
pattern EnvironmentLifecycle_Available :: EnvironmentLifecycle | |
pattern EnvironmentLifecycle_Creating :: EnvironmentLifecycle | |
pattern EnvironmentLifecycle_Deleting :: EnvironmentLifecycle | |
pattern EnvironmentLifecycle_Failed :: EnvironmentLifecycle | |
pattern EnvironmentLifecycle_Updating :: EnvironmentLifecycle |
Instances
AlternateKey
data AlternateKey Source #
Defines an alternate key. This value is optional. A legacy data set might not have any alternate key defined but if those alternate keys definitions exist, provide them, as some applications will make use of them.
See: newAlternateKey
smart constructor.
Instances
Create a value of AlternateKey
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:allowDuplicates:AlternateKey'
, alternateKey_allowDuplicates
- Indicates whether the alternate key values are supposed to be unique for
the given data set.
$sel:name:AlternateKey'
, alternateKey_name
- The name of the alternate key.
$sel:length:AlternateKey'
, alternateKey_length
- A strictly positive integer value representing the length of the
alternate key.
$sel:offset:AlternateKey'
, alternateKey_offset
- A positive integer value representing the offset to mark the start of
the alternate key part in the record byte array.
ApplicationSummary
data ApplicationSummary Source #
A subset of the possible application attributes. Used in the application list.
See: newApplicationSummary
smart constructor.
ApplicationSummary' (Maybe ApplicationDeploymentLifecycle) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe ApplicationVersionLifecycle) Text Text Natural POSIX EngineType Text ApplicationLifecycle |
Instances
newApplicationSummary Source #
:: Text | |
-> Text | |
-> Natural | |
-> UTCTime | |
-> EngineType | |
-> Text | |
-> ApplicationLifecycle | |
-> ApplicationSummary |
Create a value of ApplicationSummary
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:deploymentStatus:ApplicationSummary'
, applicationSummary_deploymentStatus
- Indicates either an ongoing deployment or if the application has ever
deployed successfully.
$sel:description:ApplicationSummary'
, applicationSummary_description
- The description of the application.
$sel:environmentId:ApplicationSummary'
, applicationSummary_environmentId
- The unique identifier of the runtime environment that hosts this
application.
$sel:lastStartTime:ApplicationSummary'
, applicationSummary_lastStartTime
- The timestamp when you last started the application. Null until the
application runs for the first time.
$sel:versionStatus:ApplicationSummary'
, applicationSummary_versionStatus
- Indicates the status of the latest version of the application.
$sel:applicationArn:ApplicationSummary'
, applicationSummary_applicationArn
- The Amazon Resource Name (ARN) of the application.
$sel:applicationId:ApplicationSummary'
, applicationSummary_applicationId
- The unique identifier of the application.
$sel:applicationVersion:ApplicationSummary'
, applicationSummary_applicationVersion
- The version of the application.
$sel:creationTime:ApplicationSummary'
, applicationSummary_creationTime
- The timestamp when the application was created.
$sel:engineType:ApplicationSummary'
, applicationSummary_engineType
- The type of the target platform for this application.
$sel:name:ApplicationSummary'
, applicationSummary_name
- The name of the application.
$sel:status:ApplicationSummary'
, applicationSummary_status
- The status of the application.
ApplicationVersionSummary
data ApplicationVersionSummary Source #
Defines an application version summary.
See: newApplicationVersionSummary
smart constructor.
Instances
newApplicationVersionSummary Source #
Create a value of ApplicationVersionSummary
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:statusReason:ApplicationVersionSummary'
, applicationVersionSummary_statusReason
- The reason for the reported status.
$sel:applicationVersion:ApplicationVersionSummary'
, applicationVersionSummary_applicationVersion
- The application version.
$sel:creationTime:ApplicationVersionSummary'
, applicationVersionSummary_creationTime
- The timestamp when the application version was created.
$sel:status:ApplicationVersionSummary'
, applicationVersionSummary_status
- The status of the application.
BatchJobDefinition
data BatchJobDefinition Source #
Defines the details of a batch job.
See: newBatchJobDefinition
smart constructor.
Instances
newBatchJobDefinition :: BatchJobDefinition Source #
Create a value of BatchJobDefinition
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:fileBatchJobDefinition:BatchJobDefinition'
, batchJobDefinition_fileBatchJobDefinition
- Specifies a file containing a batch job definition.
$sel:scriptBatchJobDefinition:BatchJobDefinition'
, batchJobDefinition_scriptBatchJobDefinition
- A script containing a batch job definition.
BatchJobExecutionSummary
data BatchJobExecutionSummary Source #
A subset of the possible batch job attributes. Used in the batch job list.
See: newBatchJobExecutionSummary
smart constructor.
BatchJobExecutionSummary' (Maybe POSIX) (Maybe Text) (Maybe Text) (Maybe BatchJobType) Text Text POSIX BatchJobExecutionStatus |
Instances
newBatchJobExecutionSummary Source #
Create a value of BatchJobExecutionSummary
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:endTime:BatchJobExecutionSummary'
, batchJobExecutionSummary_endTime
- The timestamp when this batch job execution ended.
$sel:jobId:BatchJobExecutionSummary'
, batchJobExecutionSummary_jobId
- The unique identifier of a particular batch job.
$sel:jobName:BatchJobExecutionSummary'
, batchJobExecutionSummary_jobName
- The name of a particular batch job.
$sel:jobType:BatchJobExecutionSummary'
, batchJobExecutionSummary_jobType
- The type of a particular batch job execution.
$sel:applicationId:BatchJobExecutionSummary'
, batchJobExecutionSummary_applicationId
- The unique identifier of the application that hosts this batch job.
$sel:executionId:BatchJobExecutionSummary'
, batchJobExecutionSummary_executionId
- The unique identifier of this execution of the batch job.
$sel:startTime:BatchJobExecutionSummary'
, batchJobExecutionSummary_startTime
- The timestamp when a particular batch job execution started.
$sel:status:BatchJobExecutionSummary'
, batchJobExecutionSummary_status
- The status of a particular batch job execution.
BatchJobIdentifier
data BatchJobIdentifier Source #
Identifies a specific batch job.
See: newBatchJobIdentifier
smart constructor.
Instances
newBatchJobIdentifier :: BatchJobIdentifier Source #
Create a value of BatchJobIdentifier
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:fileBatchJobIdentifier:BatchJobIdentifier'
, batchJobIdentifier_fileBatchJobIdentifier
- Specifies a file associated with a specific batch job.
$sel:scriptBatchJobIdentifier:BatchJobIdentifier'
, batchJobIdentifier_scriptBatchJobIdentifier
- A batch job identifier in which the batch job to run is identified by
the script name.
DataSet
Defines a data set.
See: newDataSet
smart constructor.
Instances
:: Text | |
-> DatasetOrgAttributes | |
-> RecordLength | |
-> DataSet |
Create a value of DataSet
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:relativePath:DataSet'
, dataSet_relativePath
- The relative location of the data set in the database or file system.
$sel:storageType:DataSet'
, dataSet_storageType
- The storage type of the data set: database or file system. For Micro
Focus, database corresponds to datastore and file system corresponds to
EFS/FSX. For Blu Age, there is no support of file system and database
corresponds to Blusam.
$sel:datasetName:DataSet'
, dataSet_datasetName
- The logical identifier for a specific data set (in mainframe format).
$sel:datasetOrg:DataSet'
, dataSet_datasetOrg
- The type of dataset. The only supported value is VSAM.
$sel:recordLength:DataSet'
, dataSet_recordLength
- The length of a record.
DataSetImportConfig
data DataSetImportConfig Source #
Identifies one or more data sets you want to import with the CreateDataSetImportTask operation.
See: newDataSetImportConfig
smart constructor.
Instances
newDataSetImportConfig :: DataSetImportConfig Source #
Create a value of DataSetImportConfig
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:dataSets:DataSetImportConfig'
, dataSetImportConfig_dataSets
- The data sets.
$sel:s3Location:DataSetImportConfig'
, dataSetImportConfig_s3Location
- The Amazon S3 location of the data sets.
DataSetImportItem
data DataSetImportItem Source #
Identifies a specific data set to import from an external location.
See: newDataSetImportItem
smart constructor.
Instances
Create a value of DataSetImportItem
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:dataSet:DataSetImportItem'
, dataSetImportItem_dataSet
- The data set.
$sel:externalLocation:DataSetImportItem'
, dataSetImportItem_externalLocation
- The location of the data set.
DataSetImportSummary
data DataSetImportSummary Source #
Represents a summary of data set imports.
See: newDataSetImportSummary
smart constructor.
Instances
newDataSetImportSummary Source #
Create a value of DataSetImportSummary
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:failed:DataSetImportSummary'
, dataSetImportSummary_failed
- The number of data set imports that have failed.
$sel:inProgress:DataSetImportSummary'
, dataSetImportSummary_inProgress
- The number of data set imports that are in progress.
$sel:pending:DataSetImportSummary'
, dataSetImportSummary_pending
- The number of data set imports that are pending.
$sel:succeeded:DataSetImportSummary'
, dataSetImportSummary_succeeded
- The number of data set imports that have succeeded.
$sel:total:DataSetImportSummary'
, dataSetImportSummary_total
- The total number of data set imports.
DataSetImportTask
data DataSetImportTask Source #
Contains information about a data set import task.
See: newDataSetImportTask
smart constructor.
Instances
Create a value of DataSetImportTask
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:DataSetImportTask'
, dataSetImportTask_status
- The status of the data set import task.
$sel:summary:DataSetImportTask'
, dataSetImportTask_summary
- A summary of the data set import task.
$sel:taskId:DataSetImportTask'
, dataSetImportTask_taskId
- The identifier of the data set import task.
DataSetSummary
data DataSetSummary Source #
A subset of the possible data set attributes.
See: newDataSetSummary
smart constructor.
Instances
Create a value of DataSetSummary
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:creationTime:DataSetSummary'
, dataSetSummary_creationTime
- The timestamp when the data set was created.
$sel:dataSetOrg:DataSetSummary'
, dataSetSummary_dataSetOrg
- The type of data set. The only supported value is VSAM.
$sel:format:DataSetSummary'
, dataSetSummary_format
- The format of the data set.
$sel:lastReferencedTime:DataSetSummary'
, dataSetSummary_lastReferencedTime
- The last time the data set was referenced.
$sel:lastUpdatedTime:DataSetSummary'
, dataSetSummary_lastUpdatedTime
- The last time the data set was updated.
$sel:dataSetName:DataSetSummary'
, dataSetSummary_dataSetName
- The name of the data set.
DatasetDetailOrgAttributes
data DatasetDetailOrgAttributes Source #
Additional details about the data set. Different attributes correspond to different data set organizations. The values are populated based on datasetOrg, storageType and backend (Blu Age or Micro Focus).
See: newDatasetDetailOrgAttributes
smart constructor.
Instances
newDatasetDetailOrgAttributes :: DatasetDetailOrgAttributes Source #
Create a value of DatasetDetailOrgAttributes
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:gdg:DatasetDetailOrgAttributes'
, datasetDetailOrgAttributes_gdg
- The generation data group of the data set.
$sel:vsam:DatasetDetailOrgAttributes'
, datasetDetailOrgAttributes_vsam
- The details of a VSAM data set.
DatasetOrgAttributes
data DatasetOrgAttributes Source #
Additional details about the data set. Different attributes correspond to different data set organizations. The values are populated based on datasetOrg, storageType and backend (Blu Age or Micro Focus).
See: newDatasetOrgAttributes
smart constructor.
Instances
newDatasetOrgAttributes :: DatasetOrgAttributes Source #
Create a value of DatasetOrgAttributes
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:gdg:DatasetOrgAttributes'
, datasetOrgAttributes_gdg
- The generation data group of the data set.
$sel:vsam:DatasetOrgAttributes'
, datasetOrgAttributes_vsam
- The details of a VSAM data set.
Definition
data Definition Source #
The application definition for a particular application.
See: newDefinition
smart constructor.
Definition' (Maybe Text) (Maybe Text) |
Instances
newDefinition :: Definition Source #
Create a value of Definition
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:content:Definition'
, definition_content
- The content of the application definition. This is a JSON object that
contains the resource configuration/definitions that identify an
application.
$sel:s3Location:Definition'
, definition_s3Location
- The S3 bucket that contains the application definition.
DeployedVersionSummary
data DeployedVersionSummary Source #
Contains a summary of a deployed application.
See: newDeployedVersionSummary
smart constructor.
Instances
newDeployedVersionSummary Source #
Create a value of DeployedVersionSummary
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:statusReason:DeployedVersionSummary'
, deployedVersionSummary_statusReason
- The reason for the reported status.
$sel:applicationVersion:DeployedVersionSummary'
, deployedVersionSummary_applicationVersion
- The version of the deployed application.
$sel:status:DeployedVersionSummary'
, deployedVersionSummary_status
- The status of the deployment.
DeploymentSummary
data DeploymentSummary Source #
A subset of information about a specific deployment.
See: newDeploymentSummary
smart constructor.
Instances
:: Text | |
-> Natural | |
-> UTCTime | |
-> Text | |
-> Text | |
-> DeploymentLifecycle | |
-> DeploymentSummary |
Create a value of DeploymentSummary
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:statusReason:DeploymentSummary'
, deploymentSummary_statusReason
- The reason for the reported status.
$sel:applicationId:DeploymentSummary'
, deploymentSummary_applicationId
- The unique identifier of the application.
$sel:applicationVersion:DeploymentSummary'
, deploymentSummary_applicationVersion
- The version of the application.
$sel:creationTime:DeploymentSummary'
, deploymentSummary_creationTime
- The timestamp when the deployment was created.
$sel:deploymentId:DeploymentSummary'
, deploymentSummary_deploymentId
- The unique identifier of the deployment.
$sel:environmentId:DeploymentSummary'
, deploymentSummary_environmentId
- The unique identifier of the runtime environment.
$sel:status:DeploymentSummary'
, deploymentSummary_status
- The current status of the deployment.
EfsStorageConfiguration
data EfsStorageConfiguration Source #
Defines the storage configuration for an Amazon EFS file system.
See: newEfsStorageConfiguration
smart constructor.
Instances
newEfsStorageConfiguration Source #
:: Text | |
-> Text | |
-> EfsStorageConfiguration |
Create a value of EfsStorageConfiguration
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:fileSystemId:EfsStorageConfiguration'
, efsStorageConfiguration_fileSystemId
- The file system identifier.
$sel:mountPoint:EfsStorageConfiguration'
, efsStorageConfiguration_mountPoint
- The mount point for the file system.
EngineVersionsSummary
data EngineVersionsSummary Source #
A subset of information about the engine version for a specific application.
See: newEngineVersionsSummary
smart constructor.
Instances
newEngineVersionsSummary Source #
:: Text | |
-> Text | |
-> EngineVersionsSummary |
Create a value of EngineVersionsSummary
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:engineType:EngineVersionsSummary'
, engineVersionsSummary_engineType
- The type of target platform for the application.
$sel:engineVersion:EngineVersionsSummary'
, engineVersionsSummary_engineVersion
- The version of the engine type used by the application.
EnvironmentSummary
data EnvironmentSummary Source #
Contains a subset of the possible runtime environment attributes. Used in the environment list.
See: newEnvironmentSummary
smart constructor.
Instances
newEnvironmentSummary Source #
:: UTCTime | |
-> EngineType | |
-> Text | |
-> Text | |
-> Text | |
-> Text | |
-> Text | |
-> EnvironmentLifecycle | |
-> EnvironmentSummary |
Create a value of EnvironmentSummary
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:creationTime:EnvironmentSummary'
, environmentSummary_creationTime
- The timestamp when the runtime environment was created.
$sel:engineType:EnvironmentSummary'
, environmentSummary_engineType
- The target platform for the runtime environment.
$sel:engineVersion:EnvironmentSummary'
, environmentSummary_engineVersion
- The version of the runtime engine.
$sel:environmentArn:EnvironmentSummary'
, environmentSummary_environmentArn
- The Amazon Resource Name (ARN) of a particular runtime environment.
$sel:environmentId:EnvironmentSummary'
, environmentSummary_environmentId
- The unique identifier of a particular runtime environment.
$sel:instanceType:EnvironmentSummary'
, environmentSummary_instanceType
- The instance type of the runtime environment.
$sel:name:EnvironmentSummary'
, environmentSummary_name
- The name of the runtime environment.
$sel:status:EnvironmentSummary'
, environmentSummary_status
- The status of the runtime environment
ExternalLocation
data ExternalLocation Source #
Defines an external storage location.
See: newExternalLocation
smart constructor.
Instances
newExternalLocation :: ExternalLocation Source #
Create a value of ExternalLocation
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:s3Location:ExternalLocation'
, externalLocation_s3Location
- The URI of the Amazon S3 bucket.
FileBatchJobDefinition
data FileBatchJobDefinition Source #
A file containing a batch job definition.
See: newFileBatchJobDefinition
smart constructor.
Instances
newFileBatchJobDefinition Source #
Create a value of FileBatchJobDefinition
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:folderPath:FileBatchJobDefinition'
, fileBatchJobDefinition_folderPath
- The path to the file containing the batch job definition.
$sel:fileName:FileBatchJobDefinition'
, fileBatchJobDefinition_fileName
- The name of the file containing the batch job definition.
FileBatchJobIdentifier
data FileBatchJobIdentifier Source #
A batch job identifier in which the batch job to run is identified by the file name and the relative path to the file name.
See: newFileBatchJobIdentifier
smart constructor.
Instances
newFileBatchJobIdentifier Source #
Create a value of FileBatchJobIdentifier
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:folderPath:FileBatchJobIdentifier'
, fileBatchJobIdentifier_folderPath
- The relative path to the file name for the batch job identifier.
$sel:fileName:FileBatchJobIdentifier'
, fileBatchJobIdentifier_fileName
- The file name for the batch job identifier.
FsxStorageConfiguration
data FsxStorageConfiguration Source #
Defines the storage configuration for an Amazon FSx file system.
See: newFsxStorageConfiguration
smart constructor.
Instances
newFsxStorageConfiguration Source #
:: Text | |
-> Text | |
-> FsxStorageConfiguration |
Create a value of FsxStorageConfiguration
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:fileSystemId:FsxStorageConfiguration'
, fsxStorageConfiguration_fileSystemId
- The file system identifier.
$sel:mountPoint:FsxStorageConfiguration'
, fsxStorageConfiguration_mountPoint
- The mount point for the file system.
GdgAttributes
data GdgAttributes Source #
The required attributes for a generation data group data set. A generation data set is one of a collection of successive, historically related, catalogued data sets that together are known as a generation data group (GDG). Use this structure when you want to import a GDG. For more information on GDG, see Generation data sets.
See: newGdgAttributes
smart constructor.
GdgAttributes' (Maybe Int) (Maybe Text) |
Instances
newGdgAttributes :: GdgAttributes Source #
Create a value of GdgAttributes
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:limit:GdgAttributes'
, gdgAttributes_limit
- The maximum number of generation data sets, up to 255, in a GDG.
$sel:rollDisposition:GdgAttributes'
, gdgAttributes_rollDisposition
- The disposition of the data set in the catalog.
GdgDetailAttributes
data GdgDetailAttributes Source #
The required attributes for a generation data group data set. A generation data set is one of a collection of successive, historically related, catalogued data sets that together are known as a generation data group (GDG). Use this structure when you want to import a GDG. For more information on GDG, see Generation data sets.
See: newGdgDetailAttributes
smart constructor.
Instances
newGdgDetailAttributes :: GdgDetailAttributes Source #
Create a value of GdgDetailAttributes
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:limit:GdgDetailAttributes'
, gdgDetailAttributes_limit
- The maximum number of generation data sets, up to 255, in a GDG.
$sel:rollDisposition:GdgDetailAttributes'
, gdgDetailAttributes_rollDisposition
- The disposition of the data set in the catalog.
HighAvailabilityConfig
data HighAvailabilityConfig Source #
Defines the details of a high availability configuration.
See: newHighAvailabilityConfig
smart constructor.
Instances
newHighAvailabilityConfig Source #
Create a value of HighAvailabilityConfig
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:desiredCapacity:HighAvailabilityConfig'
, highAvailabilityConfig_desiredCapacity
- The number of instances in a high availability configuration.
LogGroupSummary
data LogGroupSummary Source #
A subset of the attributes that describe a log group. In CloudWatch a log group is a group of log streams that share the same retention, monitoring, and access control settings.
See: newLogGroupSummary
smart constructor.
Instances
Create a value of LogGroupSummary
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:logGroupName:LogGroupSummary'
, logGroupSummary_logGroupName
- The name of the log group.
$sel:logType:LogGroupSummary'
, logGroupSummary_logType
- The type of log.
MaintenanceSchedule
data MaintenanceSchedule Source #
The information about the maintenance schedule.
See: newMaintenanceSchedule
smart constructor.
Instances
newMaintenanceSchedule :: MaintenanceSchedule Source #
Create a value of MaintenanceSchedule
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:endTime:MaintenanceSchedule'
, maintenanceSchedule_endTime
- The time the scheduled maintenance is to end.
$sel:startTime:MaintenanceSchedule'
, maintenanceSchedule_startTime
- The time the scheduled maintenance is to start.
PendingMaintenance
data PendingMaintenance Source #
The scheduled maintenance for a runtime engine.
See: newPendingMaintenance
smart constructor.
Instances
newPendingMaintenance :: PendingMaintenance Source #
Create a value of PendingMaintenance
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:engineVersion:PendingMaintenance'
, pendingMaintenance_engineVersion
- The specific runtime engine that the maintenance schedule applies to.
$sel:schedule:PendingMaintenance'
, pendingMaintenance_schedule
- The maintenance schedule for the runtime engine version.
PrimaryKey
data PrimaryKey Source #
The primary key for a KSDS data set.
See: newPrimaryKey
smart constructor.
Instances
Create a value of PrimaryKey
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:name:PrimaryKey'
, primaryKey_name
- A name for the Primary Key.
$sel:length:PrimaryKey'
, primaryKey_length
- A strictly positive integer value representing the length of the primary
key.
$sel:offset:PrimaryKey'
, primaryKey_offset
- A positive integer value representing the offset to mark the start of
the primary key in the record byte array.
RecordLength
data RecordLength Source #
The length of the records in the data set.
See: newRecordLength
smart constructor.
Instances
Create a value of RecordLength
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:max:RecordLength'
, recordLength_max
- The maximum record length. In case of fixed, both minimum and maximum
are the same.
$sel:min:RecordLength'
, recordLength_min
- The minimum record length of a record.
ScriptBatchJobDefinition
data ScriptBatchJobDefinition Source #
A batch job definition contained in a script.
See: newScriptBatchJobDefinition
smart constructor.
Instances
newScriptBatchJobDefinition Source #
Create a value of ScriptBatchJobDefinition
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:scriptName:ScriptBatchJobDefinition'
, scriptBatchJobDefinition_scriptName
- The name of the script containing the batch job definition.
ScriptBatchJobIdentifier
data ScriptBatchJobIdentifier Source #
A batch job identifier in which the batch job to run is identified by the script name.
See: newScriptBatchJobIdentifier
smart constructor.
Instances
newScriptBatchJobIdentifier Source #
Create a value of ScriptBatchJobIdentifier
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:scriptName:ScriptBatchJobIdentifier'
, scriptBatchJobIdentifier_scriptName
- The name of the script containing the batch job definition.
StorageConfiguration
data StorageConfiguration Source #
Defines the storage configuration for a runtime environment.
See: newStorageConfiguration
smart constructor.
Instances
newStorageConfiguration :: StorageConfiguration Source #
Create a value of StorageConfiguration
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:efs:StorageConfiguration'
, storageConfiguration_efs
- Defines the storage configuration for an Amazon EFS file system.
$sel:fsx:StorageConfiguration'
, storageConfiguration_fsx
- Defines the storage configuration for an Amazon FSx file system.
VsamAttributes
data VsamAttributes Source #
The attributes of a VSAM type data set.
See: newVsamAttributes
smart constructor.
VsamAttributes' (Maybe [AlternateKey]) (Maybe Bool) (Maybe Text) (Maybe PrimaryKey) Text |
Instances
Create a value of VsamAttributes
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:alternateKeys:VsamAttributes'
, vsamAttributes_alternateKeys
- The alternate key definitions, if any. A legacy dataset might not have
any alternate key defined, but if those alternate keys definitions
exist, provide them as some applications will make use of them.
$sel:compressed:VsamAttributes'
, vsamAttributes_compressed
- Indicates whether indexes for this dataset are stored as compressed
values. If you have a large data set (typically > 100 Mb), consider
setting this flag to True.
$sel:encoding:VsamAttributes'
, vsamAttributes_encoding
- The character set used by the data set. Can be ASCII, EBCDIC, or
unknown.
$sel:primaryKey:VsamAttributes'
, vsamAttributes_primaryKey
- The primary key of the data set.
$sel:format:VsamAttributes'
, vsamAttributes_format
- The record format of the data set.
VsamDetailAttributes
data VsamDetailAttributes Source #
The attributes of a VSAM type data set.
See: newVsamDetailAttributes
smart constructor.
VsamDetailAttributes' (Maybe [AlternateKey]) (Maybe Bool) (Maybe Bool) (Maybe Text) (Maybe PrimaryKey) (Maybe Text) |
Instances
newVsamDetailAttributes :: VsamDetailAttributes Source #
Create a value of VsamDetailAttributes
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:alternateKeys:VsamDetailAttributes'
, vsamDetailAttributes_alternateKeys
- The alternate key definitions, if any. A legacy dataset might not have
any alternate key defined, but if those alternate keys definitions
exist, provide them as some applications will make use of them.
$sel:cacheAtStartup:VsamDetailAttributes'
, vsamDetailAttributes_cacheAtStartup
- If set to True, enforces loading the data set into cache before it’s
used by the application.
$sel:compressed:VsamDetailAttributes'
, vsamDetailAttributes_compressed
- Indicates whether indexes for this dataset are stored as compressed
values. If you have a large data set (typically > 100 Mb), consider
setting this flag to True.
$sel:encoding:VsamDetailAttributes'
, vsamDetailAttributes_encoding
- The character set used by the data set. Can be ASCII, EBCDIC, or
unknown.
$sel:primaryKey:VsamDetailAttributes'
, vsamDetailAttributes_primaryKey
- The primary key of the data set.
$sel:recordFormat:VsamDetailAttributes'
, vsamDetailAttributes_recordFormat
- The record format of the data set.