MCPcopy Index your code
hub / github.com/aws/aws-cli / add_custom_endpoint_url_note

Function add_custom_endpoint_url_note

awscli/customizations/iot_data.py:21–31  ·  view source on GitHub ↗
(help_command, **kwargs)

Source from the content-addressed store, hash-verified

19
20
21def add_custom_endpoint_url_note(help_command, **kwargs):
22 style = help_command.doc.style
23 style.start_note()
24 style.doc.writeln(
25 'For production code it is strongly recommended to use the custom endpoint '
26 'for your account (retrievable via the iot describe-endpoint command) to ensure '
27 'best availability and reachability of the service. The default endpoints '
28 '(intended for testing purposes only) can be found at '
29 'https://docs.aws.amazon.com/general/latest/gr/iot-core.html#iot-core-data-plane-endpoints'
30 )
31 style.end_note()

Callers

nothing calls this directly

Calls 3

start_noteMethod · 0.45
writelnMethod · 0.45
end_noteMethod · 0.45

Tested by

no test coverage detected