VPCLattice / Client / update_service
update_service¶
- VPCLattice.Client.update_service(**kwargs)¶
- Updates the specified service. - See also: AWS API Documentation - Request Syntax- response = client.update_service( serviceIdentifier='string', certificateArn='string', authType='NONE'|'AWS_IAM' ) - Parameters:
- serviceIdentifier (string) – - [REQUIRED] - The ID or ARN of the service. 
- certificateArn (string) – The Amazon Resource Name (ARN) of the certificate. 
- authType (string) – - 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.
 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'id': 'string', 'arn': 'string', 'name': 'string', 'customDomainName': 'string', 'certificateArn': 'string', 'authType': 'NONE'|'AWS_IAM' } - Response Structure- (dict) – - id (string) – - The ID of the service. 
- arn (string) – - The Amazon Resource Name (ARN) of the service. 
- name (string) – - The name of the service. 
- customDomainName (string) – - The custom domain name of the service. 
- certificateArn (string) – - The Amazon Resource Name (ARN) of the certificate. 
- authType (string) – - The type of IAM policy. 
 
 
 - Exceptions