EC2 / Client / delete_capacity_manager_data_export
delete_capacity_manager_data_export¶
- EC2.Client.delete_capacity_manager_data_export(**kwargs)¶
Deletes an existing Capacity Manager data export configuration. This stops future scheduled exports but does not delete previously exported files from S3.
See also: AWS API Documentation
Request Syntax
response = client.delete_capacity_manager_data_export( CapacityManagerDataExportId='string', DryRun=True|False )
- Parameters:
CapacityManagerDataExportId (string) –
[REQUIRED]
The unique identifier of the data export configuration to delete.
DryRun (boolean) – Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.
- Return type:
dict
- Returns:
Response Syntax
{ 'CapacityManagerDataExportId': 'string' }
Response Structure
(dict) –
CapacityManagerDataExportId (string) –
The unique identifier of the deleted data export configuration.