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

Description

Gets information about the associations for the transit gateway multicast domain.

This operation returns paginated results.

Synopsis

Creating a Request

data GetTransitGatewayMulticastDomainAssociations Source #

Constructors

GetTransitGatewayMulticastDomainAssociations' 

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. The possible values are:

    • resource-id - The ID of the resource.
    • resource-type - The type of resource. The valid value is: vpc.
    • state - The state of the subnet association. Valid values are associated | associating | disassociated | disassociating.
    • subnet-id - The ID of the subnet.
    • transit-gateway-attachment-id - The id of the transit gateway attachment.
  • 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.

  • transitGatewayMulticastDomainId :: Maybe Text

    The ID of the transit gateway multicast domain.

Instances

Instances details
ToHeaders GetTransitGatewayMulticastDomainAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

ToPath GetTransitGatewayMulticastDomainAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

ToQuery GetTransitGatewayMulticastDomainAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

AWSPager GetTransitGatewayMulticastDomainAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

AWSRequest GetTransitGatewayMulticastDomainAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

Generic GetTransitGatewayMulticastDomainAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

Read GetTransitGatewayMulticastDomainAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

Show GetTransitGatewayMulticastDomainAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

NFData GetTransitGatewayMulticastDomainAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

Eq GetTransitGatewayMulticastDomainAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

Hashable GetTransitGatewayMulticastDomainAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

type AWSResponse GetTransitGatewayMulticastDomainAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

type Rep GetTransitGatewayMulticastDomainAssociations Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

type Rep GetTransitGatewayMulticastDomainAssociations = D1 ('MetaData "GetTransitGatewayMulticastDomainAssociations" "Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "GetTransitGatewayMulticastDomainAssociations'" '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)) :*: S1 ('MetaSel ('Just "transitGatewayMulticastDomainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newGetTransitGatewayMulticastDomainAssociations :: GetTransitGatewayMulticastDomainAssociations Source #

Create a value of GetTransitGatewayMulticastDomainAssociations 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:GetTransitGatewayMulticastDomainAssociations', getTransitGatewayMulticastDomainAssociations_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:GetTransitGatewayMulticastDomainAssociations', getTransitGatewayMulticastDomainAssociations_filters - One or more filters. The possible values are:

  • resource-id - The ID of the resource.
  • resource-type - The type of resource. The valid value is: vpc.
  • state - The state of the subnet association. Valid values are associated | associating | disassociated | disassociating.
  • subnet-id - The ID of the subnet.
  • transit-gateway-attachment-id - The id of the transit gateway attachment.

$sel:maxResults:GetTransitGatewayMulticastDomainAssociations', getTransitGatewayMulticastDomainAssociations_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.

GetTransitGatewayMulticastDomainAssociations, getTransitGatewayMulticastDomainAssociations_nextToken - The token for the next page of results.

GetTransitGatewayMulticastDomainAssociations, getTransitGatewayMulticastDomainAssociations_transitGatewayMulticastDomainId - The ID of the transit gateway multicast domain.

Request Lenses

getTransitGatewayMulticastDomainAssociations_dryRun :: Lens' GetTransitGatewayMulticastDomainAssociations (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.

getTransitGatewayMulticastDomainAssociations_filters :: Lens' GetTransitGatewayMulticastDomainAssociations (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • resource-id - The ID of the resource.
  • resource-type - The type of resource. The valid value is: vpc.
  • state - The state of the subnet association. Valid values are associated | associating | disassociated | disassociating.
  • subnet-id - The ID of the subnet.
  • transit-gateway-attachment-id - The id of the transit gateway attachment.

getTransitGatewayMulticastDomainAssociations_maxResults :: Lens' GetTransitGatewayMulticastDomainAssociations (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 GetTransitGatewayMulticastDomainAssociationsResponse Source #

Constructors

GetTransitGatewayMulticastDomainAssociationsResponse' 

Fields

Instances

Instances details
Generic GetTransitGatewayMulticastDomainAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

Read GetTransitGatewayMulticastDomainAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

Show GetTransitGatewayMulticastDomainAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

NFData GetTransitGatewayMulticastDomainAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

Eq GetTransitGatewayMulticastDomainAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

type Rep GetTransitGatewayMulticastDomainAssociationsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetTransitGatewayMulticastDomainAssociations

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

Response Lenses

getTransitGatewayMulticastDomainAssociationsResponse_nextToken :: Lens' GetTransitGatewayMulticastDomainAssociationsResponse (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.