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

Description

Searches one or more transit gateway multicast groups and returns the group membership information.

This operation returns paginated results.

Synopsis

Creating a Request

data SearchTransitGatewayMulticastGroups Source #

Constructors

SearchTransitGatewayMulticastGroups' 

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:

    • group-ip-address - The IP address of the transit gateway multicast group.
    • is-group-member - The resource is a group member. Valid values are true | false.
    • is-group-source - The resource is a group source. Valid values are true | false.
    • member-type - The member type. Valid values are igmp | static.
    • resource-id - The ID of the resource.
    • resource-type - The type of resource. Valid values are vpc | vpn | direct-connect-gateway | tgw-peering.
    • source-type - The source type. Valid values are igmp | static.
    • 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 SearchTransitGatewayMulticastGroups Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

ToPath SearchTransitGatewayMulticastGroups Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

ToQuery SearchTransitGatewayMulticastGroups Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

AWSPager SearchTransitGatewayMulticastGroups Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

AWSRequest SearchTransitGatewayMulticastGroups Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

Generic SearchTransitGatewayMulticastGroups Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

Read SearchTransitGatewayMulticastGroups Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

Show SearchTransitGatewayMulticastGroups Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

NFData SearchTransitGatewayMulticastGroups Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

Eq SearchTransitGatewayMulticastGroups Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

Hashable SearchTransitGatewayMulticastGroups Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

type AWSResponse SearchTransitGatewayMulticastGroups Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

type Rep SearchTransitGatewayMulticastGroups Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

type Rep SearchTransitGatewayMulticastGroups = D1 ('MetaData "SearchTransitGatewayMulticastGroups" "Amazonka.EC2.SearchTransitGatewayMulticastGroups" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "SearchTransitGatewayMulticastGroups'" '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))))))

newSearchTransitGatewayMulticastGroups :: SearchTransitGatewayMulticastGroups Source #

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

  • group-ip-address - The IP address of the transit gateway multicast group.
  • is-group-member - The resource is a group member. Valid values are true | false.
  • is-group-source - The resource is a group source. Valid values are true | false.
  • member-type - The member type. Valid values are igmp | static.
  • resource-id - The ID of the resource.
  • resource-type - The type of resource. Valid values are vpc | vpn | direct-connect-gateway | tgw-peering.
  • source-type - The source type. Valid values are igmp | static.
  • subnet-id - The ID of the subnet.
  • transit-gateway-attachment-id - The id of the transit gateway attachment.

$sel:maxResults:SearchTransitGatewayMulticastGroups', searchTransitGatewayMulticastGroups_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.

SearchTransitGatewayMulticastGroups, searchTransitGatewayMulticastGroups_nextToken - The token for the next page of results.

SearchTransitGatewayMulticastGroups, searchTransitGatewayMulticastGroups_transitGatewayMulticastDomainId - The ID of the transit gateway multicast domain.

Request Lenses

searchTransitGatewayMulticastGroups_dryRun :: Lens' SearchTransitGatewayMulticastGroups (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.

searchTransitGatewayMulticastGroups_filters :: Lens' SearchTransitGatewayMulticastGroups (Maybe [Filter]) Source #

One or more filters. The possible values are:

  • group-ip-address - The IP address of the transit gateway multicast group.
  • is-group-member - The resource is a group member. Valid values are true | false.
  • is-group-source - The resource is a group source. Valid values are true | false.
  • member-type - The member type. Valid values are igmp | static.
  • resource-id - The ID of the resource.
  • resource-type - The type of resource. Valid values are vpc | vpn | direct-connect-gateway | tgw-peering.
  • source-type - The source type. Valid values are igmp | static.
  • subnet-id - The ID of the subnet.
  • transit-gateway-attachment-id - The id of the transit gateway attachment.

searchTransitGatewayMulticastGroups_maxResults :: Lens' SearchTransitGatewayMulticastGroups (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 SearchTransitGatewayMulticastGroupsResponse Source #

Constructors

SearchTransitGatewayMulticastGroupsResponse' 

Fields

Instances

Instances details
Generic SearchTransitGatewayMulticastGroupsResponse Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

Read SearchTransitGatewayMulticastGroupsResponse Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

Show SearchTransitGatewayMulticastGroupsResponse Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

NFData SearchTransitGatewayMulticastGroupsResponse Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

Eq SearchTransitGatewayMulticastGroupsResponse Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

type Rep SearchTransitGatewayMulticastGroupsResponse Source # 
Instance details

Defined in Amazonka.EC2.SearchTransitGatewayMulticastGroups

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

newSearchTransitGatewayMulticastGroupsResponse Source #

Create a value of SearchTransitGatewayMulticastGroupsResponse 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:multicastGroups:SearchTransitGatewayMulticastGroupsResponse', searchTransitGatewayMulticastGroupsResponse_multicastGroups - Information about the transit gateway multicast group.

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

$sel:httpStatus:SearchTransitGatewayMulticastGroupsResponse', searchTransitGatewayMulticastGroupsResponse_httpStatus - The response's http status code.

Response Lenses

searchTransitGatewayMulticastGroupsResponse_nextToken :: Lens' SearchTransitGatewayMulticastGroupsResponse (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.