Deletes an existing Capacity Manager data export configuration
Source:R/ec2_operations.R
ec2_delete_capacity_manager_data_export.RdDeletes an existing Capacity Manager data export configuration. This stops future scheduled exports but does not delete previously exported files from S3.
See https://www.paws-r-sdk.com/docs/ec2_delete_capacity_manager_data_export/ for full documentation.
Arguments
- CapacityManagerDataExportId
[required] The unique identifier of the data export configuration to delete.
- DryRun
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.