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 |
Gets information about the associations for the transit gateway multicast domain.
This operation returns paginated results.
Synopsis
- data GetTransitGatewayMulticastDomainAssociations = GetTransitGatewayMulticastDomainAssociations' {}
- newGetTransitGatewayMulticastDomainAssociations :: GetTransitGatewayMulticastDomainAssociations
- getTransitGatewayMulticastDomainAssociations_dryRun :: Lens' GetTransitGatewayMulticastDomainAssociations (Maybe Bool)
- getTransitGatewayMulticastDomainAssociations_filters :: Lens' GetTransitGatewayMulticastDomainAssociations (Maybe [Filter])
- getTransitGatewayMulticastDomainAssociations_maxResults :: Lens' GetTransitGatewayMulticastDomainAssociations (Maybe Natural)
- getTransitGatewayMulticastDomainAssociations_nextToken :: Lens' GetTransitGatewayMulticastDomainAssociations (Maybe Text)
- getTransitGatewayMulticastDomainAssociations_transitGatewayMulticastDomainId :: Lens' GetTransitGatewayMulticastDomainAssociations (Maybe Text)
- data GetTransitGatewayMulticastDomainAssociationsResponse = GetTransitGatewayMulticastDomainAssociationsResponse' {}
- newGetTransitGatewayMulticastDomainAssociationsResponse :: Int -> GetTransitGatewayMulticastDomainAssociationsResponse
- getTransitGatewayMulticastDomainAssociationsResponse_multicastDomainAssociations :: Lens' GetTransitGatewayMulticastDomainAssociationsResponse (Maybe [TransitGatewayMulticastDomainAssociation])
- getTransitGatewayMulticastDomainAssociationsResponse_nextToken :: Lens' GetTransitGatewayMulticastDomainAssociationsResponse (Maybe Text)
- getTransitGatewayMulticastDomainAssociationsResponse_httpStatus :: Lens' GetTransitGatewayMulticastDomainAssociationsResponse Int
Creating a Request
data GetTransitGatewayMulticastDomainAssociations Source #
See: newGetTransitGatewayMulticastDomainAssociations
smart constructor.
GetTransitGatewayMulticastDomainAssociations' | |
|
Instances
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 areassociated
|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 areassociated
|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.
getTransitGatewayMulticastDomainAssociations_nextToken :: Lens' GetTransitGatewayMulticastDomainAssociations (Maybe Text) Source #
The token for the next page of results.
getTransitGatewayMulticastDomainAssociations_transitGatewayMulticastDomainId :: Lens' GetTransitGatewayMulticastDomainAssociations (Maybe Text) Source #
The ID of the transit gateway multicast domain.
Destructuring the Response
data GetTransitGatewayMulticastDomainAssociationsResponse Source #
See: newGetTransitGatewayMulticastDomainAssociationsResponse
smart constructor.
GetTransitGatewayMulticastDomainAssociationsResponse' | |
|
Instances
newGetTransitGatewayMulticastDomainAssociationsResponse Source #
:: Int |
|
-> GetTransitGatewayMulticastDomainAssociationsResponse |
Create a value of GetTransitGatewayMulticastDomainAssociationsResponse
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:multicastDomainAssociations:GetTransitGatewayMulticastDomainAssociationsResponse'
, getTransitGatewayMulticastDomainAssociationsResponse_multicastDomainAssociations
- Information about the multicast domain associations.
GetTransitGatewayMulticastDomainAssociations
, getTransitGatewayMulticastDomainAssociationsResponse_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:GetTransitGatewayMulticastDomainAssociationsResponse'
, getTransitGatewayMulticastDomainAssociationsResponse_httpStatus
- The response's http status code.
Response Lenses
getTransitGatewayMulticastDomainAssociationsResponse_multicastDomainAssociations :: Lens' GetTransitGatewayMulticastDomainAssociationsResponse (Maybe [TransitGatewayMulticastDomainAssociation]) Source #
Information about the multicast domain associations.
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.
getTransitGatewayMulticastDomainAssociationsResponse_httpStatus :: Lens' GetTransitGatewayMulticastDomainAssociationsResponse Int Source #
The response's http status code.