v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473359323.2 KB

Updates the specified service.

patch/services/{serviceIdentifier}

Path parameters

serviceIdentifierstring required

The ID or ARN of the service.

Request body

certificateArnstring

The Amazon Resource Name (ARN) of the certificate.

authType'NONE' | 'AWS_IAM'
<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>
idleTimeoutSecondsinteger

The amount of time, in seconds, that a connection can remain idle (no data sent) before VPC Lattice closes it. The valid range is 60 to 600 seconds. If you don't specify a value, the default is 60 seconds. This setting does not change the maximum connection duration of 10 minutes; connections are still closed when they reach that limit.

Response

Success

idstring

The ID of the service.

arnstring

The Amazon Resource Name (ARN) of the service.

namestring

The name of the service.

customDomainNamestring

The custom domain name of the service.

certificateArnstring

The Amazon Resource Name (ARN) of the certificate.

authType'NONE' | 'AWS_IAM'

The type of IAM policy.

idleTimeoutSecondsinteger

The amount of time, in seconds, that a connection can remain idle before VPC Lattice closes it.