| 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 |
Amazonka.Route53RecoveryReadiness.GetResourceSet
Description
Displays the details about a resource set, including a list of the resources in the set.
Synopsis
- data GetResourceSet = GetResourceSet' {}
- newGetResourceSet :: Text -> GetResourceSet
- getResourceSet_resourceSetName :: Lens' GetResourceSet Text
- data GetResourceSetResponse = GetResourceSetResponse' {
- resourceSetArn :: Maybe Text
- resourceSetName :: Maybe Text
- resourceSetType :: Maybe Text
- resources :: Maybe [Resource]
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- newGetResourceSetResponse :: Int -> GetResourceSetResponse
- getResourceSetResponse_resourceSetArn :: Lens' GetResourceSetResponse (Maybe Text)
- getResourceSetResponse_resourceSetName :: Lens' GetResourceSetResponse (Maybe Text)
- getResourceSetResponse_resourceSetType :: Lens' GetResourceSetResponse (Maybe Text)
- getResourceSetResponse_resources :: Lens' GetResourceSetResponse (Maybe [Resource])
- getResourceSetResponse_tags :: Lens' GetResourceSetResponse (Maybe (HashMap Text Text))
- getResourceSetResponse_httpStatus :: Lens' GetResourceSetResponse Int
Creating a Request
data GetResourceSet Source #
See: newGetResourceSet smart constructor.
Constructors
| GetResourceSet' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> GetResourceSet |
Create a value of GetResourceSet 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:
GetResourceSet, getResourceSet_resourceSetName - Name of a resource set.
Request Lenses
getResourceSet_resourceSetName :: Lens' GetResourceSet Text Source #
Name of a resource set.
Destructuring the Response
data GetResourceSetResponse Source #
See: newGetResourceSetResponse smart constructor.
Constructors
| GetResourceSetResponse' | |
Fields
| |
Instances
newGetResourceSetResponse Source #
Create a value of GetResourceSetResponse 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:
GetResourceSetResponse, getResourceSetResponse_resourceSetArn - The Amazon Resource Name (ARN) for the resource set.
GetResourceSet, getResourceSetResponse_resourceSetName - The name of the resource set.
GetResourceSetResponse, getResourceSetResponse_resourceSetType - The resource type of the resources in the resource set. Enter one of the
following values for resource type:
AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource
GetResourceSetResponse, getResourceSetResponse_resources - A list of resource objects.
GetResourceSetResponse, getResourceSetResponse_tags - Undocumented member.
$sel:httpStatus:GetResourceSetResponse', getResourceSetResponse_httpStatus - The response's http status code.
Response Lenses
getResourceSetResponse_resourceSetArn :: Lens' GetResourceSetResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) for the resource set.
getResourceSetResponse_resourceSetName :: Lens' GetResourceSetResponse (Maybe Text) Source #
The name of the resource set.
getResourceSetResponse_resourceSetType :: Lens' GetResourceSetResponse (Maybe Text) Source #
The resource type of the resources in the resource set. Enter one of the following values for resource type:
AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource
getResourceSetResponse_resources :: Lens' GetResourceSetResponse (Maybe [Resource]) Source #
A list of resource objects.
getResourceSetResponse_tags :: Lens' GetResourceSetResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
getResourceSetResponse_httpStatus :: Lens' GetResourceSetResponse Int Source #
The response's http status code.