amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

Description

Describes the current Infrastructure Performance metric subscriptions.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeAwsNetworkPerformanceMetricSubscriptions Source #

Constructors

DescribeAwsNetworkPerformanceMetricSubscriptions' 

Fields

  • dryRun :: Maybe Bool

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

  • filters :: Maybe [Filter]

    One or more filters.

  • maxResults :: Maybe Natural

    The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

  • nextToken :: Maybe Text

    The token for the next page of results.

Instances

Instances details
ToHeaders DescribeAwsNetworkPerformanceMetricSubscriptions Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

ToPath DescribeAwsNetworkPerformanceMetricSubscriptions Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

ToQuery DescribeAwsNetworkPerformanceMetricSubscriptions Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

AWSPager DescribeAwsNetworkPerformanceMetricSubscriptions Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

AWSRequest DescribeAwsNetworkPerformanceMetricSubscriptions Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

Generic DescribeAwsNetworkPerformanceMetricSubscriptions Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

Read DescribeAwsNetworkPerformanceMetricSubscriptions Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

Show DescribeAwsNetworkPerformanceMetricSubscriptions Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

NFData DescribeAwsNetworkPerformanceMetricSubscriptions Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

Eq DescribeAwsNetworkPerformanceMetricSubscriptions Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

Hashable DescribeAwsNetworkPerformanceMetricSubscriptions Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

type AWSResponse DescribeAwsNetworkPerformanceMetricSubscriptions Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

type Rep DescribeAwsNetworkPerformanceMetricSubscriptions Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

type Rep DescribeAwsNetworkPerformanceMetricSubscriptions = D1 ('MetaData "DescribeAwsNetworkPerformanceMetricSubscriptions" "Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DescribeAwsNetworkPerformanceMetricSubscriptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeAwsNetworkPerformanceMetricSubscriptions :: DescribeAwsNetworkPerformanceMetricSubscriptions Source #

Create a value of DescribeAwsNetworkPerformanceMetricSubscriptions 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:dryRun:DescribeAwsNetworkPerformanceMetricSubscriptions', describeAwsNetworkPerformanceMetricSubscriptions_dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

$sel:filters:DescribeAwsNetworkPerformanceMetricSubscriptions', describeAwsNetworkPerformanceMetricSubscriptions_filters - One or more filters.

$sel:maxResults:DescribeAwsNetworkPerformanceMetricSubscriptions', describeAwsNetworkPerformanceMetricSubscriptions_maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

DescribeAwsNetworkPerformanceMetricSubscriptions, describeAwsNetworkPerformanceMetricSubscriptions_nextToken - The token for the next page of results.

Request Lenses

describeAwsNetworkPerformanceMetricSubscriptions_dryRun :: Lens' DescribeAwsNetworkPerformanceMetricSubscriptions (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

describeAwsNetworkPerformanceMetricSubscriptions_maxResults :: Lens' DescribeAwsNetworkPerformanceMetricSubscriptions (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Destructuring the Response

data DescribeAwsNetworkPerformanceMetricSubscriptionsResponse Source #

Constructors

DescribeAwsNetworkPerformanceMetricSubscriptionsResponse' 

Fields

Instances

Instances details
Generic DescribeAwsNetworkPerformanceMetricSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

Read DescribeAwsNetworkPerformanceMetricSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

Show DescribeAwsNetworkPerformanceMetricSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

NFData DescribeAwsNetworkPerformanceMetricSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

Eq DescribeAwsNetworkPerformanceMetricSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

type Rep DescribeAwsNetworkPerformanceMetricSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions

type Rep DescribeAwsNetworkPerformanceMetricSubscriptionsResponse = D1 ('MetaData "DescribeAwsNetworkPerformanceMetricSubscriptionsResponse" "Amazonka.EC2.DescribeAwsNetworkPerformanceMetricSubscriptions" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DescribeAwsNetworkPerformanceMetricSubscriptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "subscriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Subscription])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses

describeAwsNetworkPerformanceMetricSubscriptionsResponse_nextToken :: Lens' DescribeAwsNetworkPerformanceMetricSubscriptionsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.