{
  "version": "2.0",
  "service": "<p>Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs). Amazon VPC Lattice interconnects your microservices and legacy services within a logical boundary, so that you can discover and manage them more efficiently. For more information, see the <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/\">Amazon VPC Lattice User Guide</a> </p>",
  "operations": {
    "BatchUpdateRule": "<p>Updates the listener rules in a batch. You can use this operation to change the priority of listener rules. This can be useful when bulk updating or swapping rule priority.</p> <p> <b>Required permissions:</b> <code>vpc-lattice:UpdateRule</code> </p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/security_iam_service-with-iam.html\">How Amazon VPC Lattice works with IAM</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>",
    "CreateAccessLogSubscription": "<p>Enables access logs to be sent to Amazon CloudWatch, Amazon S3, and Amazon Kinesis Data Firehose. The service network owner can use the access logs to audit the services in the network. The service network owner can only see access logs from clients and services that are associated with their service network. Access log entries represent traffic originated from VPCs associated with that network. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/monitoring-access-logs.html\">Access logs</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>",
    "CreateListener": "<p>Creates a listener for a service. Before you start using your Amazon VPC Lattice service, you must add one or more listeners. A listener is a process that checks for connection requests to your services. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html\">Listeners</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>",
    "CreateResourceConfiguration": "<p>Creates a resource configuration. A resource configuration defines a specific resource. You can associate a resource configuration with a service network or a VPC endpoint.</p>",
    "CreateResourceGateway": "<p>Creates a resource gateway.</p>",
    "CreateRule": "<p>Creates a listener rule. Each listener has a default rule for checking connection requests, but you can define additional rules. Each rule consists of a priority, one or more actions, and one or more conditions. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules\">Listener rules</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>",
    "CreateService": "<p>Creates a service. A service is any software application that can run on instances containers, or serverless functions within an account or virtual private cloud (VPC).</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/services.html\">Services</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>",
    "CreateServiceNetwork": "<p>Creates a service network. A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html\">Service networks</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>",
    "CreateServiceNetworkResourceAssociation": "<p>Associates the specified service network with the specified resource configuration. This allows the resource configuration to receive connections through the service network, including through a service network VPC endpoint.</p>",
    "CreateServiceNetworkServiceAssociation": "<p>Associates the specified service with the specified service network. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-network-associations.html#service-network-service-associations\">Manage service associations</a> in the <i>Amazon VPC Lattice User Guide</i>.</p> <p>You can't use this operation if the service and service network are already associated or if there is a disassociation or deletion in progress. If the association fails, you can retry the operation by deleting the association and recreating it.</p> <p>You cannot associate a service and service network that are shared with a caller. The caller must own either the service or the service network.</p> <p>As a result of this operation, the association is created in the service network account and the association owner account.</p>",
    "CreateServiceNetworkVpcAssociation": "<p>Associates a VPC with a service network. When you associate a VPC with the service network, it enables all the resources within that VPC to be clients and communicate with other services in the service network. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-network-associations.html#service-network-vpc-associations\">Manage VPC associations</a> in the <i>Amazon VPC Lattice User Guide</i>.</p> <p>You can't use this operation if there is a disassociation in progress. If the association fails, retry by deleting the association and recreating it.</p> <p>As a result of this operation, the association gets created in the service network account and the VPC owner account.</p> <p>If you add a security group to the service network and VPC association, the association must continue to always have at least one security group. You can add or edit security groups at any time. However, to remove all security groups, you must first delete the association and recreate it without security groups.</p>",
    "CreateTargetGroup": "<p>Creates a target group. A target group is a collection of targets, or compute resources, that run your application or service. A target group can only be used by a single service.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/target-groups.html\">Target groups</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>",
    "DeleteAccessLogSubscription": "<p>Deletes the specified access log subscription.</p>",
    "DeleteAuthPolicy": "<p>Deletes the specified auth policy. If an auth is set to <code>AWS_IAM</code> and the auth policy is deleted, all requests are denied. If you are trying to remove the auth policy completely, you must set the auth type to <code>NONE</code>. If auth is enabled on the resource, but no auth policy is set, all requests are denied.</p>",
    "DeleteListener": "<p>Deletes the specified listener.</p>",
    "DeleteResourceConfiguration": "<p>Deletes the specified resource configuration.</p>",
    "DeleteResourceEndpointAssociation": "<p>Disassociates the resource configuration from the resource VPC endpoint.</p>",
    "DeleteResourceGateway": "<p>Deletes the specified resource gateway.</p>",
    "DeleteResourcePolicy": "<p>Deletes the specified resource policy.</p>",
    "DeleteRule": "<p>Deletes a listener rule. Each listener has a default rule for checking connection requests, but you can define additional rules. Each rule consists of a priority, one or more actions, and one or more conditions. You can delete additional listener rules, but you cannot delete the default rule.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules\">Listener rules</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>",
    "DeleteService": "<p>Deletes a service. A service can't be deleted if it's associated with a service network. If you delete a service, all resources related to the service, such as the resource policy, auth policy, listeners, listener rules, and access log subscriptions, are also deleted. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/services.html#delete-service\">Delete a service</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>",
    "DeleteServiceNetwork": "<p>Deletes a service network. You can only delete the service network if there is no service or VPC associated with it. If you delete a service network, all resources related to the service network, such as the resource policy, auth policy, and access log subscriptions, are also deleted. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html#delete-service-network\">Delete a service network</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>",
    "DeleteServiceNetworkResourceAssociation": "<p>Deletes the association between a service network and a resource configuration.</p>",
    "DeleteServiceNetworkServiceAssociation": "<p>Deletes the association between a service and a service network. This operation fails if an association is still in progress.</p>",
    "DeleteServiceNetworkVpcAssociation": "<p>Disassociates the VPC from the service network. You can't disassociate the VPC if there is a create or update association in progress.</p>",
    "DeleteTargetGroup": "<p>Deletes a target group. You can't delete a target group if it is used in a listener rule or if the target group creation is in progress.</p>",
    "DeregisterTargets": "<p>Deregisters the specified targets from the specified target group.</p>",
    "GetAccessLogSubscription": "<p>Retrieves information about the specified access log subscription.</p>",
    "GetAuthPolicy": "<p>Retrieves information about the auth policy for the specified service or service network.</p>",
    "GetListener": "<p>Retrieves information about the specified listener for the specified service.</p>",
    "GetResourceConfiguration": "<p>Retrieves information about the specified resource configuration.</p>",
    "GetResourceGateway": "<p>Retrieves information about the specified resource gateway.</p>",
    "GetResourcePolicy": "<p>Retrieves information about the specified resource policy. The resource policy is an IAM policy created on behalf of the resource owner when they share a resource.</p>",
    "GetRule": "<p>Retrieves information about the specified listener rules. You can also retrieve information about the default listener rule. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/listeners.html#listener-rules\">Listener rules</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>",
    "GetService": "<p>Retrieves information about the specified service.</p>",
    "GetServiceNetwork": "<p>Retrieves information about the specified service network.</p>",
    "GetServiceNetworkResourceAssociation": "<p>Retrieves information about the specified association between a service network and a resource configuration.</p>",
    "GetServiceNetworkServiceAssociation": "<p>Retrieves information about the specified association between a service network and a service.</p>",
    "GetServiceNetworkVpcAssociation": "<p>Retrieves information about the specified association between a service network and a VPC.</p>",
    "GetTargetGroup": "<p>Retrieves information about the specified target group.</p>",
    "ListAccessLogSubscriptions": "<p>Lists the access log subscriptions for the specified service network or service.</p>",
    "ListListeners": "<p>Lists the listeners for the specified service.</p>",
    "ListResourceConfigurations": "<p>Lists the resource configurations owned by or shared with this account.</p>",
    "ListResourceEndpointAssociations": "<p>Lists the associations for the specified VPC endpoint.</p>",
    "ListResourceGateways": "<p>Lists the resource gateways that you own or that were shared with you.</p>",
    "ListRules": "<p>Lists the rules for the specified listener.</p>",
    "ListServiceNetworkResourceAssociations": "<p>Lists the associations between a service network and a resource configuration.</p>",
    "ListServiceNetworkServiceAssociations": "<p>Lists the associations between a service network and a service. You can filter the list either by service or service network. You must provide either the service network identifier or the service identifier.</p> <p>Every association in Amazon VPC Lattice has a unique Amazon Resource Name (ARN), such as when a service network is associated with a VPC or when a service is associated with a service network. If the association is for a resource is shared with another account, the association includes the local account ID as the prefix in the ARN.</p>",
    "ListServiceNetworkVpcAssociations": "<p>Lists the associations between a service network and a VPC. You can filter the list either by VPC or service network. You must provide either the ID of the service network identifier or the ID of the VPC.</p>",
    "ListServiceNetworkVpcEndpointAssociations": "<p>Lists the associations between a service network and a VPC endpoint.</p>",
    "ListServiceNetworks": "<p>Lists the service networks owned by or shared with this account. The account ID in the ARN shows which account owns the service network.</p>",
    "ListServices": "<p>Lists the services owned by the caller account or shared with the caller account.</p>",
    "ListTagsForResource": "<p>Lists the tags for the specified resource.</p>",
    "ListTargetGroups": "<p>Lists your target groups. You can narrow your search by using the filters below in your request.</p>",
    "ListTargets": "<p>Lists the targets for the target group. By default, all targets are included. You can use this API to check the health status of targets. You can also ﬁlter the results by target.</p>",
    "PutAuthPolicy": "<p>Creates or updates the auth policy. The policy string in JSON must not contain newlines or blank lines.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/auth-policies.html\">Auth policies</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>",
    "PutResourcePolicy": "<p>Attaches a resource-based permission policy to a service or service network. The policy must contain the same actions and condition statements as the Amazon Web Services Resource Access Manager permission for sharing services and service networks.</p>",
    "RegisterTargets": "<p>Registers the targets with the target group. If it's a Lambda target, you can only have one target in a target group.</p>",
    "TagResource": "<p>Adds the specified tags to the specified resource.</p>",
    "UntagResource": "<p>Removes the specified tags from the specified resource.</p>",
    "UpdateAccessLogSubscription": "<p>Updates the specified access log subscription.</p>",
    "UpdateListener": "<p>Updates the specified listener for the specified service.</p>",
    "UpdateResourceConfiguration": "<p>Updates the specified resource configuration.</p>",
    "UpdateResourceGateway": "<p>Updates the specified resource gateway.</p>",
    "UpdateRule": "<p>Updates a specified rule for the listener. You can't modify a default listener rule. To modify a default listener rule, use <code>UpdateListener</code>.</p>",
    "UpdateService": "<p>Updates the specified service.</p>",
    "UpdateServiceNetwork": "<p>Updates the specified service network.</p>",
    "UpdateServiceNetworkVpcAssociation": "<p>Updates the service network and VPC association. If you add a security group to the service network and VPC association, the association must continue to have at least one security group. You can add or edit security groups at any time. However, to remove all security groups, you must first delete the association and then recreate it without security groups.</p>",
    "UpdateTargetGroup": "<p>Updates the specified target group.</p>"
  },
  "shapes": {
    "AccessDeniedException": {
      "base": "<p>The user does not have sufficient access to perform this action.</p>",
      "refs": {
      }
    },
    "AccessLogDestinationArn": {
      "base": null,
      "refs": {
        "AccessLogSubscriptionSummary$destinationArn": "<p>The Amazon Resource Name (ARN) of the destination.</p>",
        "CreateAccessLogSubscriptionRequest$destinationArn": "<p>The Amazon Resource Name (ARN) of the destination. The supported destination types are CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.</p>",
        "CreateAccessLogSubscriptionResponse$destinationArn": "<p>The Amazon Resource Name (ARN) of the log destination.</p>",
        "GetAccessLogSubscriptionResponse$destinationArn": "<p>The Amazon Resource Name (ARN) of the access log destination.</p>",
        "UpdateAccessLogSubscriptionRequest$destinationArn": "<p>The Amazon Resource Name (ARN) of the access log destination.</p>",
        "UpdateAccessLogSubscriptionResponse$destinationArn": "<p>The Amazon Resource Name (ARN) of the access log destination.</p>"
      }
    },
    "AccessLogSubscriptionArn": {
      "base": null,
      "refs": {
        "AccessLogSubscriptionSummary$arn": "<p>The Amazon Resource Name (ARN) of the access log subscription</p>",
        "CreateAccessLogSubscriptionResponse$arn": "<p>The Amazon Resource Name (ARN) of the access log subscription.</p>",
        "GetAccessLogSubscriptionResponse$arn": "<p>The Amazon Resource Name (ARN) of the access log subscription.</p>",
        "UpdateAccessLogSubscriptionResponse$arn": "<p>The Amazon Resource Name (ARN) of the access log subscription.</p>"
      }
    },
    "AccessLogSubscriptionId": {
      "base": null,
      "refs": {
        "AccessLogSubscriptionSummary$id": "<p>The ID of the access log subscription.</p>",
        "CreateAccessLogSubscriptionResponse$id": "<p>The ID of the access log subscription.</p>",
        "GetAccessLogSubscriptionResponse$id": "<p>The ID of the access log subscription.</p>",
        "UpdateAccessLogSubscriptionResponse$id": "<p>The ID of the access log subscription.</p>"
      }
    },
    "AccessLogSubscriptionIdentifier": {
      "base": null,
      "refs": {
        "DeleteAccessLogSubscriptionRequest$accessLogSubscriptionIdentifier": "<p>The ID or ARN of the access log subscription.</p>",
        "GetAccessLogSubscriptionRequest$accessLogSubscriptionIdentifier": "<p>The ID or ARN of the access log subscription.</p>",
        "UpdateAccessLogSubscriptionRequest$accessLogSubscriptionIdentifier": "<p>The ID or ARN of the access log subscription.</p>"
      }
    },
    "AccessLogSubscriptionList": {
      "base": null,
      "refs": {
        "ListAccessLogSubscriptionsResponse$items": "<p>Information about the access log subscriptions.</p>"
      }
    },
    "AccessLogSubscriptionSummary": {
      "base": "<p>Summary information about an access log subscription.</p>",
      "refs": {
        "AccessLogSubscriptionList$member": null
      }
    },
    "AccountId": {
      "base": null,
      "refs": {
        "CreateServiceNetworkResourceAssociationResponse$createdBy": "<p>The ID of the account that created the association.</p>",
        "CreateServiceNetworkServiceAssociationResponse$createdBy": "<p>The account that created the association.</p>",
        "CreateServiceNetworkVpcAssociationResponse$createdBy": "<p>The account that created the association.</p>",
        "GetServiceNetworkResourceAssociationResponse$createdBy": "<p>The account that created the association.</p>",
        "GetServiceNetworkServiceAssociationResponse$createdBy": "<p>The account that created the association.</p>",
        "GetServiceNetworkVpcAssociationResponse$createdBy": "<p>The account that created the association.</p>",
        "ResourceEndpointAssociationSummary$createdBy": "<p>The account that created the association.</p>",
        "ServiceNetworkResourceAssociationSummary$createdBy": "<p>The account that created the association.</p>",
        "ServiceNetworkServiceAssociationSummary$createdBy": "<p>The account that created the association.</p>",
        "ServiceNetworkVpcAssociationSummary$createdBy": "<p>The account that created the association.</p>",
        "UpdateServiceNetworkVpcAssociationResponse$createdBy": "<p>The account that created the association.</p>"
      }
    },
    "Arn": {
      "base": null,
      "refs": {
        "ListTagsForResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the resource.</p>",
        "TagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the resource.</p>",
        "UntagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the resource.</p>"
      }
    },
    "ArnResource": {
      "base": "<p>The Amazon Resource Name (ARN) of the resource.</p>",
      "refs": {
        "ResourceConfigurationDefinition$arnResource": "<p>The Amazon Resource Name (ARN) of the resource.</p>"
      }
    },
    "AuthPolicyState": {
      "base": null,
      "refs": {
        "GetAuthPolicyResponse$state": "<p>The state of the auth policy. The auth policy is only active when the auth type is set to <code>AWS_IAM</code>. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the auth type is <code>NONE</code>, then any auth policy that you provide remains inactive. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html#create-service-network\">Create a service network</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>",
        "PutAuthPolicyResponse$state": "<p>The state of the auth policy. The auth policy is only active when the auth type is set to <code>AWS_IAM</code>. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the Auth type is <code>NONE</code>, then, any auth policy that you provide remains inactive. For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/service-networks.html#create-service-network\">Create a service network</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>"
      }
    },
    "AuthPolicyString": {
      "base": null,
      "refs": {
        "GetAuthPolicyResponse$policy": "<p>The auth policy.</p>",
        "PutAuthPolicyRequest$policy": "<p>The auth policy. The policy string in JSON must not contain newlines or blank lines.</p>",
        "PutAuthPolicyResponse$policy": "<p>The auth policy. The policy string in JSON must not contain newlines or blank lines.</p>"
      }
    },
    "AuthType": {
      "base": null,
      "refs": {
        "CreateServiceNetworkRequest$authType": "<p>The type of IAM policy.</p> <ul> <li> <p> <code>NONE</code>: The resource does not use an IAM policy. This is the default.</p> </li> <li> <p> <code>AWS_IAM</code>: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.</p> </li> </ul>",
        "CreateServiceNetworkResponse$authType": "<p>The type of IAM policy.</p>",
        "CreateServiceRequest$authType": "<p>The type of IAM policy.</p> <ul> <li> <p> <code>NONE</code>: The resource does not use an IAM policy. This is the default.</p> </li> <li> <p> <code>AWS_IAM</code>: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.</p> </li> </ul>",
        "CreateServiceResponse$authType": "<p>The type of IAM policy.</p>",
        "GetServiceNetworkResponse$authType": "<p>The type of IAM policy.</p>",
        "GetServiceResponse$authType": "<p>The type of IAM policy.</p>",
        "UpdateServiceNetworkRequest$authType": "<p>The type of IAM policy.</p> <ul> <li> <p> <code>NONE</code>: The resource does not use an IAM policy. This is the default.</p> </li> <li> <p> <code>AWS_IAM</code>: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.</p> </li> </ul>",
        "UpdateServiceNetworkResponse$authType": "<p>The type of IAM policy.</p>",
        "UpdateServiceRequest$authType": "<p>The type of IAM policy.</p> <ul> <li> <p> <code>NONE</code>: The resource does not use an IAM policy. This is the default.</p> </li> <li> <p> <code>AWS_IAM</code>: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.</p> </li> </ul>",
        "UpdateServiceResponse$authType": "<p>The type of IAM policy.</p>"
      }
    },
    "BatchUpdateRuleRequest": {
      "base": null,
      "refs": {
      }
    },
    "BatchUpdateRuleResponse": {
      "base": null,
      "refs": {
      }
    },
    "Boolean": {
      "base": null,
      "refs": {
        "CreateResourceConfigurationRequest$allowAssociationToShareableServiceNetwork": "<p>(SINGLE, GROUP, ARN) Specifies whether the resource configuration can be associated with a sharable service network. The default is false.</p>",
        "CreateResourceConfigurationResponse$allowAssociationToShareableServiceNetwork": "<p>Specifies whether the resource configuration can be associated with a sharable service network.</p>",
        "GetResourceConfigurationResponse$allowAssociationToShareableServiceNetwork": "<p>Specifies whether the resource configuration is associated with a sharable service network.</p>",
        "GetResourceConfigurationResponse$amazonManaged": "<p>Indicates whether the resource configuration was created and is managed by Amazon.</p>",
        "GetRuleResponse$isDefault": "<p>Indicates whether this is the default rule.</p>",
        "GetServiceNetworkResourceAssociationResponse$isManagedAssociation": "<p>Indicates whether the association is managed by Amazon.</p>",
        "HeaderMatch$caseSensitive": "<p>Indicates whether the match is case sensitive.</p>",
        "HealthCheckConfig$enabled": "<p>Indicates whether health checking is enabled.</p>",
        "PathMatch$caseSensitive": "<p>Indicates whether the match is case sensitive.</p>",
        "ResourceConfigurationSummary$amazonManaged": "<p>Indicates whether the resource configuration was created and is managed by Amazon.</p>",
        "RuleSummary$isDefault": "<p>Indicates whether this is the default listener rule.</p>",
        "RuleUpdateSuccess$isDefault": "<p>Indicates whether this is the default rule.</p>",
        "ServiceNetworkResourceAssociationSummary$isManagedAssociation": "<p>Specifies whether the association is managed by Amazon.</p>",
        "SharingConfig$enabled": "<p>Specifies if the service network is enabled for sharing.</p>",
        "UpdateResourceConfigurationRequest$allowAssociationToShareableServiceNetwork": "<p>Indicates whether to add the resource configuration to service networks that are shared with other accounts.</p>",
        "UpdateResourceConfigurationResponse$allowAssociationToShareableServiceNetwork": "<p>Indicates whether to add the resource configuration to service networks that are shared with other accounts.</p>",
        "UpdateRuleResponse$isDefault": "<p>Indicates whether this is the default rule.</p>"
      }
    },
    "CertificateArn": {
      "base": null,
      "refs": {
        "CreateServiceRequest$certificateArn": "<p>The Amazon Resource Name (ARN) of the certificate.</p>",
        "CreateServiceResponse$certificateArn": "<p>The Amazon Resource Name (ARN) of the certificate.</p>",
        "GetServiceResponse$certificateArn": "<p>The Amazon Resource Name (ARN) of the certificate.</p>",
        "UpdateServiceRequest$certificateArn": "<p>The Amazon Resource Name (ARN) of the certificate.</p>",
        "UpdateServiceResponse$certificateArn": "<p>The Amazon Resource Name (ARN) of the certificate.</p>"
      }
    },
    "ClientToken": {
      "base": null,
      "refs": {
        "CreateAccessLogSubscriptionRequest$clientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>",
        "CreateListenerRequest$clientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>",
        "CreateResourceConfigurationRequest$clientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>",
        "CreateResourceGatewayRequest$clientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>",
        "CreateRuleRequest$clientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>",
        "CreateServiceNetworkRequest$clientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>",
        "CreateServiceNetworkResourceAssociationRequest$clientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>",
        "CreateServiceNetworkServiceAssociationRequest$clientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>",
        "CreateServiceNetworkVpcAssociationRequest$clientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>",
        "CreateServiceRequest$clientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>",
        "CreateTargetGroupRequest$clientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.</p>"
      }
    },
    "ConflictException": {
      "base": "<p>The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.</p>",
      "refs": {
      }
    },
    "CreateAccessLogSubscriptionRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateAccessLogSubscriptionResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateListenerRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateListenerResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateResourceConfigurationRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateResourceConfigurationResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateResourceGatewayRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateResourceGatewayRequestSecurityGroupIdsList": {
      "base": null,
      "refs": {
        "CreateResourceGatewayRequest$securityGroupIds": "<p>The IDs of the security groups to apply to the resource gateway. The security groups must be in the same VPC.</p>"
      }
    },
    "CreateResourceGatewayResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateRuleRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateRuleResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateServiceNetworkRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateServiceNetworkResourceAssociationRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateServiceNetworkResourceAssociationResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateServiceNetworkResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateServiceNetworkServiceAssociationRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateServiceNetworkServiceAssociationResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateServiceNetworkVpcAssociationRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateServiceNetworkVpcAssociationRequestSecurityGroupIdsList": {
      "base": null,
      "refs": {
        "CreateServiceNetworkVpcAssociationRequest$securityGroupIds": "<p>The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html\">Control traffic to resources using security groups</a> in the <i>Amazon VPC User Guide</i>.</p>"
      }
    },
    "CreateServiceNetworkVpcAssociationResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateServiceRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateServiceResponse": {
      "base": null,
      "refs": {
      }
    },
    "CreateTargetGroupRequest": {
      "base": null,
      "refs": {
      }
    },
    "CreateTargetGroupResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteAccessLogSubscriptionRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteAccessLogSubscriptionResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteAuthPolicyRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteAuthPolicyResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteListenerRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteListenerResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteResourceConfigurationRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteResourceConfigurationResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteResourceEndpointAssociationRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteResourceEndpointAssociationResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteResourceGatewayRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteResourceGatewayResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteResourcePolicyRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteResourcePolicyResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteRuleRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteRuleResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteServiceNetworkRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteServiceNetworkResourceAssociationRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteServiceNetworkResourceAssociationResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteServiceNetworkResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteServiceNetworkServiceAssociationRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteServiceNetworkServiceAssociationResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteServiceNetworkVpcAssociationRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteServiceNetworkVpcAssociationResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteServiceRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteServiceResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeleteTargetGroupRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeleteTargetGroupResponse": {
      "base": null,
      "refs": {
      }
    },
    "DeregisterTargetsRequest": {
      "base": null,
      "refs": {
      }
    },
    "DeregisterTargetsRequestTargetsList": {
      "base": null,
      "refs": {
        "DeregisterTargetsRequest$targets": "<p>The targets to deregister.</p>"
      }
    },
    "DeregisterTargetsResponse": {
      "base": null,
      "refs": {
      }
    },
    "DnsEntry": {
      "base": "<p>Describes the DNS information of a service.</p>",
      "refs": {
        "CreateServiceNetworkServiceAssociationResponse$dnsEntry": "<p>The DNS name of the service.</p>",
        "CreateServiceResponse$dnsEntry": "<p>The public DNS name of the service.</p>",
        "GetServiceNetworkResourceAssociationResponse$dnsEntry": "<p>The DNS entry for the service.</p>",
        "GetServiceNetworkResourceAssociationResponse$privateDnsEntry": "<p>The private DNS entry for the service.</p>",
        "GetServiceNetworkServiceAssociationResponse$dnsEntry": "<p>The DNS name of the service.</p>",
        "GetServiceResponse$dnsEntry": "<p>The DNS name of the service.</p>",
        "ServiceNetworkResourceAssociationSummary$dnsEntry": "<p>The DNS entry for the service.</p>",
        "ServiceNetworkResourceAssociationSummary$privateDnsEntry": "<p>The private DNS entry for the service.</p>",
        "ServiceNetworkServiceAssociationSummary$dnsEntry": "<p>The DNS information.</p>",
        "ServiceSummary$dnsEntry": "<p>The DNS information.</p>"
      }
    },
    "DnsResource": {
      "base": "<p>The DNS name of the resource.</p>",
      "refs": {
        "ResourceConfigurationDefinition$dnsResource": "<p>The DNS name of the resource.</p>"
      }
    },
    "DomainName": {
      "base": null,
      "refs": {
        "DnsResource$domainName": "<p>The domain name of the resource.</p>",
        "GetResourceConfigurationResponse$customDomainName": "<p>The custom domain name of the resource configuration.</p>"
      }
    },
    "FailureCode": {
      "base": null,
      "refs": {
        "GetServiceResponse$failureCode": "<p>The failure code.</p>",
        "RuleUpdateFailure$failureCode": "<p>The failure code.</p>"
      }
    },
    "FailureMessage": {
      "base": null,
      "refs": {
        "GetServiceResponse$failureMessage": "<p>The failure message.</p>",
        "RuleUpdateFailure$failureMessage": "<p>The failure message.</p>"
      }
    },
    "FixedResponseAction": {
      "base": "<p>Describes an action that returns a custom HTTP response.</p>",
      "refs": {
        "RuleAction$fixedResponse": "<p>The fixed response action. The rule returns a custom HTTP response.</p>"
      }
    },
    "ForwardAction": {
      "base": "<p>Describes a forward action. You can use forward actions to route requests to one or more target groups. </p>",
      "refs": {
        "RuleAction$forward": "<p>The forward action. Traffic that matches the rule is forwarded to the specified target groups.</p>"
      }
    },
    "GetAccessLogSubscriptionRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetAccessLogSubscriptionResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetAuthPolicyRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetAuthPolicyResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetListenerRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetListenerResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetResourceConfigurationRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetResourceConfigurationResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetResourceGatewayRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetResourceGatewayResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetResourcePolicyRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetResourcePolicyResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetRuleRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetRuleResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetServiceNetworkRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetServiceNetworkResourceAssociationRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetServiceNetworkResourceAssociationResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetServiceNetworkResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetServiceNetworkServiceAssociationRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetServiceNetworkServiceAssociationResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetServiceNetworkVpcAssociationRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetServiceNetworkVpcAssociationResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetServiceRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetServiceResponse": {
      "base": null,
      "refs": {
      }
    },
    "GetTargetGroupRequest": {
      "base": null,
      "refs": {
      }
    },
    "GetTargetGroupResponse": {
      "base": null,
      "refs": {
      }
    },
    "HeaderMatch": {
      "base": "<p>Describes the constraints for a header match. Matches incoming requests with rule based on request header value before applying rule action.</p>",
      "refs": {
        "HeaderMatchList$member": null
      }
    },
    "HeaderMatchContains": {
      "base": null,
      "refs": {
        "HeaderMatchType$contains": "<p>A contains type match.</p>"
      }
    },
    "HeaderMatchExact": {
      "base": null,
      "refs": {
        "HeaderMatchType$exact": "<p>An exact type match.</p>"
      }
    },
    "HeaderMatchList": {
      "base": null,
      "refs": {
        "HttpMatch$headerMatches": "<p>The header matches. Matches incoming requests with rule based on request header value before applying rule action.</p>"
      }
    },
    "HeaderMatchName": {
      "base": null,
      "refs": {
        "HeaderMatch$name": "<p>The name of the header.</p>"
      }
    },
    "HeaderMatchPrefix": {
      "base": null,
      "refs": {
        "HeaderMatchType$prefix": "<p>A prefix type match. Matches the value with the prefix.</p>"
      }
    },
    "HeaderMatchType": {
      "base": "<p>Describes a header match type.</p>",
      "refs": {
        "HeaderMatch$match": "<p>The header match type.</p>"
      }
    },
    "HealthCheckConfig": {
      "base": "<p>Describes the health check configuration of a target group. Health check configurations aren't used for target groups of type <code>LAMBDA</code> or <code>ALB</code>.</p>",
      "refs": {
        "TargetGroupConfig$healthCheck": "<p>The health check configuration. Not supported if the target group type is <code>LAMBDA</code> or <code>ALB</code>.</p>",
        "UpdateTargetGroupRequest$healthCheck": "<p>The health check configuration.</p>"
      }
    },
    "HealthCheckIntervalSeconds": {
      "base": null,
      "refs": {
        "HealthCheckConfig$healthCheckIntervalSeconds": "<p>The approximate amount of time, in seconds, between health checks of an individual target. The range is 5–300 seconds. The default is 30 seconds.</p>"
      }
    },
    "HealthCheckPath": {
      "base": null,
      "refs": {
        "HealthCheckConfig$path": "<p>The destination for health checks on the targets. If the protocol version is <code>HTTP/1.1</code> or <code>HTTP/2</code>, specify a valid URI (for example, <code>/path?query</code>). The default path is <code>/</code>. Health checks are not supported if the protocol version is <code>gRPC</code>, however, you can choose <code>HTTP/1.1</code> or <code>HTTP/2</code> and specify a valid URI.</p>"
      }
    },
    "HealthCheckPort": {
      "base": null,
      "refs": {
        "HealthCheckConfig$port": "<p>The port used when performing health checks on targets. The default setting is the port that a target receives traffic on.</p>"
      }
    },
    "HealthCheckProtocolVersion": {
      "base": null,
      "refs": {
        "HealthCheckConfig$protocolVersion": "<p>The protocol version used when performing health checks on targets. The possible protocol versions are <code>HTTP1</code> and <code>HTTP2</code>.</p>"
      }
    },
    "HealthCheckTimeoutSeconds": {
      "base": null,
      "refs": {
        "HealthCheckConfig$healthCheckTimeoutSeconds": "<p>The amount of time, in seconds, to wait before reporting a target as unhealthy. The range is 1–120 seconds. The default is 5 seconds.</p>"
      }
    },
    "HealthyThresholdCount": {
      "base": null,
      "refs": {
        "HealthCheckConfig$healthyThresholdCount": "<p>The number of consecutive successful health checks required before considering an unhealthy target healthy. The range is 2–10. The default is 5.</p>"
      }
    },
    "HttpCodeMatcher": {
      "base": null,
      "refs": {
        "Matcher$httpCode": "<p>The HTTP code to use when checking for a successful response from a target.</p>"
      }
    },
    "HttpMatch": {
      "base": "<p>Describes criteria that can be applied to incoming requests.</p>",
      "refs": {
        "RuleMatch$httpMatch": "<p>The HTTP criteria that a rule must match.</p>"
      }
    },
    "HttpMethod": {
      "base": null,
      "refs": {
        "HttpMatch$method": "<p>The HTTP method type.</p>"
      }
    },
    "HttpStatusCode": {
      "base": null,
      "refs": {
        "FixedResponseAction$statusCode": "<p>The HTTP response code.</p>"
      }
    },
    "Integer": {
      "base": null,
      "refs": {
        "InternalServerException$retryAfterSeconds": "<p>The number of seconds to wait before retrying.</p>",
        "ThrottlingException$retryAfterSeconds": "<p>The number of seconds to wait before retrying.</p>"
      }
    },
    "InternalServerException": {
      "base": "<p>An unexpected error occurred while processing the request.</p>",
      "refs": {
      }
    },
    "IpAddress": {
      "base": null,
      "refs": {
        "IpResource$ipAddress": "<p>The IP address of the IP resource.</p>"
      }
    },
    "IpAddressType": {
      "base": null,
      "refs": {
        "TargetGroupConfig$ipAddressType": "<p>The type of IP address used for the target group. Supported only if the target group type is <code>IP</code>. The default is <code>IPV4</code>.</p>",
        "TargetGroupSummary$ipAddressType": "<p>The type of IP address used for the target group. The possible values are <code>IPV4</code> and <code>IPV6</code>. This is an optional parameter. If not specified, the default is <code>IPV4</code>.</p>",
        "UpdateResourceGatewayResponse$ipAddressType": "<p>The type of IP address used by the resource gateway.</p>"
      }
    },
    "IpResource": {
      "base": "<p>Describes an IP resource.</p>",
      "refs": {
        "ResourceConfigurationDefinition$ipResource": "<p>The IP resource.</p>"
      }
    },
    "LambdaEventStructureVersion": {
      "base": null,
      "refs": {
        "TargetGroupConfig$lambdaEventStructureVersion": "<p>The version of the event structure that your Lambda function receives. Supported only if the target group type is <code>LAMBDA</code>. The default is <code>V1</code>.</p>",
        "TargetGroupSummary$lambdaEventStructureVersion": "<p>The version of the event structure that your Lambda function receives. Supported only if the target group type is <code>LAMBDA</code>.</p>"
      }
    },
    "ListAccessLogSubscriptionsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListAccessLogSubscriptionsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListListenersRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListListenersResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListResourceConfigurationsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListResourceConfigurationsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListResourceEndpointAssociationsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListResourceEndpointAssociationsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListResourceGatewaysRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListResourceGatewaysResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListRulesRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListRulesResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListServiceNetworkResourceAssociationsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListServiceNetworkResourceAssociationsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListServiceNetworkServiceAssociationsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListServiceNetworkServiceAssociationsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListServiceNetworkVpcAssociationsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListServiceNetworkVpcAssociationsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListServiceNetworkVpcEndpointAssociationsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListServiceNetworkVpcEndpointAssociationsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListServiceNetworksRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListServiceNetworksResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListServicesRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListServicesResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListTagsForResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListTagsForResourceResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListTargetGroupsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListTargetGroupsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListTargetsRequest": {
      "base": null,
      "refs": {
      }
    },
    "ListTargetsRequestTargetsList": {
      "base": null,
      "refs": {
        "ListTargetsRequest$targets": "<p>The targets.</p>"
      }
    },
    "ListTargetsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ListenerArn": {
      "base": null,
      "refs": {
        "CreateListenerResponse$arn": "<p>The Amazon Resource Name (ARN) of the listener.</p>",
        "GetListenerResponse$arn": "<p>The Amazon Resource Name (ARN) of the listener.</p>",
        "ListenerSummary$arn": "<p>The Amazon Resource Name (ARN) of the listener.</p>",
        "UpdateListenerResponse$arn": "<p>The Amazon Resource Name (ARN) of the listener.</p>"
      }
    },
    "ListenerId": {
      "base": null,
      "refs": {
        "CreateListenerResponse$id": "<p>The ID of the listener.</p>",
        "GetListenerResponse$id": "<p>The ID of the listener.</p>",
        "ListenerSummary$id": "<p>The ID of the listener.</p>",
        "UpdateListenerResponse$id": "<p>The ID of the listener.</p>"
      }
    },
    "ListenerIdentifier": {
      "base": null,
      "refs": {
        "BatchUpdateRuleRequest$listenerIdentifier": "<p>The ID or ARN of the listener.</p>",
        "CreateRuleRequest$listenerIdentifier": "<p>The ID or ARN of the listener.</p>",
        "DeleteListenerRequest$listenerIdentifier": "<p>The ID or ARN of the listener.</p>",
        "DeleteRuleRequest$listenerIdentifier": "<p>The ID or ARN of the listener.</p>",
        "GetListenerRequest$listenerIdentifier": "<p>The ID or ARN of the listener.</p>",
        "GetRuleRequest$listenerIdentifier": "<p>The ID or ARN of the listener.</p>",
        "ListRulesRequest$listenerIdentifier": "<p>The ID or ARN of the listener.</p>",
        "UpdateListenerRequest$listenerIdentifier": "<p>The ID or ARN of the listener.</p>",
        "UpdateRuleRequest$listenerIdentifier": "<p>The ID or ARN of the listener.</p>"
      }
    },
    "ListenerName": {
      "base": null,
      "refs": {
        "CreateListenerRequest$name": "<p>The name of the listener. A listener name must be unique within a service. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.</p>",
        "CreateListenerResponse$name": "<p>The name of the listener.</p>",
        "GetListenerResponse$name": "<p>The name of the listener.</p>",
        "ListenerSummary$name": "<p>The name of the listener.</p>",
        "UpdateListenerResponse$name": "<p>The name of the listener.</p>"
      }
    },
    "ListenerProtocol": {
      "base": null,
      "refs": {
        "CreateListenerRequest$protocol": "<p>The listener protocol.</p>",
        "CreateListenerResponse$protocol": "<p>The protocol of the listener.</p>",
        "GetListenerResponse$protocol": "<p>The listener protocol.</p>",
        "ListenerSummary$protocol": "<p>The listener protocol.</p>",
        "UpdateListenerResponse$protocol": "<p>The protocol of the listener.</p>"
      }
    },
    "ListenerSummary": {
      "base": "<p>Summary information about a listener.</p>",
      "refs": {
        "ListenerSummaryList$member": null
      }
    },
    "ListenerSummaryList": {
      "base": null,
      "refs": {
        "ListListenersResponse$items": "<p>Information about the listeners.</p>"
      }
    },
    "Long": {
      "base": null,
      "refs": {
        "GetServiceNetworkResponse$numberOfAssociatedServices": "<p>The number of services associated with the service network.</p>",
        "GetServiceNetworkResponse$numberOfAssociatedVPCs": "<p>The number of VPCs associated with the service network.</p>",
        "ServiceNetworkSummary$numberOfAssociatedResourceConfigurations": "<p>The number of resource configurations associated with a service network.</p>",
        "ServiceNetworkSummary$numberOfAssociatedServices": "<p>The number of services associated with the service network.</p>",
        "ServiceNetworkSummary$numberOfAssociatedVPCs": "<p>The number of VPCs associated with the service network.</p>"
      }
    },
    "Matcher": {
      "base": "<p>Describes the codes to use when checking for a successful response from a target for health checks.</p>",
      "refs": {
        "HealthCheckConfig$matcher": "<p>The codes to use when checking for a successful response from a target.</p>"
      }
    },
    "MaxResults": {
      "base": null,
      "refs": {
        "ListAccessLogSubscriptionsRequest$maxResults": "<p>The maximum number of results to return.</p>",
        "ListListenersRequest$maxResults": "<p>The maximum number of results to return.</p>",
        "ListResourceConfigurationsRequest$maxResults": "<p>The maximum page size.</p>",
        "ListResourceEndpointAssociationsRequest$maxResults": "<p>The maximum page size.</p>",
        "ListResourceGatewaysRequest$maxResults": "<p>The maximum page size.</p>",
        "ListRulesRequest$maxResults": "<p>The maximum number of results to return.</p>",
        "ListServiceNetworkResourceAssociationsRequest$maxResults": "<p>The maximum page size.</p>",
        "ListServiceNetworkServiceAssociationsRequest$maxResults": "<p>The maximum number of results to return.</p>",
        "ListServiceNetworkVpcAssociationsRequest$maxResults": "<p>The maximum number of results to return.</p>",
        "ListServiceNetworkVpcEndpointAssociationsRequest$maxResults": "<p>The maximum page size.</p>",
        "ListServiceNetworksRequest$maxResults": "<p>The maximum number of results to return.</p>",
        "ListServicesRequest$maxResults": "<p>The maximum number of results to return.</p>",
        "ListTargetGroupsRequest$maxResults": "<p>The maximum number of results to return.</p>",
        "ListTargetsRequest$maxResults": "<p>The maximum number of results to return.</p>"
      }
    },
    "NextToken": {
      "base": null,
      "refs": {
        "ListAccessLogSubscriptionsRequest$nextToken": "<p>A pagination token for the next page of results.</p>",
        "ListAccessLogSubscriptionsResponse$nextToken": "<p>A pagination token for the next page of results.</p>",
        "ListListenersRequest$nextToken": "<p>A pagination token for the next page of results.</p>",
        "ListListenersResponse$nextToken": "<p>If there are additional results, a pagination token for the next page of results.</p>",
        "ListResourceConfigurationsRequest$nextToken": "<p>A pagination token for the next page of results.</p>",
        "ListResourceConfigurationsResponse$nextToken": "<p>If there are additional results, a pagination token for the next page of results.</p>",
        "ListResourceEndpointAssociationsRequest$nextToken": "<p>A pagination token for the next page of results.</p>",
        "ListResourceEndpointAssociationsResponse$nextToken": "<p>If there are additional results, a pagination token for the next page of results.</p>",
        "ListResourceGatewaysRequest$nextToken": "<p>If there are additional results, a pagination token for the next page of results.</p>",
        "ListResourceGatewaysResponse$nextToken": "<p>If there are additional results, a pagination token for the next page of results.</p>",
        "ListRulesRequest$nextToken": "<p>A pagination token for the next page of results.</p>",
        "ListRulesResponse$nextToken": "<p>If there are additional results, a pagination token for the next page of results.</p>",
        "ListServiceNetworkResourceAssociationsRequest$nextToken": "<p>If there are additional results, a pagination token for the next page of results.</p>",
        "ListServiceNetworkResourceAssociationsResponse$nextToken": "<p>If there are additional results, a pagination token for the next page of results.</p>",
        "ListServiceNetworkServiceAssociationsRequest$nextToken": "<p>A pagination token for the next page of results.</p>",
        "ListServiceNetworkServiceAssociationsResponse$nextToken": "<p>If there are additional results, a pagination token for the next page of results.</p>",
        "ListServiceNetworkVpcAssociationsRequest$nextToken": "<p>A pagination token for the next page of results.</p>",
        "ListServiceNetworkVpcAssociationsResponse$nextToken": "<p>If there are additional results, a pagination token for the next page of results.</p>",
        "ListServiceNetworkVpcEndpointAssociationsRequest$nextToken": "<p>If there are additional results, a pagination token for the next page of results.</p>",
        "ListServiceNetworkVpcEndpointAssociationsResponse$nextToken": "<p>If there are additional results, a pagination token for the next page of results.</p>",
        "ListServiceNetworksRequest$nextToken": "<p>A pagination token for the next page of results.</p>",
        "ListServiceNetworksResponse$nextToken": "<p>If there are additional results, a pagination token for the next page of results.</p>",
        "ListServicesRequest$nextToken": "<p>A pagination token for the next page of results.</p>",
        "ListServicesResponse$nextToken": "<p>If there are additional results, a pagination token for the next page of results.</p>",
        "ListTargetGroupsRequest$nextToken": "<p>A pagination token for the next page of results.</p>",
        "ListTargetGroupsResponse$nextToken": "<p>If there are additional results, a pagination token for the next page of results.</p>",
        "ListTargetsRequest$nextToken": "<p>A pagination token for the next page of results.</p>",
        "ListTargetsResponse$nextToken": "<p>If there are additional results, a pagination token for the next page of results.</p>"
      }
    },
    "PathMatch": {
      "base": "<p>Describes the conditions that can be applied when matching a path for incoming requests.</p>",
      "refs": {
        "HttpMatch$pathMatch": "<p>The path match.</p>"
      }
    },
    "PathMatchExact": {
      "base": null,
      "refs": {
        "PathMatchType$exact": "<p>An exact match of the path.</p>"
      }
    },
    "PathMatchPrefix": {
      "base": null,
      "refs": {
        "PathMatchType$prefix": "<p>A prefix match of the path.</p>"
      }
    },
    "PathMatchType": {
      "base": "<p>Describes a path match type. Each rule can include only one of the following types of paths.</p>",
      "refs": {
        "PathMatch$match": "<p>The type of path match.</p>"
      }
    },
    "PolicyString": {
      "base": null,
      "refs": {
        "GetResourcePolicyResponse$policy": "<p>An IAM policy.</p>",
        "PutResourcePolicyRequest$policy": "<p>An IAM policy. The policy string in JSON must not contain newlines or blank lines.</p>"
      }
    },
    "Port": {
      "base": null,
      "refs": {
        "CreateListenerRequest$port": "<p>The listener port. You can specify a value from 1 to 65535. For HTTP, the default is 80. For HTTPS, the default is 443.</p>",
        "CreateListenerResponse$port": "<p>The port number of the listener.</p>",
        "GetListenerResponse$port": "<p>The listener port.</p>",
        "ListenerSummary$port": "<p>The listener port.</p>",
        "Target$port": "<p>The port on which the target is listening. For HTTP, the default is 80. For HTTPS, the default is 443.</p>",
        "TargetFailure$port": "<p>The port on which the target is listening. This parameter doesn't apply if the target is a Lambda function.</p>",
        "TargetGroupConfig$port": "<p>The port on which the targets are listening. For HTTP, the default is 80. For HTTPS, the default is 443. Not supported if the target group type is <code>LAMBDA</code>.</p>",
        "TargetGroupSummary$port": "<p>The port of the target group.</p>",
        "TargetSummary$port": "<p>The port on which the target is listening.</p>",
        "UpdateListenerResponse$port": "<p>The listener port.</p>"
      }
    },
    "PortRange": {
      "base": null,
      "refs": {
        "PortRangeList$member": null
      }
    },
    "PortRangeList": {
      "base": null,
      "refs": {
        "CreateResourceConfigurationRequest$portRanges": "<p>(SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535). You can separate port ranges using commas (for example: 1,2,22-30).</p>",
        "CreateResourceConfigurationResponse$portRanges": "<p>The port range.</p>",
        "GetResourceConfigurationResponse$portRanges": "<p>The TCP port ranges that a consumer can use to access a resource configuration. You can separate port ranges with a comma. Example: 1-65535 or 1,2,22-30</p>",
        "UpdateResourceConfigurationRequest$portRanges": "<p>The TCP port ranges that a consumer can use to access a resource configuration. You can separate port ranges with a comma. Example: 1-65535 or 1,2,22-30</p>",
        "UpdateResourceConfigurationResponse$portRanges": "<p>The TCP port ranges that a consumer can use to access a resource configuration. You can separate port ranges with a comma. Example: 1-65535 or 1,2,22-30</p>"
      }
    },
    "ProtocolType": {
      "base": null,
      "refs": {
        "CreateResourceConfigurationRequest$protocol": "<p>(SINGLE, GROUP) The protocol accepted by the resource configuration.</p>",
        "CreateResourceConfigurationResponse$protocol": "<p>The protocol.</p>",
        "GetResourceConfigurationResponse$protocol": "<p>The TCP protocol accepted by the specified resource configuration.</p>",
        "UpdateResourceConfigurationResponse$protocol": "<p>The TCP protocol accepted by the specified resource configuration.</p>"
      }
    },
    "PutAuthPolicyRequest": {
      "base": null,
      "refs": {
      }
    },
    "PutAuthPolicyResponse": {
      "base": null,
      "refs": {
      }
    },
    "PutResourcePolicyRequest": {
      "base": null,
      "refs": {
      }
    },
    "PutResourcePolicyResponse": {
      "base": null,
      "refs": {
      }
    },
    "RegisterTargetsRequest": {
      "base": null,
      "refs": {
      }
    },
    "RegisterTargetsRequestTargetsList": {
      "base": null,
      "refs": {
        "RegisterTargetsRequest$targets": "<p>The targets.</p>"
      }
    },
    "RegisterTargetsResponse": {
      "base": null,
      "refs": {
      }
    },
    "ResourceArn": {
      "base": null,
      "refs": {
        "AccessLogSubscriptionSummary$resourceArn": "<p>The Amazon Resource Name (ARN) of the service or service network.</p>",
        "CreateAccessLogSubscriptionResponse$resourceArn": "<p>The Amazon Resource Name (ARN) of the service network or service.</p>",
        "DeleteResourcePolicyRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the resource.</p>",
        "GetAccessLogSubscriptionResponse$resourceArn": "<p>The Amazon Resource Name (ARN) of the service network or service.</p>",
        "GetResourcePolicyRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the service network or service.</p>",
        "PutResourcePolicyRequest$resourceArn": "<p>The ID or ARN of the service network or service for which the policy is created.</p>",
        "UpdateAccessLogSubscriptionResponse$resourceArn": "<p>The Amazon Resource Name (ARN) of the access log subscription.</p>"
      }
    },
    "ResourceConfigurationArn": {
      "base": null,
      "refs": {
        "CreateResourceConfigurationResponse$arn": "<p>The Amazon Resource Name (ARN) of the resource configuration.</p>",
        "DeleteResourceEndpointAssociationResponse$resourceConfigurationArn": "<p>The Amazon Resource Name (ARN) of the resource configuration associated with the VPC endpoint of type resource.</p>",
        "GetResourceConfigurationResponse$arn": "<p>The Amazon Resource Name (ARN) of the resource configuration.</p>",
        "GetServiceNetworkResourceAssociationResponse$resourceConfigurationArn": "<p>The Amazon Resource Name (ARN) of the association.</p>",
        "ResourceConfigurationSummary$arn": "<p>The Amazon Resource Name (ARN) of the resource configuration.</p>",
        "ResourceEndpointAssociationSummary$resourceConfigurationArn": "<p>The Amazon Resource Name (ARN) of the resource configuration.</p>",
        "ServiceNetworkResourceAssociationSummary$resourceConfigurationArn": "<p>The Amazon Resource Name (ARN) of the association.</p>",
        "UpdateResourceConfigurationResponse$arn": "<p>The Amazon Resource Name (ARN) of the resource configuration.</p>"
      }
    },
    "ResourceConfigurationDefinition": {
      "base": "<p>Describes a resource configuration.</p>",
      "refs": {
        "CreateResourceConfigurationRequest$resourceConfigurationDefinition": "<p>(SINGLE, CHILD, ARN) The resource configuration.</p>",
        "CreateResourceConfigurationResponse$resourceConfigurationDefinition": "<p>The resource configuration.</p>",
        "GetResourceConfigurationResponse$resourceConfigurationDefinition": "<p>The resource configuration.</p>",
        "UpdateResourceConfigurationRequest$resourceConfigurationDefinition": "<p>The resource configuration.</p>",
        "UpdateResourceConfigurationResponse$resourceConfigurationDefinition": "<p>The resource configuration.</p>"
      }
    },
    "ResourceConfigurationId": {
      "base": null,
      "refs": {
        "CreateResourceConfigurationResponse$id": "<p>The ID of the resource configuration.</p>",
        "CreateResourceConfigurationResponse$resourceConfigurationGroupId": "<p>The ID of the parent resource configuration (type is GROUP).</p>",
        "DeleteResourceEndpointAssociationResponse$resourceConfigurationId": "<p>The ID of the resource configuration.</p>",
        "GetResourceConfigurationResponse$id": "<p>The ID of the resource configuration.</p>",
        "GetResourceConfigurationResponse$resourceConfigurationGroupId": "<p>The ID of the group resource configuration.</p>",
        "GetServiceNetworkResourceAssociationResponse$resourceConfigurationId": "<p>The ID of the resource configuration that is associated with the service network.</p>",
        "ResourceConfigurationSummary$id": "<p>The ID of the resource configuration.</p>",
        "ResourceConfigurationSummary$resourceConfigurationGroupId": "<p>The ID of the group resource configuration.</p>",
        "ResourceEndpointAssociationSummary$resourceConfigurationId": "<p>The ID of the resource configuration.</p>",
        "ServiceNetworkResourceAssociationSummary$resourceConfigurationId": "<p>The ID of the resource configuration associated with the service network.</p>",
        "UpdateResourceConfigurationResponse$id": "<p>The ID of the resource configuration.</p>",
        "UpdateResourceConfigurationResponse$resourceConfigurationGroupId": "<p>The ID of the group resource configuration.</p>"
      }
    },
    "ResourceConfigurationIdentifier": {
      "base": null,
      "refs": {
        "CreateResourceConfigurationRequest$resourceConfigurationGroupIdentifier": "<p>(CHILD) The ID or ARN of the parent resource configuration (type is <code>GROUP</code>). This is used to associate a child resource configuration with a group resource configuration.</p>",
        "CreateServiceNetworkResourceAssociationRequest$resourceConfigurationIdentifier": "<p>The ID of the resource configuration to associate with the service network.</p>",
        "DeleteResourceConfigurationRequest$resourceConfigurationIdentifier": "<p>The ID or ARN of the resource configuration.</p>",
        "GetResourceConfigurationRequest$resourceConfigurationIdentifier": "<p>The ID of the resource configuration.</p>",
        "ListResourceConfigurationsRequest$resourceConfigurationGroupIdentifier": "<p>The ID of the group resource configuration.</p>",
        "ListResourceEndpointAssociationsRequest$resourceConfigurationIdentifier": "<p>The ID for the resource configuration associated with the VPC endpoint.</p>",
        "ListServiceNetworkResourceAssociationsRequest$resourceConfigurationIdentifier": "<p>The ID of the resource configurationk.</p>",
        "UpdateResourceConfigurationRequest$resourceConfigurationIdentifier": "<p>The ID of the resource configuration.</p>"
      }
    },
    "ResourceConfigurationIpAddressType": {
      "base": null,
      "refs": {
        "DnsResource$ipAddressType": "<p>The type of IP address.</p>"
      }
    },
    "ResourceConfigurationName": {
      "base": null,
      "refs": {
        "CreateResourceConfigurationRequest$name": "<p>The name of the resource configuration. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.</p>",
        "CreateResourceConfigurationResponse$name": "<p>The name of the resource configuration.</p>",
        "GetResourceConfigurationResponse$name": "<p>The name of the resource configuration.</p>",
        "GetServiceNetworkResourceAssociationResponse$resourceConfigurationName": "<p>The name of the resource configuration that is associated with the service network.</p>",
        "ResourceConfigurationSummary$name": "<p>The name of the resource configuration.</p>",
        "ResourceEndpointAssociationSummary$resourceConfigurationName": "<p>The name of the resource configuration.</p>",
        "ServiceNetworkResourceAssociationSummary$resourceConfigurationName": "<p>The name of the resource configuration associated with the service network.</p>",
        "UpdateResourceConfigurationResponse$name": "<p>The name of the resource configuration.</p>"
      }
    },
    "ResourceConfigurationStatus": {
      "base": null,
      "refs": {
        "CreateResourceConfigurationResponse$status": "<p>The current status of the resource configuration.</p>",
        "GetResourceConfigurationResponse$status": "<p>The status of the resource configuration.</p>",
        "ResourceConfigurationSummary$status": "<p>The status of the resource configuration.</p>",
        "UpdateResourceConfigurationResponse$status": "<p>The status of the resource configuration.</p>"
      }
    },
    "ResourceConfigurationSummary": {
      "base": "<p>Summary information about a resource configuration.</p>",
      "refs": {
        "ResourceConfigurationSummaryList$member": null
      }
    },
    "ResourceConfigurationSummaryList": {
      "base": null,
      "refs": {
        "ListResourceConfigurationsResponse$items": "<p>Information about the resource configurations.</p>"
      }
    },
    "ResourceConfigurationType": {
      "base": null,
      "refs": {
        "CreateResourceConfigurationRequest$type": "<p>The type of resource configuration.</p> <ul> <li> <p> <code>SINGLE</code> - A single resource.</p> </li> <li> <p> <code>GROUP</code> - A group of resources. You must create a group resource configuration before you create a child resource configuration.</p> </li> <li> <p> <code>CHILD</code> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <code>ARN</code> - An Amazon Web Services resource.</p> </li> </ul>",
        "CreateResourceConfigurationResponse$type": "<p>The type of resource configuration.</p>",
        "GetResourceConfigurationResponse$type": "<p>The type of resource configuration.</p> <ul> <li> <p> <code>SINGLE</code> - A single resource.</p> </li> <li> <p> <code>GROUP</code> - A group of resources.</p> </li> <li> <p> <code>CHILD</code> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <code>ARN</code> - An Amazon Web Services resource.</p> </li> </ul>",
        "ResourceConfigurationSummary$type": "<p>The type of resource configuration.</p> <ul> <li> <p> <code>SINGLE</code> - A single resource.</p> </li> <li> <p> <code>GROUP</code> - A group of resources.</p> </li> <li> <p> <code>CHILD</code> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <code>ARN</code> - An Amazon Web Services resource.</p> </li> </ul>",
        "UpdateResourceConfigurationResponse$type": "<p>The type of resource configuration.</p> <ul> <li> <p> <code>SINGLE</code> - A single resource.</p> </li> <li> <p> <code>GROUP</code> - A group of resources.</p> </li> <li> <p> <code>CHILD</code> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <code>ARN</code> - An Amazon Web Services resource.</p> </li> </ul>"
      }
    },
    "ResourceEndpointAssociationArn": {
      "base": null,
      "refs": {
        "DeleteResourceEndpointAssociationResponse$arn": "<p>The Amazon Resource Name (ARN) of the association.</p>",
        "ResourceEndpointAssociationSummary$arn": "<p>The Amazon Resource Name (ARN) of the VPC endpoint association.</p>"
      }
    },
    "ResourceEndpointAssociationId": {
      "base": null,
      "refs": {
        "DeleteResourceEndpointAssociationResponse$id": "<p>The ID of the association.</p>",
        "ResourceEndpointAssociationSummary$id": "<p>The ID of the VPC endpoint association.</p>"
      }
    },
    "ResourceEndpointAssociationIdentifier": {
      "base": null,
      "refs": {
        "DeleteResourceEndpointAssociationRequest$resourceEndpointAssociationIdentifier": "<p>The ID or ARN of the association.</p>",
        "ListResourceEndpointAssociationsRequest$resourceEndpointAssociationIdentifier": "<p>The ID of the association.</p>"
      }
    },
    "ResourceEndpointAssociationList": {
      "base": null,
      "refs": {
        "ListResourceEndpointAssociationsResponse$items": "<p>Information about the VPC endpoint associations.</p>"
      }
    },
    "ResourceEndpointAssociationSummary": {
      "base": "<p>Summary information about a VPC endpoint association.</p>",
      "refs": {
        "ResourceEndpointAssociationList$member": null
      }
    },
    "ResourceGatewayArn": {
      "base": null,
      "refs": {
        "CreateResourceGatewayResponse$arn": "<p>The Amazon Resource Name (ARN) of the resource gateway.</p>",
        "DeleteResourceGatewayResponse$arn": "<p>The Amazon Resource Name (ARN) of the resource gateway.</p>",
        "GetResourceGatewayResponse$arn": "<p>The Amazon Resource Name (ARN) of the resource gateway.</p>",
        "ResourceGatewaySummary$arn": "<p>The Amazon Resource Name (ARN) of the resource gateway.</p>",
        "UpdateResourceGatewayResponse$arn": "<p>The Amazon Resource Name (ARN) of the resource gateway.</p>"
      }
    },
    "ResourceGatewayId": {
      "base": null,
      "refs": {
        "CreateResourceConfigurationResponse$resourceGatewayId": "<p>The ID of the resource gateway associated with the resource configuration.</p>",
        "CreateResourceGatewayResponse$id": "<p>The ID of the resource gateway.</p>",
        "DeleteResourceGatewayResponse$id": "<p>The ID of the resource gateway.</p>",
        "GetResourceConfigurationResponse$resourceGatewayId": "<p>The ID of the resource gateway used to connect to the resource configuration in a given VPC. You can specify the resource gateway identifier only for resource configurations with type SINGLE, GROUP, or ARN.</p>",
        "GetResourceGatewayResponse$id": "<p>The ID of the resource gateway.</p>",
        "ResourceConfigurationSummary$resourceGatewayId": "<p>The ID of the resource gateway.</p>",
        "ResourceGatewaySummary$id": "<p>The ID of the resource gateway.</p>",
        "UpdateResourceConfigurationResponse$resourceGatewayId": "<p>The ID of the resource gateway associated with the resource configuration.</p>",
        "UpdateResourceGatewayResponse$id": "<p>The ID of the resource gateway.</p>"
      }
    },
    "ResourceGatewayIdentifier": {
      "base": null,
      "refs": {
        "CreateResourceConfigurationRequest$resourceGatewayIdentifier": "<p>(SINGLE, GROUP, ARN) The ID or ARN of the resource gateway used to connect to the resource configuration. For a child resource configuration, this value is inherited from the parent resource configuration.</p>",
        "DeleteResourceGatewayRequest$resourceGatewayIdentifier": "<p>The ID or ARN of the resource gateway.</p>",
        "GetResourceGatewayRequest$resourceGatewayIdentifier": "<p>The ID of the resource gateway.</p>",
        "ListResourceConfigurationsRequest$resourceGatewayIdentifier": "<p>The ID of the resource gateway for the resource configuration.</p>",
        "UpdateResourceGatewayRequest$resourceGatewayIdentifier": "<p>The ID or ARN of the resource gateway.</p>"
      }
    },
    "ResourceGatewayIpAddressType": {
      "base": null,
      "refs": {
        "CreateResourceGatewayRequest$ipAddressType": "<p>The type of IP address used by the resource gateway.</p>",
        "CreateResourceGatewayResponse$ipAddressType": "<p>The type of IP address for the resource gateway.</p>",
        "GetResourceGatewayResponse$ipAddressType": "<p>The type of IP address for the resource gateway.</p>",
        "ResourceGatewaySummary$ipAddressType": "<p>The type of IP address used by the resource gateway.</p>"
      }
    },
    "ResourceGatewayList": {
      "base": null,
      "refs": {
        "ListResourceGatewaysResponse$items": "<p>Information about the resource gateways.</p>"
      }
    },
    "ResourceGatewayName": {
      "base": null,
      "refs": {
        "CreateResourceGatewayRequest$name": "<p>The name of the resource gateway.</p>",
        "CreateResourceGatewayResponse$name": "<p>The name of the resource gateway.</p>",
        "DeleteResourceGatewayResponse$name": "<p>The name of the resource gateway.</p>",
        "GetResourceGatewayResponse$name": "<p>The name of the resource gateway.</p>",
        "ResourceGatewaySummary$name": "<p>The name of the resource gateway.</p>",
        "UpdateResourceGatewayResponse$name": "<p>The name of the resource gateway.</p>"
      }
    },
    "ResourceGatewayStatus": {
      "base": null,
      "refs": {
        "CreateResourceGatewayResponse$status": "<p>The status of the resource gateway.</p>",
        "DeleteResourceGatewayResponse$status": "<p>The status of the resource gateway.</p>",
        "GetResourceGatewayResponse$status": "<p>The status for the resource gateway.</p>",
        "ResourceGatewaySummary$status": "<p>The name of the resource gateway.</p>",
        "UpdateResourceGatewayResponse$status": "<p>The status of the resource gateway.</p>"
      }
    },
    "ResourceGatewaySummary": {
      "base": "<p>Summary information about a resource gateway.</p>",
      "refs": {
        "ResourceGatewayList$member": null
      }
    },
    "ResourceId": {
      "base": null,
      "refs": {
        "AccessLogSubscriptionSummary$resourceId": "<p>The ID of the service or service network.</p>",
        "CreateAccessLogSubscriptionResponse$resourceId": "<p>The ID of the service network or service.</p>",
        "GetAccessLogSubscriptionResponse$resourceId": "<p>The ID of the service network or service.</p>",
        "UpdateAccessLogSubscriptionResponse$resourceId": "<p>The ID of the resource.</p>"
      }
    },
    "ResourceIdentifier": {
      "base": null,
      "refs": {
        "CreateAccessLogSubscriptionRequest$resourceIdentifier": "<p>The ID or ARN of the service network or service.</p>",
        "DeleteAuthPolicyRequest$resourceIdentifier": "<p>The ID or ARN of the resource.</p>",
        "GetAuthPolicyRequest$resourceIdentifier": "<p>The ID or ARN of the service network or service.</p>",
        "ListAccessLogSubscriptionsRequest$resourceIdentifier": "<p>The ID or ARN of the service network or service.</p>",
        "PutAuthPolicyRequest$resourceIdentifier": "<p>The ID or ARN of the service network or service for which the policy is created.</p>"
      }
    },
    "ResourceNotFoundException": {
      "base": "<p>The request references a resource that does not exist.</p>",
      "refs": {
      }
    },
    "RuleAction": {
      "base": "<p>Describes the action for a rule.</p>",
      "refs": {
        "CreateListenerRequest$defaultAction": "<p>The action for the default rule. Each listener has a default rule. The default rule is used if no other rules match.</p>",
        "CreateListenerResponse$defaultAction": "<p>The action for the default rule.</p>",
        "CreateRuleRequest$action": "<p>The action for the default rule.</p>",
        "CreateRuleResponse$action": "<p>The rule action.</p>",
        "GetListenerResponse$defaultAction": "<p>The actions for the default listener rule.</p>",
        "GetRuleResponse$action": "<p>The action for the default rule.</p>",
        "RuleUpdate$action": "<p>The rule action.</p>",
        "RuleUpdateSuccess$action": "<p>The action for the rule.</p>",
        "UpdateListenerRequest$defaultAction": "<p>The action for the default rule.</p>",
        "UpdateListenerResponse$defaultAction": "<p>The action for the default rule.</p>",
        "UpdateRuleRequest$action": "<p>Information about the action for the specified listener rule.</p>",
        "UpdateRuleResponse$action": "<p>Information about the action for the specified listener rule.</p>"
      }
    },
    "RuleArn": {
      "base": null,
      "refs": {
        "CreateRuleResponse$arn": "<p>The Amazon Resource Name (ARN) of the rule.</p>",
        "GetRuleResponse$arn": "<p>The Amazon Resource Name (ARN) of the listener.</p>",
        "RuleSummary$arn": "<p>The Amazon Resource Name (ARN) of the rule.</p>",
        "RuleUpdateSuccess$arn": "<p>The Amazon Resource Name (ARN) of the listener.</p>",
        "UpdateRuleResponse$arn": "<p>The Amazon Resource Name (ARN) of the listener.</p>"
      }
    },
    "RuleId": {
      "base": null,
      "refs": {
        "CreateRuleResponse$id": "<p>The ID of the rule.</p>",
        "GetRuleResponse$id": "<p>The ID of the listener.</p>",
        "RuleSummary$id": "<p>The ID of the rule.</p>",
        "RuleUpdateSuccess$id": "<p>The ID of the listener.</p>",
        "UpdateRuleResponse$id": "<p>The ID of the listener.</p>"
      }
    },
    "RuleIdentifier": {
      "base": null,
      "refs": {
        "DeleteRuleRequest$ruleIdentifier": "<p>The ID or ARN of the rule.</p>",
        "GetRuleRequest$ruleIdentifier": "<p>The ID or ARN of the listener rule.</p>",
        "RuleUpdate$ruleIdentifier": "<p>The ID or ARN of the rule.</p>",
        "RuleUpdateFailure$ruleIdentifier": "<p>The ID or ARN of the rule.</p>",
        "UpdateRuleRequest$ruleIdentifier": "<p>The ID or ARN of the rule.</p>"
      }
    },
    "RuleMatch": {
      "base": "<p>Describes a rule match.</p>",
      "refs": {
        "CreateRuleRequest$match": "<p>The rule match.</p>",
        "CreateRuleResponse$match": "<p>The rule match. The <code>RuleMatch</code> must be an <code>HttpMatch</code>. This means that the rule should be an exact match on HTTP constraints which are made up of the HTTP method, path, and header.</p>",
        "GetRuleResponse$match": "<p>The rule match.</p>",
        "RuleUpdate$match": "<p>The rule match.</p>",
        "RuleUpdateSuccess$match": "<p>The rule match.</p>",
        "UpdateRuleRequest$match": "<p>The rule match.</p>",
        "UpdateRuleResponse$match": "<p>The rule match.</p>"
      }
    },
    "RuleName": {
      "base": null,
      "refs": {
        "CreateRuleRequest$name": "<p>The name of the rule. The name must be unique within the listener. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.</p>",
        "CreateRuleResponse$name": "<p>The name of the rule.</p>",
        "GetRuleResponse$name": "<p>The name of the listener.</p>",
        "RuleSummary$name": "<p>The name of the rule.</p>",
        "RuleUpdateSuccess$name": "<p>The name of the listener.</p>",
        "UpdateRuleResponse$name": "<p>The name of the listener.</p>"
      }
    },
    "RulePriority": {
      "base": null,
      "refs": {
        "CreateRuleRequest$priority": "<p>The priority assigned to the rule. Each rule for a specific listener must have a unique priority. The lower the priority number the higher the priority.</p>",
        "CreateRuleResponse$priority": "<p>The priority assigned to the rule. The lower the priority number the higher the priority.</p>",
        "GetRuleResponse$priority": "<p>The priority level for the specified rule.</p>",
        "RuleSummary$priority": "<p>The priority of the rule.</p>",
        "RuleUpdate$priority": "<p>The rule priority. A listener can't have multiple rules with the same priority.</p>",
        "RuleUpdateSuccess$priority": "<p>The rule priority.</p>",
        "UpdateRuleRequest$priority": "<p>The rule priority. A listener can't have multiple rules with the same priority.</p>",
        "UpdateRuleResponse$priority": "<p>The rule priority.</p>"
      }
    },
    "RuleSummary": {
      "base": "<p>Summary information about a listener rule.</p>",
      "refs": {
        "RuleSummaryList$member": null
      }
    },
    "RuleSummaryList": {
      "base": null,
      "refs": {
        "ListRulesResponse$items": "<p>Information about the rules.</p>"
      }
    },
    "RuleUpdate": {
      "base": "<p>Describes a rule update.</p>",
      "refs": {
        "RuleUpdateList$member": null
      }
    },
    "RuleUpdateFailure": {
      "base": "<p>Describes a rule update that failed.</p>",
      "refs": {
        "RuleUpdateFailureList$member": null
      }
    },
    "RuleUpdateFailureList": {
      "base": null,
      "refs": {
        "BatchUpdateRuleResponse$unsuccessful": "<p>The rules that the operation couldn't update.</p>"
      }
    },
    "RuleUpdateList": {
      "base": null,
      "refs": {
        "BatchUpdateRuleRequest$rules": "<p>The rules for the specified listener.</p>"
      }
    },
    "RuleUpdateSuccess": {
      "base": "<p>Describes a successful rule update.</p>",
      "refs": {
        "RuleUpdateSuccessList$member": null
      }
    },
    "RuleUpdateSuccessList": {
      "base": null,
      "refs": {
        "BatchUpdateRuleResponse$successful": "<p>The rules that were successfully updated.</p>"
      }
    },
    "SecurityGroupId": {
      "base": null,
      "refs": {
        "CreateResourceGatewayRequestSecurityGroupIdsList$member": null,
        "CreateServiceNetworkVpcAssociationRequestSecurityGroupIdsList$member": null,
        "SecurityGroupList$member": null,
        "UpdateResourceGatewayRequestSecurityGroupIdsList$member": null,
        "UpdateServiceNetworkVpcAssociationRequestSecurityGroupIdsList$member": null
      }
    },
    "SecurityGroupList": {
      "base": null,
      "refs": {
        "CreateResourceGatewayResponse$securityGroupIds": "<p>The IDs of the security groups for the resource gateway.</p>",
        "CreateServiceNetworkVpcAssociationResponse$securityGroupIds": "<p>The IDs of the security groups.</p>",
        "GetResourceGatewayResponse$securityGroupIds": "<p>The security group IDs associated with the resource gateway.</p>",
        "GetServiceNetworkVpcAssociationResponse$securityGroupIds": "<p>The IDs of the security groups.</p>",
        "ResourceGatewaySummary$securityGroupIds": "<p>The IDs of the security groups applied to the resource gateway.</p>",
        "UpdateResourceGatewayResponse$securityGroupIds": "<p>The IDs of the security groups associated with the resource gateway.</p>",
        "UpdateServiceNetworkVpcAssociationResponse$securityGroupIds": "<p>The IDs of the security groups.</p>"
      }
    },
    "ServiceArn": {
      "base": null,
      "refs": {
        "CreateListenerResponse$serviceArn": "<p>The Amazon Resource Name (ARN) of the service.</p>",
        "CreateServiceResponse$arn": "<p>The Amazon Resource Name (ARN) of the service.</p>",
        "DeleteServiceResponse$arn": "<p>The Amazon Resource Name (ARN) of the service.</p>",
        "GetListenerResponse$serviceArn": "<p>The Amazon Resource Name (ARN) of the service.</p>",
        "GetServiceNetworkServiceAssociationResponse$serviceArn": "<p>The Amazon Resource Name (ARN) of the service.</p>",
        "GetServiceResponse$arn": "<p>The Amazon Resource Name (ARN) of the service.</p>",
        "ServiceArnList$member": null,
        "ServiceNetworkServiceAssociationSummary$serviceArn": "<p>The Amazon Resource Name (ARN) of the service.</p>",
        "ServiceSummary$arn": "<p>The Amazon Resource Name (ARN) of the service.</p>",
        "UpdateListenerResponse$serviceArn": "<p>The Amazon Resource Name (ARN) of the service.</p>",
        "UpdateServiceResponse$arn": "<p>The Amazon Resource Name (ARN) of the service.</p>"
      }
    },
    "ServiceArnList": {
      "base": null,
      "refs": {
        "GetTargetGroupResponse$serviceArns": "<p>The Amazon Resource Names (ARNs) of the service.</p>",
        "TargetGroupSummary$serviceArns": "<p>The Amazon Resource Names (ARNs) of the service.</p>"
      }
    },
    "ServiceCustomDomainName": {
      "base": null,
      "refs": {
        "CreateServiceNetworkServiceAssociationResponse$customDomainName": "<p>The custom domain name of the service.</p>",
        "CreateServiceRequest$customDomainName": "<p>The custom domain name of the service.</p>",
        "CreateServiceResponse$customDomainName": "<p>The custom domain name of the service.</p>",
        "GetServiceNetworkServiceAssociationResponse$customDomainName": "<p>The custom domain name of the service.</p>",
        "GetServiceResponse$customDomainName": "<p>The custom domain name of the service.</p>",
        "ServiceNetworkServiceAssociationSummary$customDomainName": "<p>The custom domain name of the service.</p>",
        "ServiceSummary$customDomainName": "<p>The custom domain name of the service.</p>",
        "UpdateServiceResponse$customDomainName": "<p>The custom domain name of the service.</p>"
      }
    },
    "ServiceId": {
      "base": null,
      "refs": {
        "CreateListenerResponse$serviceId": "<p>The ID of the service.</p>",
        "CreateServiceResponse$id": "<p>The ID of the service.</p>",
        "DeleteServiceResponse$id": "<p>The ID of the service.</p>",
        "GetListenerResponse$serviceId": "<p>The ID of the service.</p>",
        "GetServiceNetworkServiceAssociationResponse$serviceId": "<p>The ID of the service.</p>",
        "GetServiceResponse$id": "<p>The ID of the service.</p>",
        "ServiceNetworkServiceAssociationSummary$serviceId": "<p>The ID of the service.</p>",
        "ServiceSummary$id": "<p>The ID of the service.</p>",
        "UpdateListenerResponse$serviceId": "<p>The ID of the service.</p>",
        "UpdateServiceResponse$id": "<p>The ID of the service.</p>"
      }
    },
    "ServiceIdentifier": {
      "base": null,
      "refs": {
        "BatchUpdateRuleRequest$serviceIdentifier": "<p>The ID or ARN of the service.</p>",
        "CreateListenerRequest$serviceIdentifier": "<p>The ID or ARN of the service.</p>",
        "CreateRuleRequest$serviceIdentifier": "<p>The ID or ARN of the service.</p>",
        "CreateServiceNetworkServiceAssociationRequest$serviceIdentifier": "<p>The ID or ARN of the service.</p>",
        "DeleteListenerRequest$serviceIdentifier": "<p>The ID or ARN of the service.</p>",
        "DeleteRuleRequest$serviceIdentifier": "<p>The ID or ARN of the service.</p>",
        "DeleteServiceRequest$serviceIdentifier": "<p>The ID or ARN of the service.</p>",
        "GetListenerRequest$serviceIdentifier": "<p>The ID or ARN of the service.</p>",
        "GetRuleRequest$serviceIdentifier": "<p>The ID or ARN of the service.</p>",
        "GetServiceRequest$serviceIdentifier": "<p>The ID or ARN of the service.</p>",
        "ListListenersRequest$serviceIdentifier": "<p>The ID or ARN of the service.</p>",
        "ListRulesRequest$serviceIdentifier": "<p>The ID or ARN of the service.</p>",
        "ListServiceNetworkServiceAssociationsRequest$serviceIdentifier": "<p>The ID or ARN of the service.</p>",
        "UpdateListenerRequest$serviceIdentifier": "<p>The ID or ARN of the service.</p>",
        "UpdateRuleRequest$serviceIdentifier": "<p>The ID or ARN of the service.</p>",
        "UpdateServiceRequest$serviceIdentifier": "<p>The ID or ARN of the service.</p>"
      }
    },
    "ServiceList": {
      "base": null,
      "refs": {
        "ListServicesResponse$items": "<p>Information about the services.</p>"
      }
    },
    "ServiceName": {
      "base": null,
      "refs": {
        "CreateServiceRequest$name": "<p>The name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.</p>",
        "CreateServiceResponse$name": "<p>The name of the service.</p>",
        "DeleteServiceResponse$name": "<p>The name of the service.</p>",
        "GetServiceNetworkServiceAssociationResponse$serviceName": "<p>The name of the service.</p>",
        "GetServiceResponse$name": "<p>The name of the service.</p>",
        "ServiceNetworkServiceAssociationSummary$serviceName": "<p>The name of the service.</p>",
        "ServiceSummary$name": "<p>The name of the service.</p>",
        "UpdateServiceResponse$name": "<p>The name of the service.</p>"
      }
    },
    "ServiceNetworkArn": {
      "base": null,
      "refs": {
        "CreateServiceNetworkResponse$arn": "<p>The Amazon Resource Name (ARN) of the service network.</p>",
        "GetServiceNetworkResponse$arn": "<p>The Amazon Resource Name (ARN) of the service network.</p>",
        "GetServiceNetworkServiceAssociationResponse$serviceNetworkArn": "<p>The Amazon Resource Name (ARN) of the service network.</p>",
        "GetServiceNetworkVpcAssociationResponse$serviceNetworkArn": "<p>The Amazon Resource Name (ARN) of the service network.</p>",
        "ServiceNetworkEndpointAssociation$serviceNetworkArn": "<p>The Amazon Resource Name (ARN) of the service network.</p>",
        "ServiceNetworkServiceAssociationSummary$serviceNetworkArn": "<p>The Amazon Resource Name (ARN) of the service network.</p>",
        "ServiceNetworkSummary$arn": "<p>The Amazon Resource Name (ARN) of the service network.</p>",
        "ServiceNetworkVpcAssociationSummary$serviceNetworkArn": "<p>The Amazon Resource Name (ARN) of the service network.</p>",
        "UpdateServiceNetworkResponse$arn": "<p>The Amazon Resource Name (ARN) of the service network.</p>"
      }
    },
    "ServiceNetworkArnWithoutRegex": {
      "base": null,
      "refs": {
        "ServiceNetworkResourceAssociationSummary$serviceNetworkArn": "<p>The Amazon Resource Name (ARN) of the service network associated with the resource configuration.</p>"
      }
    },
    "ServiceNetworkEndpointAssociation": {
      "base": "<p>Describes the association between a service network and a VPC endpoint.</p>",
      "refs": {
        "ServiceNetworkVpcEndpointAssociationList$member": null
      }
    },
    "ServiceNetworkId": {
      "base": null,
      "refs": {
        "CreateServiceNetworkResponse$id": "<p>The ID of the service network.</p>",
        "GetServiceNetworkResponse$id": "<p>The ID of the service network.</p>",
        "GetServiceNetworkServiceAssociationResponse$serviceNetworkId": "<p>The ID of the service network.</p>",
        "GetServiceNetworkVpcAssociationResponse$serviceNetworkId": "<p>The ID of the service network.</p>",
        "ServiceNetworkServiceAssociationSummary$serviceNetworkId": "<p>The ID of the service network.</p>",
        "ServiceNetworkSummary$id": "<p>The ID of the service network.</p>",
        "ServiceNetworkVpcAssociationSummary$serviceNetworkId": "<p>The ID of the service network.</p>",
        "UpdateServiceNetworkResponse$id": "<p>The ID of the service network.</p>"
      }
    },
    "ServiceNetworkIdentifier": {
      "base": null,
      "refs": {
        "CreateServiceNetworkServiceAssociationRequest$serviceNetworkIdentifier": "<p>The ID or ARN of the service network. You must use an ARN if the resources are in different accounts.</p>",
        "CreateServiceNetworkVpcAssociationRequest$serviceNetworkIdentifier": "<p>The ID or ARN of the service network. You must use an ARN if the resources are in different accounts.</p>",
        "DeleteServiceNetworkRequest$serviceNetworkIdentifier": "<p>The ID or ARN of the service network.</p>",
        "GetServiceNetworkRequest$serviceNetworkIdentifier": "<p>The ID or ARN of the service network.</p>",
        "ListServiceNetworkResourceAssociationsRequest$serviceNetworkIdentifier": "<p>The ID of the service network.</p>",
        "ListServiceNetworkServiceAssociationsRequest$serviceNetworkIdentifier": "<p>The ID or ARN of the service network.</p>",
        "ListServiceNetworkVpcAssociationsRequest$serviceNetworkIdentifier": "<p>The ID or ARN of the service network.</p>",
        "ListServiceNetworkVpcEndpointAssociationsRequest$serviceNetworkIdentifier": "<p>The ID of the service network associated with the VPC endpoint.</p>",
        "UpdateServiceNetworkRequest$serviceNetworkIdentifier": "<p>The ID or ARN of the service network.</p>"
      }
    },
    "ServiceNetworkIdentifierWithoutRegex": {
      "base": null,
      "refs": {
        "CreateServiceNetworkResourceAssociationRequest$serviceNetworkIdentifier": "<p>The ID of the service network to associate with the resource configuration.</p>",
        "GetServiceNetworkResourceAssociationResponse$serviceNetworkArn": "<p>The Amazon Resource Name (ARN) of the service network that is associated with the resource configuration.</p>",
        "GetServiceNetworkResourceAssociationResponse$serviceNetworkId": "<p>The ID of the service network that is associated with the resource configuration.</p>",
        "ServiceNetworkResourceAssociationSummary$serviceNetworkId": "<p>The ID of the service network associated with the resource configuration.</p>"
      }
    },
    "ServiceNetworkList": {
      "base": null,
      "refs": {
        "ListServiceNetworksResponse$items": "<p>Information about the service networks.</p>"
      }
    },
    "ServiceNetworkLogType": {
      "base": null,
      "refs": {
        "AccessLogSubscriptionSummary$serviceNetworkLogType": "<p>Log type of the service network.</p>",
        "CreateAccessLogSubscriptionRequest$serviceNetworkLogType": "<p>The type of log that monitors your Amazon VPC Lattice service networks.</p>",
        "CreateAccessLogSubscriptionResponse$serviceNetworkLogType": "<p>The type of log that monitors your Amazon VPC Lattice service networks.</p>",
        "GetAccessLogSubscriptionResponse$serviceNetworkLogType": "<p>The log type for the service network.</p>"
      }
    },
    "ServiceNetworkName": {
      "base": null,
      "refs": {
        "CreateServiceNetworkRequest$name": "<p>The name of the service network. The name must be unique to the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.</p>",
        "CreateServiceNetworkResponse$name": "<p>The name of the service network.</p>",
        "GetServiceNetworkResponse$name": "<p>The name of the service network.</p>",
        "GetServiceNetworkServiceAssociationResponse$serviceNetworkName": "<p>The name of the service network.</p>",
        "GetServiceNetworkVpcAssociationResponse$serviceNetworkName": "<p>The name of the service network.</p>",
        "ServiceNetworkServiceAssociationSummary$serviceNetworkName": "<p>The name of the service network.</p>",
        "ServiceNetworkSummary$name": "<p>The name of the service network.</p>",
        "ServiceNetworkVpcAssociationSummary$serviceNetworkName": "<p>The name of the service network.</p>",
        "UpdateServiceNetworkResponse$name": "<p>The name of the service network.</p>"
      }
    },
    "ServiceNetworkNameWithoutRegex": {
      "base": null,
      "refs": {
        "GetServiceNetworkResourceAssociationResponse$serviceNetworkName": "<p>The name of the service network that is associated with the resource configuration.</p>",
        "ServiceNetworkResourceAssociationSummary$serviceNetworkName": "<p>The name of the service network associated with the resource configuration.</p>"
      }
    },
    "ServiceNetworkResourceAssociationArn": {
      "base": null,
      "refs": {
        "CreateServiceNetworkResourceAssociationResponse$arn": "<p>The Amazon Resource Name (ARN) of the association.</p>",
        "DeleteServiceNetworkResourceAssociationResponse$arn": "<p>The Amazon Resource Name (ARN) of the association.</p>",
        "GetServiceNetworkResourceAssociationResponse$arn": "<p>The Amazon Resource Name (ARN) of the association.</p>",
        "ServiceNetworkResourceAssociationSummary$arn": "<p>The Amazon Resource Name (ARN) of the association.</p>"
      }
    },
    "ServiceNetworkResourceAssociationId": {
      "base": null,
      "refs": {
        "CreateServiceNetworkResourceAssociationResponse$id": "<p>The ID of the association.</p>",
        "DeleteServiceNetworkResourceAssociationResponse$id": "<p>The ID of the association.</p>",
        "GetServiceNetworkResourceAssociationResponse$id": "<p>The ID of the association.</p>",
        "ServiceNetworkResourceAssociationSummary$id": "<p>The ID of the association between the service network and resource configuration.</p>"
      }
    },
    "ServiceNetworkResourceAssociationIdentifier": {
      "base": null,
      "refs": {
        "DeleteServiceNetworkResourceAssociationRequest$serviceNetworkResourceAssociationIdentifier": "<p>The ID of the association.</p>",
        "GetServiceNetworkResourceAssociationRequest$serviceNetworkResourceAssociationIdentifier": "<p>The ID of the association.</p>"
      }
    },
    "ServiceNetworkResourceAssociationList": {
      "base": null,
      "refs": {
        "ListServiceNetworkResourceAssociationsResponse$items": "<p>Information about the associations.</p>"
      }
    },
    "ServiceNetworkResourceAssociationStatus": {
      "base": null,
      "refs": {
        "CreateServiceNetworkResourceAssociationResponse$status": "<p>The status of the association.</p>",
        "DeleteServiceNetworkResourceAssociationResponse$status": "<p>The status of the association.</p>",
        "GetServiceNetworkResourceAssociationResponse$status": "<p>The status of the association.</p>",
        "ServiceNetworkResourceAssociationSummary$status": "<p>The status of the service network associated with the resource configuration.</p>"
      }
    },
    "ServiceNetworkResourceAssociationSummary": {
      "base": "<p>Summary information about an association between a service network and a resource configuration.</p>",
      "refs": {
        "ServiceNetworkResourceAssociationList$member": null
      }
    },
    "ServiceNetworkServiceAssociationArn": {
      "base": null,
      "refs": {
        "CreateServiceNetworkServiceAssociationResponse$arn": "<p>The Amazon Resource Name (ARN) of the association.</p>",
        "DeleteServiceNetworkServiceAssociationResponse$arn": "<p>The Amazon Resource Name (ARN) of the association.</p>",
        "GetServiceNetworkServiceAssociationResponse$arn": "<p>The Amazon Resource Name (ARN) of the association.</p>",
        "ServiceNetworkServiceAssociationSummary$arn": "<p>The Amazon Resource Name (ARN) of the association.</p>"
      }
    },
    "ServiceNetworkServiceAssociationIdentifier": {
      "base": null,
      "refs": {
        "CreateServiceNetworkServiceAssociationResponse$id": "<p>The ID of the association.</p>",
        "DeleteServiceNetworkServiceAssociationRequest$serviceNetworkServiceAssociationIdentifier": "<p>The ID or ARN of the association.</p>",
        "DeleteServiceNetworkServiceAssociationResponse$id": "<p>The ID of the association.</p>",
        "GetServiceNetworkServiceAssociationRequest$serviceNetworkServiceAssociationIdentifier": "<p>The ID or ARN of the association.</p>",
        "GetServiceNetworkServiceAssociationResponse$id": "<p>The ID of the service network and service association.</p>",
        "ServiceNetworkServiceAssociationSummary$id": "<p>The ID of the association.</p>"
      }
    },
    "ServiceNetworkServiceAssociationList": {
      "base": null,
      "refs": {
        "ListServiceNetworkServiceAssociationsResponse$items": "<p>Information about the associations.</p>"
      }
    },
    "ServiceNetworkServiceAssociationStatus": {
      "base": null,
      "refs": {
        "CreateServiceNetworkServiceAssociationResponse$status": "<p>The association status.</p>",
        "DeleteServiceNetworkServiceAssociationResponse$status": "<p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>. However, if you retry it when the status is <code>DELETE_IN_PROGRESS</code>, there is no change in the status.</p>",
        "GetServiceNetworkServiceAssociationResponse$status": "<p>The status of the association.</p>",
        "ServiceNetworkServiceAssociationSummary$status": "<p>The status. If the deletion fails, try to delete again.</p>"
      }
    },
    "ServiceNetworkServiceAssociationSummary": {
      "base": "<p>Summary information about an association between a service network and a service.</p>",
      "refs": {
        "ServiceNetworkServiceAssociationList$member": null
      }
    },
    "ServiceNetworkSummary": {
      "base": "<p>Summary information about a service network.</p>",
      "refs": {
        "ServiceNetworkList$member": null
      }
    },
    "ServiceNetworkVpcAssociationArn": {
      "base": null,
      "refs": {
        "CreateServiceNetworkVpcAssociationResponse$arn": "<p>The Amazon Resource Name (ARN) of the association.</p>",
        "DeleteServiceNetworkVpcAssociationResponse$arn": "<p>The Amazon Resource Name (ARN) of the association.</p>",
        "GetServiceNetworkVpcAssociationResponse$arn": "<p>The Amazon Resource Name (ARN) of the association.</p>",
        "ServiceNetworkVpcAssociationSummary$arn": "<p>The Amazon Resource Name (ARN) of the association.</p>",
        "UpdateServiceNetworkVpcAssociationResponse$arn": "<p>The Amazon Resource Name (ARN) of the association.</p>"
      }
    },
    "ServiceNetworkVpcAssociationId": {
      "base": null,
      "refs": {
        "CreateServiceNetworkVpcAssociationResponse$id": "<p>The ID of the association.</p>",
        "DeleteServiceNetworkVpcAssociationResponse$id": "<p>The ID of the association.</p>",
        "GetServiceNetworkVpcAssociationResponse$id": "<p>The ID of the association.</p>",
        "ServiceNetworkVpcAssociationSummary$id": "<p>The ID of the association.</p>",
        "UpdateServiceNetworkVpcAssociationResponse$id": "<p>The ID of the association.</p>"
      }
    },
    "ServiceNetworkVpcAssociationIdentifier": {
      "base": null,
      "refs": {
        "DeleteServiceNetworkVpcAssociationRequest$serviceNetworkVpcAssociationIdentifier": "<p>The ID or ARN of the association.</p>",
        "GetServiceNetworkVpcAssociationRequest$serviceNetworkVpcAssociationIdentifier": "<p>The ID or ARN of the association.</p>",
        "UpdateServiceNetworkVpcAssociationRequest$serviceNetworkVpcAssociationIdentifier": "<p>The ID or ARN of the association.</p>"
      }
    },
    "ServiceNetworkVpcAssociationList": {
      "base": null,
      "refs": {
        "ListServiceNetworkVpcAssociationsResponse$items": "<p>Information about the associations.</p>"
      }
    },
    "ServiceNetworkVpcAssociationStatus": {
      "base": null,
      "refs": {
        "CreateServiceNetworkVpcAssociationResponse$status": "<p>The association status.</p>",
        "DeleteServiceNetworkVpcAssociationResponse$status": "<p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>. However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, there is no change in the status.</p>",
        "GetServiceNetworkVpcAssociationResponse$status": "<p>The status of the association.</p>",
        "ServiceNetworkVpcAssociationSummary$status": "<p>The status.</p>",
        "UpdateServiceNetworkVpcAssociationResponse$status": "<p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>. However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, there is no change in the status.</p>"
      }
    },
    "ServiceNetworkVpcAssociationSummary": {
      "base": "<p>Summary information about an association between a service network and a VPC.</p>",
      "refs": {
        "ServiceNetworkVpcAssociationList$member": null
      }
    },
    "ServiceNetworkVpcEndpointAssociationList": {
      "base": null,
      "refs": {
        "ListServiceNetworkVpcEndpointAssociationsResponse$items": "<p>Information about the association between the VPC endpoint and service network.</p>"
      }
    },
    "ServiceQuotaExceededException": {
      "base": "<p>The request would cause a service quota to be exceeded.</p>",
      "refs": {
      }
    },
    "ServiceStatus": {
      "base": null,
      "refs": {
        "CreateServiceResponse$status": "<p>The status. If the status is <code>CREATE_FAILED</code>, you must delete and recreate the service.</p>",
        "DeleteServiceResponse$status": "<p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>. However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, the status doesn't change.</p>",
        "GetServiceResponse$status": "<p>The status of the service.</p>",
        "ServiceSummary$status": "<p>The status.</p>"
      }
    },
    "ServiceSummary": {
      "base": "<p>Summary information about a service.</p>",
      "refs": {
        "ServiceList$member": null
      }
    },
    "SharingConfig": {
      "base": "<p>Specifies if the service network should be enabled for sharing.</p>",
      "refs": {
        "CreateServiceNetworkRequest$sharingConfig": "<p>Specify if the service network should be enabled for sharing.</p>",
        "CreateServiceNetworkResponse$sharingConfig": "<p>Specifies if the service network is enabled for sharing.</p>",
        "GetServiceNetworkResponse$sharingConfig": "<p>Specifies if the service network is enabled for sharing.</p>"
      }
    },
    "String": {
      "base": null,
      "refs": {
        "AccessDeniedException$message": null,
        "ConflictException$message": null,
        "ConflictException$resourceId": "<p>The resource ID.</p>",
        "ConflictException$resourceType": "<p>The resource type.</p>",
        "CreateResourceConfigurationResponse$failureReason": "<p>The reason that the request failed.</p>",
        "DnsEntry$domainName": "<p>The domain name of the service.</p>",
        "DnsEntry$hostedZoneId": "<p>The ID of the hosted zone.</p>",
        "GetResourceConfigurationResponse$failureReason": "<p>The reason the create-resource-configuration request failed.</p>",
        "GetServiceNetworkResourceAssociationResponse$failureCode": "<p>The failure code.</p>",
        "GetServiceNetworkResourceAssociationResponse$failureReason": "<p>The reason the association request failed.</p>",
        "GetServiceNetworkServiceAssociationResponse$failureCode": "<p>The failure code.</p>",
        "GetServiceNetworkServiceAssociationResponse$failureMessage": "<p>The failure message.</p>",
        "GetServiceNetworkVpcAssociationResponse$failureCode": "<p>The failure code.</p>",
        "GetServiceNetworkVpcAssociationResponse$failureMessage": "<p>The failure message.</p>",
        "GetTargetGroupResponse$failureCode": "<p>The failure code.</p>",
        "GetTargetGroupResponse$failureMessage": "<p>The failure message.</p>",
        "InternalServerException$message": null,
        "ResourceNotFoundException$message": null,
        "ResourceNotFoundException$resourceId": "<p>The resource ID.</p>",
        "ResourceNotFoundException$resourceType": "<p>The resource type.</p>",
        "ServiceNetworkEndpointAssociation$id": "<p>The ID of the association.</p>",
        "ServiceNetworkEndpointAssociation$state": "<p>The state of the association.</p>",
        "ServiceNetworkEndpointAssociation$vpcEndpointId": "<p>The ID of the VPC endpoint associated with the service network.</p>",
        "ServiceNetworkEndpointAssociation$vpcEndpointOwnerId": "<p>The owner of the VPC endpoint associated with the service network.</p>",
        "ServiceNetworkEndpointAssociation$vpcId": "<p>The ID of the VPC for the association.</p>",
        "ServiceNetworkResourceAssociationSummary$failureCode": "<p>The failure code.</p>",
        "ServiceQuotaExceededException$message": null,
        "ServiceQuotaExceededException$quotaCode": "<p>The ID of the service quota that was exceeded.</p>",
        "ServiceQuotaExceededException$resourceId": "<p>The resource ID.</p>",
        "ServiceQuotaExceededException$resourceType": "<p>The resource type.</p>",
        "ServiceQuotaExceededException$serviceCode": "<p>The service code.</p>",
        "TargetFailure$failureCode": "<p>The failure code.</p>",
        "TargetFailure$failureMessage": "<p>The failure message.</p>",
        "TargetFailure$id": "<p>The ID of the target. If the target group type is <code>INSTANCE</code>, this is an instance ID. If the target group type is <code>IP</code>, this is an IP address. If the target group type is <code>LAMBDA</code>, this is the ARN of a Lambda function. If the target group type is <code>ALB</code>, this is the ARN of an Application Load Balancer.</p>",
        "TargetSummary$id": "<p>The ID of the target. If the target group type is <code>INSTANCE</code>, this is an instance ID. If the target group type is <code>IP</code>, this is an IP address. If the target group type is <code>LAMBDA</code>, this is the ARN of a Lambda function. If the target type is <code>ALB</code>, this is the ARN of an Application Load Balancer.</p>",
        "TargetSummary$reasonCode": "<p>The code for why the target status is what it is.</p>",
        "ThrottlingException$message": null,
        "ThrottlingException$quotaCode": "<p>The ID of the service quota that was exceeded.</p>",
        "ThrottlingException$serviceCode": "<p>The service code.</p>",
        "ValidationException$message": null,
        "ValidationExceptionField$message": "<p>Additional information about why the validation failed.</p>",
        "ValidationExceptionField$name": "<p>The name of the validation exception.</p>"
      }
    },
    "SubnetId": {
      "base": null,
      "refs": {
        "SubnetList$member": null
      }
    },
    "SubnetList": {
      "base": null,
      "refs": {
        "CreateResourceGatewayRequest$subnetIds": "<p>The IDs of the VPC subnets in which to create the resource gateway.</p>",
        "CreateResourceGatewayResponse$subnetIds": "<p>The IDs of the resource gateway subnets.</p>",
        "GetResourceGatewayResponse$subnetIds": "<p>The IDs of the VPC subnets for resource gateway.</p>",
        "ResourceGatewaySummary$subnetIds": "<p>The IDs of the VPC subnets for the resource gateway.</p>",
        "UpdateResourceGatewayResponse$subnetIds": "<p>The IDs of the VPC subnets for the resource gateway.</p>"
      }
    },
    "TagKey": {
      "base": null,
      "refs": {
        "TagKeys$member": null,
        "TagMap$key": "<p>The key of the tag.</p> <p>Constraints: Tag keys are case-sensitive and accept a maximum of 128 Unicode characters. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @ May not begin with <code>aws:</code>.</p>"
      }
    },
    "TagKeys": {
      "base": null,
      "refs": {
        "UntagResourceRequest$tagKeys": "<p>The tag keys of the tags to remove.</p>"
      }
    },
    "TagMap": {
      "base": null,
      "refs": {
        "CreateAccessLogSubscriptionRequest$tags": "<p>The tags for the access log subscription.</p>",
        "CreateListenerRequest$tags": "<p>The tags for the listener.</p>",
        "CreateResourceConfigurationRequest$tags": "<p>The tags for the resource configuration.</p>",
        "CreateResourceGatewayRequest$tags": "<p>The tags for the resource gateway.</p>",
        "CreateRuleRequest$tags": "<p>The tags for the rule.</p>",
        "CreateServiceNetworkRequest$tags": "<p>The tags for the service network.</p>",
        "CreateServiceNetworkResourceAssociationRequest$tags": "<p>The tags for the association.</p>",
        "CreateServiceNetworkServiceAssociationRequest$tags": "<p>The tags for the association.</p>",
        "CreateServiceNetworkVpcAssociationRequest$tags": "<p>The tags for the association.</p>",
        "CreateServiceRequest$tags": "<p>The tags for the service.</p>",
        "CreateTargetGroupRequest$tags": "<p>The tags for the target group.</p>",
        "ListTagsForResourceResponse$tags": "<p>Information about the tags.</p>",
        "TagResourceRequest$tags": "<p>The tags for the resource.</p>"
      }
    },
    "TagResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "TagResourceResponse": {
      "base": null,
      "refs": {
      }
    },
    "TagValue": {
      "base": null,
      "refs": {
        "TagMap$value": "<p>The value of the tag.</p> <p>Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @</p>"
      }
    },
    "Target": {
      "base": "<p>Describes a target.</p>",
      "refs": {
        "DeregisterTargetsRequestTargetsList$member": null,
        "ListTargetsRequestTargetsList$member": null,
        "RegisterTargetsRequestTargetsList$member": null,
        "TargetList$member": null
      }
    },
    "TargetFailure": {
      "base": "<p>Describes a target failure.</p>",
      "refs": {
        "TargetFailureList$member": null
      }
    },
    "TargetFailureList": {
      "base": null,
      "refs": {
        "DeregisterTargetsResponse$unsuccessful": "<p>The targets that the operation couldn't deregister.</p>",
        "RegisterTargetsResponse$unsuccessful": "<p>The targets that were not registered.</p>"
      }
    },
    "TargetGroupArn": {
      "base": null,
      "refs": {
        "CreateTargetGroupResponse$arn": "<p>The Amazon Resource Name (ARN) of the target group.</p>",
        "DeleteTargetGroupResponse$arn": "<p>The Amazon Resource Name (ARN) of the target group.</p>",
        "GetTargetGroupResponse$arn": "<p>The Amazon Resource Name (ARN) of the target group.</p>",
        "TargetGroupSummary$arn": "<p>The ARN (Amazon Resource Name) of the target group.</p>",
        "UpdateTargetGroupResponse$arn": "<p>The Amazon Resource Name (ARN) of the target group.</p>"
      }
    },
    "TargetGroupConfig": {
      "base": "<p>Describes the configuration of a target group.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/target-groups.html\">Target groups</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>",
      "refs": {
        "CreateTargetGroupRequest$config": "<p>The target group configuration.</p>",
        "CreateTargetGroupResponse$config": "<p>The target group configuration.</p>",
        "GetTargetGroupResponse$config": "<p>The target group configuration.</p>",
        "UpdateTargetGroupResponse$config": "<p>The target group configuration.</p>"
      }
    },
    "TargetGroupId": {
      "base": null,
      "refs": {
        "CreateTargetGroupResponse$id": "<p>The ID of the target group.</p>",
        "DeleteTargetGroupResponse$id": "<p>The ID of the target group.</p>",
        "GetTargetGroupResponse$id": "<p>The ID of the target group.</p>",
        "TargetGroupSummary$id": "<p>The ID of the target group.</p>",
        "UpdateTargetGroupResponse$id": "<p>The ID of the target group.</p>"
      }
    },
    "TargetGroupIdentifier": {
      "base": null,
      "refs": {
        "DeleteTargetGroupRequest$targetGroupIdentifier": "<p>The ID or ARN of the target group.</p>",
        "DeregisterTargetsRequest$targetGroupIdentifier": "<p>The ID or ARN of the target group.</p>",
        "GetTargetGroupRequest$targetGroupIdentifier": "<p>The ID or ARN of the target group.</p>",
        "ListTargetsRequest$targetGroupIdentifier": "<p>The ID or ARN of the target group.</p>",
        "RegisterTargetsRequest$targetGroupIdentifier": "<p>The ID or ARN of the target group.</p>",
        "UpdateTargetGroupRequest$targetGroupIdentifier": "<p>The ID or ARN of the target group.</p>",
        "WeightedTargetGroup$targetGroupIdentifier": "<p>The ID or ARN of the target group.</p>"
      }
    },
    "TargetGroupList": {
      "base": null,
      "refs": {
        "ListTargetGroupsResponse$items": "<p>Information about the target groups.</p>"
      }
    },
    "TargetGroupName": {
      "base": null,
      "refs": {
        "CreateTargetGroupRequest$name": "<p>The name of the target group. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.</p>",
        "CreateTargetGroupResponse$name": "<p>The name of the target group.</p>",
        "GetTargetGroupResponse$name": "<p>The name of the target group.</p>",
        "TargetGroupSummary$name": "<p>The name of the target group.</p>",
        "UpdateTargetGroupResponse$name": "<p>The name of the target group.</p>"
      }
    },
    "TargetGroupProtocol": {
      "base": null,
      "refs": {
        "HealthCheckConfig$protocol": "<p>The protocol used when performing health checks on targets. The possible protocols are <code>HTTP</code> and <code>HTTPS</code>. The default is <code>HTTP</code>.</p>",
        "TargetGroupConfig$protocol": "<p>The protocol to use for routing traffic to the targets. The default is the protocol of the target group. Not supported if the target group type is <code>LAMBDA</code>.</p>",
        "TargetGroupSummary$protocol": "<p>The protocol of the target group.</p>"
      }
    },
    "TargetGroupProtocolVersion": {
      "base": null,
      "refs": {
        "TargetGroupConfig$protocolVersion": "<p>The protocol version. The default is <code>HTTP1</code>. Not supported if the target group type is <code>LAMBDA</code>.</p>"
      }
    },
    "TargetGroupStatus": {
      "base": null,
      "refs": {
        "CreateTargetGroupResponse$status": "<p>The status. You can retry the operation if the status is <code>CREATE_FAILED</code>. However, if you retry it while the status is <code>CREATE_IN_PROGRESS</code>, there is no change in the status.</p>",
        "DeleteTargetGroupResponse$status": "<p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>. However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, the status doesn't change.</p>",
        "GetTargetGroupResponse$status": "<p>The status.</p>",
        "TargetGroupSummary$status": "<p>The status.</p>",
        "UpdateTargetGroupResponse$status": "<p>The status.</p>"
      }
    },
    "TargetGroupSummary": {
      "base": "<p>Summary information about a target group.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc-lattice/latest/ug/target-groups.html\">Target groups</a> in the <i>Amazon VPC Lattice User Guide</i>.</p>",
      "refs": {
        "TargetGroupList$member": null
      }
    },
    "TargetGroupType": {
      "base": null,
      "refs": {
        "CreateTargetGroupRequest$type": "<p>The type of target group.</p>",
        "CreateTargetGroupResponse$type": "<p>The type of target group.</p>",
        "GetTargetGroupResponse$type": "<p>The target group type.</p>",
        "ListTargetGroupsRequest$targetGroupType": "<p>The target group type.</p>",
        "TargetGroupSummary$type": "<p>The target group type.</p>",
        "UpdateTargetGroupResponse$type": "<p>The target group type.</p>"
      }
    },
    "TargetGroupWeight": {
      "base": null,
      "refs": {
        "WeightedTargetGroup$weight": "<p>Only required if you specify multiple target groups for a forward action. The weight determines how requests are distributed to the target group. For example, if you specify two target groups, each with a weight of 10, each target group receives half the requests. If you specify two target groups, one with a weight of 10 and the other with a weight of 20, the target group with a weight of 20 receives twice as many requests as the other target group. If there's only one target group specified, then the default value is 100.</p>"
      }
    },
    "TargetIdString": {
      "base": null,
      "refs": {
        "Target$id": "<p>The ID of the target. If the target group type is <code>INSTANCE</code>, this is an instance ID. If the target group type is <code>IP</code>, this is an IP address. If the target group type is <code>LAMBDA</code>, this is the ARN of a Lambda function. If the target group type is <code>ALB</code>, this is the ARN of an Application Load Balancer.</p>"
      }
    },
    "TargetList": {
      "base": null,
      "refs": {
        "DeregisterTargetsResponse$successful": "<p>The targets that were successfully deregistered.</p>",
        "RegisterTargetsResponse$successful": "<p>The targets that were successfully registered.</p>"
      }
    },
    "TargetStatus": {
      "base": null,
      "refs": {
        "TargetSummary$status": "<p>The status of the target.</p> <ul> <li> <p> <code>DRAINING</code>: The target is being deregistered. No new connections are sent to this target while current connections are being drained. The default draining time is 5 minutes.</p> </li> <li> <p> <code>UNAVAILABLE</code>: Health checks are unavailable for the target group.</p> </li> <li> <p> <code>HEALTHY</code>: The target is healthy.</p> </li> <li> <p> <code>UNHEALTHY</code>: The target is unhealthy.</p> </li> <li> <p> <code>INITIAL</code>: Initial health checks on the target are being performed.</p> </li> <li> <p> <code>UNUSED</code>: Target group is not used in a service.</p> </li> </ul>"
      }
    },
    "TargetSummary": {
      "base": "<p>Summary information about a target.</p>",
      "refs": {
        "TargetSummaryList$member": null
      }
    },
    "TargetSummaryList": {
      "base": null,
      "refs": {
        "ListTargetsResponse$items": "<p>Information about the targets.</p>"
      }
    },
    "ThrottlingException": {
      "base": "<p>The limit on the number of requests per second was exceeded.</p>",
      "refs": {
      }
    },
    "Timestamp": {
      "base": null,
      "refs": {
        "AccessLogSubscriptionSummary$createdAt": "<p>The date and time that the access log subscription was created, in ISO-8601 format.</p>",
        "AccessLogSubscriptionSummary$lastUpdatedAt": "<p>The date and time that the access log subscription was last updated, in ISO-8601 format.</p>",
        "CreateResourceConfigurationResponse$createdAt": "<p>The date and time that the resource configuration was created, in ISO-8601 format.</p>",
        "GetAccessLogSubscriptionResponse$createdAt": "<p>The date and time that the access log subscription was created, in ISO-8601 format.</p>",
        "GetAccessLogSubscriptionResponse$lastUpdatedAt": "<p>The date and time that the access log subscription was last updated, in ISO-8601 format.</p>",
        "GetAuthPolicyResponse$createdAt": "<p>The date and time that the auth policy was created, in ISO-8601 format.</p>",
        "GetAuthPolicyResponse$lastUpdatedAt": "<p>The date and time that the auth policy was last updated, in ISO-8601 format.</p>",
        "GetListenerResponse$createdAt": "<p>The date and time that the listener was created, in ISO-8601 format.</p>",
        "GetListenerResponse$lastUpdatedAt": "<p>The date and time that the listener was last updated, in ISO-8601 format.</p>",
        "GetResourceConfigurationResponse$createdAt": "<p>The date and time that the resource configuration was created, in ISO-8601 format.</p>",
        "GetResourceConfigurationResponse$lastUpdatedAt": "<p>The most recent date and time that the resource configuration was updated, in ISO-8601 format.</p>",
        "GetResourceGatewayResponse$createdAt": "<p>The date and time that the resource gateway was created, in ISO-8601 format.</p>",
        "GetResourceGatewayResponse$lastUpdatedAt": "<p>The date and time that the resource gateway was last updated, in ISO-8601 format.</p>",
        "GetRuleResponse$createdAt": "<p>The date and time that the listener rule was created, in ISO-8601 format.</p>",
        "GetRuleResponse$lastUpdatedAt": "<p>The date and time that the listener rule was last updated, in ISO-8601 format.</p>",
        "GetServiceNetworkResourceAssociationResponse$createdAt": "<p>The date and time that the association was created, in ISO-8601 format.</p>",
        "GetServiceNetworkResourceAssociationResponse$lastUpdatedAt": "<p>The most recent date and time that the association was updated, in ISO-8601 format.</p>",
        "GetServiceNetworkResponse$createdAt": "<p>The date and time that the service network was created, in ISO-8601 format.</p>",
        "GetServiceNetworkResponse$lastUpdatedAt": "<p>The date and time of the last update, in ISO-8601 format.</p>",
        "GetServiceNetworkServiceAssociationResponse$createdAt": "<p>The date and time that the association was created, in ISO-8601 format.</p>",
        "GetServiceNetworkVpcAssociationResponse$createdAt": "<p>The date and time that the association was created, in ISO-8601 format.</p>",
        "GetServiceNetworkVpcAssociationResponse$lastUpdatedAt": "<p>The date and time that the association was last updated, in ISO-8601 format.</p>",
        "GetServiceResponse$createdAt": "<p>The date and time that the service was created, in ISO-8601 format.</p>",
        "GetServiceResponse$lastUpdatedAt": "<p>The date and time that the service was last updated, in ISO-8601 format.</p>",
        "GetTargetGroupResponse$createdAt": "<p>The date and time that the target group was created, in ISO-8601 format.</p>",
        "GetTargetGroupResponse$lastUpdatedAt": "<p>The date and time that the target group was last updated, in ISO-8601 format.</p>",
        "ListenerSummary$createdAt": "<p>The date and time that the listener was created, in ISO-8601 format.</p>",
        "ListenerSummary$lastUpdatedAt": "<p>The date and time that the listener was last updated, in ISO-8601 format.</p>",
        "ResourceConfigurationSummary$createdAt": "<p>The date and time that the resource configuration was created, in ISO-8601 format.</p>",
        "ResourceConfigurationSummary$lastUpdatedAt": "<p>The most recent date and time that the resource configuration was updated, in ISO-8601 format.</p>",
        "ResourceEndpointAssociationSummary$createdAt": "<p>The date and time that the VPC endpoint association was created, in ISO-8601 format.</p>",
        "ResourceGatewaySummary$createdAt": "<p>The date and time that the VPC endpoint association was created, in ISO-8601 format.</p>",
        "ResourceGatewaySummary$lastUpdatedAt": "<p>The most recent date and time that the resource gateway was updated, in ISO-8601 format.</p>",
        "RuleSummary$createdAt": "<p>The date and time that the listener rule was created, in ISO-8601 format.</p>",
        "RuleSummary$lastUpdatedAt": "<p>The date and time that the listener rule was last updated, in ISO-8601 format.</p>",
        "ServiceNetworkEndpointAssociation$createdAt": "<p>The date and time that the association was created, in ISO-8601 format.</p>",
        "ServiceNetworkResourceAssociationSummary$createdAt": "<p>The date and time that the association was created, in ISO-8601 format.</p>",
        "ServiceNetworkServiceAssociationSummary$createdAt": "<p>The date and time that the association was created, in ISO-8601 format.</p>",
        "ServiceNetworkSummary$createdAt": "<p>The date and time that the service network was created, in ISO-8601 format.</p>",
        "ServiceNetworkSummary$lastUpdatedAt": "<p>The date and time that the service network was last updated, in ISO-8601 format.</p>",
        "ServiceNetworkVpcAssociationSummary$createdAt": "<p>The date and time that the association was created, in ISO-8601 format.</p>",
        "ServiceNetworkVpcAssociationSummary$lastUpdatedAt": "<p>The date and time that the association was last updated, in ISO-8601 format.</p>",
        "ServiceSummary$createdAt": "<p>The date and time that the service was created, in ISO-8601 format.</p>",
        "ServiceSummary$lastUpdatedAt": "<p>The date and time that the service was last updated, in ISO-8601 format.</p>",
        "TargetGroupSummary$createdAt": "<p>The date and time that the target group was created, in ISO-8601 format.</p>",
        "TargetGroupSummary$lastUpdatedAt": "<p>The date and time that the target group was last updated, in ISO-8601 format.</p>"
      }
    },
    "UnhealthyThresholdCount": {
      "base": null,
      "refs": {
        "HealthCheckConfig$unhealthyThresholdCount": "<p>The number of consecutive failed health checks required before considering a target unhealthy. The range is 2–10. The default is 2.</p>"
      }
    },
    "UntagResourceRequest": {
      "base": null,
      "refs": {
      }
    },
    "UntagResourceResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateAccessLogSubscriptionRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateAccessLogSubscriptionResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateListenerRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateListenerResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateResourceConfigurationRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateResourceConfigurationResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateResourceGatewayRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateResourceGatewayRequestSecurityGroupIdsList": {
      "base": null,
      "refs": {
        "UpdateResourceGatewayRequest$securityGroupIds": "<p>The IDs of the security groups associated with the resource gateway.</p>"
      }
    },
    "UpdateResourceGatewayResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateRuleRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateRuleResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateServiceNetworkRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateServiceNetworkResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateServiceNetworkVpcAssociationRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateServiceNetworkVpcAssociationRequestSecurityGroupIdsList": {
      "base": null,
      "refs": {
        "UpdateServiceNetworkVpcAssociationRequest$securityGroupIds": "<p>The IDs of the security groups.</p>"
      }
    },
    "UpdateServiceNetworkVpcAssociationResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateServiceRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateServiceResponse": {
      "base": null,
      "refs": {
      }
    },
    "UpdateTargetGroupRequest": {
      "base": null,
      "refs": {
      }
    },
    "UpdateTargetGroupResponse": {
      "base": null,
      "refs": {
      }
    },
    "ValidationException": {
      "base": "<p>The input does not satisfy the constraints specified by an Amazon Web Services service.</p>",
      "refs": {
      }
    },
    "ValidationExceptionField": {
      "base": "<p>Describes a validation failure.</p>",
      "refs": {
        "ValidationExceptionFieldList$member": null
      }
    },
    "ValidationExceptionFieldList": {
      "base": null,
      "refs": {
        "ValidationException$fieldList": "<p>The fields that failed validation.</p>"
      }
    },
    "ValidationExceptionReason": {
      "base": null,
      "refs": {
        "ValidationException$reason": "<p>The reason.</p>"
      }
    },
    "VpcEndpointId": {
      "base": null,
      "refs": {
        "DeleteResourceEndpointAssociationResponse$vpcEndpointId": "<p>The ID of the resource VPC endpoint that is associated with the resource configuration.</p>",
        "ListResourceEndpointAssociationsRequest$vpcEndpointId": "<p>The ID of the VPC endpoint in the association.</p>",
        "ResourceEndpointAssociationSummary$vpcEndpointId": "<p>The ID of the VPC endpoint.</p>"
      }
    },
    "VpcEndpointOwner": {
      "base": null,
      "refs": {
        "ListResourceEndpointAssociationsRequest$vpcEndpointOwner": "<p>The owner of the VPC endpoint in the association.</p>",
        "ResourceEndpointAssociationSummary$vpcEndpointOwner": "<p>The owner of the VPC endpoint.</p>"
      }
    },
    "VpcId": {
      "base": null,
      "refs": {
        "CreateResourceGatewayRequest$vpcIdentifier": "<p>The ID of the VPC for the resource gateway.</p>",
        "CreateResourceGatewayResponse$vpcIdentifier": "<p>The ID of the VPC.</p>",
        "CreateServiceNetworkVpcAssociationRequest$vpcIdentifier": "<p>The ID of the VPC.</p>",
        "GetResourceGatewayResponse$vpcId": "<p>The ID of the VPC for the resource gateway.</p>",
        "GetServiceNetworkVpcAssociationResponse$vpcId": "<p>The ID of the VPC.</p>",
        "ListServiceNetworkVpcAssociationsRequest$vpcIdentifier": "<p>The ID or ARN of the VPC.</p>",
        "ListTargetGroupsRequest$vpcIdentifier": "<p>The ID or ARN of the VPC.</p>",
        "ResourceGatewaySummary$vpcIdentifier": "<p>The ID of the VPC for the resource gateway.</p>",
        "ServiceNetworkVpcAssociationSummary$vpcId": "<p>The ID of the VPC.</p>",
        "TargetGroupConfig$vpcIdentifier": "<p>The ID of the VPC. Not supported if the target group type is <code>LAMBDA</code>.</p>",
        "TargetGroupSummary$vpcIdentifier": "<p>The ID of the VPC of the target group.</p>",
        "UpdateResourceGatewayResponse$vpcId": "<p>The ID of the VPC for the resource gateway.</p>"
      }
    },
    "WeightedTargetGroup": {
      "base": "<p>Describes the weight of a target group.</p>",
      "refs": {
        "WeightedTargetGroupList$member": null
      }
    },
    "WeightedTargetGroupList": {
      "base": null,
      "refs": {
        "ForwardAction$targetGroups": "<p>The target groups. Traffic matching the rule is forwarded to the specified target groups. With forward actions, you can assign a weight that controls the prioritization and selection of each target group. This means that requests are distributed to individual target groups based on their weights. For example, if two target groups have the same weight, each target group receives half of the traffic.</p> <p>The default value is 1. This means that if only one target group is provided, there is no need to set the weight; 100% of the traffic goes to that target group.</p>"
      }
    },
    "WildcardArn": {
      "base": null,
      "refs": {
        "ArnResource$arn": "<p>The Amazon Resource Name (ARN) of the resource.</p>"
      }
    }
  }
}
