Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Searches one or more transit gateway multicast groups and returns the group membership information.
This operation returns paginated results.
Synopsis
- data SearchTransitGatewayMulticastGroups = SearchTransitGatewayMulticastGroups' {}
- newSearchTransitGatewayMulticastGroups :: SearchTransitGatewayMulticastGroups
- searchTransitGatewayMulticastGroups_dryRun :: Lens' SearchTransitGatewayMulticastGroups (Maybe Bool)
- searchTransitGatewayMulticastGroups_filters :: Lens' SearchTransitGatewayMulticastGroups (Maybe [Filter])
- searchTransitGatewayMulticastGroups_maxResults :: Lens' SearchTransitGatewayMulticastGroups (Maybe Natural)
- searchTransitGatewayMulticastGroups_nextToken :: Lens' SearchTransitGatewayMulticastGroups (Maybe Text)
- searchTransitGatewayMulticastGroups_transitGatewayMulticastDomainId :: Lens' SearchTransitGatewayMulticastGroups (Maybe Text)
- data SearchTransitGatewayMulticastGroupsResponse = SearchTransitGatewayMulticastGroupsResponse' {}
- newSearchTransitGatewayMulticastGroupsResponse :: Int -> SearchTransitGatewayMulticastGroupsResponse
- searchTransitGatewayMulticastGroupsResponse_multicastGroups :: Lens' SearchTransitGatewayMulticastGroupsResponse (Maybe [TransitGatewayMulticastGroup])
- searchTransitGatewayMulticastGroupsResponse_nextToken :: Lens' SearchTransitGatewayMulticastGroupsResponse (Maybe Text)
- searchTransitGatewayMulticastGroupsResponse_httpStatus :: Lens' SearchTransitGatewayMulticastGroupsResponse Int
Creating a Request
data SearchTransitGatewayMulticastGroups Source #
See: newSearchTransitGatewayMulticastGroups
smart constructor.
SearchTransitGatewayMulticastGroups' | |
|
Instances
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 aretrue
|false
.is-group-source
- The resource is a group source. Valid values aretrue
|false
.member-type
- The member type. Valid values areigmp
|static
.resource-id
- The ID of the resource.resource-type
- The type of resource. Valid values arevpc
|vpn
|direct-connect-gateway
|tgw-peering
.source-type
- The source type. Valid values areigmp
|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 aretrue
|false
.is-group-source
- The resource is a group source. Valid values aretrue
|false
.member-type
- The member type. Valid values areigmp
|static
.resource-id
- The ID of the resource.resource-type
- The type of resource. Valid values arevpc
|vpn
|direct-connect-gateway
|tgw-peering
.source-type
- The source type. Valid values areigmp
|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.
searchTransitGatewayMulticastGroups_nextToken :: Lens' SearchTransitGatewayMulticastGroups (Maybe Text) Source #
The token for the next page of results.
searchTransitGatewayMulticastGroups_transitGatewayMulticastDomainId :: Lens' SearchTransitGatewayMulticastGroups (Maybe Text) Source #
The ID of the transit gateway multicast domain.
Destructuring the Response
data SearchTransitGatewayMulticastGroupsResponse Source #
See: newSearchTransitGatewayMulticastGroupsResponse
smart constructor.
SearchTransitGatewayMulticastGroupsResponse' | |
|
Instances
newSearchTransitGatewayMulticastGroupsResponse Source #
:: Int |
|
-> SearchTransitGatewayMulticastGroupsResponse |
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_multicastGroups :: Lens' SearchTransitGatewayMulticastGroupsResponse (Maybe [TransitGatewayMulticastGroup]) Source #
Information about the transit gateway multicast group.
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.
searchTransitGatewayMulticastGroupsResponse_httpStatus :: Lens' SearchTransitGatewayMulticastGroupsResponse Int Source #
The response's http status code.