delete_service_template
(**kwargs)¶If no other major or minor versions of the service template exist, delete the service template.
See also: AWS API Documentation
Request Syntax
response = client.delete_service_template(
name='string'
)
[REQUIRED]
The name of the service template to delete.
{
'serviceTemplate': {
'arn': 'string',
'createdAt': datetime(2015, 1, 1),
'description': 'string',
'displayName': 'string',
'encryptionKey': 'string',
'lastModifiedAt': datetime(2015, 1, 1),
'name': 'string',
'pipelineProvisioning': 'CUSTOMER_MANAGED',
'recommendedVersion': 'string'
}
}
Response Structure
The detailed data of the service template being deleted.
The Amazon Resource Name (ARN) of the service template.
The time when the service template was created.
A description of the service template.
The service template name as displayed in the developer interface.
The customer provided service template encryption key that's used to encrypt data.
The time when the service template was last modified.
The name of the service template.
If pipelineProvisioning
is true
, a service pipeline is included in the service template. Otherwise, a service pipeline isn't included in the service template.
The recommended version of the service template.
Exceptions
Proton.Client.exceptions.ValidationException
Proton.Client.exceptions.AccessDeniedException
Proton.Client.exceptions.ThrottlingException
Proton.Client.exceptions.ConflictException
Proton.Client.exceptions.ResourceNotFoundException
Proton.Client.exceptions.InternalServerException