R/elbv2_interfaces.R

Defines functions set_subnets_output set_subnets_input set_security_groups_output set_security_groups_input set_rule_priorities_output set_rule_priorities_input set_ip_address_type_output set_ip_address_type_input remove_tags_output remove_tags_input remove_listener_certificates_output remove_listener_certificates_input register_targets_output register_targets_input modify_target_group_attributes_output modify_target_group_attributes_input modify_target_group_output modify_target_group_input modify_rule_output modify_rule_input modify_load_balancer_attributes_output modify_load_balancer_attributes_input modify_listener_output modify_listener_input describe_target_health_output describe_target_health_input describe_target_groups_output describe_target_groups_input describe_target_group_attributes_output describe_target_group_attributes_input describe_tags_output describe_tags_input describe_ssl_policies_output describe_ssl_policies_input describe_rules_output describe_rules_input describe_load_balancers_output describe_load_balancers_input describe_load_balancer_attributes_output describe_load_balancer_attributes_input describe_listeners_output describe_listeners_input describe_listener_certificates_output describe_listener_certificates_input describe_account_limits_output describe_account_limits_input deregister_targets_output deregister_targets_input delete_target_group_output delete_target_group_input delete_rule_output delete_rule_input delete_load_balancer_output delete_load_balancer_input delete_listener_output delete_listener_input create_target_group_output create_target_group_input create_rule_output create_rule_input create_load_balancer_output create_load_balancer_input create_listener_output create_listener_input add_tags_output add_tags_input add_listener_certificates_output add_listener_certificates_input

# This file is generated by make.paws. Please do not edit here.
#' @importFrom paws.common populate
#' @include elbv2_service.R
NULL

.elbv2$add_listener_certificates_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ListenerArn = structure(logical(0), tags = list(type = "string")), Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$add_listener_certificates_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "AddListenerCertificatesResult"))
  return(populate(args, shape))
}

.elbv2$add_tags_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$add_tags_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure", resultWrapper = "AddTagsResult"))
  return(populate(args, shape))
}

.elbv2$create_listener_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(LoadBalancerArn = structure(logical(0), tags = list(type = "string")), Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), SslPolicy = structure(logical(0), tags = list(type = "string")), Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), DefaultActions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AlpnPolicy = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$create_listener_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Listeners = structure(list(structure(list(ListenerArn = structure(logical(0), tags = list(type = "string")), LoadBalancerArn = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), Protocol = structure(logical(0), tags = list(type = "string")), Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), SslPolicy = structure(logical(0), tags = list(type = "string")), DefaultActions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AlpnPolicy = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "CreateListenerResult"))
  return(populate(args, shape))
}

.elbv2$create_load_balancer_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), Subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SubnetMappings = structure(list(structure(list(SubnetId = structure(logical(0), tags = list(type = "string")), AllocationId = structure(logical(0), tags = list(type = "string")), PrivateIPv4Address = structure(logical(0), tags = list(type = "string")), IPv6Address = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Scheme = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Type = structure(logical(0), tags = list(type = "string")), IpAddressType = structure(logical(0), tags = list(type = "string")), CustomerOwnedIpv4Pool = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$create_load_balancer_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(LoadBalancers = structure(list(structure(list(LoadBalancerArn = structure(logical(0), tags = list(type = "string")), DNSName = structure(logical(0), tags = list(type = "string")), CanonicalHostedZoneId = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), LoadBalancerName = structure(logical(0), tags = list(type = "string")), Scheme = structure(logical(0), tags = list(type = "string")), VpcId = structure(logical(0), tags = list(type = "string")), State = structure(list(Code = structure(logical(0), tags = list(type = "string")), Reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), AvailabilityZones = structure(list(structure(list(ZoneName = structure(logical(0), tags = list(type = "string")), SubnetId = structure(logical(0), tags = list(type = "string")), OutpostId = structure(logical(0), tags = list(type = "string")), LoadBalancerAddresses = structure(list(structure(list(IpAddress = structure(logical(0), tags = list(type = "string")), AllocationId = structure(logical(0), tags = list(type = "string")), PrivateIPv4Address = structure(logical(0), tags = list(type = "string")), IPv6Address = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), IpAddressType = structure(logical(0), tags = list(type = "string")), CustomerOwnedIpv4Pool = structure(logical(0), tags = list(type = "string")), EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "CreateLoadBalancerResult"))
  return(populate(args, shape))
}

.elbv2$create_rule_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ListenerArn = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(Field = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HostHeaderConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), PathPatternConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), HttpHeaderConfig = structure(list(HttpHeaderName = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), QueryStringConfig = structure(list(Values = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HttpRequestMethodConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), SourceIpConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Priority = structure(logical(0), tags = list(type = "integer")), Actions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$create_rule_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Rules = structure(list(structure(list(RuleArn = structure(logical(0), tags = list(type = "string")), Priority = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(Field = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HostHeaderConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), PathPatternConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), HttpHeaderConfig = structure(list(HttpHeaderName = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), QueryStringConfig = structure(list(Values = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HttpRequestMethodConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), SourceIpConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "CreateRuleResult"))
  return(populate(args, shape))
}

.elbv2$create_target_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), Protocol = structure(logical(0), tags = list(type = "string")), ProtocolVersion = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), VpcId = structure(logical(0), tags = list(type = "string")), HealthCheckProtocol = structure(logical(0), tags = list(type = "string")), HealthCheckPort = structure(logical(0), tags = list(type = "string")), HealthCheckEnabled = structure(logical(0), tags = list(type = "boolean")), HealthCheckPath = structure(logical(0), tags = list(type = "string")), HealthCheckIntervalSeconds = structure(logical(0), tags = list(type = "integer")), HealthCheckTimeoutSeconds = structure(logical(0), tags = list(type = "integer")), HealthyThresholdCount = structure(logical(0), tags = list(type = "integer")), UnhealthyThresholdCount = structure(logical(0), tags = list(type = "integer")), Matcher = structure(list(HttpCode = structure(logical(0), tags = list(type = "string")), GrpcCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), TargetType = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), IpAddressType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$create_target_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), TargetGroupName = structure(logical(0), tags = list(type = "string")), Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), VpcId = structure(logical(0), tags = list(type = "string")), HealthCheckProtocol = structure(logical(0), tags = list(type = "string")), HealthCheckPort = structure(logical(0), tags = list(type = "string")), HealthCheckEnabled = structure(logical(0), tags = list(type = "boolean")), HealthCheckIntervalSeconds = structure(logical(0), tags = list(type = "integer")), HealthCheckTimeoutSeconds = structure(logical(0), tags = list(type = "integer")), HealthyThresholdCount = structure(logical(0), tags = list(type = "integer")), UnhealthyThresholdCount = structure(logical(0), tags = list(type = "integer")), HealthCheckPath = structure(logical(0), tags = list(type = "string")), Matcher = structure(list(HttpCode = structure(logical(0), tags = list(type = "string")), GrpcCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadBalancerArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetType = structure(logical(0), tags = list(type = "string")), ProtocolVersion = structure(logical(0), tags = list(type = "string")), IpAddressType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "CreateTargetGroupResult"))
  return(populate(args, shape))
}

.elbv2$delete_listener_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ListenerArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$delete_listener_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure", resultWrapper = "DeleteListenerResult"))
  return(populate(args, shape))
}

.elbv2$delete_load_balancer_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(LoadBalancerArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$delete_load_balancer_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure", resultWrapper = "DeleteLoadBalancerResult"))
  return(populate(args, shape))
}

.elbv2$delete_rule_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RuleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$delete_rule_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure", resultWrapper = "DeleteRuleResult"))
  return(populate(args, shape))
}

.elbv2$delete_target_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$delete_target_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure", resultWrapper = "DeleteTargetGroupResult"))
  return(populate(args, shape))
}

.elbv2$deregister_targets_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Targets = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), AvailabilityZone = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$deregister_targets_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure", resultWrapper = "DeregisterTargetsResult"))
  return(populate(args, shape))
}

.elbv2$describe_account_limits_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Marker = structure(logical(0), tags = list(type = "string")), PageSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$describe_account_limits_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Limits = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Max = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextMarker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "DescribeAccountLimitsResult"))
  return(populate(args, shape))
}

.elbv2$describe_listener_certificates_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ListenerArn = structure(logical(0), tags = list(type = "string")), Marker = structure(logical(0), tags = list(type = "string")), PageSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$describe_listener_certificates_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), NextMarker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "DescribeListenerCertificatesResult"))
  return(populate(args, shape))
}

.elbv2$describe_listeners_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(LoadBalancerArn = structure(logical(0), tags = list(type = "string")), ListenerArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Marker = structure(logical(0), tags = list(type = "string")), PageSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$describe_listeners_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Listeners = structure(list(structure(list(ListenerArn = structure(logical(0), tags = list(type = "string")), LoadBalancerArn = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), Protocol = structure(logical(0), tags = list(type = "string")), Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), SslPolicy = structure(logical(0), tags = list(type = "string")), DefaultActions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AlpnPolicy = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), NextMarker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "DescribeListenersResult"))
  return(populate(args, shape))
}

.elbv2$describe_load_balancer_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(LoadBalancerArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$describe_load_balancer_attributes_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Attributes = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "DescribeLoadBalancerAttributesResult"))
  return(populate(args, shape))
}

.elbv2$describe_load_balancers_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(LoadBalancerArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Names = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Marker = structure(logical(0), tags = list(type = "string")), PageSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$describe_load_balancers_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(LoadBalancers = structure(list(structure(list(LoadBalancerArn = structure(logical(0), tags = list(type = "string")), DNSName = structure(logical(0), tags = list(type = "string")), CanonicalHostedZoneId = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), LoadBalancerName = structure(logical(0), tags = list(type = "string")), Scheme = structure(logical(0), tags = list(type = "string")), VpcId = structure(logical(0), tags = list(type = "string")), State = structure(list(Code = structure(logical(0), tags = list(type = "string")), Reason = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Type = structure(logical(0), tags = list(type = "string")), AvailabilityZones = structure(list(structure(list(ZoneName = structure(logical(0), tags = list(type = "string")), SubnetId = structure(logical(0), tags = list(type = "string")), OutpostId = structure(logical(0), tags = list(type = "string")), LoadBalancerAddresses = structure(list(structure(list(IpAddress = structure(logical(0), tags = list(type = "string")), AllocationId = structure(logical(0), tags = list(type = "string")), PrivateIPv4Address = structure(logical(0), tags = list(type = "string")), IPv6Address = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), IpAddressType = structure(logical(0), tags = list(type = "string")), CustomerOwnedIpv4Pool = structure(logical(0), tags = list(type = "string")), EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextMarker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "DescribeLoadBalancersResult"))
  return(populate(args, shape))
}

.elbv2$describe_rules_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ListenerArn = structure(logical(0), tags = list(type = "string")), RuleArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Marker = structure(logical(0), tags = list(type = "string")), PageSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$describe_rules_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Rules = structure(list(structure(list(RuleArn = structure(logical(0), tags = list(type = "string")), Priority = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(Field = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HostHeaderConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), PathPatternConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), HttpHeaderConfig = structure(list(HttpHeaderName = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), QueryStringConfig = structure(list(Values = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HttpRequestMethodConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), SourceIpConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), NextMarker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "DescribeRulesResult"))
  return(populate(args, shape))
}

.elbv2$describe_ssl_policies_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Names = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Marker = structure(logical(0), tags = list(type = "string")), PageSize = structure(logical(0), tags = list(type = "integer")), LoadBalancerType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$describe_ssl_policies_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SslPolicies = structure(list(structure(list(SslProtocols = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Ciphers = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Priority = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), Name = structure(logical(0), tags = list(type = "string")), SupportedLoadBalancerTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), NextMarker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "DescribeSSLPoliciesResult"))
  return(populate(args, shape))
}

.elbv2$describe_tags_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$describe_tags_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TagDescriptions = structure(list(structure(list(ResourceArn = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "DescribeTagsResult"))
  return(populate(args, shape))
}

.elbv2$describe_target_group_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$describe_target_group_attributes_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Attributes = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "DescribeTargetGroupAttributesResult"))
  return(populate(args, shape))
}

.elbv2$describe_target_groups_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(LoadBalancerArn = structure(logical(0), tags = list(type = "string")), TargetGroupArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Names = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Marker = structure(logical(0), tags = list(type = "string")), PageSize = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$describe_target_groups_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), TargetGroupName = structure(logical(0), tags = list(type = "string")), Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), VpcId = structure(logical(0), tags = list(type = "string")), HealthCheckProtocol = structure(logical(0), tags = list(type = "string")), HealthCheckPort = structure(logical(0), tags = list(type = "string")), HealthCheckEnabled = structure(logical(0), tags = list(type = "boolean")), HealthCheckIntervalSeconds = structure(logical(0), tags = list(type = "integer")), HealthCheckTimeoutSeconds = structure(logical(0), tags = list(type = "integer")), HealthyThresholdCount = structure(logical(0), tags = list(type = "integer")), UnhealthyThresholdCount = structure(logical(0), tags = list(type = "integer")), HealthCheckPath = structure(logical(0), tags = list(type = "string")), Matcher = structure(list(HttpCode = structure(logical(0), tags = list(type = "string")), GrpcCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadBalancerArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetType = structure(logical(0), tags = list(type = "string")), ProtocolVersion = structure(logical(0), tags = list(type = "string")), IpAddressType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextMarker = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "DescribeTargetGroupsResult"))
  return(populate(args, shape))
}

.elbv2$describe_target_health_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Targets = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), AvailabilityZone = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$describe_target_health_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TargetHealthDescriptions = structure(list(structure(list(Target = structure(list(Id = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), AvailabilityZone = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), HealthCheckPort = structure(logical(0), tags = list(type = "string")), TargetHealth = structure(list(State = structure(logical(0), tags = list(type = "string")), Reason = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "DescribeTargetHealthResult"))
  return(populate(args, shape))
}

.elbv2$modify_listener_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ListenerArn = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), Protocol = structure(logical(0), tags = list(type = "string")), SslPolicy = structure(logical(0), tags = list(type = "string")), Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), DefaultActions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AlpnPolicy = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$modify_listener_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Listeners = structure(list(structure(list(ListenerArn = structure(logical(0), tags = list(type = "string")), LoadBalancerArn = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), Protocol = structure(logical(0), tags = list(type = "string")), Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), SslPolicy = structure(logical(0), tags = list(type = "string")), DefaultActions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), AlpnPolicy = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "ModifyListenerResult"))
  return(populate(args, shape))
}

.elbv2$modify_load_balancer_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(LoadBalancerArn = structure(logical(0), tags = list(type = "string")), Attributes = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$modify_load_balancer_attributes_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Attributes = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "ModifyLoadBalancerAttributesResult"))
  return(populate(args, shape))
}

.elbv2$modify_rule_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RuleArn = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(Field = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HostHeaderConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), PathPatternConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), HttpHeaderConfig = structure(list(HttpHeaderName = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), QueryStringConfig = structure(list(Values = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HttpRequestMethodConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), SourceIpConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$modify_rule_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Rules = structure(list(structure(list(RuleArn = structure(logical(0), tags = list(type = "string")), Priority = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(Field = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HostHeaderConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), PathPatternConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), HttpHeaderConfig = structure(list(HttpHeaderName = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), QueryStringConfig = structure(list(Values = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HttpRequestMethodConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), SourceIpConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "ModifyRuleResult"))
  return(populate(args, shape))
}

.elbv2$modify_target_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), HealthCheckProtocol = structure(logical(0), tags = list(type = "string")), HealthCheckPort = structure(logical(0), tags = list(type = "string")), HealthCheckPath = structure(logical(0), tags = list(type = "string")), HealthCheckEnabled = structure(logical(0), tags = list(type = "boolean")), HealthCheckIntervalSeconds = structure(logical(0), tags = list(type = "integer")), HealthCheckTimeoutSeconds = structure(logical(0), tags = list(type = "integer")), HealthyThresholdCount = structure(logical(0), tags = list(type = "integer")), UnhealthyThresholdCount = structure(logical(0), tags = list(type = "integer")), Matcher = structure(list(HttpCode = structure(logical(0), tags = list(type = "string")), GrpcCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$modify_target_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), TargetGroupName = structure(logical(0), tags = list(type = "string")), Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), VpcId = structure(logical(0), tags = list(type = "string")), HealthCheckProtocol = structure(logical(0), tags = list(type = "string")), HealthCheckPort = structure(logical(0), tags = list(type = "string")), HealthCheckEnabled = structure(logical(0), tags = list(type = "boolean")), HealthCheckIntervalSeconds = structure(logical(0), tags = list(type = "integer")), HealthCheckTimeoutSeconds = structure(logical(0), tags = list(type = "integer")), HealthyThresholdCount = structure(logical(0), tags = list(type = "integer")), UnhealthyThresholdCount = structure(logical(0), tags = list(type = "integer")), HealthCheckPath = structure(logical(0), tags = list(type = "string")), Matcher = structure(list(HttpCode = structure(logical(0), tags = list(type = "string")), GrpcCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LoadBalancerArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TargetType = structure(logical(0), tags = list(type = "string")), ProtocolVersion = structure(logical(0), tags = list(type = "string")), IpAddressType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "ModifyTargetGroupResult"))
  return(populate(args, shape))
}

.elbv2$modify_target_group_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Attributes = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$modify_target_group_attributes_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Attributes = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "ModifyTargetGroupAttributesResult"))
  return(populate(args, shape))
}

.elbv2$register_targets_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Targets = structure(list(structure(list(Id = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "integer")), AvailabilityZone = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$register_targets_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure", resultWrapper = "RegisterTargetsResult"))
  return(populate(args, shape))
}

.elbv2$remove_listener_certificates_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ListenerArn = structure(logical(0), tags = list(type = "string")), Certificates = structure(list(structure(list(CertificateArn = structure(logical(0), tags = list(type = "string")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$remove_listener_certificates_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure", resultWrapper = "RemoveListenerCertificatesResult"))
  return(populate(args, shape))
}

.elbv2$remove_tags_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), TagKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$remove_tags_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure", resultWrapper = "RemoveTagsResult"))
  return(populate(args, shape))
}

.elbv2$set_ip_address_type_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(LoadBalancerArn = structure(logical(0), tags = list(type = "string")), IpAddressType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$set_ip_address_type_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IpAddressType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "SetIpAddressTypeResult"))
  return(populate(args, shape))
}

.elbv2$set_rule_priorities_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(RulePriorities = structure(list(structure(list(RuleArn = structure(logical(0), tags = list(type = "string")), Priority = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$set_rule_priorities_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Rules = structure(list(structure(list(RuleArn = structure(logical(0), tags = list(type = "string")), Priority = structure(logical(0), tags = list(type = "string")), Conditions = structure(list(structure(list(Field = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), HostHeaderConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), PathPatternConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), HttpHeaderConfig = structure(list(HttpHeaderName = structure(logical(0), tags = list(type = "string")), Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), QueryStringConfig = structure(list(Values = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), HttpRequestMethodConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), SourceIpConfig = structure(list(Values = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Actions = structure(list(structure(list(Type = structure(logical(0), tags = list(type = "string")), TargetGroupArn = structure(logical(0), tags = list(type = "string")), AuthenticateOidcConfig = structure(list(Issuer = structure(logical(0), tags = list(type = "string")), AuthorizationEndpoint = structure(logical(0), tags = list(type = "string")), TokenEndpoint = structure(logical(0), tags = list(type = "string")), UserInfoEndpoint = structure(logical(0), tags = list(type = "string")), ClientId = structure(logical(0), tags = list(type = "string")), ClientSecret = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string")), UseExistingClientSecret = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), AuthenticateCognitoConfig = structure(list(UserPoolArn = structure(logical(0), tags = list(type = "string")), UserPoolClientId = structure(logical(0), tags = list(type = "string")), UserPoolDomain = structure(logical(0), tags = list(type = "string")), SessionCookieName = structure(logical(0), tags = list(type = "string")), Scope = structure(logical(0), tags = list(type = "string")), SessionTimeout = structure(logical(0), tags = list(type = "long")), AuthenticationRequestExtraParams = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), OnUnauthenticatedRequest = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Order = structure(logical(0), tags = list(type = "integer")), RedirectConfig = structure(list(Protocol = structure(logical(0), tags = list(type = "string")), Port = structure(logical(0), tags = list(type = "string")), Host = structure(logical(0), tags = list(type = "string")), Path = structure(logical(0), tags = list(type = "string")), Query = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), FixedResponseConfig = structure(list(MessageBody = structure(logical(0), tags = list(type = "string")), StatusCode = structure(logical(0), tags = list(type = "string")), ContentType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ForwardConfig = structure(list(TargetGroups = structure(list(structure(list(TargetGroupArn = structure(logical(0), tags = list(type = "string")), Weight = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list")), TargetGroupStickinessConfig = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), DurationSeconds = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), IsDefault = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure", resultWrapper = "SetRulePrioritiesResult"))
  return(populate(args, shape))
}

.elbv2$set_security_groups_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(LoadBalancerArn = structure(logical(0), tags = list(type = "string")), SecurityGroups = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$set_security_groups_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "SetSecurityGroupsResult"))
  return(populate(args, shape))
}

.elbv2$set_subnets_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(LoadBalancerArn = structure(logical(0), tags = list(type = "string")), Subnets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SubnetMappings = structure(list(structure(list(SubnetId = structure(logical(0), tags = list(type = "string")), AllocationId = structure(logical(0), tags = list(type = "string")), PrivateIPv4Address = structure(logical(0), tags = list(type = "string")), IPv6Address = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), IpAddressType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.elbv2$set_subnets_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AvailabilityZones = structure(list(structure(list(ZoneName = structure(logical(0), tags = list(type = "string")), SubnetId = structure(logical(0), tags = list(type = "string")), OutpostId = structure(logical(0), tags = list(type = "string")), LoadBalancerAddresses = structure(list(structure(list(IpAddress = structure(logical(0), tags = list(type = "string")), AllocationId = structure(logical(0), tags = list(type = "string")), PrivateIPv4Address = structure(logical(0), tags = list(type = "string")), IPv6Address = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), IpAddressType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", resultWrapper = "SetSubnetsResult"))
  return(populate(args, shape))
}

Try the paws.networking package in your browser

Any scripts or data that you put into this service are public.

paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.