'2.0', 'service' => '
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 Amazon VPC Lattice User Guide
', 'operations' => [ 'BatchUpdateRule' => '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.
', 'CreateAccessLogSubscription' => '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 will 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 Access logs in the Amazon VPC Lattice User Guide.
', 'CreateListener' => '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 Listeners in the Amazon VPC Lattice User Guide.
', 'CreateRule' => '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 Listener rules in the Amazon VPC Lattice User Guide.
', 'CreateService' => '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).
For more information, see Services in the Amazon VPC Lattice User Guide.
', 'CreateServiceNetwork' => '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.
For more information, see Service networks in the Amazon VPC Lattice User Guide.
', 'CreateServiceNetworkServiceAssociation' => 'Associates a service with a service network.
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.
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.
As a result of this operation, the association is created in the service network account and the association owner account.
', 'CreateServiceNetworkVpcAssociation' => '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 Manage VPC associations in the Amazon VPC Lattice User Guide.
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.
As a result of this operation, the association gets created in the service network account and the VPC owner account.
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.
', 'CreateTargetGroup' => '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.
For more information, see Target groups in the Amazon VPC Lattice User Guide.
', 'DeleteAccessLogSubscription' => 'Deletes the specified access log subscription.
', 'DeleteAuthPolicy' => 'Deletes the specified auth policy. If an auth is set to AWS_IAM
and the auth policy is deleted, all requests will be denied by default. If you are trying to remove the auth policy completely, you must set the auth_type to NONE
. If auth is enabled on the resource, but no auth policy is set, all requests will be denied.
Deletes the specified listener.
', 'DeleteResourcePolicy' => 'Deletes the specified resource policy.
', 'DeleteRule' => '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.
For more information, see Listener rules in the Amazon VPC Lattice User Guide.
', 'DeleteService' => '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 Delete a service in the Amazon VPC Lattice User Guide.
', 'DeleteServiceNetwork' => '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 Delete a service network in the Amazon VPC Lattice User Guide.
', 'DeleteServiceNetworkServiceAssociation' => 'Deletes the association between a specified service and the specific service network. This request will fail if an association is still in progress.
', 'DeleteServiceNetworkVpcAssociation' => 'Disassociates the VPC from the service network. You can\'t disassociate the VPC if there is a create or update association in progress.
', 'DeleteTargetGroup' => '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.
', 'DeregisterTargets' => 'Deregisters the specified targets from the specified target group.
', 'GetAccessLogSubscription' => 'Retrieves information about the specified access log subscription.
', 'GetAuthPolicy' => 'Retrieves information about the auth policy for the specified service or service network.
', 'GetListener' => 'Retrieves information about the specified listener for the specified service.
', 'GetResourcePolicy' => 'Retrieves information about the resource policy. The resource policy is an IAM policy created on behalf of the resource owner when they share a resource.
', 'GetRule' => 'Retrieves information about listener rules. You can also retrieve information about the default listener rule. For more information, see Listener rules in the Amazon VPC Lattice User Guide.
', 'GetService' => 'Retrieves information about the specified service.
', 'GetServiceNetwork' => 'Retrieves information about the specified service network.
', 'GetServiceNetworkServiceAssociation' => 'Retrieves information about the specified association between a service network and a service.
', 'GetServiceNetworkVpcAssociation' => 'Retrieves information about the association between a service network and a VPC.
', 'GetTargetGroup' => 'Retrieves information about the specified target group.
', 'ListAccessLogSubscriptions' => 'Lists all access log subscriptions for the specified service network or service.
', 'ListListeners' => 'Lists the listeners for the specified service.
', 'ListRules' => 'Lists the rules for the listener.
', 'ListServiceNetworkServiceAssociations' => 'Lists the associations between the service network and the service. You can filter the list either by service or service network. You must provide either the service network identifier or the service identifier.
Every association in Amazon VPC Lattice is given 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 that is shared with another account, the association will include the local account ID as the prefix in the ARN for each account the resource is shared with.
', 'ListServiceNetworkVpcAssociations' => 'Lists the service network and VPC associations. You can filter the list either by VPC or service network. You must provide either the service network identifier or the VPC identifier.
', 'ListServiceNetworks' => 'Lists the service networks owned by the caller account or shared with the caller account. Also includes the account ID in the ARN to show which account owns the service network.
', 'ListServices' => 'Lists the services owned by the caller account or shared with the caller account.
', 'ListTagsForResource' => 'Lists the tags for the specified resource.
', 'ListTargetGroups' => 'Lists your target groups. You can narrow your search by using the filters below in your request.
', 'ListTargets' => '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 filter the results by target.
', 'PutAuthPolicy' => 'Creates or updates the auth policy. The policy string in JSON must not contain newlines or blank lines.
', 'PutResourcePolicy' => '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.
', 'RegisterTargets' => 'Registers the targets with the target group. If it\'s a Lambda target, you can only have one target in a target group.
', 'TagResource' => 'Adds the specified tags to the specified resource.
', 'UntagResource' => 'Removes the specified tags from the specified resource.
', 'UpdateAccessLogSubscription' => 'Updates the specified access log subscription.
', 'UpdateListener' => 'Updates the specified listener for the specified service.
', 'UpdateRule' => 'Updates a rule for the listener. You can\'t modify a default listener rule. To modify a default listener rule, use UpdateListener
.
Updates the specified service.
', 'UpdateServiceNetwork' => 'Updates the specified service network.
', 'UpdateServiceNetworkVpcAssociation' => '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 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.
', 'UpdateTargetGroup' => 'Updates the specified target group.
', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => 'The user does not have sufficient access to perform this action.
', 'refs' => [], ], 'AccessLogDestinationArn' => [ 'base' => NULL, 'refs' => [ 'AccessLogSubscriptionSummary$destinationArn' => 'The Amazon Resource Name (ARN) of the destination.
', 'CreateAccessLogSubscriptionRequest$destinationArn' => '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.
', 'CreateAccessLogSubscriptionResponse$destinationArn' => 'The Amazon Resource Name (ARN) of the log destination.
', 'GetAccessLogSubscriptionResponse$destinationArn' => 'The Amazon Resource Name (ARN) of the access log destination.
', 'UpdateAccessLogSubscriptionRequest$destinationArn' => 'The Amazon Resource Name (ARN) of the access log destination.
', 'UpdateAccessLogSubscriptionResponse$destinationArn' => 'The Amazon Resource Name (ARN) of the access log destination.
', ], ], 'AccessLogSubscriptionArn' => [ 'base' => NULL, 'refs' => [ 'AccessLogSubscriptionSummary$arn' => 'The Amazon Resource Name (ARN) of the access log subscription
', 'CreateAccessLogSubscriptionResponse$arn' => 'The Amazon Resource Name (ARN) of the access log subscription.
', 'GetAccessLogSubscriptionResponse$arn' => 'The Amazon Resource Name (ARN) of the access log subscription.
', 'UpdateAccessLogSubscriptionResponse$arn' => 'The Amazon Resource Name (ARN) of the access log subscription.
', ], ], 'AccessLogSubscriptionId' => [ 'base' => NULL, 'refs' => [ 'AccessLogSubscriptionSummary$id' => 'The ID of the access log subscription.
', 'CreateAccessLogSubscriptionResponse$id' => 'The ID of the access log subscription.
', 'GetAccessLogSubscriptionResponse$id' => 'The ID of the access log subscription.
', 'UpdateAccessLogSubscriptionResponse$id' => 'The ID of the access log subscription.
', ], ], 'AccessLogSubscriptionIdentifier' => [ 'base' => NULL, 'refs' => [ 'DeleteAccessLogSubscriptionRequest$accessLogSubscriptionIdentifier' => 'The ID or Amazon Resource Name (ARN) of the access log subscription.
', 'GetAccessLogSubscriptionRequest$accessLogSubscriptionIdentifier' => 'The ID or Amazon Resource Name (ARN) of the access log subscription.
', 'UpdateAccessLogSubscriptionRequest$accessLogSubscriptionIdentifier' => 'The ID or Amazon Resource Name (ARN) of the access log subscription.
', ], ], 'AccessLogSubscriptionList' => [ 'base' => NULL, 'refs' => [ 'ListAccessLogSubscriptionsResponse$items' => 'The access log subscriptions.
', ], ], 'AccessLogSubscriptionSummary' => [ 'base' => 'Summary information about an access log subscription.
', 'refs' => [ 'AccessLogSubscriptionList$member' => NULL, ], ], 'AccountId' => [ 'base' => NULL, 'refs' => [ 'CreateServiceNetworkServiceAssociationResponse$createdBy' => 'The account that created the association.
', 'CreateServiceNetworkVpcAssociationResponse$createdBy' => 'The account that created the association.
', 'GetServiceNetworkServiceAssociationResponse$createdBy' => 'The account that created the association.
', 'GetServiceNetworkVpcAssociationResponse$createdBy' => 'The account that created the association.
', 'ServiceNetworkServiceAssociationSummary$createdBy' => 'The account that created the association.
', 'ServiceNetworkVpcAssociationSummary$createdBy' => 'The account that created the association.
', 'UpdateServiceNetworkVpcAssociationResponse$createdBy' => 'The account that created the association.
', ], ], 'Arn' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceRequest$resourceArn' => 'The Amazon Resource Name (ARN) of the resource.
', 'TagResourceRequest$resourceArn' => 'The Amazon Resource Name (ARN) of the resource.
', 'UntagResourceRequest$resourceArn' => 'The Amazon Resource Name (ARN) of the resource.
', ], ], 'AuthPolicyState' => [ 'base' => NULL, 'refs' => [ 'GetAuthPolicyResponse$state' => 'The state of the auth policy. The auth policy is only active when the auth type is set to AWS_IAM
. 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 NONE
, then any auth policy you provide will remain inactive. For more information, see Create a service network in the Amazon VPC Lattice User Guide.
The state of the auth policy. The auth policy is only active when the auth type is set to AWS_IAM
. 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 NONE
, then, any auth policy you provide will remain inactive. For more information, see Create a service network in the Amazon VPC Lattice User Guide.
The auth policy.
', 'PutAuthPolicyRequest$policy' => 'The auth policy. The policy string in JSON must not contain newlines or blank lines.
', 'PutAuthPolicyResponse$policy' => 'The auth policy. The policy string in JSON must not contain newlines or blank lines.
', ], ], 'AuthType' => [ 'base' => NULL, 'refs' => [ 'CreateServiceNetworkRequest$authType' => 'The type of IAM policy.
NONE
: The resource does not use an IAM policy. This is the default.
AWS_IAM
: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.
The type of IAM policy.
', 'CreateServiceRequest$authType' => 'The type of IAM policy.
NONE
: The resource does not use an IAM policy. This is the default.
AWS_IAM
: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.
The type of IAM policy.
', 'GetServiceNetworkResponse$authType' => 'The type of IAM policy.
', 'GetServiceResponse$authType' => 'The type of IAM policy.
', 'UpdateServiceNetworkRequest$authType' => 'The type of IAM policy.
NONE
: The resource does not use an IAM policy. This is the default.
AWS_IAM
: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.
The type of IAM policy.
', 'UpdateServiceRequest$authType' => 'The type of IAM policy.
NONE
: The resource does not use an IAM policy. This is the default.
AWS_IAM
: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.
The type of IAM policy.
', ], ], 'BatchUpdateRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchUpdateRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'GetRuleResponse$isDefault' => 'Indicates whether this is the default rule.
', 'HeaderMatch$caseSensitive' => 'Indicates whether the match is case sensitive. Defaults to false.
', 'HealthCheckConfig$enabled' => 'Indicates whether health checking is enabled.
', 'PathMatch$caseSensitive' => 'Indicates whether the match is case sensitive. Defaults to false.
', 'RuleSummary$isDefault' => 'Indicates whether this is the default rule. Listener rules are created when you create a listener. Each listener has a default rule for checking connection requests.
', 'RuleUpdateSuccess$isDefault' => 'Indicates whether this is the default rule.
', 'UpdateRuleResponse$isDefault' => 'Indicates whether this is the default rule.
', ], ], 'CertificateArn' => [ 'base' => NULL, 'refs' => [ 'CreateServiceRequest$certificateArn' => 'The Amazon Resource Name (ARN) of the certificate.
', 'CreateServiceResponse$certificateArn' => 'The Amazon Resource Name (ARN) of the certificate.
', 'GetServiceResponse$certificateArn' => 'The Amazon Resource Name (ARN) of the certificate.
', 'UpdateServiceRequest$certificateArn' => 'The Amazon Resource Name (ARN) of the certificate.
', 'UpdateServiceResponse$certificateArn' => 'The Amazon Resource Name (ARN) of the certificate.
', ], ], 'ClientToken' => [ 'base' => NULL, 'refs' => [ 'CreateAccessLogSubscriptionRequest$clientToken' => '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.
', 'CreateListenerRequest$clientToken' => '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.
', 'CreateRuleRequest$clientToken' => '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.
', 'CreateServiceNetworkRequest$clientToken' => '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.
', 'CreateServiceNetworkServiceAssociationRequest$clientToken' => '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.
', 'CreateServiceNetworkVpcAssociationRequest$clientToken' => '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.
', 'CreateServiceRequest$clientToken' => '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.
', 'CreateTargetGroupRequest$clientToken' => '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.
', ], ], 'ConflictException' => [ 'base' => 'The request conflicts with the current state of the resource. Updating or deleting a resource can cause an inconsistent state.
', 'refs' => [], ], 'CreateAccessLogSubscriptionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateAccessLogSubscriptionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateListenerRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateListenerResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateServiceNetworkRequest' => [ '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' => '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 Control traffic to resources using security groups in the Amazon VPC User Guide.
', ], ], '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' => [], ], 'DeleteResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteServiceNetworkRequest' => [ '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' => 'The targets to deregister.
', ], ], 'DeregisterTargetsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DnsEntry' => [ 'base' => 'Describes the DNS information of a service.
', 'refs' => [ 'CreateServiceNetworkServiceAssociationResponse$dnsEntry' => 'The DNS name of the service.
', 'CreateServiceResponse$dnsEntry' => 'The public DNS name of the service.
', 'GetServiceNetworkServiceAssociationResponse$dnsEntry' => 'The DNS name of the service.
', 'GetServiceResponse$dnsEntry' => 'The DNS name of the service.
', 'ServiceNetworkServiceAssociationSummary$dnsEntry' => 'DNS information about the service.
', 'ServiceSummary$dnsEntry' => 'DNS information about the service.
', ], ], 'FailureCode' => [ 'base' => NULL, 'refs' => [ 'GetServiceResponse$failureCode' => 'The failure code.
', 'RuleUpdateFailure$failureCode' => 'The failure code.
', ], ], 'FailureMessage' => [ 'base' => NULL, 'refs' => [ 'GetServiceResponse$failureMessage' => 'The failure message.
', 'RuleUpdateFailure$failureMessage' => 'The failure message.
', ], ], 'FixedResponseAction' => [ 'base' => 'Information about an action that returns a custom HTTP response.
', 'refs' => [ 'RuleAction$fixedResponse' => 'Describes the rule action that returns a custom HTTP response.
', ], ], 'ForwardAction' => [ 'base' => 'Describes a forward action. You can use forward actions to route requests to one or more target groups.
', 'refs' => [ 'RuleAction$forward' => 'The forward action. Traffic that matches the rule is forwarded to the specified target groups.
', ], ], 'GetAccessLogSubscriptionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetAccessLogSubscriptionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetAuthPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetAuthPolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetListenerRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetListenerResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetServiceNetworkRequest' => [ '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' => 'Describes the constraints for a header match. Matches incoming requests with rule based on request header value before applying rule action.
', 'refs' => [ 'HeaderMatchList$member' => NULL, ], ], 'HeaderMatchContains' => [ 'base' => NULL, 'refs' => [ 'HeaderMatchType$contains' => 'Specifies a contains type match.
', ], ], 'HeaderMatchExact' => [ 'base' => NULL, 'refs' => [ 'HeaderMatchType$exact' => 'Specifies an exact type match.
', ], ], 'HeaderMatchList' => [ 'base' => NULL, 'refs' => [ 'HttpMatch$headerMatches' => 'The header matches. Matches incoming requests with rule based on request header value before applying rule action.
', ], ], 'HeaderMatchName' => [ 'base' => NULL, 'refs' => [ 'HeaderMatch$name' => 'The name of the header.
', ], ], 'HeaderMatchPrefix' => [ 'base' => NULL, 'refs' => [ 'HeaderMatchType$prefix' => 'Specifies a prefix type match. Matches the value with the prefix.
', ], ], 'HeaderMatchType' => [ 'base' => 'Describes a header match type. Only one can be provided.
', 'refs' => [ 'HeaderMatch$match' => 'The header match type.
', ], ], 'HealthCheckConfig' => [ 'base' => 'The health check configuration of a target group. Health check configurations aren\'t used for LAMBDA
and ALB
target groups.
The health check configuration.
', 'UpdateTargetGroupRequest$healthCheck' => 'The health check configuration.
', ], ], 'HealthCheckIntervalSeconds' => [ 'base' => NULL, 'refs' => [ 'HealthCheckConfig$healthCheckIntervalSeconds' => '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.
', ], ], 'HealthCheckPath' => [ 'base' => NULL, 'refs' => [ 'HealthCheckConfig$path' => 'The destination for health checks on the targets. If the protocol version is HTTP/1.1
or HTTP/2
, specify a valid URI (for example, /path?query
). The default path is /
. Health checks are not supported if the protocol version is gRPC
, however, you can choose HTTP/1.1
or HTTP/2
and specify a valid URI.
The port used when performing health checks on targets. The default setting is the port that a target receives traffic on.
', ], ], 'HealthCheckProtocolVersion' => [ 'base' => NULL, 'refs' => [ 'HealthCheckConfig$protocolVersion' => 'The protocol version used when performing health checks on targets. The possible protocol versions are HTTP1
and HTTP2
.
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.
', ], ], 'HealthyThresholdCount' => [ 'base' => NULL, 'refs' => [ 'HealthCheckConfig$healthyThresholdCount' => 'The number of consecutive successful health checks required before considering an unhealthy target healthy. The range is 2–10. The default is 5.
', ], ], 'HttpCodeMatcher' => [ 'base' => NULL, 'refs' => [ 'Matcher$httpCode' => 'The HTTP code to use when checking for a successful response from a target.
', ], ], 'HttpMatch' => [ 'base' => 'Describes criteria that can be applied to incoming requests.
', 'refs' => [ 'RuleMatch$httpMatch' => 'The HTTP criteria that a rule must match.
', ], ], 'HttpMethod' => [ 'base' => NULL, 'refs' => [ 'HttpMatch$method' => 'The HTTP method type.
', ], ], 'HttpStatusCode' => [ 'base' => NULL, 'refs' => [ 'FixedResponseAction$statusCode' => 'The HTTP response code.
', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'InternalServerException$retryAfterSeconds' => 'The number of seconds to wait before retrying.
', 'ThrottlingException$retryAfterSeconds' => 'The number of seconds to wait before retrying.
', ], ], 'InternalServerException' => [ 'base' => 'An unexpected error occurred while processing the request.
', 'refs' => [], ], 'IpAddressType' => [ 'base' => NULL, 'refs' => [ 'TargetGroupConfig$ipAddressType' => 'The type of IP address used for the target group. The possible values are ipv4
and ipv6
. This is an optional parameter. If not specified, the IP address type defaults to ipv4
.
The type of IP address used for the target group. The possible values are ipv4
and ipv6
. This is an optional parameter. If not specified, the IP address type defaults to ipv4
.
The targets to list.
', ], ], 'ListTargetsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListenerArn' => [ 'base' => NULL, 'refs' => [ 'CreateListenerResponse$arn' => 'The Amazon Resource Name (ARN) of the listener.
', 'GetListenerResponse$arn' => 'The Amazon Resource Name (ARN) of the listener.
', 'ListenerSummary$arn' => 'The Amazon Resource Name (ARN) of the listener.
', 'UpdateListenerResponse$arn' => 'The Amazon Resource Name (ARN) of the listener.
', ], ], 'ListenerId' => [ 'base' => NULL, 'refs' => [ 'CreateListenerResponse$id' => 'The ID of the listener.
', 'GetListenerResponse$id' => 'The ID of the listener.
', 'ListenerSummary$id' => 'The ID of the listener.
', 'UpdateListenerResponse$id' => 'The ID of the listener.
', ], ], 'ListenerIdentifier' => [ 'base' => NULL, 'refs' => [ 'BatchUpdateRuleRequest$listenerIdentifier' => 'The ID or Amazon Resource Name (ARN) of the listener.
', 'CreateRuleRequest$listenerIdentifier' => 'The ID or Amazon Resource Name (ARN) of the listener.
', 'DeleteListenerRequest$listenerIdentifier' => 'The ID or Amazon Resource Name (ARN) of the listener.
', 'DeleteRuleRequest$listenerIdentifier' => 'The ID or Amazon Resource Name (ARN) of the listener.
', 'GetListenerRequest$listenerIdentifier' => 'The ID or Amazon Resource Name (ARN) of the listener.
', 'GetRuleRequest$listenerIdentifier' => 'The ID or Amazon Resource Name (ARN) of the listener.
', 'ListRulesRequest$listenerIdentifier' => 'The ID or Amazon Resource Name (ARN) of the listener.
', 'UpdateListenerRequest$listenerIdentifier' => 'The ID or Amazon Resource Name (ARN) of the listener.
', 'UpdateRuleRequest$listenerIdentifier' => 'The ID or Amazon Resource Name (ARN) of the listener.
', ], ], 'ListenerName' => [ 'base' => NULL, 'refs' => [ 'CreateListenerRequest$name' => '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.
', 'CreateListenerResponse$name' => 'The name of the listener.
', 'GetListenerResponse$name' => 'The name of the listener.
', 'ListenerSummary$name' => 'The name of the listener.
', 'UpdateListenerResponse$name' => 'The name of the listener.
', ], ], 'ListenerProtocol' => [ 'base' => NULL, 'refs' => [ 'CreateListenerRequest$protocol' => 'The listener protocol HTTP or HTTPS.
', 'CreateListenerResponse$protocol' => 'The protocol of the listener.
', 'GetListenerResponse$protocol' => 'The listener protocol.
', 'ListenerSummary$protocol' => 'The listener protocol.
', 'UpdateListenerResponse$protocol' => 'The protocol of the listener.
', ], ], 'ListenerSummary' => [ 'base' => 'Summary information about a listener.
', 'refs' => [ 'ListenerSummaryList$member' => NULL, ], ], 'ListenerSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListListenersResponse$items' => 'Information about the listeners.
', ], ], 'Long' => [ 'base' => NULL, 'refs' => [ 'GetServiceNetworkResponse$numberOfAssociatedServices' => 'The number of services associated with the service network.
', 'GetServiceNetworkResponse$numberOfAssociatedVPCs' => 'The number of VPCs associated with the service network.
', 'ServiceNetworkSummary$numberOfAssociatedServices' => 'The number of services associated with the service network.
', 'ServiceNetworkSummary$numberOfAssociatedVPCs' => 'The number of VPCs associated with the service network.
', ], ], 'Matcher' => [ 'base' => 'The codes to use when checking for a successful response from a target for health checks.
', 'refs' => [ 'HealthCheckConfig$matcher' => 'The codes to use when checking for a successful response from a target. These are called Success codes in the console.
', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListAccessLogSubscriptionsRequest$maxResults' => 'The maximum number of results to return.
', 'ListListenersRequest$maxResults' => 'The maximum number of results to return.
', 'ListRulesRequest$maxResults' => 'The maximum number of results to return.
', 'ListServiceNetworkServiceAssociationsRequest$maxResults' => 'The maximum number of results to return.
', 'ListServiceNetworkVpcAssociationsRequest$maxResults' => 'The maximum number of results to return.
', 'ListServiceNetworksRequest$maxResults' => 'The maximum number of results to return.
', 'ListServicesRequest$maxResults' => 'The maximum number of results to return.
', 'ListTargetGroupsRequest$maxResults' => 'The maximum number of results to return.
', 'ListTargetsRequest$maxResults' => 'The maximum number of results to return.
', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListAccessLogSubscriptionsRequest$nextToken' => 'A pagination token for the next page of results.
', 'ListAccessLogSubscriptionsResponse$nextToken' => 'A pagination token for the next page of results.
', 'ListListenersRequest$nextToken' => 'A pagination token for the next page of results.
', 'ListListenersResponse$nextToken' => 'If there are additional results, a pagination token for the next page of results.
', 'ListRulesRequest$nextToken' => 'A pagination token for the next page of results.
', 'ListRulesResponse$nextToken' => 'If there are additional results, a pagination token for the next page of results.
', 'ListServiceNetworkServiceAssociationsRequest$nextToken' => 'A pagination token for the next page of results.
', 'ListServiceNetworkServiceAssociationsResponse$nextToken' => 'If there are additional results, a pagination token for the next page of results.
', 'ListServiceNetworkVpcAssociationsRequest$nextToken' => 'A pagination token for the next page of results.
', 'ListServiceNetworkVpcAssociationsResponse$nextToken' => 'If there are additional results, a pagination token for the next page of results.
', 'ListServiceNetworksRequest$nextToken' => 'A pagination token for the next page of results.
', 'ListServiceNetworksResponse$nextToken' => 'If there are additional results, a pagination token for the next page of results.
', 'ListServicesRequest$nextToken' => 'A pagination token for the next page of results.
', 'ListServicesResponse$nextToken' => 'If there are additional results, a pagination token for the next page of results.
', 'ListTargetGroupsRequest$nextToken' => 'A pagination token for the next page of results.
', 'ListTargetGroupsResponse$nextToken' => 'If there are additional results, a pagination token for the next page of results.
', 'ListTargetsRequest$nextToken' => 'A pagination token for the next page of results.
', 'ListTargetsResponse$nextToken' => 'If there are additional results, a pagination token for the next page of results.
', ], ], 'PathMatch' => [ 'base' => 'Describes the conditions that can be applied when matching a path for incoming requests.
', 'refs' => [ 'HttpMatch$pathMatch' => 'The path match.
', ], ], 'PathMatchExact' => [ 'base' => NULL, 'refs' => [ 'PathMatchType$exact' => 'An exact match of the path.
', ], ], 'PathMatchPrefix' => [ 'base' => NULL, 'refs' => [ 'PathMatchType$prefix' => 'A prefix match of the path.
', ], ], 'PathMatchType' => [ 'base' => 'Describes a path match type. Each rule can include only one of the following types of paths.
', 'refs' => [ 'PathMatch$match' => 'The type of path match.
', ], ], 'PolicyString' => [ 'base' => NULL, 'refs' => [ 'GetResourcePolicyResponse$policy' => 'An IAM policy.
', 'PutResourcePolicyRequest$policy' => 'An IAM policy. The policy string in JSON must not contain newlines or blank lines.
', ], ], 'Port' => [ 'base' => NULL, 'refs' => [ 'CreateListenerRequest$port' => 'The listener port. You can specify a value from 1
to 65535
. For HTTP, the default is 80
. For HTTPS, the default is 443
.
The port number of the listener.
', 'GetListenerResponse$port' => 'The listener port.
', 'ListenerSummary$port' => 'The listener port.
', 'Target$port' => 'The port on which the target is listening. For HTTP, the default is 80
. For HTTPS, the default is 443
.
The port on which the target is listening. This parameter doesn\'t apply if the target is a Lambda function.
', 'TargetGroupConfig$port' => 'The port on which the targets are listening. For HTTP, the default is 80
. For HTTPS, the default is 443
The port of the target group.
', 'TargetSummary$port' => 'The port on which the target is listening.
', 'UpdateListenerResponse$port' => 'The listener port.
', ], ], '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' => 'The targets.
', ], ], 'RegisterTargetsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ResourceArn' => [ 'base' => NULL, 'refs' => [ 'AccessLogSubscriptionSummary$resourceArn' => 'The Amazon Resource Name (ARN) of the service or service network.
', 'CreateAccessLogSubscriptionResponse$resourceArn' => 'The Amazon Resource Name (ARN) of the service network or service.
', 'DeleteResourcePolicyRequest$resourceArn' => 'The Amazon Resource Name (ARN) of the resource.
', 'GetAccessLogSubscriptionResponse$resourceArn' => 'The Amazon Resource Name (ARN) of the service network or service.
', 'GetResourcePolicyRequest$resourceArn' => 'The Amazon Resource Name (ARN) of the service network or service.
', 'PutResourcePolicyRequest$resourceArn' => 'The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.
', 'UpdateAccessLogSubscriptionResponse$resourceArn' => 'The Amazon Resource Name (ARN) of the access log subscription.
', ], ], 'ResourceId' => [ 'base' => NULL, 'refs' => [ 'AccessLogSubscriptionSummary$resourceId' => 'The ID of the service or service network.
', 'CreateAccessLogSubscriptionResponse$resourceId' => 'The ID of the service network or service.
', 'GetAccessLogSubscriptionResponse$resourceId' => 'The ID of the service network or service.
', 'UpdateAccessLogSubscriptionResponse$resourceId' => 'The ID of the resource.
', ], ], 'ResourceIdentifier' => [ 'base' => NULL, 'refs' => [ 'CreateAccessLogSubscriptionRequest$resourceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service network or service.
', 'DeleteAuthPolicyRequest$resourceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the resource.
', 'GetAuthPolicyRequest$resourceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service network or service.
', 'ListAccessLogSubscriptionsRequest$resourceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service network or service.
', 'PutAuthPolicyRequest$resourceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.
', ], ], 'ResourceNotFoundException' => [ 'base' => 'The request references a resource that does not exist.
', 'refs' => [], ], 'RuleAction' => [ 'base' => 'Describes the action for a rule. Each rule must include exactly one of the following types of actions: forward
or fixed-response
, and it must be the last action to be performed.
The action for the default rule. Each listener has a default rule. Each rule consists of a priority, one or more actions, and one or more conditions. The default rule is the rule that\'s used if no other rules match. Each rule must include exactly one of the following types of actions: forward
or fixed-response
, and it must be the last action to be performed.
The action for the default rule.
', 'CreateRuleRequest$action' => 'The action for the default rule.
', 'CreateRuleResponse$action' => 'The rule action. Each rule must include exactly one of the following types of actions: forward
or fixed-response
, and it must be the last action to be performed.
The actions for the default listener rule.
', 'GetRuleResponse$action' => 'The action for the default rule.
', 'RuleUpdate$action' => 'The rule action.
', 'RuleUpdateSuccess$action' => 'The action for the default rule.
', 'UpdateListenerRequest$defaultAction' => 'The action for the default rule.
', 'UpdateListenerResponse$defaultAction' => 'The action for the default rule.
', 'UpdateRuleRequest$action' => 'Information about the action for the specified listener rule.
', 'UpdateRuleResponse$action' => 'Information about the action for the specified listener rule.
', ], ], 'RuleArn' => [ 'base' => NULL, 'refs' => [ 'CreateRuleResponse$arn' => 'The Amazon Resource Name (ARN) of the rule.
', 'GetRuleResponse$arn' => 'The Amazon Resource Name (ARN) of the listener.
', 'RuleSummary$arn' => 'The Amazon Resource Name (ARN) of the rule.
', 'RuleUpdateSuccess$arn' => 'The Amazon Resource Name (ARN) of the listener.
', 'UpdateRuleResponse$arn' => 'The Amazon Resource Name (ARN) of the listener.
', ], ], 'RuleId' => [ 'base' => NULL, 'refs' => [ 'CreateRuleResponse$id' => 'The ID of the rule.
', 'GetRuleResponse$id' => 'The ID of the listener.
', 'RuleSummary$id' => 'The ID of the rule.
', 'RuleUpdateSuccess$id' => 'The ID of the listener.
', 'UpdateRuleResponse$id' => 'The ID of the listener.
', ], ], 'RuleIdentifier' => [ 'base' => NULL, 'refs' => [ 'DeleteRuleRequest$ruleIdentifier' => 'The ID or Amazon Resource Name (ARN) of the rule.
', 'GetRuleRequest$ruleIdentifier' => 'The ID or Amazon Resource Name (ARN) of the listener rule.
', 'RuleUpdate$ruleIdentifier' => 'The ID or Amazon Resource Name (ARN) of the rule.
', 'RuleUpdateFailure$ruleIdentifier' => 'The ID or Amazon Resource Name (ARN) of the rule.
', 'UpdateRuleRequest$ruleIdentifier' => 'The ID or Amazon Resource Name (ARN) of the rule.
', ], ], 'RuleMatch' => [ 'base' => 'Describes a rule match.
', 'refs' => [ 'CreateRuleRequest$match' => 'The rule match.
', 'CreateRuleResponse$match' => 'The rule match. The RuleMatch
must be an HttpMatch
. This means that the rule should be an exact match on HTTP constraints which are made up of the HTTP method, path, and header.
The rule match.
', 'RuleUpdate$match' => 'The rule match.
', 'RuleUpdateSuccess$match' => 'The rule match.
', 'UpdateRuleRequest$match' => 'The rule match.
', 'UpdateRuleResponse$match' => 'The rule match.
', ], ], 'RuleName' => [ 'base' => NULL, 'refs' => [ 'CreateRuleRequest$name' => '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.
', 'CreateRuleResponse$name' => 'The name of the rule.
', 'GetRuleResponse$name' => 'The name of the listener.
', 'RuleSummary$name' => 'The name of the rule.
', 'RuleUpdateSuccess$name' => 'The name of the listener.
', 'UpdateRuleResponse$name' => 'The name of the listener.
', ], ], 'RulePriority' => [ 'base' => NULL, 'refs' => [ 'CreateRuleRequest$priority' => '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.
', 'CreateRuleResponse$priority' => 'The priority assigned to the rule. The lower the priority number the higher the priority.
', 'GetRuleResponse$priority' => 'The priority level for the specified rule.
', 'RuleSummary$priority' => 'The priority of the rule.
', 'RuleUpdate$priority' => 'The rule priority. A listener can\'t have multiple rules with the same priority.
', 'RuleUpdateSuccess$priority' => 'The rule priority.
', 'UpdateRuleRequest$priority' => 'The rule priority. A listener can\'t have multiple rules with the same priority.
', 'UpdateRuleResponse$priority' => 'The rule priority.
', ], ], 'RuleSummary' => [ 'base' => 'Summary information about the listener rule.
', 'refs' => [ 'RuleSummaryList$member' => NULL, ], ], 'RuleSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListRulesResponse$items' => 'Information about the rules.
', ], ], 'RuleUpdate' => [ 'base' => 'Represents an object when updating a rule.
', 'refs' => [ 'RuleUpdateList$member' => NULL, ], ], 'RuleUpdateFailure' => [ 'base' => 'Describes a rule update that failed.
', 'refs' => [ 'RuleUpdateFailureList$member' => NULL, ], ], 'RuleUpdateFailureList' => [ 'base' => NULL, 'refs' => [ 'BatchUpdateRuleResponse$unsuccessful' => 'The rules that the operation couldn\'t update.
', ], ], 'RuleUpdateList' => [ 'base' => NULL, 'refs' => [ 'BatchUpdateRuleRequest$rules' => 'The rules for the specified listener.
', ], ], 'RuleUpdateSuccess' => [ 'base' => 'Describes a successful rule update.
', 'refs' => [ 'RuleUpdateSuccessList$member' => NULL, ], ], 'RuleUpdateSuccessList' => [ 'base' => NULL, 'refs' => [ 'BatchUpdateRuleResponse$successful' => 'The rules that were successfully updated.
', ], ], 'SecurityGroupId' => [ 'base' => NULL, 'refs' => [ 'CreateServiceNetworkVpcAssociationRequestSecurityGroupIdsList$member' => NULL, 'SecurityGroupList$member' => NULL, 'UpdateServiceNetworkVpcAssociationRequestSecurityGroupIdsList$member' => NULL, ], ], 'SecurityGroupList' => [ 'base' => NULL, 'refs' => [ 'CreateServiceNetworkVpcAssociationResponse$securityGroupIds' => 'The IDs of the security groups.
', 'GetServiceNetworkVpcAssociationResponse$securityGroupIds' => 'The IDs of the security groups.
', 'UpdateServiceNetworkVpcAssociationResponse$securityGroupIds' => 'The IDs of the security groups.
', ], ], 'ServiceArn' => [ 'base' => NULL, 'refs' => [ 'CreateListenerResponse$serviceArn' => 'The Amazon Resource Name (ARN) of the service.
', 'CreateServiceResponse$arn' => 'The Amazon Resource Name (ARN) of the service.
', 'DeleteServiceResponse$arn' => 'The Amazon Resource Name (ARN) of the service.
', 'GetListenerResponse$serviceArn' => 'The Amazon Resource Name (ARN) of the service.
', 'GetServiceNetworkServiceAssociationResponse$serviceArn' => 'The Amazon Resource Name (ARN) of the service.
', 'GetServiceResponse$arn' => 'The Amazon Resource Name (ARN) of the service.
', 'ServiceArnList$member' => NULL, 'ServiceNetworkServiceAssociationSummary$serviceArn' => 'The Amazon Resource Name (ARN) of the service.
', 'ServiceSummary$arn' => 'The Amazon Resource Name (ARN) of the service.
', 'UpdateListenerResponse$serviceArn' => 'The Amazon Resource Name (ARN) of the service.
', 'UpdateServiceResponse$arn' => 'The Amazon Resource Name (ARN) of the service.
', ], ], 'ServiceArnList' => [ 'base' => NULL, 'refs' => [ 'GetTargetGroupResponse$serviceArns' => 'The Amazon Resource Names (ARNs) of the service.
', 'TargetGroupSummary$serviceArns' => 'The list of Amazon Resource Names (ARNs) of the service.
', ], ], 'ServiceCustomDomainName' => [ 'base' => NULL, 'refs' => [ 'CreateServiceNetworkServiceAssociationResponse$customDomainName' => 'The custom domain name of the service.
', 'CreateServiceRequest$customDomainName' => 'The custom domain name of the service.
', 'CreateServiceResponse$customDomainName' => 'The custom domain name of the service.
', 'GetServiceNetworkServiceAssociationResponse$customDomainName' => 'The custom domain name of the service.
', 'GetServiceResponse$customDomainName' => 'The custom domain name of the service.
', 'ServiceNetworkServiceAssociationSummary$customDomainName' => 'The custom domain name of the service.
', 'ServiceSummary$customDomainName' => 'The custom domain name of the service.
', 'UpdateServiceResponse$customDomainName' => 'The custom domain name of the service.
', ], ], 'ServiceId' => [ 'base' => NULL, 'refs' => [ 'CreateListenerResponse$serviceId' => 'The ID of the service.
', 'CreateServiceResponse$id' => 'The ID of the service.
', 'DeleteServiceResponse$id' => 'The ID of the service.
', 'GetListenerResponse$serviceId' => 'The ID of the service.
', 'GetServiceNetworkServiceAssociationResponse$serviceId' => 'The ID of the service.
', 'GetServiceResponse$id' => 'The ID of the service.
', 'ServiceNetworkServiceAssociationSummary$serviceId' => 'The ID of the service.
', 'ServiceSummary$id' => 'The ID of the service.
', 'UpdateListenerResponse$serviceId' => 'The ID of the service.
', 'UpdateServiceResponse$id' => 'The ID of the service.
', ], ], 'ServiceIdentifier' => [ 'base' => NULL, 'refs' => [ 'BatchUpdateRuleRequest$serviceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service.
', 'CreateListenerRequest$serviceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service.
', 'CreateRuleRequest$serviceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service.
', 'CreateServiceNetworkServiceAssociationRequest$serviceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service.
', 'DeleteListenerRequest$serviceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service.
', 'DeleteRuleRequest$serviceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service.
', 'DeleteServiceRequest$serviceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service.
', 'GetListenerRequest$serviceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service.
', 'GetRuleRequest$serviceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service.
', 'GetServiceRequest$serviceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service.
', 'ListListenersRequest$serviceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service.
', 'ListRulesRequest$serviceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service.
', 'ListServiceNetworkServiceAssociationsRequest$serviceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service.
', 'UpdateListenerRequest$serviceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service.
', 'UpdateRuleRequest$serviceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service.
', 'UpdateServiceRequest$serviceIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service.
', ], ], 'ServiceList' => [ 'base' => NULL, 'refs' => [ 'ListServicesResponse$items' => 'The services.
', ], ], 'ServiceName' => [ 'base' => NULL, 'refs' => [ 'CreateServiceRequest$name' => '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.
', 'CreateServiceResponse$name' => 'The name of the service.
', 'DeleteServiceResponse$name' => 'The name of the service.
', 'GetServiceNetworkServiceAssociationResponse$serviceName' => 'The name of the service.
', 'GetServiceResponse$name' => 'The name of the service.
', 'ServiceNetworkServiceAssociationSummary$serviceName' => 'The name of the service.
', 'ServiceSummary$name' => 'The name of the service.
', 'UpdateServiceResponse$name' => 'The name of the service.
', ], ], 'ServiceNetworkArn' => [ 'base' => NULL, 'refs' => [ 'CreateServiceNetworkResponse$arn' => 'The Amazon Resource Name (ARN) of the service network.
', 'GetServiceNetworkResponse$arn' => 'The Amazon Resource Name (ARN) of the service network.
', 'GetServiceNetworkServiceAssociationResponse$serviceNetworkArn' => 'The Amazon Resource Name (ARN) of the service network.
', 'GetServiceNetworkVpcAssociationResponse$serviceNetworkArn' => 'The Amazon Resource Name (ARN) of the service network.
', 'ServiceNetworkServiceAssociationSummary$serviceNetworkArn' => 'The Amazon Resource Name (ARN) of the service network.
', 'ServiceNetworkSummary$arn' => 'The Amazon Resource Name (ARN) of the service network.
', 'ServiceNetworkVpcAssociationSummary$serviceNetworkArn' => 'The Amazon Resource Name (ARN) of the service network.
', 'UpdateServiceNetworkResponse$arn' => 'The Amazon Resource Name (ARN) of the service network.
', ], ], 'ServiceNetworkId' => [ 'base' => NULL, 'refs' => [ 'CreateServiceNetworkResponse$id' => 'The ID of the service network.
', 'GetServiceNetworkResponse$id' => 'The ID of the service network.
', 'GetServiceNetworkServiceAssociationResponse$serviceNetworkId' => 'The ID of the service network.
', 'GetServiceNetworkVpcAssociationResponse$serviceNetworkId' => 'The ID of the service network.
', 'ServiceNetworkServiceAssociationSummary$serviceNetworkId' => 'The ID of the service network.
', 'ServiceNetworkSummary$id' => 'The ID of the service network.
', 'ServiceNetworkVpcAssociationSummary$serviceNetworkId' => 'The ID of the service network.
', 'UpdateServiceNetworkResponse$id' => 'The ID of the service network.
', ], ], 'ServiceNetworkIdentifier' => [ 'base' => NULL, 'refs' => [ 'CreateServiceNetworkServiceAssociationRequest$serviceNetworkIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN if the resources specified in the operation are in different accounts.
', 'CreateServiceNetworkVpcAssociationRequest$serviceNetworkIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN when the resources specified in the operation are in different accounts.
', 'DeleteServiceNetworkRequest$serviceNetworkIdentifier' => 'The Amazon Resource Name (ARN) or ID of the service network.
', 'GetServiceNetworkRequest$serviceNetworkIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service network.
', 'ListServiceNetworkServiceAssociationsRequest$serviceNetworkIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service network.
', 'ListServiceNetworkVpcAssociationsRequest$serviceNetworkIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service network.
', 'UpdateServiceNetworkRequest$serviceNetworkIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service network.
', ], ], 'ServiceNetworkList' => [ 'base' => NULL, 'refs' => [ 'ListServiceNetworksResponse$items' => 'Information about the service networks.
', ], ], 'ServiceNetworkName' => [ 'base' => NULL, 'refs' => [ 'CreateServiceNetworkRequest$name' => '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.
', 'CreateServiceNetworkResponse$name' => 'The name of the service network.
', 'GetServiceNetworkResponse$name' => 'The name of the service network.
', 'GetServiceNetworkServiceAssociationResponse$serviceNetworkName' => 'The name of the service network.
', 'GetServiceNetworkVpcAssociationResponse$serviceNetworkName' => 'The name of the service network.
', 'ServiceNetworkServiceAssociationSummary$serviceNetworkName' => 'The name of the service network.
', 'ServiceNetworkSummary$name' => 'The name of the service network.
', 'ServiceNetworkVpcAssociationSummary$serviceNetworkName' => 'The name of the service network.
', 'UpdateServiceNetworkResponse$name' => 'The name of the service network.
', ], ], 'ServiceNetworkServiceAssociationArn' => [ 'base' => NULL, 'refs' => [ 'CreateServiceNetworkServiceAssociationResponse$arn' => 'The Amazon Resource Name (ARN) of the association.
', 'DeleteServiceNetworkServiceAssociationResponse$arn' => 'The Amazon Resource Name (ARN) of the association.
', 'GetServiceNetworkServiceAssociationResponse$arn' => 'The Amazon Resource Name (ARN) of the association.
', 'ServiceNetworkServiceAssociationSummary$arn' => 'The Amazon Resource Name (ARN) of the association.
', ], ], 'ServiceNetworkServiceAssociationIdentifier' => [ 'base' => NULL, 'refs' => [ 'CreateServiceNetworkServiceAssociationResponse$id' => 'The ID of the association.
', 'DeleteServiceNetworkServiceAssociationRequest$serviceNetworkServiceAssociationIdentifier' => 'The ID or Amazon Resource Name (ARN) of the association.
', 'DeleteServiceNetworkServiceAssociationResponse$id' => 'The ID of the association.
', 'GetServiceNetworkServiceAssociationRequest$serviceNetworkServiceAssociationIdentifier' => 'The ID or Amazon Resource Name (ARN) of the association.
', 'GetServiceNetworkServiceAssociationResponse$id' => 'The ID of the service network and service association.
', 'ServiceNetworkServiceAssociationSummary$id' => 'The ID of the association.
', ], ], 'ServiceNetworkServiceAssociationList' => [ 'base' => NULL, 'refs' => [ 'ListServiceNetworkServiceAssociationsResponse$items' => 'Information about the associations.
', ], ], 'ServiceNetworkServiceAssociationStatus' => [ 'base' => NULL, 'refs' => [ 'CreateServiceNetworkServiceAssociationResponse$status' => 'The operation\'s status.
', 'DeleteServiceNetworkServiceAssociationResponse$status' => 'The operation\'s status. You can retry the operation if the status is DELETE_FAILED
. However, if you retry it when the status is DELETE_IN_PROGRESS
, there is no change in the status.
The status of the association.
', 'ServiceNetworkServiceAssociationSummary$status' => 'The status. If the deletion fails, try to delete again.
', ], ], 'ServiceNetworkServiceAssociationSummary' => [ 'base' => 'Summary information about the association between a service network and a service.
', 'refs' => [ 'ServiceNetworkServiceAssociationList$member' => NULL, ], ], 'ServiceNetworkSummary' => [ 'base' => 'Summary information about a service network.
', 'refs' => [ 'ServiceNetworkList$member' => NULL, ], ], 'ServiceNetworkVpcAssociationArn' => [ 'base' => NULL, 'refs' => [ 'CreateServiceNetworkVpcAssociationResponse$arn' => 'The Amazon Resource Name (ARN) of the association.
', 'DeleteServiceNetworkVpcAssociationResponse$arn' => 'The Amazon Resource Name (ARN) of the association.
', 'GetServiceNetworkVpcAssociationResponse$arn' => 'The Amazon Resource Name (ARN) of the association.
', 'ServiceNetworkVpcAssociationSummary$arn' => 'The Amazon Resource Name (ARN) of the association.
', 'UpdateServiceNetworkVpcAssociationResponse$arn' => 'The Amazon Resource Name (ARN) of the association.
', ], ], 'ServiceNetworkVpcAssociationId' => [ 'base' => NULL, 'refs' => [ 'CreateServiceNetworkVpcAssociationResponse$id' => 'The ID of the association.
', 'DeleteServiceNetworkVpcAssociationResponse$id' => 'The ID of the association.
', 'GetServiceNetworkVpcAssociationResponse$id' => 'The ID of the specified association between the service network and the VPC.
', 'ServiceNetworkVpcAssociationSummary$id' => 'The ID of the association.
', 'UpdateServiceNetworkVpcAssociationResponse$id' => 'The ID of the association.
', ], ], 'ServiceNetworkVpcAssociationIdentifier' => [ 'base' => NULL, 'refs' => [ 'DeleteServiceNetworkVpcAssociationRequest$serviceNetworkVpcAssociationIdentifier' => 'The ID or Amazon Resource Name (ARN) of the association.
', 'GetServiceNetworkVpcAssociationRequest$serviceNetworkVpcAssociationIdentifier' => 'The ID or Amazon Resource Name (ARN) of the association.
', 'UpdateServiceNetworkVpcAssociationRequest$serviceNetworkVpcAssociationIdentifier' => 'The ID or Amazon Resource Name (ARN) of the association.
', ], ], 'ServiceNetworkVpcAssociationList' => [ 'base' => NULL, 'refs' => [ 'ListServiceNetworkVpcAssociationsResponse$items' => 'Information about the associations.
', ], ], 'ServiceNetworkVpcAssociationStatus' => [ 'base' => NULL, 'refs' => [ 'CreateServiceNetworkVpcAssociationResponse$status' => 'The operation\'s status.
', 'DeleteServiceNetworkVpcAssociationResponse$status' => 'The status. You can retry the operation if the status is DELETE_FAILED
. However, if you retry it when the status is DELETE_IN_PROGRESS
, there is no change in the status.
The status of the association.
', 'ServiceNetworkVpcAssociationSummary$status' => 'The status.
', 'UpdateServiceNetworkVpcAssociationResponse$status' => 'The status. You can retry the operation if the status is DELETE_FAILED
. However, if you retry it while the status is DELETE_IN_PROGRESS
, there is no change in the status.
Summary information about an association between a service network and a VPC.
', 'refs' => [ 'ServiceNetworkVpcAssociationList$member' => NULL, ], ], 'ServiceQuotaExceededException' => [ 'base' => 'The request would cause a service quota to be exceeded.
', 'refs' => [], ], 'ServiceStatus' => [ 'base' => NULL, 'refs' => [ 'CreateServiceResponse$status' => 'The status. If the status is CREATE_FAILED
, you will have to delete and recreate the service.
The status. You can retry the operation if the status is DELETE_FAILED
. However, if you retry it while the status is DELETE_IN_PROGRESS
, the status doesn\'t change.
The status of the service.
', 'ServiceSummary$status' => 'The status.
', ], ], 'ServiceSummary' => [ 'base' => 'Summary information about a service.
', 'refs' => [ 'ServiceList$member' => NULL, ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$message' => NULL, 'ConflictException$message' => NULL, 'ConflictException$resourceId' => 'The resource ID.
', 'ConflictException$resourceType' => 'The resource type.
', 'DnsEntry$domainName' => 'The domain name of the service.
', 'DnsEntry$hostedZoneId' => 'The ID of the hosted zone.
', 'GetServiceNetworkServiceAssociationResponse$failureCode' => 'The failure code.
', 'GetServiceNetworkServiceAssociationResponse$failureMessage' => 'The failure message.
', 'GetServiceNetworkVpcAssociationResponse$failureCode' => 'The failure code.
', 'GetServiceNetworkVpcAssociationResponse$failureMessage' => 'The failure message.
', 'GetTargetGroupResponse$failureCode' => 'The failure code.
', 'GetTargetGroupResponse$failureMessage' => 'The failure message.
', 'InternalServerException$message' => NULL, 'ResourceNotFoundException$message' => NULL, 'ResourceNotFoundException$resourceId' => 'The resource ID.
', 'ResourceNotFoundException$resourceType' => 'The resource type.
', 'ServiceQuotaExceededException$message' => NULL, 'ServiceQuotaExceededException$quotaCode' => 'The ID of the service quota that was exceeded.
', 'ServiceQuotaExceededException$resourceId' => 'The resource ID.
', 'ServiceQuotaExceededException$resourceType' => 'The resource type.
', 'ServiceQuotaExceededException$serviceCode' => 'The service code.
', 'TargetFailure$failureCode' => 'The failure code.
', 'TargetFailure$failureMessage' => 'The failure message.
', 'TargetFailure$id' => 'The ID of the target. If the target type of the target group is INSTANCE
, this is an instance ID. If the target type is IP
, this is an IP address. If the target type is LAMBDA
, this is the ARN of the Lambda function. If the target type is ALB
, this is the ARN of the Application Load Balancer.
The ID of the target. If the target type of the target group is INSTANCE
, this is an instance ID. If the target type is IP
, this is an IP address. If the target type is LAMBDA
, this is the ARN of the Lambda function. If the target type is ALB
, this is the ARN of the Application Load Balancer.
The code for why the target status is what it is.
', 'ThrottlingException$message' => NULL, 'ThrottlingException$quotaCode' => 'The ID of the service quota that was exceeded.
', 'ThrottlingException$serviceCode' => 'The service code.
', 'ValidationException$message' => NULL, 'ValidationExceptionField$message' => 'Additional details about why the validation failed.
', 'ValidationExceptionField$name' => 'The name of the validation exception.
', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeys$member' => NULL, 'TagMap$key' => 'The key of the tag.
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 aws:
.
The tag keys of the tags to remove.
', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'CreateAccessLogSubscriptionRequest$tags' => 'The tags for the access log subscription.
', 'CreateListenerRequest$tags' => 'The tags for the listener.
', 'CreateRuleRequest$tags' => 'The tags for the rule.
', 'CreateServiceNetworkRequest$tags' => 'The tags for the service network.
', 'CreateServiceNetworkServiceAssociationRequest$tags' => 'The tags for the association.
', 'CreateServiceNetworkVpcAssociationRequest$tags' => 'The tags for the association.
', 'CreateServiceRequest$tags' => 'The tags for the service.
', 'CreateTargetGroupRequest$tags' => 'The tags for the target group.
', 'ListTagsForResourceResponse$tags' => 'The tags.
', 'TagResourceRequest$tags' => 'The tags for the resource.
', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => 'The value of the tag.
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: _ . : / = + - @
', ], ], 'Target' => [ 'base' => 'Describes a target.
', 'refs' => [ 'DeregisterTargetsRequestTargetsList$member' => NULL, 'ListTargetsRequestTargetsList$member' => NULL, 'RegisterTargetsRequestTargetsList$member' => NULL, 'TargetList$member' => NULL, ], ], 'TargetFailure' => [ 'base' => 'Describes a target failure.
', 'refs' => [ 'TargetFailureList$member' => NULL, ], ], 'TargetFailureList' => [ 'base' => NULL, 'refs' => [ 'DeregisterTargetsResponse$unsuccessful' => 'The targets that the operation couldn\'t deregister.
', 'RegisterTargetsResponse$unsuccessful' => 'The targets that were not registered.
', ], ], 'TargetGroupArn' => [ 'base' => NULL, 'refs' => [ 'CreateTargetGroupResponse$arn' => 'The Amazon Resource Name (ARN) of the target group.
', 'DeleteTargetGroupResponse$arn' => 'The Amazon Resource Name (ARN) of the target group.
', 'GetTargetGroupResponse$arn' => 'The Amazon Resource Name (ARN) of the target group.
', 'TargetGroupSummary$arn' => 'The ARN (Amazon Resource Name) of the target group.
', 'UpdateTargetGroupResponse$arn' => 'The Amazon Resource Name (ARN) of the target group.
', ], ], 'TargetGroupConfig' => [ 'base' => 'Describes the configuration of a target group. Lambda functions don\'t support target group configuration.
', 'refs' => [ 'CreateTargetGroupRequest$config' => 'The target group configuration. If type
is set to LAMBDA
, this parameter doesn\'t apply.
The target group configuration. If type
is set to LAMBDA
, this parameter doesn\'t apply.
The target group configuration.
', 'UpdateTargetGroupResponse$config' => 'The target group configuration.
', ], ], 'TargetGroupId' => [ 'base' => NULL, 'refs' => [ 'CreateTargetGroupResponse$id' => 'The ID of the target group.
', 'DeleteTargetGroupResponse$id' => 'The ID of the target group.
', 'GetTargetGroupResponse$id' => 'The ID of the target group.
', 'TargetGroupSummary$id' => 'The ID of the target group.
', 'UpdateTargetGroupResponse$id' => 'The ID of the target group.
', ], ], 'TargetGroupIdentifier' => [ 'base' => NULL, 'refs' => [ 'DeleteTargetGroupRequest$targetGroupIdentifier' => 'The ID or Amazon Resource Name (ARN) of the target group.
', 'DeregisterTargetsRequest$targetGroupIdentifier' => 'The ID or Amazon Resource Name (ARN) of the target group.
', 'GetTargetGroupRequest$targetGroupIdentifier' => 'The ID or Amazon Resource Name (ARN) of the target group.
', 'ListTargetsRequest$targetGroupIdentifier' => 'The ID or Amazon Resource Name (ARN) of the target group.
', 'RegisterTargetsRequest$targetGroupIdentifier' => 'The ID or Amazon Resource Name (ARN) of the target group.
', 'UpdateTargetGroupRequest$targetGroupIdentifier' => 'The ID or Amazon Resource Name (ARN) of the target group.
', 'WeightedTargetGroup$targetGroupIdentifier' => 'The ID or Amazon Resource Name (ARN) of the target group.
', ], ], 'TargetGroupList' => [ 'base' => NULL, 'refs' => [ 'ListTargetGroupsResponse$items' => 'Information about the target groups.
', ], ], 'TargetGroupName' => [ 'base' => NULL, 'refs' => [ 'CreateTargetGroupRequest$name' => '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.
', 'CreateTargetGroupResponse$name' => 'The name of the target group.
', 'GetTargetGroupResponse$name' => 'The name of the target group.
', 'TargetGroupSummary$name' => 'The name of the target group.
', 'UpdateTargetGroupResponse$name' => 'The name of the target group.
', ], ], 'TargetGroupProtocol' => [ 'base' => NULL, 'refs' => [ 'HealthCheckConfig$protocol' => 'The protocol used when performing health checks on targets. The possible protocols are HTTP
and HTTPS
. The default is HTTP
.
The protocol to use for routing traffic to the targets. Default is the protocol of a target group.
', 'TargetGroupSummary$protocol' => 'The protocol of the target group.
', ], ], 'TargetGroupProtocolVersion' => [ 'base' => NULL, 'refs' => [ 'TargetGroupConfig$protocolVersion' => 'The protocol version. Default value is HTTP1
.
The operation\'s status. You can retry the operation if the status is CREATE_FAILED
. However, if you retry it while the status is CREATE_IN_PROGRESS
, there is no change in the status.
The status. You can retry the operation if the status is DELETE_FAILED
. However, if you retry it while the status is DELETE_IN_PROGRESS
, the status doesn\'t change.
The status.
', 'TargetGroupSummary$status' => 'The status.
', 'UpdateTargetGroupResponse$status' => 'The status.
', ], ], 'TargetGroupSummary' => [ 'base' => 'Summary information about a target group.
', 'refs' => [ 'TargetGroupList$member' => NULL, ], ], 'TargetGroupType' => [ 'base' => NULL, 'refs' => [ 'CreateTargetGroupRequest$type' => 'The type of target group.
', 'CreateTargetGroupResponse$type' => 'The type of target group.
', 'GetTargetGroupResponse$type' => 'The target group type.
', 'ListTargetGroupsRequest$targetGroupType' => 'The target group type.
', 'TargetGroupSummary$type' => 'The target group type.
', 'UpdateTargetGroupResponse$type' => 'The target group type.
', ], ], 'TargetGroupWeight' => [ 'base' => NULL, 'refs' => [ 'WeightedTargetGroup$weight' => '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.
', ], ], 'TargetIdString' => [ 'base' => NULL, 'refs' => [ 'Target$id' => 'The ID of the target. If the target type of the target group is INSTANCE
, this is an instance ID. If the target type is IP
, this is an IP address. If the target type is LAMBDA
, this is the ARN of the Lambda function. If the target type is ALB
, this is the ARN of the Application Load Balancer.
The targets that were successfully deregistered.
', 'RegisterTargetsResponse$successful' => 'The targets that were successfully registered.
', ], ], 'TargetStatus' => [ 'base' => NULL, 'refs' => [ 'TargetSummary$status' => 'The status of the target.
Draining
: The target is being deregistered. No new connections will be sent to this target while current connections are being drained. Default draining time is 5 minutes.
Unavailable
: Health checks are unavailable for the target group.
Healthy
: The target is healthy.
Unhealthy
: The target is unhealthy.
Initial
: Initial health checks on the target are being performed.
Unused
: Target group is not used in a service.
Summary information about a target.
', 'refs' => [ 'TargetSummaryList$member' => NULL, ], ], 'TargetSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListTargetsResponse$items' => 'Information about the targets.
', ], ], 'ThrottlingException' => [ 'base' => 'The limit on the number of requests per second was exceeded.
', 'refs' => [], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'AccessLogSubscriptionSummary$createdAt' => 'The date and time that the access log subscription was created, specified in ISO-8601 format.
', 'AccessLogSubscriptionSummary$lastUpdatedAt' => 'The date and time that the access log subscription was last updated, specified in ISO-8601 format.
', 'GetAccessLogSubscriptionResponse$createdAt' => 'The date and time that the access log subscription was created, specified in ISO-8601 format.
', 'GetAccessLogSubscriptionResponse$lastUpdatedAt' => 'The date and time that the access log subscription was last updated, specified in ISO-8601 format.
', 'GetAuthPolicyResponse$createdAt' => 'The date and time that the auth policy was created, specified in ISO-8601 format.
', 'GetAuthPolicyResponse$lastUpdatedAt' => 'The date and time that the auth policy was last updated, specified in ISO-8601 format.
', 'GetListenerResponse$createdAt' => 'The date and time that the listener was created, specified in ISO-8601 format.
', 'GetListenerResponse$lastUpdatedAt' => 'The date and time that the listener was last updated, specified in ISO-8601 format.
', 'GetRuleResponse$createdAt' => 'The date and time that the listener rule was created, specified in ISO-8601 format.
', 'GetRuleResponse$lastUpdatedAt' => 'The date and time that the listener rule was last updated, specified in ISO-8601 format.
', 'GetServiceNetworkResponse$createdAt' => 'The date and time that the service network was created, specified in ISO-8601 format.
', 'GetServiceNetworkResponse$lastUpdatedAt' => 'The date and time of the last update, specified in ISO-8601 format.
', 'GetServiceNetworkServiceAssociationResponse$createdAt' => 'The date and time that the association was created, specified in ISO-8601 format.
', 'GetServiceNetworkVpcAssociationResponse$createdAt' => 'The date and time that the association was created, specified in ISO-8601 format.
', 'GetServiceNetworkVpcAssociationResponse$lastUpdatedAt' => 'The date and time that the association was last updated, specified in ISO-8601 format.
', 'GetServiceResponse$createdAt' => 'The date and time that the service was created, specified in ISO-8601 format.
', 'GetServiceResponse$lastUpdatedAt' => 'The date and time that the service was last updated, specified in ISO-8601 format.
', 'GetTargetGroupResponse$createdAt' => 'The date and time that the target group was created, specified in ISO-8601 format.
', 'GetTargetGroupResponse$lastUpdatedAt' => 'The date and time that the target group was last updated, specified in ISO-8601 format.
', 'ListenerSummary$createdAt' => 'The date and time that the listener was created, specified in ISO-8601 format.
', 'ListenerSummary$lastUpdatedAt' => 'The date and time that the listener was last updated, specified in ISO-8601 format.
', 'RuleSummary$createdAt' => 'The date and time that the listener rule was created, specified in ISO-8601 format.
', 'RuleSummary$lastUpdatedAt' => 'The date and time that the listener rule was last updated, specified in ISO-8601 format.
', 'ServiceNetworkServiceAssociationSummary$createdAt' => 'The date and time that the association was created, specified in ISO-8601 format.
', 'ServiceNetworkSummary$createdAt' => 'The date and time that the service network was created, specified in ISO-8601 format.
', 'ServiceNetworkSummary$lastUpdatedAt' => 'The date and time that the service network was last updated, specified in ISO-8601 format.
', 'ServiceNetworkVpcAssociationSummary$createdAt' => 'The date and time that the association was created, specified in ISO-8601 format.
', 'ServiceNetworkVpcAssociationSummary$lastUpdatedAt' => 'The date and time that the association was last updated, specified in ISO-8601 format.
', 'ServiceSummary$createdAt' => 'The date and time that the service was created, specified in ISO-8601 format.
', 'ServiceSummary$lastUpdatedAt' => 'The date and time that the service was last updated. The format is ISO-8601.
', 'TargetGroupSummary$createdAt' => 'The date and time that the target group was created, specified in ISO-8601 format.
', 'TargetGroupSummary$lastUpdatedAt' => 'The date and time that the target group was last updated, specified in ISO-8601 format.
', ], ], 'UnhealthyThresholdCount' => [ 'base' => NULL, 'refs' => [ 'HealthCheckConfig$unhealthyThresholdCount' => 'The number of consecutive failed health checks required before considering a target unhealthy. The range is 2–10. The default is 2.
', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateAccessLogSubscriptionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateAccessLogSubscriptionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateListenerRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateListenerResponse' => [ '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' => 'The IDs of the security groups.
', ], ], 'UpdateServiceNetworkVpcAssociationResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateServiceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateServiceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTargetGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTargetGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => 'The input does not satisfy the constraints specified by an Amazon Web Services service.
', 'refs' => [], ], 'ValidationExceptionField' => [ 'base' => 'Describes a validation failure.
', 'refs' => [ 'ValidationExceptionFieldList$member' => NULL, ], ], 'ValidationExceptionFieldList' => [ 'base' => NULL, 'refs' => [ 'ValidationException$fieldList' => 'The fields that failed validation.
', ], ], 'ValidationExceptionReason' => [ 'base' => NULL, 'refs' => [ 'ValidationException$reason' => 'The reason.
', ], ], 'VpcId' => [ 'base' => NULL, 'refs' => [ 'CreateServiceNetworkVpcAssociationRequest$vpcIdentifier' => 'The ID of the VPC.
', 'GetServiceNetworkVpcAssociationResponse$vpcId' => 'The ID of the VPC.
', 'ListServiceNetworkVpcAssociationsRequest$vpcIdentifier' => 'The ID or Amazon Resource Name (ARN) of the VPC.
', 'ListTargetGroupsRequest$vpcIdentifier' => 'The ID or Amazon Resource Name (ARN) of the service.
', 'ServiceNetworkVpcAssociationSummary$vpcId' => 'The ID of the VPC.
', 'TargetGroupConfig$vpcIdentifier' => 'The ID of the VPC.
', 'TargetGroupSummary$vpcIdentifier' => 'The ID of the VPC of the target group.
', ], ], 'WeightedTargetGroup' => [ 'base' => 'Describes the weight of a target group.
', 'refs' => [ 'WeightedTargetGroupList$member' => NULL, ], ], 'WeightedTargetGroupList' => [ 'base' => NULL, 'refs' => [ 'ForwardAction$targetGroups' => '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.
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 traffic will go to that target group.
', ], ], ],];