libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudWatchEvents.DescribeApiDestination

Description

Retrieves details about an API destination.

Synopsis

Creating a Request

data DescribeApiDestination Source #

See: newDescribeApiDestination smart constructor.

Constructors

DescribeApiDestination' 

Fields

  • name :: Text

    The name of the API destination to retrieve.

Instances

Instances details
Eq DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Read DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Show DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Generic DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Associated Types

type Rep DescribeApiDestination :: Type -> Type #

NFData DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Methods

rnf :: DescribeApiDestination -> () #

Hashable DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

ToJSON DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

AWSRequest DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Associated Types

type AWSResponse DescribeApiDestination #

ToHeaders DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

ToPath DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

ToQuery DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

type Rep DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

type Rep DescribeApiDestination = D1 ('MetaData "DescribeApiDestination" "Amazonka.CloudWatchEvents.DescribeApiDestination" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "DescribeApiDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeApiDestination Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

newDescribeApiDestination Source #

Create a value of DescribeApiDestination with all optional fields omitted.

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

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

$sel:name:DescribeApiDestination', describeApiDestination_name - The name of the API destination to retrieve.

Request Lenses

describeApiDestination_name :: Lens' DescribeApiDestination Text Source #

The name of the API destination to retrieve.

Destructuring the Response

data DescribeApiDestinationResponse Source #

See: newDescribeApiDestinationResponse smart constructor.

Constructors

DescribeApiDestinationResponse' 

Fields

Instances

Instances details
Eq DescribeApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Read DescribeApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Show DescribeApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Generic DescribeApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

Associated Types

type Rep DescribeApiDestinationResponse :: Type -> Type #

NFData DescribeApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

type Rep DescribeApiDestinationResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.DescribeApiDestination

type Rep DescribeApiDestinationResponse = D1 ('MetaData "DescribeApiDestinationResponse" "Amazonka.CloudWatchEvents.DescribeApiDestination" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "DescribeApiDestinationResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiDestinationHttpMethod))) :*: (S1 ('MetaSel ('Just "invocationEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "invocationRateLimitPerSecond") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "apiDestinationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApiDestinationState)) :*: S1 ('MetaSel ('Just "connectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "apiDestinationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeApiDestinationResponse Source #

Create a value of DescribeApiDestinationResponse with all optional fields omitted.

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

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

$sel:creationTime:DescribeApiDestinationResponse', describeApiDestinationResponse_creationTime - A time stamp for the time that the API destination was created.

$sel:httpMethod:DescribeApiDestinationResponse', describeApiDestinationResponse_httpMethod - The method to use to connect to the HTTP endpoint.

$sel:invocationEndpoint:DescribeApiDestinationResponse', describeApiDestinationResponse_invocationEndpoint - The URL to use to connect to the HTTP endpoint.

$sel:lastModifiedTime:DescribeApiDestinationResponse', describeApiDestinationResponse_lastModifiedTime - A time stamp for the time that the API destination was last modified.

$sel:name:DescribeApiDestination', describeApiDestinationResponse_name - The name of the API destination retrieved.

$sel:invocationRateLimitPerSecond:DescribeApiDestinationResponse', describeApiDestinationResponse_invocationRateLimitPerSecond - The maximum number of invocations per second to specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours.

$sel:apiDestinationState:DescribeApiDestinationResponse', describeApiDestinationResponse_apiDestinationState - The state of the API destination retrieved.

$sel:connectionArn:DescribeApiDestinationResponse', describeApiDestinationResponse_connectionArn - The ARN of the connection specified for the API destination retrieved.

$sel:description:DescribeApiDestinationResponse', describeApiDestinationResponse_description - The description for the API destination retrieved.

$sel:apiDestinationArn:DescribeApiDestinationResponse', describeApiDestinationResponse_apiDestinationArn - The ARN of the API destination retrieved.

$sel:httpStatus:DescribeApiDestinationResponse', describeApiDestinationResponse_httpStatus - The response's http status code.

Response Lenses

describeApiDestinationResponse_creationTime :: Lens' DescribeApiDestinationResponse (Maybe UTCTime) Source #

A time stamp for the time that the API destination was created.

describeApiDestinationResponse_lastModifiedTime :: Lens' DescribeApiDestinationResponse (Maybe UTCTime) Source #

A time stamp for the time that the API destination was last modified.

describeApiDestinationResponse_invocationRateLimitPerSecond :: Lens' DescribeApiDestinationResponse (Maybe Natural) Source #

The maximum number of invocations per second to specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours.

describeApiDestinationResponse_connectionArn :: Lens' DescribeApiDestinationResponse (Maybe Text) Source #

The ARN of the connection specified for the API destination retrieved.