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

Method write

awscli/telemetry.py:146–154  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

144 self._connection = connection
145
146 def write(self, data):
147 self._connection.execute(
148 self._WRITE_RECORD,
149 (
150 data.key,
151 data.session_id,
152 data.timestamp,
153 ),
154 )
155
156
157class CLISessionDatabaseReader:

Calls 1

executeMethod · 0.45