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

Function register_dsql_customizations

awscli/customizations/dsql.py:17–24  ·  view source on GitHub ↗
(cli)

Source from the content-addressed store, hash-verified

15
16
17def register_dsql_customizations(cli):
18 cli.register(
19 'building-command-table.dsql', _add_generate_dsql_db_connect_auth_token
20 )
21 cli.register(
22 'building-command-table.dsql',
23 _add_generate_dsql_db_connect_admin_auth_token,
24 )
25
26
27def _add_generate_dsql_db_connect_auth_token(command_table, session, **kwargs):

Callers

nothing calls this directly

Calls 1

registerMethod · 0.45

Tested by

no test coverage detected