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.RegisterApplication

Description

Register an SAP application with AWS Systems Manager for SAP. You must meet the following requirements before registering.

The SAP application you want to register with AWS Systems Manager for SAP is running on Amazon EC2.

AWS Systems Manager Agent must be setup on an Amazon EC2 instance along with the required IAM permissions.

Amazon EC2 instance(s) must have access to the secrets created in AWS Secrets Manager to manage SAP applications and components.

Synopsis

Creating a Request

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

Request Lenses

Destructuring the Response

data RegisterApplicationResponse Source #

See: newRegisterApplicationResponse smart constructor.

Constructors

RegisterApplicationResponse' 

Fields

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))))

Response Lenses