amazonka-m2-2.0: Amazon MainframeModernization SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.M2

Contents

Description

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

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

Instances details
ToJSON CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

ToHeaders CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

ToPath CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

ToQuery CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

AWSRequest CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

Generic CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

Associated Types

type Rep CancelBatchJobExecution :: Type -> Type #

Read CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

Show CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

NFData CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

Methods

rnf :: CancelBatchJobExecution -> () #

Eq CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

Hashable CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

type AWSResponse CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

type Rep CancelBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

type Rep CancelBatchJobExecution = D1 ('MetaData "CancelBatchJobExecution" "Amazonka.M2.CancelBatchJobExecution" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "CancelBatchJobExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "executionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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

Instances details
Generic CancelBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

Associated Types

type Rep CancelBatchJobExecutionResponse :: Type -> Type #

Read CancelBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

Show CancelBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

NFData CancelBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

Eq CancelBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.CancelBatchJobExecution

type Rep CancelBatchJobExecutionResponse Source # 
Instance details

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.

Instances

Instances details
ToJSON CreateApplication Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

ToHeaders CreateApplication Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

ToPath CreateApplication Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

ToQuery CreateApplication Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

AWSRequest CreateApplication Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

Associated Types

type AWSResponse CreateApplication #

Generic CreateApplication Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

Associated Types

type Rep CreateApplication :: Type -> Type #

Read CreateApplication Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

Show CreateApplication Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

NFData CreateApplication Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

Methods

rnf :: CreateApplication -> () #

Eq CreateApplication Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

Hashable CreateApplication Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

type AWSResponse CreateApplication Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

type Rep CreateApplication Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

newCreateApplication Source #

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

Instances details
Generic CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

Associated Types

type Rep CreateApplicationResponse :: Type -> Type #

Read CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

Show CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

NFData CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

Eq CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

type Rep CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.CreateApplication

type Rep CreateApplicationResponse = D1 ('MetaData "CreateApplicationResponse" "Amazonka.M2.CreateApplication" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "CreateApplicationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "applicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newCreateApplicationResponse Source #

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

Instances details
ToJSON CreateDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

ToHeaders CreateDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

ToPath CreateDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

ToQuery CreateDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

AWSRequest CreateDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

Generic CreateDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

Associated Types

type Rep CreateDataSetImportTask :: Type -> Type #

Read CreateDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

Show CreateDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

NFData CreateDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

Methods

rnf :: CreateDataSetImportTask -> () #

Eq CreateDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

Hashable CreateDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

type AWSResponse CreateDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

type Rep CreateDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

type Rep CreateDataSetImportTask = D1 ('MetaData "CreateDataSetImportTask" "Amazonka.M2.CreateDataSetImportTask" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "CreateDataSetImportTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "importConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataSetImportConfig))))

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

Instances details
Generic CreateDataSetImportTaskResponse Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

Associated Types

type Rep CreateDataSetImportTaskResponse :: Type -> Type #

Read CreateDataSetImportTaskResponse Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

Show CreateDataSetImportTaskResponse Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

NFData CreateDataSetImportTaskResponse Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

Eq CreateDataSetImportTaskResponse Source # 
Instance details

Defined in Amazonka.M2.CreateDataSetImportTask

type Rep CreateDataSetImportTaskResponse Source # 
Instance details

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

Instances details
ToJSON CreateDeployment Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

ToHeaders CreateDeployment Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

ToPath CreateDeployment Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

ToQuery CreateDeployment Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

AWSRequest CreateDeployment Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

Associated Types

type AWSResponse CreateDeployment #

Generic CreateDeployment Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

Associated Types

type Rep CreateDeployment :: Type -> Type #

Read CreateDeployment Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

Show CreateDeployment Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

NFData CreateDeployment Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

Methods

rnf :: CreateDeployment -> () #

Eq CreateDeployment Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

Hashable CreateDeployment Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

type AWSResponse CreateDeployment Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

type Rep CreateDeployment Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

type Rep CreateDeployment = D1 ('MetaData "CreateDeployment" "Amazonka.M2.CreateDeployment" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "CreateDeployment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateDeployment Source #

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

Instances details
Generic CreateDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

Associated Types

type Rep CreateDeploymentResponse :: Type -> Type #

Read CreateDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

Show CreateDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

NFData CreateDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

Eq CreateDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

type Rep CreateDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.CreateDeployment

type Rep CreateDeploymentResponse = D1 ('MetaData "CreateDeploymentResponse" "Amazonka.M2.CreateDeployment" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "CreateDeploymentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateDeploymentResponse Source #

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.

Instances

Instances details
ToJSON CreateEnvironment Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

ToHeaders CreateEnvironment Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

ToPath CreateEnvironment Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

ToQuery CreateEnvironment Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

AWSRequest CreateEnvironment Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

Associated Types

type AWSResponse CreateEnvironment #

Generic CreateEnvironment Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

Associated Types

type Rep CreateEnvironment :: Type -> Type #

Read CreateEnvironment Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

Show CreateEnvironment Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

NFData CreateEnvironment Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

Methods

rnf :: CreateEnvironment -> () #

Eq CreateEnvironment Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

Hashable CreateEnvironment Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

type AWSResponse CreateEnvironment Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

type Rep CreateEnvironment Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

type Rep CreateEnvironment = D1 ('MetaData "CreateEnvironment" "Amazonka.M2.CreateEnvironment" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "CreateEnvironment'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "highAvailabilityConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HighAvailabilityConfig)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "preferredMaintenanceWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publiclyAccessible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "storageConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StorageConfiguration])) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "engineType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EngineType)) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCreateEnvironment Source #

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

Instances details
Generic CreateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

Associated Types

type Rep CreateEnvironmentResponse :: Type -> Type #

Read CreateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

Show CreateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

NFData CreateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

Eq CreateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

type Rep CreateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.CreateEnvironment

type Rep CreateEnvironmentResponse = D1 ('MetaData "CreateEnvironmentResponse" "Amazonka.M2.CreateEnvironment" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "CreateEnvironmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateEnvironmentResponse Source #

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.

Constructors

DeleteApplication' Text 

Instances

Instances details
ToHeaders DeleteApplication Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

ToPath DeleteApplication Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

ToQuery DeleteApplication Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

AWSRequest DeleteApplication Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

Associated Types

type AWSResponse DeleteApplication #

Generic DeleteApplication Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

Associated Types

type Rep DeleteApplication :: Type -> Type #

Read DeleteApplication Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

Show DeleteApplication Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

NFData DeleteApplication Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

Methods

rnf :: DeleteApplication -> () #

Eq DeleteApplication Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

Hashable DeleteApplication Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

type AWSResponse DeleteApplication Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

type Rep DeleteApplication Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

type Rep DeleteApplication = D1 ('MetaData "DeleteApplication" "Amazonka.M2.DeleteApplication" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "DeleteApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteApplication Source #

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

Instances details
Generic DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

Associated Types

type Rep DeleteApplicationResponse :: Type -> Type #

Read DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

Show DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

NFData DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

Eq DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

type Rep DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteApplication

type Rep DeleteApplicationResponse = D1 ('MetaData "DeleteApplicationResponse" "Amazonka.M2.DeleteApplication" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "DeleteApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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

Instances details
ToHeaders DeleteApplicationFromEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

ToPath DeleteApplicationFromEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

ToQuery DeleteApplicationFromEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

AWSRequest DeleteApplicationFromEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

Generic DeleteApplicationFromEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

Associated Types

type Rep DeleteApplicationFromEnvironment :: Type -> Type #

Read DeleteApplicationFromEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

Show DeleteApplicationFromEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

NFData DeleteApplicationFromEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

Eq DeleteApplicationFromEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

Hashable DeleteApplicationFromEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

type AWSResponse DeleteApplicationFromEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

type Rep DeleteApplicationFromEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

type Rep DeleteApplicationFromEnvironment = D1 ('MetaData "DeleteApplicationFromEnvironment" "Amazonka.M2.DeleteApplicationFromEnvironment" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "DeleteApplicationFromEnvironment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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 #

Instances

Instances details
Generic DeleteApplicationFromEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

Read DeleteApplicationFromEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

Show DeleteApplicationFromEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

NFData DeleteApplicationFromEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

Eq DeleteApplicationFromEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

type Rep DeleteApplicationFromEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteApplicationFromEnvironment

type Rep DeleteApplicationFromEnvironmentResponse = D1 ('MetaData "DeleteApplicationFromEnvironmentResponse" "Amazonka.M2.DeleteApplicationFromEnvironment" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "DeleteApplicationFromEnvironmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Constructors

DeleteEnvironment' Text 

Instances

Instances details
ToHeaders DeleteEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

ToPath DeleteEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

ToQuery DeleteEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

AWSRequest DeleteEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

Associated Types

type AWSResponse DeleteEnvironment #

Generic DeleteEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

Associated Types

type Rep DeleteEnvironment :: Type -> Type #

Read DeleteEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

Show DeleteEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

NFData DeleteEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

Methods

rnf :: DeleteEnvironment -> () #

Eq DeleteEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

Hashable DeleteEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

type AWSResponse DeleteEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

type Rep DeleteEnvironment Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

type Rep DeleteEnvironment = D1 ('MetaData "DeleteEnvironment" "Amazonka.M2.DeleteEnvironment" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "DeleteEnvironment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteEnvironment Source #

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

Instances details
Generic DeleteEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

Associated Types

type Rep DeleteEnvironmentResponse :: Type -> Type #

Read DeleteEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

Show DeleteEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

NFData DeleteEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

Eq DeleteEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

type Rep DeleteEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.DeleteEnvironment

type Rep DeleteEnvironmentResponse = D1 ('MetaData "DeleteEnvironmentResponse" "Amazonka.M2.DeleteEnvironment" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "DeleteEnvironmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Constructors

GetApplication' Text 

Instances

Instances details
ToHeaders GetApplication Source # 
Instance details

Defined in Amazonka.M2.GetApplication

ToPath GetApplication Source # 
Instance details

Defined in Amazonka.M2.GetApplication

ToQuery GetApplication Source # 
Instance details

Defined in Amazonka.M2.GetApplication

AWSRequest GetApplication Source # 
Instance details

Defined in Amazonka.M2.GetApplication

Associated Types

type AWSResponse GetApplication #

Generic GetApplication Source # 
Instance details

Defined in Amazonka.M2.GetApplication

Associated Types

type Rep GetApplication :: Type -> Type #

Read GetApplication Source # 
Instance details

Defined in Amazonka.M2.GetApplication

Show GetApplication Source # 
Instance details

Defined in Amazonka.M2.GetApplication

NFData GetApplication Source # 
Instance details

Defined in Amazonka.M2.GetApplication

Methods

rnf :: GetApplication -> () #

Eq GetApplication Source # 
Instance details

Defined in Amazonka.M2.GetApplication

Hashable GetApplication Source # 
Instance details

Defined in Amazonka.M2.GetApplication

type AWSResponse GetApplication Source # 
Instance details

Defined in Amazonka.M2.GetApplication

type Rep GetApplication Source # 
Instance details

Defined in Amazonka.M2.GetApplication

type Rep GetApplication = D1 ('MetaData "GetApplication" "Amazonka.M2.GetApplication" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "GetApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetApplication Source #

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.

Instances

Instances details
Generic GetApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.GetApplication

Associated Types

type Rep GetApplicationResponse :: Type -> Type #

Read GetApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.GetApplication

Show GetApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.GetApplication

NFData GetApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.GetApplication

Methods

rnf :: GetApplicationResponse -> () #

Eq GetApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.GetApplication

type Rep GetApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.GetApplication

type Rep GetApplicationResponse = D1 ('MetaData "GetApplicationResponse" "Amazonka.M2.GetApplication" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "GetApplicationResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "deployedVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeployedVersionSummary)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "listenerArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "listenerPorts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Int)))) :*: (S1 ('MetaSel ('Just "loadBalancerDnsName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "logGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LogGroupSummary])) :*: S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "targetGroupArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "applicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "engineType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EngineType)) :*: (S1 ('MetaSel ('Just "latestVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApplicationVersionSummary) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApplicationLifecycle)))))))

newGetApplicationResponse Source #

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

Instances details
ToHeaders GetApplicationVersion Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

ToPath GetApplicationVersion Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

ToQuery GetApplicationVersion Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

AWSRequest GetApplicationVersion Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

Associated Types

type AWSResponse GetApplicationVersion #

Generic GetApplicationVersion Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

Associated Types

type Rep GetApplicationVersion :: Type -> Type #

Read GetApplicationVersion Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

Show GetApplicationVersion Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

NFData GetApplicationVersion Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

Methods

rnf :: GetApplicationVersion -> () #

Eq GetApplicationVersion Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

Hashable GetApplicationVersion Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

type AWSResponse GetApplicationVersion Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

type Rep GetApplicationVersion Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

type Rep GetApplicationVersion = D1 ('MetaData "GetApplicationVersion" "Amazonka.M2.GetApplicationVersion" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "GetApplicationVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

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.

Instances

Instances details
Generic GetApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

Associated Types

type Rep GetApplicationVersionResponse :: Type -> Type #

Read GetApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

Show GetApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

NFData GetApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

Eq GetApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

type Rep GetApplicationVersionResponse Source # 
Instance details

Defined in Amazonka.M2.GetApplicationVersion

newGetApplicationVersionResponse Source #

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

Instances details
ToHeaders GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

ToPath GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

ToQuery GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

AWSRequest GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

Associated Types

type AWSResponse GetBatchJobExecution #

Generic GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

Associated Types

type Rep GetBatchJobExecution :: Type -> Type #

Read GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

Show GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

NFData GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

Methods

rnf :: GetBatchJobExecution -> () #

Eq GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

Hashable GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

type AWSResponse GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

type Rep GetBatchJobExecution Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

type Rep GetBatchJobExecution = D1 ('MetaData "GetBatchJobExecution" "Amazonka.M2.GetBatchJobExecution" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "GetBatchJobExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "executionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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.

Instances

Instances details
Generic GetBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

Associated Types

type Rep GetBatchJobExecutionResponse :: Type -> Type #

Read GetBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

Show GetBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

NFData GetBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

Eq GetBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

type Rep GetBatchJobExecutionResponse Source # 
Instance details

Defined in Amazonka.M2.GetBatchJobExecution

newGetBatchJobExecutionResponse Source #

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

Instances details
ToHeaders GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

ToPath GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

ToQuery GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

AWSRequest GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

Associated Types

type AWSResponse GetDataSetDetails #

Generic GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

Associated Types

type Rep GetDataSetDetails :: Type -> Type #

Read GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

Show GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

NFData GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

Methods

rnf :: GetDataSetDetails -> () #

Eq GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

Hashable GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

type AWSResponse GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

type Rep GetDataSetDetails Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

type Rep GetDataSetDetails = D1 ('MetaData "GetDataSetDetails" "Amazonka.M2.GetDataSetDetails" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "GetDataSetDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dataSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetDataSetDetails Source #

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.

Instances

Instances details
Generic GetDataSetDetailsResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

Associated Types

type Rep GetDataSetDetailsResponse :: Type -> Type #

Read GetDataSetDetailsResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

Show GetDataSetDetailsResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

NFData GetDataSetDetailsResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

Eq GetDataSetDetailsResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

type Rep GetDataSetDetailsResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetDetails

newGetDataSetDetailsResponse Source #

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

Instances details
ToHeaders GetDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

ToPath GetDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

ToQuery GetDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

AWSRequest GetDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

Associated Types

type AWSResponse GetDataSetImportTask #

Generic GetDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

Associated Types

type Rep GetDataSetImportTask :: Type -> Type #

Read GetDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

Show GetDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

NFData GetDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

Methods

rnf :: GetDataSetImportTask -> () #

Eq GetDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

Hashable GetDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

type AWSResponse GetDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

type Rep GetDataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

type Rep GetDataSetImportTask = D1 ('MetaData "GetDataSetImportTask" "Amazonka.M2.GetDataSetImportTask" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "GetDataSetImportTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "taskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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

Instances details
Generic GetDataSetImportTaskResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

Associated Types

type Rep GetDataSetImportTaskResponse :: Type -> Type #

Read GetDataSetImportTaskResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

Show GetDataSetImportTaskResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

NFData GetDataSetImportTaskResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

Eq GetDataSetImportTaskResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

type Rep GetDataSetImportTaskResponse Source # 
Instance details

Defined in Amazonka.M2.GetDataSetImportTask

type Rep GetDataSetImportTaskResponse = D1 ('MetaData "GetDataSetImportTaskResponse" "Amazonka.M2.GetDataSetImportTask" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "GetDataSetImportTaskResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "summary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSetImportSummary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataSetTaskLifecycle) :*: S1 ('MetaSel ('Just "taskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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.

Constructors

GetDeployment' Text Text 

Instances

Instances details
ToHeaders GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

ToPath GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

ToQuery GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

AWSRequest GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

Associated Types

type AWSResponse GetDeployment #

Generic GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

Associated Types

type Rep GetDeployment :: Type -> Type #

Read GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

Show GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

NFData GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

Methods

rnf :: GetDeployment -> () #

Eq GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

Hashable GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

type AWSResponse GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

type Rep GetDeployment Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

type Rep GetDeployment = D1 ('MetaData "GetDeployment" "Amazonka.M2.GetDeployment" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "GetDeployment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetDeployment Source #

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

Instances details
Generic GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

Associated Types

type Rep GetDeploymentResponse :: Type -> Type #

Read GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

Show GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

NFData GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

Methods

rnf :: GetDeploymentResponse -> () #

Eq GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

type Rep GetDeploymentResponse Source # 
Instance details

Defined in Amazonka.M2.GetDeployment

newGetDeploymentResponse Source #

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.

Constructors

GetEnvironment' Text 

Instances

Instances details
ToHeaders GetEnvironment Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

ToPath GetEnvironment Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

ToQuery GetEnvironment Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

AWSRequest GetEnvironment Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

Associated Types

type AWSResponse GetEnvironment #

Generic GetEnvironment Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

Associated Types

type Rep GetEnvironment :: Type -> Type #

Read GetEnvironment Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

Show GetEnvironment Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

NFData GetEnvironment Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

Methods

rnf :: GetEnvironment -> () #

Eq GetEnvironment Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

Hashable GetEnvironment Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

type AWSResponse GetEnvironment Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

type Rep GetEnvironment Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

type Rep GetEnvironment = D1 ('MetaData "GetEnvironment" "Amazonka.M2.GetEnvironment" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "GetEnvironment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetEnvironment Source #

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.

Instances

Instances details
Generic GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

Associated Types

type Rep GetEnvironmentResponse :: Type -> Type #

Read GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

Show GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

NFData GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

Methods

rnf :: GetEnvironmentResponse -> () #

Eq GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

type Rep GetEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.GetEnvironment

type Rep GetEnvironmentResponse = D1 ('MetaData "GetEnvironmentResponse" "Amazonka.M2.GetEnvironment" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "GetEnvironmentResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "actualCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "highAvailabilityConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HighAvailabilityConfig)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "loadBalancerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "pendingMaintenance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PendingMaintenance)) :*: (S1 ('MetaSel ('Just "preferredMaintenanceWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publiclyAccessible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "storageConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StorageConfiguration])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))) :*: (((S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "engineType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EngineType))) :*: (S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "environmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EnvironmentLifecycle) :*: (S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

newGetEnvironmentResponse Source #

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

Instances details
ToHeaders ListApplicationVersions Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

ToPath ListApplicationVersions Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

ToQuery ListApplicationVersions Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

AWSPager ListApplicationVersions Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

AWSRequest ListApplicationVersions Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

Generic ListApplicationVersions Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

Associated Types

type Rep ListApplicationVersions :: Type -> Type #

Read ListApplicationVersions Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

Show ListApplicationVersions Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

NFData ListApplicationVersions Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

Methods

rnf :: ListApplicationVersions -> () #

Eq ListApplicationVersions Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

Hashable ListApplicationVersions Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

type AWSResponse ListApplicationVersions Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

type Rep ListApplicationVersions Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

type Rep ListApplicationVersions = D1 ('MetaData "ListApplicationVersions" "Amazonka.M2.ListApplicationVersions" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListApplicationVersions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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

Instances details
Generic ListApplicationVersionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

Associated Types

type Rep ListApplicationVersionsResponse :: Type -> Type #

Read ListApplicationVersionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

Show ListApplicationVersionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

NFData ListApplicationVersionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

Eq ListApplicationVersionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

type Rep ListApplicationVersionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListApplicationVersions

type Rep ListApplicationVersionsResponse = D1 ('MetaData "ListApplicationVersionsResponse" "Amazonka.M2.ListApplicationVersions" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListApplicationVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "applicationVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ApplicationVersionSummary]))))

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

Instances details
ToHeaders ListApplications Source # 
Instance details

Defined in Amazonka.M2.ListApplications

ToPath ListApplications Source # 
Instance details

Defined in Amazonka.M2.ListApplications

ToQuery ListApplications Source # 
Instance details

Defined in Amazonka.M2.ListApplications

AWSPager ListApplications Source # 
Instance details

Defined in Amazonka.M2.ListApplications

AWSRequest ListApplications Source # 
Instance details

Defined in Amazonka.M2.ListApplications

Associated Types

type AWSResponse ListApplications #

Generic ListApplications Source # 
Instance details

Defined in Amazonka.M2.ListApplications

Associated Types

type Rep ListApplications :: Type -> Type #

Read ListApplications Source # 
Instance details

Defined in Amazonka.M2.ListApplications

Show ListApplications Source # 
Instance details

Defined in Amazonka.M2.ListApplications

NFData ListApplications Source # 
Instance details

Defined in Amazonka.M2.ListApplications

Methods

rnf :: ListApplications -> () #

Eq ListApplications Source # 
Instance details

Defined in Amazonka.M2.ListApplications

Hashable ListApplications Source # 
Instance details

Defined in Amazonka.M2.ListApplications

type AWSResponse ListApplications Source # 
Instance details

Defined in Amazonka.M2.ListApplications

type Rep ListApplications Source # 
Instance details

Defined in Amazonka.M2.ListApplications

type Rep ListApplications = D1 ('MetaData "ListApplications" "Amazonka.M2.ListApplications" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListApplications'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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

Instances details
Generic ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.M2.ListApplications

Associated Types

type Rep ListApplicationsResponse :: Type -> Type #

Read ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.M2.ListApplications

Show ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.M2.ListApplications

NFData ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.M2.ListApplications

Eq ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.M2.ListApplications

type Rep ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.M2.ListApplications

type Rep ListApplicationsResponse = D1 ('MetaData "ListApplicationsResponse" "Amazonka.M2.ListApplications" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "applications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ApplicationSummary]))))

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

Instances details
ToHeaders ListBatchJobDefinitions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

ToPath ListBatchJobDefinitions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

ToQuery ListBatchJobDefinitions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

AWSPager ListBatchJobDefinitions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

AWSRequest ListBatchJobDefinitions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

Generic ListBatchJobDefinitions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

Associated Types

type Rep ListBatchJobDefinitions :: Type -> Type #

Read ListBatchJobDefinitions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

Show ListBatchJobDefinitions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

NFData ListBatchJobDefinitions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

Methods

rnf :: ListBatchJobDefinitions -> () #

Eq ListBatchJobDefinitions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

Hashable ListBatchJobDefinitions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

type AWSResponse ListBatchJobDefinitions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

type Rep ListBatchJobDefinitions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

type Rep ListBatchJobDefinitions = D1 ('MetaData "ListBatchJobDefinitions" "Amazonka.M2.ListBatchJobDefinitions" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListBatchJobDefinitions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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

Instances details
Generic ListBatchJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

Associated Types

type Rep ListBatchJobDefinitionsResponse :: Type -> Type #

Read ListBatchJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

Show ListBatchJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

NFData ListBatchJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

Eq ListBatchJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

type Rep ListBatchJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobDefinitions

type Rep ListBatchJobDefinitionsResponse = D1 ('MetaData "ListBatchJobDefinitionsResponse" "Amazonka.M2.ListBatchJobDefinitions" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListBatchJobDefinitionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "batchJobDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [BatchJobDefinition]))))

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.

Instances

Instances details
ToHeaders ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

ToPath ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

ToQuery ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

AWSPager ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

AWSRequest ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

Associated Types

type AWSResponse ListBatchJobExecutions #

Generic ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

Associated Types

type Rep ListBatchJobExecutions :: Type -> Type #

Read ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

Show ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

NFData ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

Methods

rnf :: ListBatchJobExecutions -> () #

Eq ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

Hashable ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

type AWSResponse ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

type Rep ListBatchJobExecutions Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

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

Instances details
Generic ListBatchJobExecutionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

Associated Types

type Rep ListBatchJobExecutionsResponse :: Type -> Type #

Read ListBatchJobExecutionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

Show ListBatchJobExecutionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

NFData ListBatchJobExecutionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

Eq ListBatchJobExecutionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

type Rep ListBatchJobExecutionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListBatchJobExecutions

type Rep ListBatchJobExecutionsResponse = D1 ('MetaData "ListBatchJobExecutionsResponse" "Amazonka.M2.ListBatchJobExecutions" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListBatchJobExecutionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "batchJobExecutions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [BatchJobExecutionSummary]))))

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

Instances details
ToHeaders ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

ToPath ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

ToQuery ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

AWSPager ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

AWSRequest ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

Generic ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

Associated Types

type Rep ListDataSetImportHistory :: Type -> Type #

Read ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

Show ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

NFData ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

Eq ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

Hashable ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

type AWSResponse ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

type Rep ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

type Rep ListDataSetImportHistory = D1 ('MetaData "ListDataSetImportHistory" "Amazonka.M2.ListDataSetImportHistory" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListDataSetImportHistory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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

Instances details
Generic ListDataSetImportHistoryResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

Associated Types

type Rep ListDataSetImportHistoryResponse :: Type -> Type #

Read ListDataSetImportHistoryResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

Show ListDataSetImportHistoryResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

NFData ListDataSetImportHistoryResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

Eq ListDataSetImportHistoryResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

type Rep ListDataSetImportHistoryResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

type Rep ListDataSetImportHistoryResponse = D1 ('MetaData "ListDataSetImportHistoryResponse" "Amazonka.M2.ListDataSetImportHistory" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListDataSetImportHistoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "dataSetImportTasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DataSetImportTask]))))

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

Instances details
ToHeaders ListDataSets Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

ToPath ListDataSets Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

ToQuery ListDataSets Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

AWSPager ListDataSets Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

AWSRequest ListDataSets Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

Associated Types

type AWSResponse ListDataSets #

Generic ListDataSets Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

Associated Types

type Rep ListDataSets :: Type -> Type #

Read ListDataSets Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

Show ListDataSets Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

NFData ListDataSets Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

Methods

rnf :: ListDataSets -> () #

Eq ListDataSets Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

Hashable ListDataSets Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

type AWSResponse ListDataSets Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

type Rep ListDataSets Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

type Rep ListDataSets = D1 ('MetaData "ListDataSets" "Amazonka.M2.ListDataSets" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListDataSets'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListDataSets Source #

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

Instances details
Generic ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

Associated Types

type Rep ListDataSetsResponse :: Type -> Type #

Read ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

Show ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

NFData ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

Methods

rnf :: ListDataSetsResponse -> () #

Eq ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

type Rep ListDataSetsResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSets

type Rep ListDataSetsResponse = D1 ('MetaData "ListDataSetsResponse" "Amazonka.M2.ListDataSets" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListDataSetsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "dataSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DataSetSummary]))))

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

Instances details
ToHeaders ListDeployments Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

ToPath ListDeployments Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

ToQuery ListDeployments Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

AWSPager ListDeployments Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

AWSRequest ListDeployments Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

Associated Types

type AWSResponse ListDeployments #

Generic ListDeployments Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

Associated Types

type Rep ListDeployments :: Type -> Type #

Read ListDeployments Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

Show ListDeployments Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

NFData ListDeployments Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

Methods

rnf :: ListDeployments -> () #

Eq ListDeployments Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

Hashable ListDeployments Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

type AWSResponse ListDeployments Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

type Rep ListDeployments Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

type Rep ListDeployments = D1 ('MetaData "ListDeployments" "Amazonka.M2.ListDeployments" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListDeployments'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListDeployments Source #

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

Instances details
Generic ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

Associated Types

type Rep ListDeploymentsResponse :: Type -> Type #

Read ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

Show ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

NFData ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

Methods

rnf :: ListDeploymentsResponse -> () #

Eq ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

type Rep ListDeploymentsResponse Source # 
Instance details

Defined in Amazonka.M2.ListDeployments

type Rep ListDeploymentsResponse = D1 ('MetaData "ListDeploymentsResponse" "Amazonka.M2.ListDeployments" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListDeploymentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "deployments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DeploymentSummary]))))

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

Instances details
ToHeaders ListEngineVersions Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

ToPath ListEngineVersions Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

ToQuery ListEngineVersions Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

AWSPager ListEngineVersions Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

AWSRequest ListEngineVersions Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

Associated Types

type AWSResponse ListEngineVersions #

Generic ListEngineVersions Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

Associated Types

type Rep ListEngineVersions :: Type -> Type #

Read ListEngineVersions Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

Show ListEngineVersions Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

NFData ListEngineVersions Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

Methods

rnf :: ListEngineVersions -> () #

Eq ListEngineVersions Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

Hashable ListEngineVersions Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

type AWSResponse ListEngineVersions Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

type Rep ListEngineVersions Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

type Rep ListEngineVersions = D1 ('MetaData "ListEngineVersions" "Amazonka.M2.ListEngineVersions" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListEngineVersions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "engineType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EngineType)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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

Instances details
Generic ListEngineVersionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

Associated Types

type Rep ListEngineVersionsResponse :: Type -> Type #

Read ListEngineVersionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

Show ListEngineVersionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

NFData ListEngineVersionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

Eq ListEngineVersionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

type Rep ListEngineVersionsResponse Source # 
Instance details

Defined in Amazonka.M2.ListEngineVersions

type Rep ListEngineVersionsResponse = D1 ('MetaData "ListEngineVersionsResponse" "Amazonka.M2.ListEngineVersions" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListEngineVersionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "engineVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EngineVersionsSummary]))))

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.

Instances

Instances details
ToHeaders ListEnvironments Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

ToPath ListEnvironments Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

ToQuery ListEnvironments Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

AWSPager ListEnvironments Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

AWSRequest ListEnvironments Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

Associated Types

type AWSResponse ListEnvironments #

Generic ListEnvironments Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

Associated Types

type Rep ListEnvironments :: Type -> Type #

Read ListEnvironments Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

Show ListEnvironments Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

NFData ListEnvironments Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

Methods

rnf :: ListEnvironments -> () #

Eq ListEnvironments Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

Hashable ListEnvironments Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

type AWSResponse ListEnvironments Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

type Rep ListEnvironments Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

type Rep ListEnvironments = D1 ('MetaData "ListEnvironments" "Amazonka.M2.ListEnvironments" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListEnvironments'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "engineType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EngineType)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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

Instances details
Generic ListEnvironmentsResponse Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

Associated Types

type Rep ListEnvironmentsResponse :: Type -> Type #

Read ListEnvironmentsResponse Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

Show ListEnvironmentsResponse Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

NFData ListEnvironmentsResponse Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

Eq ListEnvironmentsResponse Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

type Rep ListEnvironmentsResponse Source # 
Instance details

Defined in Amazonka.M2.ListEnvironments

type Rep ListEnvironmentsResponse = D1 ('MetaData "ListEnvironmentsResponse" "Amazonka.M2.ListEnvironments" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListEnvironmentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "environments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EnvironmentSummary]))))

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

Instances details
ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.M2.ListTagsForResource" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.M2.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.M2.ListTagsForResource" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))

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.

Constructors

StartApplication' Text 

Instances

Instances details
ToJSON StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

ToHeaders StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

ToPath StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

ToQuery StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

AWSRequest StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

Associated Types

type AWSResponse StartApplication #

Generic StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

Associated Types

type Rep StartApplication :: Type -> Type #

Read StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

Show StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

NFData StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

Methods

rnf :: StartApplication -> () #

Eq StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

Hashable StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

type AWSResponse StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

type Rep StartApplication Source # 
Instance details

Defined in Amazonka.M2.StartApplication

type Rep StartApplication = D1 ('MetaData "StartApplication" "Amazonka.M2.StartApplication" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "StartApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStartApplication Source #

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

Instances details
Generic StartApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.StartApplication

Associated Types

type Rep StartApplicationResponse :: Type -> Type #

Read StartApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.StartApplication

Show StartApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.StartApplication

NFData StartApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.StartApplication

Eq StartApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.StartApplication

type Rep StartApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.StartApplication

type Rep StartApplicationResponse = D1 ('MetaData "StartApplicationResponse" "Amazonka.M2.StartApplication" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "StartApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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

Instances details
ToJSON StartBatchJob Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

ToHeaders StartBatchJob Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

ToPath StartBatchJob Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

ToQuery StartBatchJob Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

AWSRequest StartBatchJob Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

Associated Types

type AWSResponse StartBatchJob #

Generic StartBatchJob Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

Associated Types

type Rep StartBatchJob :: Type -> Type #

Read StartBatchJob Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

Show StartBatchJob Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

NFData StartBatchJob Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

Methods

rnf :: StartBatchJob -> () #

Eq StartBatchJob Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

Hashable StartBatchJob Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

type AWSResponse StartBatchJob Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

type Rep StartBatchJob Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

type Rep StartBatchJob = D1 ('MetaData "StartBatchJob" "Amazonka.M2.StartBatchJob" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "StartBatchJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobParams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "batchJobIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BatchJobIdentifier))))

newStartBatchJob Source #

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

Instances details
Generic StartBatchJobResponse Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

Associated Types

type Rep StartBatchJobResponse :: Type -> Type #

Read StartBatchJobResponse Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

Show StartBatchJobResponse Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

NFData StartBatchJobResponse Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

Methods

rnf :: StartBatchJobResponse -> () #

Eq StartBatchJobResponse Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

type Rep StartBatchJobResponse Source # 
Instance details

Defined in Amazonka.M2.StartBatchJob

type Rep StartBatchJobResponse = D1 ('MetaData "StartBatchJobResponse" "Amazonka.M2.StartBatchJob" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "StartBatchJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "executionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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

Instances details
ToJSON StopApplication Source # 
Instance details

Defined in Amazonka.M2.StopApplication

ToHeaders StopApplication Source # 
Instance details

Defined in Amazonka.M2.StopApplication

ToPath StopApplication Source # 
Instance details

Defined in Amazonka.M2.StopApplication

ToQuery StopApplication Source # 
Instance details

Defined in Amazonka.M2.StopApplication

AWSRequest StopApplication Source # 
Instance details

Defined in Amazonka.M2.StopApplication

Associated Types

type AWSResponse StopApplication #

Generic StopApplication Source # 
Instance details

Defined in Amazonka.M2.StopApplication

Associated Types

type Rep StopApplication :: Type -> Type #

Read StopApplication Source # 
Instance details

Defined in Amazonka.M2.StopApplication

Show StopApplication Source # 
Instance details

Defined in Amazonka.M2.StopApplication

NFData StopApplication Source # 
Instance details

Defined in Amazonka.M2.StopApplication

Methods

rnf :: StopApplication -> () #

Eq StopApplication Source # 
Instance details

Defined in Amazonka.M2.StopApplication

Hashable StopApplication Source # 
Instance details

Defined in Amazonka.M2.StopApplication

type AWSResponse StopApplication Source # 
Instance details

Defined in Amazonka.M2.StopApplication

type Rep StopApplication Source # 
Instance details

Defined in Amazonka.M2.StopApplication

type Rep StopApplication = D1 ('MetaData "StopApplication" "Amazonka.M2.StopApplication" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "StopApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forceStop") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopApplication Source #

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

Instances details
Generic StopApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.StopApplication

Associated Types

type Rep StopApplicationResponse :: Type -> Type #

Read StopApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.StopApplication

Show StopApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.StopApplication

NFData StopApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.StopApplication

Methods

rnf :: StopApplicationResponse -> () #

Eq StopApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.StopApplication

type Rep StopApplicationResponse Source # 
Instance details

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

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.M2.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.M2.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.M2.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.M2.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.M2.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.M2.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.M2.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.M2.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.M2.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.M2.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.M2.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.M2.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.M2.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.M2.TagResource" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))

newTagResource Source #

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

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.M2.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.M2.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.M2.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.M2.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.M2.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.M2.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.M2.TagResource" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Constructors

UntagResource' Text [Text] 

Instances

Instances details
ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.M2.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.M2.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.M2.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.M2.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.M2.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.M2.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.M2.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.M2.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.M2.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.M2.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.M2.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.M2.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.M2.UntagResource" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newUntagResource Source #

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

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.M2.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.M2.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.M2.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.M2.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.M2.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.M2.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.M2.UntagResource" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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

Instances details
ToJSON UpdateApplication Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

ToHeaders UpdateApplication Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

ToPath UpdateApplication Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

ToQuery UpdateApplication Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

AWSRequest UpdateApplication Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

Associated Types

type AWSResponse UpdateApplication #

Generic UpdateApplication Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

Associated Types

type Rep UpdateApplication :: Type -> Type #

Read UpdateApplication Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

Show UpdateApplication Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

NFData UpdateApplication Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

Methods

rnf :: UpdateApplication -> () #

Eq UpdateApplication Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

Hashable UpdateApplication Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

type AWSResponse UpdateApplication Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

type Rep UpdateApplication Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

type Rep UpdateApplication = D1 ('MetaData "UpdateApplication" "Amazonka.M2.UpdateApplication" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "UpdateApplication'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Definition)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "currentApplicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newUpdateApplication Source #

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

Instances details
Generic UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

Associated Types

type Rep UpdateApplicationResponse :: Type -> Type #

Read UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

Show UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

NFData UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

Eq UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

type Rep UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.M2.UpdateApplication

type Rep UpdateApplicationResponse = D1 ('MetaData "UpdateApplicationResponse" "Amazonka.M2.UpdateApplication" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "UpdateApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newUpdateApplicationResponse Source #

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

Instances details
ToJSON UpdateEnvironment Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

ToHeaders UpdateEnvironment Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

ToPath UpdateEnvironment Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

ToQuery UpdateEnvironment Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

AWSRequest UpdateEnvironment Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

Associated Types

type AWSResponse UpdateEnvironment #

Generic UpdateEnvironment Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

Associated Types

type Rep UpdateEnvironment :: Type -> Type #

Read UpdateEnvironment Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

Show UpdateEnvironment Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

NFData UpdateEnvironment Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

Methods

rnf :: UpdateEnvironment -> () #

Eq UpdateEnvironment Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

Hashable UpdateEnvironment Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

type AWSResponse UpdateEnvironment Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

type Rep UpdateEnvironment Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

type Rep UpdateEnvironment = D1 ('MetaData "UpdateEnvironment" "Amazonka.M2.UpdateEnvironment" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "UpdateEnvironment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applyDuringMaintenanceWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "desiredCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "preferredMaintenanceWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateEnvironment Source #

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

Instances details
Generic UpdateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

Associated Types

type Rep UpdateEnvironmentResponse :: Type -> Type #

Read UpdateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

Show UpdateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

NFData UpdateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

Eq UpdateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

type Rep UpdateEnvironmentResponse Source # 
Instance details

Defined in Amazonka.M2.UpdateEnvironment

type Rep UpdateEnvironmentResponse = D1 ('MetaData "UpdateEnvironmentResponse" "Amazonka.M2.UpdateEnvironment" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "UpdateEnvironmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateEnvironmentResponse Source #

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 #

Instances

Instances details
FromJSON ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

FromJSONKey ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

ToJSON ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

ToJSONKey ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

ToByteString ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

ToHeader ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

ToLog ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

ToQuery ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

FromText ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

ToText ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

FromXML ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

ToXML ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

Generic ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

Associated Types

type Rep ApplicationDeploymentLifecycle :: Type -> Type #

Read ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

Show ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

NFData ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

Eq ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

Ord ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

Hashable ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

type Rep ApplicationDeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationDeploymentLifecycle

type Rep ApplicationDeploymentLifecycle = D1 ('MetaData "ApplicationDeploymentLifecycle" "Amazonka.M2.Types.ApplicationDeploymentLifecycle" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'True) (C1 ('MetaCons "ApplicationDeploymentLifecycle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApplicationDeploymentLifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ApplicationLifecycle

newtype ApplicationLifecycle Source #

Instances

Instances details
FromJSON ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

FromJSONKey ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

ToJSON ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

ToJSONKey ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

ToByteString ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

ToHeader ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

ToLog ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

ToQuery ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

FromText ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

ToText ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

FromXML ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

ToXML ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

Generic ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

Associated Types

type Rep ApplicationLifecycle :: Type -> Type #

Read ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

Show ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

NFData ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

Methods

rnf :: ApplicationLifecycle -> () #

Eq ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

Ord ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

Hashable ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

type Rep ApplicationLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationLifecycle

type Rep ApplicationLifecycle = D1 ('MetaData "ApplicationLifecycle" "Amazonka.M2.Types.ApplicationLifecycle" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'True) (C1 ('MetaCons "ApplicationLifecycle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApplicationLifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ApplicationVersionLifecycle

newtype ApplicationVersionLifecycle Source #

Instances

Instances details
FromJSON ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

FromJSONKey ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

ToJSON ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

ToJSONKey ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

ToByteString ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

ToHeader ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

ToLog ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

ToQuery ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

FromText ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

ToText ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

FromXML ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

ToXML ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

Generic ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

Associated Types

type Rep ApplicationVersionLifecycle :: Type -> Type #

Read ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

Show ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

NFData ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

Eq ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

Ord ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

Hashable ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

type Rep ApplicationVersionLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionLifecycle

type Rep ApplicationVersionLifecycle = D1 ('MetaData "ApplicationVersionLifecycle" "Amazonka.M2.Types.ApplicationVersionLifecycle" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'True) (C1 ('MetaCons "ApplicationVersionLifecycle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApplicationVersionLifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BatchJobExecutionStatus

newtype BatchJobExecutionStatus Source #

Instances

Instances details
FromJSON BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

FromJSONKey BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

ToJSON BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

ToJSONKey BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

ToByteString BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

ToHeader BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

ToLog BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

ToQuery BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

FromText BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

ToText BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

FromXML BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

ToXML BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

Generic BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

Associated Types

type Rep BatchJobExecutionStatus :: Type -> Type #

Read BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

Show BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

NFData BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

Methods

rnf :: BatchJobExecutionStatus -> () #

Eq BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

Ord BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

Hashable BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

type Rep BatchJobExecutionStatus Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionStatus

type Rep BatchJobExecutionStatus = D1 ('MetaData "BatchJobExecutionStatus" "Amazonka.M2.Types.BatchJobExecutionStatus" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'True) (C1 ('MetaCons "BatchJobExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBatchJobExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BatchJobType

newtype BatchJobType Source #

Constructors

BatchJobType' 

Bundled Patterns

pattern BatchJobType_JES2 :: BatchJobType 
pattern BatchJobType_JES3 :: BatchJobType 
pattern BatchJobType_VSE :: BatchJobType 

Instances

Instances details
FromJSON BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

FromJSONKey BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

ToJSON BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

ToJSONKey BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

ToByteString BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

ToHeader BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

ToLog BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

ToQuery BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

FromText BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

ToText BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

Methods

toText :: BatchJobType -> Text #

FromXML BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

ToXML BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

Methods

toXML :: BatchJobType -> XML #

Generic BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

Associated Types

type Rep BatchJobType :: Type -> Type #

Read BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

Show BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

NFData BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

Methods

rnf :: BatchJobType -> () #

Eq BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

Ord BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

Hashable BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

type Rep BatchJobType Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobType

type Rep BatchJobType = D1 ('MetaData "BatchJobType" "Amazonka.M2.Types.BatchJobType" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'True) (C1 ('MetaCons "BatchJobType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBatchJobType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataSetTaskLifecycle

newtype DataSetTaskLifecycle Source #

Instances

Instances details
FromJSON DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

FromJSONKey DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

ToJSON DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

ToJSONKey DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

ToByteString DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

ToHeader DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

ToLog DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

ToQuery DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

FromText DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

ToText DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

FromXML DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

ToXML DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

Generic DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

Associated Types

type Rep DataSetTaskLifecycle :: Type -> Type #

Read DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

Show DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

NFData DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

Methods

rnf :: DataSetTaskLifecycle -> () #

Eq DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

Ord DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

Hashable DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

type Rep DataSetTaskLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetTaskLifecycle

type Rep DataSetTaskLifecycle = D1 ('MetaData "DataSetTaskLifecycle" "Amazonka.M2.Types.DataSetTaskLifecycle" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'True) (C1 ('MetaCons "DataSetTaskLifecycle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataSetTaskLifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeploymentLifecycle

newtype DeploymentLifecycle Source #

Instances

Instances details
FromJSON DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

FromJSONKey DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

ToJSON DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

ToJSONKey DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

ToByteString DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

ToHeader DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

ToLog DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

ToQuery DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

FromText DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

ToText DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

FromXML DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

ToXML DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

Generic DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

Associated Types

type Rep DeploymentLifecycle :: Type -> Type #

Read DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

Show DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

NFData DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

Methods

rnf :: DeploymentLifecycle -> () #

Eq DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

Ord DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

Hashable DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

type Rep DeploymentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentLifecycle

type Rep DeploymentLifecycle = D1 ('MetaData "DeploymentLifecycle" "Amazonka.M2.Types.DeploymentLifecycle" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'True) (C1 ('MetaCons "DeploymentLifecycle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeploymentLifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EngineType

newtype EngineType Source #

Constructors

EngineType' 

Fields

Bundled Patterns

pattern EngineType_Bluage :: EngineType 
pattern EngineType_Microfocus :: EngineType 

Instances

Instances details
FromJSON EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

FromJSONKey EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

ToJSON EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

ToJSONKey EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

ToByteString EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

ToHeader EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

ToLog EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

ToQuery EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

FromText EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

ToText EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

Methods

toText :: EngineType -> Text #

FromXML EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

ToXML EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

Methods

toXML :: EngineType -> XML #

Generic EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

Associated Types

type Rep EngineType :: Type -> Type #

Read EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

Show EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

NFData EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

Methods

rnf :: EngineType -> () #

Eq EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

Ord EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

Hashable EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

type Rep EngineType Source # 
Instance details

Defined in Amazonka.M2.Types.EngineType

type Rep EngineType = D1 ('MetaData "EngineType" "Amazonka.M2.Types.EngineType" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'True) (C1 ('MetaCons "EngineType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEngineType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EnvironmentLifecycle

newtype EnvironmentLifecycle Source #

Instances

Instances details
FromJSON EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

FromJSONKey EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

ToJSON EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

ToJSONKey EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

ToByteString EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

ToHeader EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

ToLog EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

ToQuery EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

FromText EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

ToText EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

FromXML EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

ToXML EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

Generic EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

Associated Types

type Rep EnvironmentLifecycle :: Type -> Type #

Read EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

Show EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

NFData EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

Methods

rnf :: EnvironmentLifecycle -> () #

Eq EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

Ord EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

Hashable EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

type Rep EnvironmentLifecycle Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentLifecycle

type Rep EnvironmentLifecycle = D1 ('MetaData "EnvironmentLifecycle" "Amazonka.M2.Types.EnvironmentLifecycle" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'True) (C1 ('MetaCons "EnvironmentLifecycle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEnvironmentLifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

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

Instances details
FromJSON AlternateKey Source # 
Instance details

Defined in Amazonka.M2.Types.AlternateKey

ToJSON AlternateKey Source # 
Instance details

Defined in Amazonka.M2.Types.AlternateKey

Generic AlternateKey Source # 
Instance details

Defined in Amazonka.M2.Types.AlternateKey

Associated Types

type Rep AlternateKey :: Type -> Type #

Read AlternateKey Source # 
Instance details

Defined in Amazonka.M2.Types.AlternateKey

Show AlternateKey Source # 
Instance details

Defined in Amazonka.M2.Types.AlternateKey

NFData AlternateKey Source # 
Instance details

Defined in Amazonka.M2.Types.AlternateKey

Methods

rnf :: AlternateKey -> () #

Eq AlternateKey Source # 
Instance details

Defined in Amazonka.M2.Types.AlternateKey

Hashable AlternateKey Source # 
Instance details

Defined in Amazonka.M2.Types.AlternateKey

type Rep AlternateKey Source # 
Instance details

Defined in Amazonka.M2.Types.AlternateKey

type Rep AlternateKey = D1 ('MetaData "AlternateKey" "Amazonka.M2.Types.AlternateKey" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "AlternateKey'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "allowDuplicates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "length") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "offset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newAlternateKey Source #

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.

Instances

Instances details
FromJSON ApplicationSummary Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationSummary

Generic ApplicationSummary Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationSummary

Associated Types

type Rep ApplicationSummary :: Type -> Type #

Read ApplicationSummary Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationSummary

Show ApplicationSummary Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationSummary

NFData ApplicationSummary Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationSummary

Methods

rnf :: ApplicationSummary -> () #

Eq ApplicationSummary Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationSummary

Hashable ApplicationSummary Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationSummary

type Rep ApplicationSummary Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationSummary

type Rep ApplicationSummary = D1 ('MetaData "ApplicationSummary" "Amazonka.M2.Types.ApplicationSummary" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ApplicationSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "deploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationDeploymentLifecycle)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "versionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationVersionLifecycle)) :*: S1 ('MetaSel ('Just "applicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))) :*: (S1 ('MetaSel ('Just "engineType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EngineType) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApplicationLifecycle))))))

newApplicationSummary Source #

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

Instances details
FromJSON ApplicationVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionSummary

Generic ApplicationVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionSummary

Associated Types

type Rep ApplicationVersionSummary :: Type -> Type #

Read ApplicationVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionSummary

Show ApplicationVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionSummary

NFData ApplicationVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionSummary

Eq ApplicationVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionSummary

Hashable ApplicationVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionSummary

type Rep ApplicationVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.ApplicationVersionSummary

type Rep ApplicationVersionSummary = D1 ('MetaData "ApplicationVersionSummary" "Amazonka.M2.Types.ApplicationVersionSummary" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ApplicationVersionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ApplicationVersionLifecycle))))

BatchJobDefinition

data BatchJobDefinition Source #

Defines the details of a batch job.

See: newBatchJobDefinition smart constructor.

Instances

Instances details
FromJSON BatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobDefinition

Generic BatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobDefinition

Associated Types

type Rep BatchJobDefinition :: Type -> Type #

Read BatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobDefinition

Show BatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobDefinition

NFData BatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobDefinition

Methods

rnf :: BatchJobDefinition -> () #

Eq BatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobDefinition

Hashable BatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobDefinition

type Rep BatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobDefinition

type Rep BatchJobDefinition = D1 ('MetaData "BatchJobDefinition" "Amazonka.M2.Types.BatchJobDefinition" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "BatchJobDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileBatchJobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileBatchJobDefinition)) :*: S1 ('MetaSel ('Just "scriptBatchJobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScriptBatchJobDefinition))))

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.

Instances

Instances details
FromJSON BatchJobExecutionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionSummary

Generic BatchJobExecutionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionSummary

Associated Types

type Rep BatchJobExecutionSummary :: Type -> Type #

Read BatchJobExecutionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionSummary

Show BatchJobExecutionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionSummary

NFData BatchJobExecutionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionSummary

Eq BatchJobExecutionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionSummary

Hashable BatchJobExecutionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionSummary

type Rep BatchJobExecutionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobExecutionSummary

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

Instances details
ToJSON BatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobIdentifier

Generic BatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobIdentifier

Associated Types

type Rep BatchJobIdentifier :: Type -> Type #

Read BatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobIdentifier

Show BatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobIdentifier

NFData BatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobIdentifier

Methods

rnf :: BatchJobIdentifier -> () #

Eq BatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobIdentifier

Hashable BatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobIdentifier

type Rep BatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.BatchJobIdentifier

type Rep BatchJobIdentifier = D1 ('MetaData "BatchJobIdentifier" "Amazonka.M2.Types.BatchJobIdentifier" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "BatchJobIdentifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileBatchJobIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileBatchJobIdentifier)) :*: S1 ('MetaSel ('Just "scriptBatchJobIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScriptBatchJobIdentifier))))

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

data DataSet Source #

Defines a data set.

See: newDataSet smart constructor.

Instances

Instances details
ToJSON DataSet Source # 
Instance details

Defined in Amazonka.M2.Types.DataSet

Generic DataSet Source # 
Instance details

Defined in Amazonka.M2.Types.DataSet

Associated Types

type Rep DataSet :: Type -> Type #

Methods

from :: DataSet -> Rep DataSet x #

to :: Rep DataSet x -> DataSet #

Read DataSet Source # 
Instance details

Defined in Amazonka.M2.Types.DataSet

Show DataSet Source # 
Instance details

Defined in Amazonka.M2.Types.DataSet

NFData DataSet Source # 
Instance details

Defined in Amazonka.M2.Types.DataSet

Methods

rnf :: DataSet -> () #

Eq DataSet Source # 
Instance details

Defined in Amazonka.M2.Types.DataSet

Methods

(==) :: DataSet -> DataSet -> Bool #

(/=) :: DataSet -> DataSet -> Bool #

Hashable DataSet Source # 
Instance details

Defined in Amazonka.M2.Types.DataSet

Methods

hashWithSalt :: Int -> DataSet -> Int #

hash :: DataSet -> Int #

type Rep DataSet Source # 
Instance details

Defined in Amazonka.M2.Types.DataSet

newDataSet Source #

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

Instances details
ToJSON DataSetImportConfig Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportConfig

Generic DataSetImportConfig Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportConfig

Associated Types

type Rep DataSetImportConfig :: Type -> Type #

Read DataSetImportConfig Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportConfig

Show DataSetImportConfig Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportConfig

NFData DataSetImportConfig Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportConfig

Methods

rnf :: DataSetImportConfig -> () #

Eq DataSetImportConfig Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportConfig

Hashable DataSetImportConfig Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportConfig

type Rep DataSetImportConfig Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportConfig

type Rep DataSetImportConfig = D1 ('MetaData "DataSetImportConfig" "Amazonka.M2.Types.DataSetImportConfig" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "DataSetImportConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DataSetImportItem))) :*: S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

Instances details
ToJSON DataSetImportItem Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportItem

Generic DataSetImportItem Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportItem

Associated Types

type Rep DataSetImportItem :: Type -> Type #

Read DataSetImportItem Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportItem

Show DataSetImportItem Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportItem

NFData DataSetImportItem Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportItem

Methods

rnf :: DataSetImportItem -> () #

Eq DataSetImportItem Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportItem

Hashable DataSetImportItem Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportItem

type Rep DataSetImportItem Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportItem

type Rep DataSetImportItem = D1 ('MetaData "DataSetImportItem" "Amazonka.M2.Types.DataSetImportItem" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "DataSetImportItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataSet) :*: S1 ('MetaSel ('Just "externalLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ExternalLocation)))

newDataSetImportItem Source #

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

Instances details
FromJSON DataSetImportSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportSummary

Generic DataSetImportSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportSummary

Associated Types

type Rep DataSetImportSummary :: Type -> Type #

Read DataSetImportSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportSummary

Show DataSetImportSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportSummary

NFData DataSetImportSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportSummary

Methods

rnf :: DataSetImportSummary -> () #

Eq DataSetImportSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportSummary

Hashable DataSetImportSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportSummary

type Rep DataSetImportSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportSummary

type Rep DataSetImportSummary = D1 ('MetaData "DataSetImportSummary" "Amazonka.M2.Types.DataSetImportSummary" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "DataSetImportSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "inProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "pending") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "succeeded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "total") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

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

Instances details
FromJSON DataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportTask

Generic DataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportTask

Associated Types

type Rep DataSetImportTask :: Type -> Type #

Read DataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportTask

Show DataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportTask

NFData DataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportTask

Methods

rnf :: DataSetImportTask -> () #

Eq DataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportTask

Hashable DataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportTask

type Rep DataSetImportTask Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetImportTask

type Rep DataSetImportTask = D1 ('MetaData "DataSetImportTask" "Amazonka.M2.Types.DataSetImportTask" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "DataSetImportTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataSetTaskLifecycle) :*: (S1 ('MetaSel ('Just "summary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataSetImportSummary) :*: S1 ('MetaSel ('Just "taskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDataSetImportTask Source #

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

Instances details
FromJSON DataSetSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetSummary

Generic DataSetSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetSummary

Associated Types

type Rep DataSetSummary :: Type -> Type #

Read DataSetSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetSummary

Show DataSetSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetSummary

NFData DataSetSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetSummary

Methods

rnf :: DataSetSummary -> () #

Eq DataSetSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetSummary

Hashable DataSetSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetSummary

type Rep DataSetSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DataSetSummary

type Rep DataSetSummary = D1 ('MetaData "DataSetSummary" "Amazonka.M2.Types.DataSetSummary" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "DataSetSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "dataSetOrg") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastReferencedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dataSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDataSetSummary Source #

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

Instances details
FromJSON DatasetDetailOrgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.DatasetDetailOrgAttributes

Generic DatasetDetailOrgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.DatasetDetailOrgAttributes

Associated Types

type Rep DatasetDetailOrgAttributes :: Type -> Type #

Read DatasetDetailOrgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.DatasetDetailOrgAttributes

Show DatasetDetailOrgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.DatasetDetailOrgAttributes

NFData DatasetDetailOrgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.DatasetDetailOrgAttributes

Eq DatasetDetailOrgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.DatasetDetailOrgAttributes

Hashable DatasetDetailOrgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.DatasetDetailOrgAttributes

type Rep DatasetDetailOrgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.DatasetDetailOrgAttributes

type Rep DatasetDetailOrgAttributes = D1 ('MetaData "DatasetDetailOrgAttributes" "Amazonka.M2.Types.DatasetDetailOrgAttributes" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "DatasetDetailOrgAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gdg") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GdgDetailAttributes)) :*: S1 ('MetaSel ('Just "vsam") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VsamDetailAttributes))))

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

Instances details
ToJSON DatasetOrgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.DatasetOrgAttributes

Generic DatasetOrgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.DatasetOrgAttributes

Associated Types

type Rep DatasetOrgAttributes :: Type -> Type #

Read DatasetOrgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.DatasetOrgAttributes

Show DatasetOrgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.DatasetOrgAttributes

NFData DatasetOrgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.DatasetOrgAttributes

Methods

rnf :: DatasetOrgAttributes -> () #

Eq DatasetOrgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.DatasetOrgAttributes

Hashable DatasetOrgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.DatasetOrgAttributes

type Rep DatasetOrgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.DatasetOrgAttributes

type Rep DatasetOrgAttributes = D1 ('MetaData "DatasetOrgAttributes" "Amazonka.M2.Types.DatasetOrgAttributes" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "DatasetOrgAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gdg") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GdgAttributes)) :*: S1 ('MetaSel ('Just "vsam") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VsamAttributes))))

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.

Constructors

Definition' (Maybe Text) (Maybe Text) 

Instances

Instances details
ToJSON Definition Source # 
Instance details

Defined in Amazonka.M2.Types.Definition

Generic Definition Source # 
Instance details

Defined in Amazonka.M2.Types.Definition

Associated Types

type Rep Definition :: Type -> Type #

Read Definition Source # 
Instance details

Defined in Amazonka.M2.Types.Definition

Show Definition Source # 
Instance details

Defined in Amazonka.M2.Types.Definition

NFData Definition Source # 
Instance details

Defined in Amazonka.M2.Types.Definition

Methods

rnf :: Definition -> () #

Eq Definition Source # 
Instance details

Defined in Amazonka.M2.Types.Definition

Hashable Definition Source # 
Instance details

Defined in Amazonka.M2.Types.Definition

type Rep Definition Source # 
Instance details

Defined in Amazonka.M2.Types.Definition

type Rep Definition = D1 ('MetaData "Definition" "Amazonka.M2.Types.Definition" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "Definition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

Instances details
FromJSON DeployedVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeployedVersionSummary

Generic DeployedVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeployedVersionSummary

Associated Types

type Rep DeployedVersionSummary :: Type -> Type #

Read DeployedVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeployedVersionSummary

Show DeployedVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeployedVersionSummary

NFData DeployedVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeployedVersionSummary

Methods

rnf :: DeployedVersionSummary -> () #

Eq DeployedVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeployedVersionSummary

Hashable DeployedVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeployedVersionSummary

type Rep DeployedVersionSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeployedVersionSummary

type Rep DeployedVersionSummary = D1 ('MetaData "DeployedVersionSummary" "Amazonka.M2.Types.DeployedVersionSummary" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "DeployedVersionSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeploymentLifecycle))))

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

Instances details
FromJSON DeploymentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentSummary

Generic DeploymentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentSummary

Associated Types

type Rep DeploymentSummary :: Type -> Type #

Read DeploymentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentSummary

Show DeploymentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentSummary

NFData DeploymentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentSummary

Methods

rnf :: DeploymentSummary -> () #

Eq DeploymentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentSummary

Hashable DeploymentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentSummary

type Rep DeploymentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.DeploymentSummary

type Rep DeploymentSummary = D1 ('MetaData "DeploymentSummary" "Amazonka.M2.Types.DeploymentSummary" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "DeploymentSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))) :*: ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "deploymentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "environmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeploymentLifecycle)))))

newDeploymentSummary Source #

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

Instances details
FromJSON EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

ToJSON EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

Generic EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

Associated Types

type Rep EfsStorageConfiguration :: Type -> Type #

Read EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

Show EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

NFData EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

Methods

rnf :: EfsStorageConfiguration -> () #

Eq EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

Hashable EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

type Rep EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

type Rep EfsStorageConfiguration = D1 ('MetaData "EfsStorageConfiguration" "Amazonka.M2.Types.EfsStorageConfiguration" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "EfsStorageConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "mountPoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEfsStorageConfiguration Source #

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

Instances details
FromJSON EngineVersionsSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EngineVersionsSummary

Generic EngineVersionsSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EngineVersionsSummary

Associated Types

type Rep EngineVersionsSummary :: Type -> Type #

Read EngineVersionsSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EngineVersionsSummary

Show EngineVersionsSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EngineVersionsSummary

NFData EngineVersionsSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EngineVersionsSummary

Methods

rnf :: EngineVersionsSummary -> () #

Eq EngineVersionsSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EngineVersionsSummary

Hashable EngineVersionsSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EngineVersionsSummary

type Rep EngineVersionsSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EngineVersionsSummary

type Rep EngineVersionsSummary = D1 ('MetaData "EngineVersionsSummary" "Amazonka.M2.Types.EngineVersionsSummary" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "EngineVersionsSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "engineType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEngineVersionsSummary Source #

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

Instances details
FromJSON EnvironmentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentSummary

Generic EnvironmentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentSummary

Associated Types

type Rep EnvironmentSummary :: Type -> Type #

Read EnvironmentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentSummary

Show EnvironmentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentSummary

NFData EnvironmentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentSummary

Methods

rnf :: EnvironmentSummary -> () #

Eq EnvironmentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentSummary

Hashable EnvironmentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentSummary

type Rep EnvironmentSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EnvironmentSummary

newEnvironmentSummary Source #

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.

Constructors

ExternalLocation' (Maybe Text) 

Instances

Instances details
ToJSON ExternalLocation Source # 
Instance details

Defined in Amazonka.M2.Types.ExternalLocation

Generic ExternalLocation Source # 
Instance details

Defined in Amazonka.M2.Types.ExternalLocation

Associated Types

type Rep ExternalLocation :: Type -> Type #

Read ExternalLocation Source # 
Instance details

Defined in Amazonka.M2.Types.ExternalLocation

Show ExternalLocation Source # 
Instance details

Defined in Amazonka.M2.Types.ExternalLocation

NFData ExternalLocation Source # 
Instance details

Defined in Amazonka.M2.Types.ExternalLocation

Methods

rnf :: ExternalLocation -> () #

Eq ExternalLocation Source # 
Instance details

Defined in Amazonka.M2.Types.ExternalLocation

Hashable ExternalLocation Source # 
Instance details

Defined in Amazonka.M2.Types.ExternalLocation

type Rep ExternalLocation Source # 
Instance details

Defined in Amazonka.M2.Types.ExternalLocation

type Rep ExternalLocation = D1 ('MetaData "ExternalLocation" "Amazonka.M2.Types.ExternalLocation" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ExternalLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

Instances details
FromJSON FileBatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobDefinition

Generic FileBatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobDefinition

Associated Types

type Rep FileBatchJobDefinition :: Type -> Type #

Read FileBatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobDefinition

Show FileBatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobDefinition

NFData FileBatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobDefinition

Methods

rnf :: FileBatchJobDefinition -> () #

Eq FileBatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobDefinition

Hashable FileBatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobDefinition

type Rep FileBatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobDefinition

type Rep FileBatchJobDefinition = D1 ('MetaData "FileBatchJobDefinition" "Amazonka.M2.Types.FileBatchJobDefinition" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "FileBatchJobDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "folderPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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

Instances details
ToJSON FileBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobIdentifier

Generic FileBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobIdentifier

Associated Types

type Rep FileBatchJobIdentifier :: Type -> Type #

Read FileBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobIdentifier

Show FileBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobIdentifier

NFData FileBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobIdentifier

Methods

rnf :: FileBatchJobIdentifier -> () #

Eq FileBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobIdentifier

Hashable FileBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobIdentifier

type Rep FileBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobIdentifier

type Rep FileBatchJobIdentifier = D1 ('MetaData "FileBatchJobIdentifier" "Amazonka.M2.Types.FileBatchJobIdentifier" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "FileBatchJobIdentifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "folderPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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

Instances details
FromJSON FsxStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.FsxStorageConfiguration

ToJSON FsxStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.FsxStorageConfiguration

Generic FsxStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.FsxStorageConfiguration

Associated Types

type Rep FsxStorageConfiguration :: Type -> Type #

Read FsxStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.FsxStorageConfiguration

Show FsxStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.FsxStorageConfiguration

NFData FsxStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.FsxStorageConfiguration

Methods

rnf :: FsxStorageConfiguration -> () #

Eq FsxStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.FsxStorageConfiguration

Hashable FsxStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.FsxStorageConfiguration

type Rep FsxStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.FsxStorageConfiguration

type Rep FsxStorageConfiguration = D1 ('MetaData "FsxStorageConfiguration" "Amazonka.M2.Types.FsxStorageConfiguration" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "FsxStorageConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "mountPoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newFsxStorageConfiguration Source #

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.

Constructors

GdgAttributes' (Maybe Int) (Maybe Text) 

Instances

Instances details
ToJSON GdgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgAttributes

Generic GdgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgAttributes

Associated Types

type Rep GdgAttributes :: Type -> Type #

Read GdgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgAttributes

Show GdgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgAttributes

NFData GdgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgAttributes

Methods

rnf :: GdgAttributes -> () #

Eq GdgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgAttributes

Hashable GdgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgAttributes

type Rep GdgAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgAttributes

type Rep GdgAttributes = D1 ('MetaData "GdgAttributes" "Amazonka.M2.Types.GdgAttributes" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "GdgAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "rollDisposition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

Instances details
FromJSON GdgDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgDetailAttributes

Generic GdgDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgDetailAttributes

Associated Types

type Rep GdgDetailAttributes :: Type -> Type #

Read GdgDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgDetailAttributes

Show GdgDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgDetailAttributes

NFData GdgDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgDetailAttributes

Methods

rnf :: GdgDetailAttributes -> () #

Eq GdgDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgDetailAttributes

Hashable GdgDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgDetailAttributes

type Rep GdgDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.GdgDetailAttributes

type Rep GdgDetailAttributes = D1 ('MetaData "GdgDetailAttributes" "Amazonka.M2.Types.GdgDetailAttributes" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "GdgDetailAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "rollDisposition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

Instances details
FromJSON HighAvailabilityConfig Source # 
Instance details

Defined in Amazonka.M2.Types.HighAvailabilityConfig

ToJSON HighAvailabilityConfig Source # 
Instance details

Defined in Amazonka.M2.Types.HighAvailabilityConfig

Generic HighAvailabilityConfig Source # 
Instance details

Defined in Amazonka.M2.Types.HighAvailabilityConfig

Associated Types

type Rep HighAvailabilityConfig :: Type -> Type #

Read HighAvailabilityConfig Source # 
Instance details

Defined in Amazonka.M2.Types.HighAvailabilityConfig

Show HighAvailabilityConfig Source # 
Instance details

Defined in Amazonka.M2.Types.HighAvailabilityConfig

NFData HighAvailabilityConfig Source # 
Instance details

Defined in Amazonka.M2.Types.HighAvailabilityConfig

Methods

rnf :: HighAvailabilityConfig -> () #

Eq HighAvailabilityConfig Source # 
Instance details

Defined in Amazonka.M2.Types.HighAvailabilityConfig

Hashable HighAvailabilityConfig Source # 
Instance details

Defined in Amazonka.M2.Types.HighAvailabilityConfig

type Rep HighAvailabilityConfig Source # 
Instance details

Defined in Amazonka.M2.Types.HighAvailabilityConfig

type Rep HighAvailabilityConfig = D1 ('MetaData "HighAvailabilityConfig" "Amazonka.M2.Types.HighAvailabilityConfig" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "HighAvailabilityConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "desiredCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

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.

Constructors

LogGroupSummary' Text Text 

Instances

Instances details
FromJSON LogGroupSummary Source # 
Instance details

Defined in Amazonka.M2.Types.LogGroupSummary

Generic LogGroupSummary Source # 
Instance details

Defined in Amazonka.M2.Types.LogGroupSummary

Associated Types

type Rep LogGroupSummary :: Type -> Type #

Read LogGroupSummary Source # 
Instance details

Defined in Amazonka.M2.Types.LogGroupSummary

Show LogGroupSummary Source # 
Instance details

Defined in Amazonka.M2.Types.LogGroupSummary

NFData LogGroupSummary Source # 
Instance details

Defined in Amazonka.M2.Types.LogGroupSummary

Methods

rnf :: LogGroupSummary -> () #

Eq LogGroupSummary Source # 
Instance details

Defined in Amazonka.M2.Types.LogGroupSummary

Hashable LogGroupSummary Source # 
Instance details

Defined in Amazonka.M2.Types.LogGroupSummary

type Rep LogGroupSummary Source # 
Instance details

Defined in Amazonka.M2.Types.LogGroupSummary

type Rep LogGroupSummary = D1 ('MetaData "LogGroupSummary" "Amazonka.M2.Types.LogGroupSummary" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "LogGroupSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "logType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLogGroupSummary Source #

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

Instances details
FromJSON MaintenanceSchedule Source # 
Instance details

Defined in Amazonka.M2.Types.MaintenanceSchedule

Generic MaintenanceSchedule Source # 
Instance details

Defined in Amazonka.M2.Types.MaintenanceSchedule

Associated Types

type Rep MaintenanceSchedule :: Type -> Type #

Read MaintenanceSchedule Source # 
Instance details

Defined in Amazonka.M2.Types.MaintenanceSchedule

Show MaintenanceSchedule Source # 
Instance details

Defined in Amazonka.M2.Types.MaintenanceSchedule

NFData MaintenanceSchedule Source # 
Instance details

Defined in Amazonka.M2.Types.MaintenanceSchedule

Methods

rnf :: MaintenanceSchedule -> () #

Eq MaintenanceSchedule Source # 
Instance details

Defined in Amazonka.M2.Types.MaintenanceSchedule

Hashable MaintenanceSchedule Source # 
Instance details

Defined in Amazonka.M2.Types.MaintenanceSchedule

type Rep MaintenanceSchedule Source # 
Instance details

Defined in Amazonka.M2.Types.MaintenanceSchedule

type Rep MaintenanceSchedule = D1 ('MetaData "MaintenanceSchedule" "Amazonka.M2.Types.MaintenanceSchedule" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "MaintenanceSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

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

Instances details
FromJSON PendingMaintenance Source # 
Instance details

Defined in Amazonka.M2.Types.PendingMaintenance

Generic PendingMaintenance Source # 
Instance details

Defined in Amazonka.M2.Types.PendingMaintenance

Associated Types

type Rep PendingMaintenance :: Type -> Type #

Read PendingMaintenance Source # 
Instance details

Defined in Amazonka.M2.Types.PendingMaintenance

Show PendingMaintenance Source # 
Instance details

Defined in Amazonka.M2.Types.PendingMaintenance

NFData PendingMaintenance Source # 
Instance details

Defined in Amazonka.M2.Types.PendingMaintenance

Methods

rnf :: PendingMaintenance -> () #

Eq PendingMaintenance Source # 
Instance details

Defined in Amazonka.M2.Types.PendingMaintenance

Hashable PendingMaintenance Source # 
Instance details

Defined in Amazonka.M2.Types.PendingMaintenance

type Rep PendingMaintenance Source # 
Instance details

Defined in Amazonka.M2.Types.PendingMaintenance

type Rep PendingMaintenance = D1 ('MetaData "PendingMaintenance" "Amazonka.M2.Types.PendingMaintenance" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "PendingMaintenance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schedule") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MaintenanceSchedule))))

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.

Constructors

PrimaryKey' (Maybe Text) Int Int 

Instances

Instances details
FromJSON PrimaryKey Source # 
Instance details

Defined in Amazonka.M2.Types.PrimaryKey

ToJSON PrimaryKey Source # 
Instance details

Defined in Amazonka.M2.Types.PrimaryKey

Generic PrimaryKey Source # 
Instance details

Defined in Amazonka.M2.Types.PrimaryKey

Associated Types

type Rep PrimaryKey :: Type -> Type #

Read PrimaryKey Source # 
Instance details

Defined in Amazonka.M2.Types.PrimaryKey

Show PrimaryKey Source # 
Instance details

Defined in Amazonka.M2.Types.PrimaryKey

NFData PrimaryKey Source # 
Instance details

Defined in Amazonka.M2.Types.PrimaryKey

Methods

rnf :: PrimaryKey -> () #

Eq PrimaryKey Source # 
Instance details

Defined in Amazonka.M2.Types.PrimaryKey

Hashable PrimaryKey Source # 
Instance details

Defined in Amazonka.M2.Types.PrimaryKey

type Rep PrimaryKey Source # 
Instance details

Defined in Amazonka.M2.Types.PrimaryKey

type Rep PrimaryKey = D1 ('MetaData "PrimaryKey" "Amazonka.M2.Types.PrimaryKey" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "PrimaryKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "length") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "offset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newPrimaryKey Source #

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.

Constructors

RecordLength' Int Int 

Instances

Instances details
ToJSON RecordLength Source # 
Instance details

Defined in Amazonka.M2.Types.RecordLength

Generic RecordLength Source # 
Instance details

Defined in Amazonka.M2.Types.RecordLength

Associated Types

type Rep RecordLength :: Type -> Type #

Read RecordLength Source # 
Instance details

Defined in Amazonka.M2.Types.RecordLength

Show RecordLength Source # 
Instance details

Defined in Amazonka.M2.Types.RecordLength

NFData RecordLength Source # 
Instance details

Defined in Amazonka.M2.Types.RecordLength

Methods

rnf :: RecordLength -> () #

Eq RecordLength Source # 
Instance details

Defined in Amazonka.M2.Types.RecordLength

Hashable RecordLength Source # 
Instance details

Defined in Amazonka.M2.Types.RecordLength

type Rep RecordLength Source # 
Instance details

Defined in Amazonka.M2.Types.RecordLength

type Rep RecordLength = D1 ('MetaData "RecordLength" "Amazonka.M2.Types.RecordLength" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "RecordLength'" 'PrefixI 'True) (S1 ('MetaSel ('Just "max") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "min") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRecordLength Source #

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

Instances details
FromJSON ScriptBatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobDefinition

Generic ScriptBatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobDefinition

Associated Types

type Rep ScriptBatchJobDefinition :: Type -> Type #

Read ScriptBatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobDefinition

Show ScriptBatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobDefinition

NFData ScriptBatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobDefinition

Eq ScriptBatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobDefinition

Hashable ScriptBatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobDefinition

type Rep ScriptBatchJobDefinition Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobDefinition

type Rep ScriptBatchJobDefinition = D1 ('MetaData "ScriptBatchJobDefinition" "Amazonka.M2.Types.ScriptBatchJobDefinition" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ScriptBatchJobDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scriptName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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

Instances details
ToJSON ScriptBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobIdentifier

Generic ScriptBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobIdentifier

Associated Types

type Rep ScriptBatchJobIdentifier :: Type -> Type #

Read ScriptBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobIdentifier

Show ScriptBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobIdentifier

NFData ScriptBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobIdentifier

Eq ScriptBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobIdentifier

Hashable ScriptBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobIdentifier

type Rep ScriptBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobIdentifier

type Rep ScriptBatchJobIdentifier = D1 ('MetaData "ScriptBatchJobIdentifier" "Amazonka.M2.Types.ScriptBatchJobIdentifier" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ScriptBatchJobIdentifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scriptName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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

Instances details
FromJSON StorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.StorageConfiguration

ToJSON StorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.StorageConfiguration

Generic StorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.StorageConfiguration

Associated Types

type Rep StorageConfiguration :: Type -> Type #

Read StorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.StorageConfiguration

Show StorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.StorageConfiguration

NFData StorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.StorageConfiguration

Methods

rnf :: StorageConfiguration -> () #

Eq StorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.StorageConfiguration

Hashable StorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.StorageConfiguration

type Rep StorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.StorageConfiguration

type Rep StorageConfiguration = D1 ('MetaData "StorageConfiguration" "Amazonka.M2.Types.StorageConfiguration" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "StorageConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "efs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EfsStorageConfiguration)) :*: S1 ('MetaSel ('Just "fsx") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FsxStorageConfiguration))))

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.

Instances

Instances details
ToJSON VsamAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.VsamAttributes

Generic VsamAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.VsamAttributes

Associated Types

type Rep VsamAttributes :: Type -> Type #

Read VsamAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.VsamAttributes

Show VsamAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.VsamAttributes

NFData VsamAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.VsamAttributes

Methods

rnf :: VsamAttributes -> () #

Eq VsamAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.VsamAttributes

Hashable VsamAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.VsamAttributes

type Rep VsamAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.VsamAttributes

type Rep VsamAttributes = D1 ('MetaData "VsamAttributes" "Amazonka.M2.Types.VsamAttributes" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "VsamAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "alternateKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AlternateKey])) :*: S1 ('MetaSel ('Just "compressed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "encoding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "primaryKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrimaryKey)) :*: S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newVsamAttributes Source #

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.

Instances

Instances details
FromJSON VsamDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.VsamDetailAttributes

Generic VsamDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.VsamDetailAttributes

Associated Types

type Rep VsamDetailAttributes :: Type -> Type #

Read VsamDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.VsamDetailAttributes

Show VsamDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.VsamDetailAttributes

NFData VsamDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.VsamDetailAttributes

Methods

rnf :: VsamDetailAttributes -> () #

Eq VsamDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.VsamDetailAttributes

Hashable VsamDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.VsamDetailAttributes

type Rep VsamDetailAttributes Source # 
Instance details

Defined in Amazonka.M2.Types.VsamDetailAttributes

type Rep VsamDetailAttributes = D1 ('MetaData "VsamDetailAttributes" "Amazonka.M2.Types.VsamDetailAttributes" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "VsamDetailAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "alternateKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AlternateKey])) :*: (S1 ('MetaSel ('Just "cacheAtStartup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "compressed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "encoding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "primaryKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PrimaryKey)) :*: S1 ('MetaSel ('Just "recordFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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.