delete_configuration_bundle¶
Operation¶
delete_configuration_bundle
async
¶
delete_configuration_bundle(input: DeleteConfigurationBundleInput, plugins: list[Plugin] | None = None) -> DeleteConfigurationBundleOutput
Deletes a configuration bundle and all of its versions.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteConfigurationBundleInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteConfigurationBundleOutput
|
An instance of |
Input¶
DeleteConfigurationBundleInput
dataclass
¶
Output¶
DeleteConfigurationBundleOutput
dataclass
¶
Dataclass for DeleteConfigurationBundleOutput structure.
Attributes¶
bundle_id
instance-attribute
¶
bundle_id: str
The unique identifier of the deleted configuration bundle.
status
instance-attribute
¶
status: ConfigurationBundleStatus
The status of the configuration bundle deletion operation.