amazonka-ssm-sap-2.0: Amazon Systems Manager for SAP 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.SSMSAP

Description

Derived from API version 2018-05-10 of the AWS service descriptions, licensed under Apache 2.0.

This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Systems Manager for SAP. The topic for each action shows the API request parameters and responses.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-05-10 of the Amazon Systems Manager for SAP 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 SSMSAP.

ConflictException

InternalServerException

ResourceNotFoundException

ValidationException

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.

DeleteResourcePermission

data DeleteResourcePermission Source #

See: newDeleteResourcePermission smart constructor.

Instances

Instances details
ToJSON DeleteResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

ToHeaders DeleteResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

ToPath DeleteResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

ToQuery DeleteResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

AWSRequest DeleteResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

Generic DeleteResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

Associated Types

type Rep DeleteResourcePermission :: Type -> Type #

Read DeleteResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

Show DeleteResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

NFData DeleteResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

Eq DeleteResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

Hashable DeleteResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

type AWSResponse DeleteResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

type Rep DeleteResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

type Rep DeleteResourcePermission = D1 ('MetaData "DeleteResourcePermission" "Amazonka.SSMSAP.DeleteResourcePermission" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "DeleteResourcePermission'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PermissionActionType)) :*: (S1 ('MetaSel ('Just "sourceResourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

data DeleteResourcePermissionResponse Source #

See: newDeleteResourcePermissionResponse smart constructor.

Instances

Instances details
Generic DeleteResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

Associated Types

type Rep DeleteResourcePermissionResponse :: Type -> Type #

Read DeleteResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

Show DeleteResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

NFData DeleteResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

Eq DeleteResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

type Rep DeleteResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeleteResourcePermission

type Rep DeleteResourcePermissionResponse = D1 ('MetaData "DeleteResourcePermissionResponse" "Amazonka.SSMSAP.DeleteResourcePermission" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "DeleteResourcePermissionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteResourcePermissionResponse Source #

Create a value of DeleteResourcePermissionResponse 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:policy:DeleteResourcePermissionResponse', deleteResourcePermissionResponse_policy -

$sel:httpStatus:DeleteResourcePermissionResponse', deleteResourcePermissionResponse_httpStatus - The response's http status code.

DeregisterApplication

data DeregisterApplication Source #

See: newDeregisterApplication smart constructor.

Instances

Instances details
ToJSON DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

ToHeaders DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

ToPath DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

ToQuery DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

AWSRequest DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

Associated Types

type AWSResponse DeregisterApplication #

Generic DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

Associated Types

type Rep DeregisterApplication :: Type -> Type #

Read DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

Show DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

NFData DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

Methods

rnf :: DeregisterApplication -> () #

Eq DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

Hashable DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

type AWSResponse DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

type Rep DeregisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

type Rep DeregisterApplication = D1 ('MetaData "DeregisterApplication" "Amazonka.SSMSAP.DeregisterApplication" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "DeregisterApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeregisterApplication Source #

Create a value of DeregisterApplication 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:

DeregisterApplication, deregisterApplication_applicationId -

data DeregisterApplicationResponse Source #

See: newDeregisterApplicationResponse smart constructor.

Instances

Instances details
Generic DeregisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

Associated Types

type Rep DeregisterApplicationResponse :: Type -> Type #

Read DeregisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

Show DeregisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

NFData DeregisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

Eq DeregisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

type Rep DeregisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.DeregisterApplication

type Rep DeregisterApplicationResponse = D1 ('MetaData "DeregisterApplicationResponse" "Amazonka.SSMSAP.DeregisterApplication" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "DeregisterApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeregisterApplicationResponse Source #

Create a value of DeregisterApplicationResponse 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:DeregisterApplicationResponse', deregisterApplicationResponse_httpStatus - The response's http status code.

GetApplication

data GetApplication Source #

See: newGetApplication smart constructor.

Constructors

GetApplication' (Maybe Text) (Maybe Text) 

Instances

Instances details
ToJSON GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

ToHeaders GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

ToPath GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

ToQuery GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

AWSRequest GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

Associated Types

type AWSResponse GetApplication #

Generic GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

Associated Types

type Rep GetApplication :: Type -> Type #

Read GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

Show GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

NFData GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

Methods

rnf :: GetApplication -> () #

Eq GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

Hashable GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

type AWSResponse GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

type Rep GetApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

type Rep GetApplication = D1 ('MetaData "GetApplication" "Amazonka.SSMSAP.GetApplication" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "GetApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newGetApplication :: GetApplication 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:

$sel:applicationArn:GetApplication', getApplication_applicationArn -

GetApplication, getApplication_applicationId -

data GetApplicationResponse Source #

See: newGetApplicationResponse smart constructor.

Instances

Instances details
Generic GetApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

Associated Types

type Rep GetApplicationResponse :: Type -> Type #

Read GetApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

Show GetApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

NFData GetApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

Methods

rnf :: GetApplicationResponse -> () #

Eq GetApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

type Rep GetApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetApplication

type Rep GetApplicationResponse = D1 ('MetaData "GetApplicationResponse" "Amazonka.SSMSAP.GetApplication" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "GetApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Application)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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:application:GetApplicationResponse', getApplicationResponse_application -

GetApplicationResponse, getApplicationResponse_tags -

$sel:httpStatus:GetApplicationResponse', getApplicationResponse_httpStatus - The response's http status code.

GetComponent

data GetComponent Source #

See: newGetComponent smart constructor.

Constructors

GetComponent' Text Text 

Instances

Instances details
ToJSON GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

ToHeaders GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

ToPath GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

ToQuery GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

AWSRequest GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

Associated Types

type AWSResponse GetComponent #

Generic GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

Associated Types

type Rep GetComponent :: Type -> Type #

Read GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

Show GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

NFData GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

Methods

rnf :: GetComponent -> () #

Eq GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

Hashable GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

type AWSResponse GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

type Rep GetComponent Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

type Rep GetComponent = D1 ('MetaData "GetComponent" "Amazonka.SSMSAP.GetComponent" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "GetComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "componentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetComponent Source #

Create a value of GetComponent 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:

GetComponent, getComponent_applicationId -

GetComponent, getComponent_componentId -

data GetComponentResponse Source #

See: newGetComponentResponse smart constructor.

Instances

Instances details
Generic GetComponentResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

Associated Types

type Rep GetComponentResponse :: Type -> Type #

Read GetComponentResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

Show GetComponentResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

NFData GetComponentResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

Methods

rnf :: GetComponentResponse -> () #

Eq GetComponentResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

type Rep GetComponentResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetComponent

type Rep GetComponentResponse = D1 ('MetaData "GetComponentResponse" "Amazonka.SSMSAP.GetComponent" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "GetComponentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "component") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Component)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetComponentResponse Source #

Create a value of GetComponentResponse 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:component:GetComponentResponse', getComponentResponse_component -

$sel:httpStatus:GetComponentResponse', getComponentResponse_httpStatus - The response's http status code.

GetDatabase

data GetDatabase Source #

See: newGetDatabase smart constructor.

Instances

Instances details
ToJSON GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

ToHeaders GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

Methods

toHeaders :: GetDatabase -> [Header] #

ToPath GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

ToQuery GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

AWSRequest GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

Associated Types

type AWSResponse GetDatabase #

Generic GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

Associated Types

type Rep GetDatabase :: Type -> Type #

Read GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

Show GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

NFData GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

Methods

rnf :: GetDatabase -> () #

Eq GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

Hashable GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

type AWSResponse GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

type Rep GetDatabase Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

type Rep GetDatabase = D1 ('MetaData "GetDatabase" "Amazonka.SSMSAP.GetDatabase" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "GetDatabase'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "componentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "databaseArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newGetDatabase :: GetDatabase Source #

Create a value of GetDatabase 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:

GetDatabase, getDatabase_applicationId -

GetDatabase, getDatabase_componentId -

$sel:databaseArn:GetDatabase', getDatabase_databaseArn -

GetDatabase, getDatabase_databaseId -

data GetDatabaseResponse Source #

See: newGetDatabaseResponse smart constructor.

Instances

Instances details
Generic GetDatabaseResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

Associated Types

type Rep GetDatabaseResponse :: Type -> Type #

Show GetDatabaseResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

NFData GetDatabaseResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

Methods

rnf :: GetDatabaseResponse -> () #

Eq GetDatabaseResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

type Rep GetDatabaseResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetDatabase

type Rep GetDatabaseResponse = D1 ('MetaData "GetDatabaseResponse" "Amazonka.SSMSAP.GetDatabase" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "GetDatabaseResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Database)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetDatabaseResponse Source #

Create a value of GetDatabaseResponse 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:database:GetDatabaseResponse', getDatabaseResponse_database -

GetDatabaseResponse, getDatabaseResponse_tags -

$sel:httpStatus:GetDatabaseResponse', getDatabaseResponse_httpStatus - The response's http status code.

GetOperation

data GetOperation Source #

See: newGetOperation smart constructor.

Constructors

GetOperation' Text 

Instances

Instances details
ToJSON GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

ToHeaders GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

ToPath GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

ToQuery GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

AWSRequest GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

Associated Types

type AWSResponse GetOperation #

Generic GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

Associated Types

type Rep GetOperation :: Type -> Type #

Read GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

Show GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

NFData GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

Methods

rnf :: GetOperation -> () #

Eq GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

Hashable GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

type AWSResponse GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

type Rep GetOperation Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

type Rep GetOperation = D1 ('MetaData "GetOperation" "Amazonka.SSMSAP.GetOperation" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "GetOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetOperation Source #

Create a value of GetOperation 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:operationId:GetOperation', getOperation_operationId -

data GetOperationResponse Source #

See: newGetOperationResponse smart constructor.

Instances

Instances details
Generic GetOperationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

Associated Types

type Rep GetOperationResponse :: Type -> Type #

Read GetOperationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

Show GetOperationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

NFData GetOperationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

Methods

rnf :: GetOperationResponse -> () #

Eq GetOperationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

type Rep GetOperationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetOperation

type Rep GetOperationResponse = D1 ('MetaData "GetOperationResponse" "Amazonka.SSMSAP.GetOperation" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "GetOperationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Operation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetOperationResponse Source #

Create a value of GetOperationResponse 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:operation:GetOperationResponse', getOperationResponse_operation -

$sel:httpStatus:GetOperationResponse', getOperationResponse_httpStatus - The response's http status code.

GetResourcePermission

data GetResourcePermission Source #

See: newGetResourcePermission smart constructor.

Instances

Instances details
ToJSON GetResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

ToHeaders GetResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

ToPath GetResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

ToQuery GetResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

AWSRequest GetResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

Associated Types

type AWSResponse GetResourcePermission #

Generic GetResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

Associated Types

type Rep GetResourcePermission :: Type -> Type #

Read GetResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

Show GetResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

NFData GetResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

Methods

rnf :: GetResourcePermission -> () #

Eq GetResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

Hashable GetResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

type AWSResponse GetResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

type Rep GetResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

type Rep GetResourcePermission = D1 ('MetaData "GetResourcePermission" "Amazonka.SSMSAP.GetResourcePermission" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "GetResourcePermission'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PermissionActionType)) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetResourcePermission Source #

Create a value of GetResourcePermission 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:actionType:GetResourcePermission', getResourcePermission_actionType -

GetResourcePermission, getResourcePermission_resourceArn -

data GetResourcePermissionResponse Source #

See: newGetResourcePermissionResponse smart constructor.

Instances

Instances details
Generic GetResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

Associated Types

type Rep GetResourcePermissionResponse :: Type -> Type #

Read GetResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

Show GetResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

NFData GetResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

Eq GetResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

type Rep GetResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.GetResourcePermission

type Rep GetResourcePermissionResponse = D1 ('MetaData "GetResourcePermissionResponse" "Amazonka.SSMSAP.GetResourcePermission" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "GetResourcePermissionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetResourcePermissionResponse Source #

Create a value of GetResourcePermissionResponse 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:policy:GetResourcePermissionResponse', getResourcePermissionResponse_policy -

$sel:httpStatus:GetResourcePermissionResponse', getResourcePermissionResponse_httpStatus - The response's http status code.

ListApplications (Paginated)

data ListApplications Source #

See: newListApplications smart constructor.

Instances

Instances details
ToJSON ListApplications Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

ToHeaders ListApplications Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

ToPath ListApplications Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

ToQuery ListApplications Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

AWSPager ListApplications Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

AWSRequest ListApplications Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

Associated Types

type AWSResponse ListApplications #

Generic ListApplications Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

Associated Types

type Rep ListApplications :: Type -> Type #

Read ListApplications Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

Show ListApplications Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

NFData ListApplications Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

Methods

rnf :: ListApplications -> () #

Eq ListApplications Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

Hashable ListApplications Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

type AWSResponse ListApplications Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

type Rep ListApplications Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

type Rep ListApplications = D1 ('MetaData "ListApplications" "Amazonka.SSMSAP.ListApplications" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "ListApplications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: 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:

$sel:maxResults:ListApplications', listApplications_maxResults -

ListApplications, listApplications_nextToken -

data ListApplicationsResponse Source #

See: newListApplicationsResponse smart constructor.

Instances

Instances details
Generic ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

Associated Types

type Rep ListApplicationsResponse :: Type -> Type #

Read ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

Show ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

NFData ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

Eq ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

type Rep ListApplicationsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListApplications

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

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:

$sel:applications:ListApplicationsResponse', listApplicationsResponse_applications -

ListApplications, listApplicationsResponse_nextToken -

$sel:httpStatus:ListApplicationsResponse', listApplicationsResponse_httpStatus - The response's http status code.

ListComponents (Paginated)

data ListComponents Source #

See: newListComponents smart constructor.

Instances

Instances details
ToJSON ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

ToHeaders ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

ToPath ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

ToQuery ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

AWSPager ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

AWSRequest ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

Associated Types

type AWSResponse ListComponents #

Generic ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

Associated Types

type Rep ListComponents :: Type -> Type #

Read ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

Show ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

NFData ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

Methods

rnf :: ListComponents -> () #

Eq ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

Hashable ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

type AWSResponse ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

type Rep ListComponents Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

type Rep ListComponents = D1 ('MetaData "ListComponents" "Amazonka.SSMSAP.ListComponents" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "ListComponents'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListComponents :: ListComponents Source #

Create a value of ListComponents 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:

ListComponents, listComponents_applicationId -

$sel:maxResults:ListComponents', listComponents_maxResults -

ListComponents, listComponents_nextToken -

data ListComponentsResponse Source #

See: newListComponentsResponse smart constructor.

Instances

Instances details
Generic ListComponentsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

Associated Types

type Rep ListComponentsResponse :: Type -> Type #

Read ListComponentsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

Show ListComponentsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

NFData ListComponentsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

Methods

rnf :: ListComponentsResponse -> () #

Eq ListComponentsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

type Rep ListComponentsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListComponents

type Rep ListComponentsResponse = D1 ('MetaData "ListComponentsResponse" "Amazonka.SSMSAP.ListComponents" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "ListComponentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "components") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComponentSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListComponentsResponse Source #

Create a value of ListComponentsResponse 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:

ListComponentsResponse, listComponentsResponse_components -

ListComponents, listComponentsResponse_nextToken -

$sel:httpStatus:ListComponentsResponse', listComponentsResponse_httpStatus - The response's http status code.

ListDatabases (Paginated)

data ListDatabases Source #

See: newListDatabases smart constructor.

Instances

Instances details
ToJSON ListDatabases Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

ToHeaders ListDatabases Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

ToPath ListDatabases Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

ToQuery ListDatabases Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

AWSPager ListDatabases Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

AWSRequest ListDatabases Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

Associated Types

type AWSResponse ListDatabases #

Generic ListDatabases Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

Associated Types

type Rep ListDatabases :: Type -> Type #

Read ListDatabases Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

Show ListDatabases Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

NFData ListDatabases Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

Methods

rnf :: ListDatabases -> () #

Eq ListDatabases Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

Hashable ListDatabases Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

type AWSResponse ListDatabases Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

type Rep ListDatabases Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

type Rep ListDatabases = D1 ('MetaData "ListDatabases" "Amazonka.SSMSAP.ListDatabases" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "ListDatabases'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "componentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListDatabases :: ListDatabases Source #

Create a value of ListDatabases 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:

ListDatabases, listDatabases_applicationId -

ListDatabases, listDatabases_componentId -

$sel:maxResults:ListDatabases', listDatabases_maxResults -

ListDatabases, listDatabases_nextToken -

data ListDatabasesResponse Source #

See: newListDatabasesResponse smart constructor.

Instances

Instances details
Generic ListDatabasesResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

Associated Types

type Rep ListDatabasesResponse :: Type -> Type #

Read ListDatabasesResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

Show ListDatabasesResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

NFData ListDatabasesResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

Methods

rnf :: ListDatabasesResponse -> () #

Eq ListDatabasesResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

type Rep ListDatabasesResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListDatabases

type Rep ListDatabasesResponse = D1 ('MetaData "ListDatabasesResponse" "Amazonka.SSMSAP.ListDatabases" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "ListDatabasesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "databases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DatabaseSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDatabasesResponse Source #

Create a value of ListDatabasesResponse 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:

ListDatabasesResponse, listDatabasesResponse_databases -

ListDatabases, listDatabasesResponse_nextToken -

$sel:httpStatus:ListDatabasesResponse', listDatabasesResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.SSMSAP.ListTagsForResource" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" '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:

ListTagsForResource, listTagsForResource_resourceArn -

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.SSMSAP.ListTagsForResource" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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:

ListTagsForResourceResponse, listTagsForResourceResponse_tags -

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

PutResourcePermission

data PutResourcePermission Source #

See: newPutResourcePermission smart constructor.

Instances

Instances details
ToJSON PutResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

ToHeaders PutResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

ToPath PutResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

ToQuery PutResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

AWSRequest PutResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

Associated Types

type AWSResponse PutResourcePermission #

Generic PutResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

Associated Types

type Rep PutResourcePermission :: Type -> Type #

Read PutResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

Show PutResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

NFData PutResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

Methods

rnf :: PutResourcePermission -> () #

Eq PutResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

Hashable PutResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

type AWSResponse PutResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

type Rep PutResourcePermission Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

type Rep PutResourcePermission = D1 ('MetaData "PutResourcePermission" "Amazonka.SSMSAP.PutResourcePermission" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "PutResourcePermission'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PermissionActionType) :*: (S1 ('MetaSel ('Just "sourceResourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

data PutResourcePermissionResponse Source #

See: newPutResourcePermissionResponse smart constructor.

Instances

Instances details
Generic PutResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

Associated Types

type Rep PutResourcePermissionResponse :: Type -> Type #

Read PutResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

Show PutResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

NFData PutResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

Eq PutResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

type Rep PutResourcePermissionResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.PutResourcePermission

type Rep PutResourcePermissionResponse = D1 ('MetaData "PutResourcePermissionResponse" "Amazonka.SSMSAP.PutResourcePermission" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "PutResourcePermissionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutResourcePermissionResponse Source #

Create a value of PutResourcePermissionResponse 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:policy:PutResourcePermissionResponse', putResourcePermissionResponse_policy -

$sel:httpStatus:PutResourcePermissionResponse', putResourcePermissionResponse_httpStatus - The response's http status code.

RegisterApplication

data RegisterApplication Source #

See: newRegisterApplication smart constructor.

Instances

Instances details
ToJSON RegisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

ToHeaders RegisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

ToPath RegisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

ToQuery RegisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

AWSRequest RegisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

Associated Types

type AWSResponse RegisterApplication #

Generic RegisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

Associated Types

type Rep RegisterApplication :: Type -> Type #

Show RegisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

NFData RegisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

Methods

rnf :: RegisterApplication -> () #

Eq RegisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

Hashable RegisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

type AWSResponse RegisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

type Rep RegisterApplication Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

data RegisterApplicationResponse Source #

See: newRegisterApplicationResponse smart constructor.

Instances

Instances details
Generic RegisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

Associated Types

type Rep RegisterApplicationResponse :: Type -> Type #

Read RegisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

Show RegisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

NFData RegisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

Eq RegisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

type Rep RegisterApplicationResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.RegisterApplication

type Rep RegisterApplicationResponse = D1 ('MetaData "RegisterApplicationResponse" "Amazonka.SSMSAP.RegisterApplication" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "RegisterApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Application)) :*: (S1 ('MetaSel ('Just "operationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.SSMSAP.TagResource" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" '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:

TagResource, tagResource_resourceArn -

TagResource, tagResource_tags -

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.SSMSAP.TagResource" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" '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.SSMSAP.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.SSMSAP.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.SSMSAP.UntagResource" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" '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:

UntagResource, untagResource_resourceArn -

$sel:tagKeys:UntagResource', untagResource_tagKeys - Adds/updates or removes credentials for applications registered with AWS Systems Manager for SAP.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.SSMSAP.UntagResource" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" '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.

UpdateApplicationSettings

data UpdateApplicationSettings Source #

See: newUpdateApplicationSettings smart constructor.

Instances

Instances details
ToJSON UpdateApplicationSettings Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

ToHeaders UpdateApplicationSettings Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

ToPath UpdateApplicationSettings Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

ToQuery UpdateApplicationSettings Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

AWSRequest UpdateApplicationSettings Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

Generic UpdateApplicationSettings Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

Associated Types

type Rep UpdateApplicationSettings :: Type -> Type #

Show UpdateApplicationSettings Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

NFData UpdateApplicationSettings Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

Eq UpdateApplicationSettings Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

Hashable UpdateApplicationSettings Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

type AWSResponse UpdateApplicationSettings Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

type Rep UpdateApplicationSettings Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

type Rep UpdateApplicationSettings = D1 ('MetaData "UpdateApplicationSettings" "Amazonka.SSMSAP.UpdateApplicationSettings" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "UpdateApplicationSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "credentialsToAddOrUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ApplicationCredential))) :*: (S1 ('MetaSel ('Just "credentialsToRemove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ApplicationCredential))) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

data UpdateApplicationSettingsResponse Source #

See: newUpdateApplicationSettingsResponse smart constructor.

Instances

Instances details
Generic UpdateApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

Associated Types

type Rep UpdateApplicationSettingsResponse :: Type -> Type #

Read UpdateApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

Show UpdateApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

NFData UpdateApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

Eq UpdateApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

type Rep UpdateApplicationSettingsResponse Source # 
Instance details

Defined in Amazonka.SSMSAP.UpdateApplicationSettings

type Rep UpdateApplicationSettingsResponse = D1 ('MetaData "UpdateApplicationSettingsResponse" "Amazonka.SSMSAP.UpdateApplicationSettings" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "UpdateApplicationSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "operationIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Types

ApplicationStatus

newtype ApplicationStatus Source #

Instances

Instances details
FromJSON ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

FromJSONKey ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

ToJSON ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

ToJSONKey ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

ToByteString ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

ToHeader ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

ToLog ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

ToQuery ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

FromText ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

ToText ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

FromXML ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

ToXML ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

Generic ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

Associated Types

type Rep ApplicationStatus :: Type -> Type #

Read ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

Show ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

NFData ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

Methods

rnf :: ApplicationStatus -> () #

Eq ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

Ord ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

Hashable ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

type Rep ApplicationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationStatus

type Rep ApplicationStatus = D1 ('MetaData "ApplicationStatus" "Amazonka.SSMSAP.Types.ApplicationStatus" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'True) (C1 ('MetaCons "ApplicationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApplicationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ApplicationType

newtype ApplicationType Source #

Constructors

ApplicationType' 

Bundled Patterns

pattern ApplicationType_HANA :: ApplicationType 

Instances

Instances details
FromJSON ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

FromJSONKey ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

ToJSON ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

ToJSONKey ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

ToByteString ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

ToHeader ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

ToLog ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

ToQuery ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

FromText ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

ToText ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

FromXML ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

ToXML ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

Methods

toXML :: ApplicationType -> XML #

Generic ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

Associated Types

type Rep ApplicationType :: Type -> Type #

Read ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

Show ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

NFData ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

Methods

rnf :: ApplicationType -> () #

Eq ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

Ord ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

Hashable ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

type Rep ApplicationType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationType

type Rep ApplicationType = D1 ('MetaData "ApplicationType" "Amazonka.SSMSAP.Types.ApplicationType" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'True) (C1 ('MetaCons "ApplicationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromApplicationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComponentStatus

newtype ComponentStatus Source #

Constructors

ComponentStatus' 

Bundled Patterns

pattern ComponentStatus_ACTIVATED :: ComponentStatus 

Instances

Instances details
FromJSON ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

FromJSONKey ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

ToJSON ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

ToJSONKey ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

ToByteString ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

ToHeader ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

ToLog ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

ToQuery ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

FromText ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

ToText ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

FromXML ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

ToXML ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

Methods

toXML :: ComponentStatus -> XML #

Generic ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

Associated Types

type Rep ComponentStatus :: Type -> Type #

Read ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

Show ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

NFData ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

Methods

rnf :: ComponentStatus -> () #

Eq ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

Ord ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

Hashable ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

type Rep ComponentStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentStatus

type Rep ComponentStatus = D1 ('MetaData "ComponentStatus" "Amazonka.SSMSAP.Types.ComponentStatus" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'True) (C1 ('MetaCons "ComponentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComponentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComponentType

newtype ComponentType Source #

Constructors

ComponentType' 

Bundled Patterns

pattern ComponentType_HANA :: ComponentType 

Instances

Instances details
FromJSON ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

FromJSONKey ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

ToJSON ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

ToJSONKey ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

ToByteString ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

ToHeader ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

ToLog ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

ToQuery ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

FromText ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

ToText ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

Methods

toText :: ComponentType -> Text #

FromXML ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

ToXML ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

Methods

toXML :: ComponentType -> XML #

Generic ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

Associated Types

type Rep ComponentType :: Type -> Type #

Read ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

Show ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

NFData ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

Methods

rnf :: ComponentType -> () #

Eq ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

Ord ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

Hashable ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

type Rep ComponentType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentType

type Rep ComponentType = D1 ('MetaData "ComponentType" "Amazonka.SSMSAP.Types.ComponentType" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'True) (C1 ('MetaCons "ComponentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComponentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CredentialType

newtype CredentialType Source #

Constructors

CredentialType' 

Bundled Patterns

pattern CredentialType_ADMIN :: CredentialType 

Instances

Instances details
FromJSON CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

FromJSONKey CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

ToJSON CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

ToJSONKey CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

ToByteString CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

ToHeader CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

ToLog CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

ToQuery CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

FromText CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

ToText CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

FromXML CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

ToXML CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

Methods

toXML :: CredentialType -> XML #

Generic CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

Associated Types

type Rep CredentialType :: Type -> Type #

Read CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

Show CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

NFData CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

Methods

rnf :: CredentialType -> () #

Eq CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

Ord CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

Hashable CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

type Rep CredentialType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.CredentialType

type Rep CredentialType = D1 ('MetaData "CredentialType" "Amazonka.SSMSAP.Types.CredentialType" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'True) (C1 ('MetaCons "CredentialType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCredentialType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DatabaseStatus

newtype DatabaseStatus Source #

Constructors

DatabaseStatus' 

Instances

Instances details
FromJSON DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

FromJSONKey DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

ToJSON DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

ToJSONKey DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

ToByteString DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

ToHeader DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

ToLog DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

ToQuery DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

FromText DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

ToText DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

FromXML DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

ToXML DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

Methods

toXML :: DatabaseStatus -> XML #

Generic DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

Associated Types

type Rep DatabaseStatus :: Type -> Type #

Read DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

Show DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

NFData DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

Methods

rnf :: DatabaseStatus -> () #

Eq DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

Ord DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

Hashable DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

type Rep DatabaseStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseStatus

type Rep DatabaseStatus = D1 ('MetaData "DatabaseStatus" "Amazonka.SSMSAP.Types.DatabaseStatus" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'True) (C1 ('MetaCons "DatabaseStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDatabaseStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DatabaseType

newtype DatabaseType Source #

Constructors

DatabaseType' 

Bundled Patterns

pattern DatabaseType_SYSTEM :: DatabaseType 
pattern DatabaseType_TENANT :: DatabaseType 

Instances

Instances details
FromJSON DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

FromJSONKey DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

ToJSON DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

ToJSONKey DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

ToByteString DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

ToHeader DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

ToLog DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

ToQuery DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

FromText DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

ToText DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

Methods

toText :: DatabaseType -> Text #

FromXML DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

ToXML DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

Methods

toXML :: DatabaseType -> XML #

Generic DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

Associated Types

type Rep DatabaseType :: Type -> Type #

Read DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

Show DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

NFData DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

Methods

rnf :: DatabaseType -> () #

Eq DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

Ord DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

Hashable DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

type Rep DatabaseType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseType

type Rep DatabaseType = D1 ('MetaData "DatabaseType" "Amazonka.SSMSAP.Types.DatabaseType" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'True) (C1 ('MetaCons "DatabaseType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDatabaseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HostRole

newtype HostRole Source #

Constructors

HostRole' 

Fields

Bundled Patterns

pattern HostRole_LEADER :: HostRole 
pattern HostRole_STANDBY :: HostRole 
pattern HostRole_UNKNOWN :: HostRole 
pattern HostRole_WORKER :: HostRole 

Instances

Instances details
FromJSON HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

FromJSONKey HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

ToJSON HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

ToJSONKey HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

ToByteString HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

Methods

toBS :: HostRole -> ByteString #

ToHeader HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

Methods

toHeader :: HeaderName -> HostRole -> [Header] #

ToLog HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

ToQuery HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

FromText HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

ToText HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

Methods

toText :: HostRole -> Text #

FromXML HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

ToXML HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

Methods

toXML :: HostRole -> XML #

Generic HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

Associated Types

type Rep HostRole :: Type -> Type #

Methods

from :: HostRole -> Rep HostRole x #

to :: Rep HostRole x -> HostRole #

Read HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

Show HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

NFData HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

Methods

rnf :: HostRole -> () #

Eq HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

Ord HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

Hashable HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

Methods

hashWithSalt :: Int -> HostRole -> Int #

hash :: HostRole -> Int #

type Rep HostRole Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.HostRole

type Rep HostRole = D1 ('MetaData "HostRole" "Amazonka.SSMSAP.Types.HostRole" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'True) (C1 ('MetaCons "HostRole'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHostRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OperationStatus

newtype OperationStatus Source #

Constructors

OperationStatus' 

Instances

Instances details
FromJSON OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

FromJSONKey OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

ToJSON OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

ToJSONKey OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

ToByteString OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

ToHeader OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

ToLog OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

ToQuery OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

FromText OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

ToText OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

FromXML OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

ToXML OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

Methods

toXML :: OperationStatus -> XML #

Generic OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

Associated Types

type Rep OperationStatus :: Type -> Type #

Read OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

Show OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

NFData OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

Methods

rnf :: OperationStatus -> () #

Eq OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

Ord OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

Hashable OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

type Rep OperationStatus Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.OperationStatus

type Rep OperationStatus = D1 ('MetaData "OperationStatus" "Amazonka.SSMSAP.Types.OperationStatus" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'True) (C1 ('MetaCons "OperationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PermissionActionType

newtype PermissionActionType Source #

Instances

Instances details
FromJSON PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

FromJSONKey PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

ToJSON PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

ToJSONKey PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

ToByteString PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

ToHeader PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

ToLog PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

ToQuery PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

FromText PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

ToText PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

FromXML PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

ToXML PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

Generic PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

Associated Types

type Rep PermissionActionType :: Type -> Type #

Read PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

Show PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

NFData PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

Methods

rnf :: PermissionActionType -> () #

Eq PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

Ord PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

Hashable PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

type Rep PermissionActionType Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.PermissionActionType

type Rep PermissionActionType = D1 ('MetaData "PermissionActionType" "Amazonka.SSMSAP.Types.PermissionActionType" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'True) (C1 ('MetaCons "PermissionActionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPermissionActionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Application

data Application Source #

See: newApplication smart constructor.

Instances

Instances details
FromJSON Application Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Application

Generic Application Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Application

Associated Types

type Rep Application :: Type -> Type #

Read Application Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Application

Show Application Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Application

NFData Application Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Application

Methods

rnf :: Application -> () #

Eq Application Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Application

Hashable Application Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Application

type Rep Application Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Application

ApplicationCredential

data ApplicationCredential Source #

See: newApplicationCredential smart constructor.

Instances

Instances details
FromJSON ApplicationCredential Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationCredential

ToJSON ApplicationCredential Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationCredential

Generic ApplicationCredential Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationCredential

Associated Types

type Rep ApplicationCredential :: Type -> Type #

Show ApplicationCredential Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationCredential

NFData ApplicationCredential Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationCredential

Methods

rnf :: ApplicationCredential -> () #

Eq ApplicationCredential Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationCredential

Hashable ApplicationCredential Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationCredential

type Rep ApplicationCredential Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationCredential

type Rep ApplicationCredential = D1 ('MetaData "ApplicationCredential" "Amazonka.SSMSAP.Types.ApplicationCredential" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "ApplicationCredential'" 'PrefixI 'True) (S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "credentialType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CredentialType) :*: S1 ('MetaSel ('Just "secretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

ApplicationSummary

data ApplicationSummary Source #

See: newApplicationSummary smart constructor.

Instances

Instances details
FromJSON ApplicationSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationSummary

Generic ApplicationSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationSummary

Associated Types

type Rep ApplicationSummary :: Type -> Type #

Read ApplicationSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationSummary

Show ApplicationSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationSummary

NFData ApplicationSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationSummary

Methods

rnf :: ApplicationSummary -> () #

Eq ApplicationSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationSummary

Hashable ApplicationSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationSummary

type Rep ApplicationSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ApplicationSummary

type Rep ApplicationSummary = D1 ('MetaData "ApplicationSummary" "Amazonka.SSMSAP.Types.ApplicationSummary" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "ApplicationSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationType)))))

newApplicationSummary :: ApplicationSummary 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:arn:ApplicationSummary', applicationSummary_arn -

$sel:id:ApplicationSummary', applicationSummary_id -

$sel:tags:ApplicationSummary', applicationSummary_tags -

$sel:type':ApplicationSummary', applicationSummary_type -

Component

data Component Source #

See: newComponent smart constructor.

Instances

Instances details
FromJSON Component Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Component

Generic Component Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Component

Associated Types

type Rep Component :: Type -> Type #

Read Component Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Component

Show Component Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Component

NFData Component Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Component

Methods

rnf :: Component -> () #

Eq Component Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Component

Hashable Component Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Component

type Rep Component Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Component

ComponentSummary

data ComponentSummary Source #

See: newComponentSummary smart constructor.

Instances

Instances details
FromJSON ComponentSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentSummary

Generic ComponentSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentSummary

Associated Types

type Rep ComponentSummary :: Type -> Type #

Read ComponentSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentSummary

Show ComponentSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentSummary

NFData ComponentSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentSummary

Methods

rnf :: ComponentSummary -> () #

Eq ComponentSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentSummary

Hashable ComponentSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentSummary

type Rep ComponentSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.ComponentSummary

type Rep ComponentSummary = D1 ('MetaData "ComponentSummary" "Amazonka.SSMSAP.Types.ComponentSummary" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "ComponentSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "componentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "componentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComponentType)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))

newComponentSummary :: ComponentSummary Source #

Create a value of ComponentSummary with all optional fields omitted.

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

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

$sel:applicationId:ComponentSummary', componentSummary_applicationId -

$sel:componentId:ComponentSummary', componentSummary_componentId -

$sel:componentType:ComponentSummary', componentSummary_componentType -

$sel:tags:ComponentSummary', componentSummary_tags -

Database

data Database Source #

See: newDatabase smart constructor.

Instances

Instances details
FromJSON Database Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Database

Generic Database Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Database

Associated Types

type Rep Database :: Type -> Type #

Methods

from :: Database -> Rep Database x #

to :: Rep Database x -> Database #

Show Database Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Database

NFData Database Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Database

Methods

rnf :: Database -> () #

Eq Database Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Database

Hashable Database Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Database

Methods

hashWithSalt :: Int -> Database -> Int #

hash :: Database -> Int #

type Rep Database Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Database

type Rep Database = D1 ('MetaData "Database" "Amazonka.SSMSAP.Types.Database" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "Database'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "componentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "credentials") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ApplicationCredential))) :*: S1 ('MetaSel ('Just "databaseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "databaseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatabaseType)) :*: S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "primaryHost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sQLPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatabaseStatus)))))))

DatabaseSummary

data DatabaseSummary Source #

See: newDatabaseSummary smart constructor.

Instances

Instances details
FromJSON DatabaseSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseSummary

Generic DatabaseSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseSummary

Associated Types

type Rep DatabaseSummary :: Type -> Type #

Read DatabaseSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseSummary

Show DatabaseSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseSummary

NFData DatabaseSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseSummary

Methods

rnf :: DatabaseSummary -> () #

Eq DatabaseSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseSummary

Hashable DatabaseSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseSummary

type Rep DatabaseSummary Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.DatabaseSummary

type Rep DatabaseSummary = D1 ('MetaData "DatabaseSummary" "Amazonka.SSMSAP.Types.DatabaseSummary" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "DatabaseSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "componentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "databaseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "databaseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatabaseType)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

Host

data Host Source #

See: newHost smart constructor.

Constructors

Host' (Maybe Text) (Maybe Text) (Maybe HostRole) (Maybe Text) 

Instances

Instances details
FromJSON Host Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Host

Generic Host Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Host

Associated Types

type Rep Host :: Type -> Type #

Methods

from :: Host -> Rep Host x #

to :: Rep Host x -> Host #

Read Host Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Host

Show Host Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Host

Methods

showsPrec :: Int -> Host -> ShowS #

show :: Host -> String #

showList :: [Host] -> ShowS #

NFData Host Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Host

Methods

rnf :: Host -> () #

Eq Host Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Host

Methods

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

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

Hashable Host Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Host

Methods

hashWithSalt :: Int -> Host -> Int #

hash :: Host -> Int #

type Rep Host Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Host

type Rep Host = D1 ('MetaData "Host" "Amazonka.SSMSAP.Types.Host" "amazonka-ssm-sap-2.0-7GrfuL8AFBH3uo82BcKo6b" 'False) (C1 ('MetaCons "Host'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hostIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hostName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "hostRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HostRole)) :*: S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newHost :: Host Source #

Create a value of Host 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:hostIp:Host', host_hostIp -

$sel:hostName:Host', host_hostName -

$sel:hostRole:Host', host_hostRole -

$sel:instanceId:Host', host_instanceId -

Operation

data Operation Source #

See: newOperation smart constructor.

Instances

Instances details
FromJSON Operation Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Operation

Generic Operation Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Operation

Associated Types

type Rep Operation :: Type -> Type #

Read Operation Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Operation

Show Operation Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Operation

NFData Operation Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Operation

Methods

rnf :: Operation -> () #

Eq Operation Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Operation

Hashable Operation Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Operation

type Rep Operation Source # 
Instance details

Defined in Amazonka.SSMSAP.Types.Operation