MCPcopy Create free account
hub / github.com/aws/aws-cli / register_fix_kms_create_grant_docs

Function register_fix_kms_create_grant_docs

awscli/customizations/kms.py:15–18  ·  view source on GitHub ↗
(cli)

Source from the content-addressed store, hash-verified

13
14
15def register_fix_kms_create_grant_docs(cli):
16 # Docs may actually refer to actual api name (not the CLI command).
17 # In that case we want to remove the translation map.
18 cli.register('doc-title.kms.create-grant', remove_translation_map)
19
20
21def remove_translation_map(help_command, **kwargs):

Callers

nothing calls this directly

Calls 1

registerMethod · 0.45

Tested by

no test coverage detected