amazonka-route53-recovery-readiness-2.0: Amazon Route53 Recovery Readiness 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.Route53RecoveryReadiness.UpdateResourceSet

Description

Updates a resource set.

Synopsis

Creating a Request

data UpdateResourceSet Source #

Name of a resource set.

See: newUpdateResourceSet smart constructor.

Constructors

UpdateResourceSet' 

Fields

  • resourceSetName :: Text

    Name of a resource set.

  • resourceSetType :: Text

    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

  • resources :: [Resource]

    A list of resource objects.

Instances

Instances details
ToJSON UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

ToHeaders UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

ToPath UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

ToQuery UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

AWSRequest UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Associated Types

type AWSResponse UpdateResourceSet #

Generic UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Associated Types

type Rep UpdateResourceSet :: Type -> Type #

Read UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Show UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

NFData UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Methods

rnf :: UpdateResourceSet -> () #

Eq UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Hashable UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

type AWSResponse UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

type Rep UpdateResourceSet Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

type Rep UpdateResourceSet = D1 ('MetaData "UpdateResourceSet" "Amazonka.Route53RecoveryReadiness.UpdateResourceSet" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "UpdateResourceSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceSetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Resource]))))

newUpdateResourceSet Source #

Create a value of UpdateResourceSet 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:

UpdateResourceSet, updateResourceSet_resourceSetName - Name of a resource set.

UpdateResourceSet, updateResourceSet_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

UpdateResourceSet, updateResourceSet_resources - A list of resource objects.

Request Lenses

updateResourceSet_resourceSetType :: Lens' UpdateResourceSet 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

Destructuring the Response

data UpdateResourceSetResponse Source #

See: newUpdateResourceSetResponse smart constructor.

Constructors

UpdateResourceSetResponse' 

Fields

  • resourceSetArn :: Maybe Text

    The Amazon Resource Name (ARN) for the resource set.

  • resourceSetName :: Maybe Text

    The name of the resource set.

  • resourceSetType :: Maybe Text

    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

  • resources :: Maybe [Resource]

    A list of resource objects.

  • tags :: Maybe (HashMap Text Text)
     
  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic UpdateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Associated Types

type Rep UpdateResourceSetResponse :: Type -> Type #

Read UpdateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Show UpdateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

NFData UpdateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

Eq UpdateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

type Rep UpdateResourceSetResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateResourceSet

type Rep UpdateResourceSetResponse = D1 ('MetaData "UpdateResourceSetResponse" "Amazonka.Route53RecoveryReadiness.UpdateResourceSet" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "UpdateResourceSetResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceSetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceSetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Resource])) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newUpdateResourceSetResponse Source #

Create a value of UpdateResourceSetResponse 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:

UpdateResourceSetResponse, updateResourceSetResponse_resourceSetArn - The Amazon Resource Name (ARN) for the resource set.

UpdateResourceSet, updateResourceSetResponse_resourceSetName - The name of the resource set.

UpdateResourceSet, updateResourceSetResponse_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

UpdateResourceSet, updateResourceSetResponse_resources - A list of resource objects.

UpdateResourceSetResponse, updateResourceSetResponse_tags - Undocumented member.

$sel:httpStatus:UpdateResourceSetResponse', updateResourceSetResponse_httpStatus - The response's http status code.

Response Lenses

updateResourceSetResponse_resourceSetArn :: Lens' UpdateResourceSetResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the resource set.

updateResourceSetResponse_resourceSetType :: Lens' UpdateResourceSetResponse (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