CloudWatchOmni / Client / delete_integration
delete_integration¶
- CloudWatchOmni.Client.delete_integration(**kwargs)¶
Deletes an integration. Returns the resulting status.
See also: AWS API Documentation
Request Syntax
response = client.delete_integration( identifier={ 'integrationId': 'string', 'integrationArn': 'string', 'integrationName': 'string' } )
- Parameters:
identifier (dict) –
[REQUIRED]
Identifies the integration to delete — exactly one of integrationId, integrationArn, or integrationName.
Note
This is a Tagged Union structure. Only one of the following top level keys can be set:
integrationId,integrationArn,integrationName.integrationId (string) –
The unique identifier of the integration.
integrationArn (string) –
The Amazon Resource Name of the integration.
integrationName (string) –
The name of the integration; unique within the account.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
The response from deleting an integration. Empty by contract — a successful call indicates the deletion was accepted (DeleteIntegration is idempotent).
Exceptions