delete_code_signing_config¶
Operation¶
delete_code_signing_config
async
¶
delete_code_signing_config(input: DeleteCodeSigningConfigInput, plugins: list[Plugin] | None = None) -> DeleteCodeSigningConfigOutput
Deletes the code signing configuration. You can delete the code signing configuration only if no function is using it.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteCodeSigningConfigInput
|
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 |
|---|---|
DeleteCodeSigningConfigOutput
|
An instance of |
Input¶
DeleteCodeSigningConfigInput
dataclass
¶
Output¶
DeleteCodeSigningConfigOutput
dataclass
¶
Dataclass for DeleteCodeSigningConfigOutput structure.