libZSservicesZSamazonka-supportZSamazonka-support
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.Support.DescribeTrustedAdvisorCheckRefreshStatuses

Description

Returns the refresh status of the AWS Trusted Advisor checks that have the specified check IDs. You can get the check IDs by calling the DescribeTrustedAdvisorChecks operation.

Some checks are refreshed automatically, and you can't return their refresh statuses by using the DescribeTrustedAdvisorCheckRefreshStatuses operation. If you call this operation for these checks, you might see an InvalidParameterValue error.

  • You must have a Business or Enterprise Support plan to use the AWS Support API.
  • If you call the AWS Support API from an account that does not have a Business or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see AWS Support.
Synopsis

Creating a Request

data DescribeTrustedAdvisorCheckRefreshStatuses Source #

Constructors

DescribeTrustedAdvisorCheckRefreshStatuses' 

Fields

  • checkIds :: [Text]

    The IDs of the Trusted Advisor checks to get the status.

    If you specify the check ID of a check that is automatically refreshed, you might see an InvalidParameterValue error.

Instances

Instances details
Eq DescribeTrustedAdvisorCheckRefreshStatuses Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

Read DescribeTrustedAdvisorCheckRefreshStatuses Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

Show DescribeTrustedAdvisorCheckRefreshStatuses Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

Generic DescribeTrustedAdvisorCheckRefreshStatuses Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

NFData DescribeTrustedAdvisorCheckRefreshStatuses Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

Hashable DescribeTrustedAdvisorCheckRefreshStatuses Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

ToJSON DescribeTrustedAdvisorCheckRefreshStatuses Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

AWSRequest DescribeTrustedAdvisorCheckRefreshStatuses Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

ToHeaders DescribeTrustedAdvisorCheckRefreshStatuses Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

ToPath DescribeTrustedAdvisorCheckRefreshStatuses Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

ToQuery DescribeTrustedAdvisorCheckRefreshStatuses Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

type Rep DescribeTrustedAdvisorCheckRefreshStatuses Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

type Rep DescribeTrustedAdvisorCheckRefreshStatuses = D1 ('MetaData "DescribeTrustedAdvisorCheckRefreshStatuses" "Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses" "libZSservicesZSamazonka-supportZSamazonka-support" 'False) (C1 ('MetaCons "DescribeTrustedAdvisorCheckRefreshStatuses'" 'PrefixI 'True) (S1 ('MetaSel ('Just "checkIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse DescribeTrustedAdvisorCheckRefreshStatuses Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

newDescribeTrustedAdvisorCheckRefreshStatuses :: DescribeTrustedAdvisorCheckRefreshStatuses Source #

Create a value of DescribeTrustedAdvisorCheckRefreshStatuses 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:checkIds:DescribeTrustedAdvisorCheckRefreshStatuses', describeTrustedAdvisorCheckRefreshStatuses_checkIds - The IDs of the Trusted Advisor checks to get the status.

If you specify the check ID of a check that is automatically refreshed, you might see an InvalidParameterValue error.

Request Lenses

describeTrustedAdvisorCheckRefreshStatuses_checkIds :: Lens' DescribeTrustedAdvisorCheckRefreshStatuses [Text] Source #

The IDs of the Trusted Advisor checks to get the status.

If you specify the check ID of a check that is automatically refreshed, you might see an InvalidParameterValue error.

Destructuring the Response

data DescribeTrustedAdvisorCheckRefreshStatusesResponse Source #

The statuses of the Trusted Advisor checks returned by the DescribeTrustedAdvisorCheckRefreshStatuses operation.

See: newDescribeTrustedAdvisorCheckRefreshStatusesResponse smart constructor.

Constructors

DescribeTrustedAdvisorCheckRefreshStatusesResponse' 

Fields

Instances

Instances details
Eq DescribeTrustedAdvisorCheckRefreshStatusesResponse Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

Read DescribeTrustedAdvisorCheckRefreshStatusesResponse Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

Show DescribeTrustedAdvisorCheckRefreshStatusesResponse Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

Generic DescribeTrustedAdvisorCheckRefreshStatusesResponse Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

NFData DescribeTrustedAdvisorCheckRefreshStatusesResponse Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

type Rep DescribeTrustedAdvisorCheckRefreshStatusesResponse Source # 
Instance details

Defined in Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses

type Rep DescribeTrustedAdvisorCheckRefreshStatusesResponse = D1 ('MetaData "DescribeTrustedAdvisorCheckRefreshStatusesResponse" "Amazonka.Support.DescribeTrustedAdvisorCheckRefreshStatuses" "libZSservicesZSamazonka-supportZSamazonka-support" 'False) (C1 ('MetaCons "DescribeTrustedAdvisorCheckRefreshStatusesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "statuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [TrustedAdvisorCheckRefreshStatus])))

Response Lenses