File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ def _get_encoded_feature_list(client_options):
237237 - D (outbound_topic_alias_behavior): from topic_aliasing_options.outbound_behavior
238238 - E (inbound_topic_alias_behavior): from topic_aliasing_options.inbound_behavior
239239 - H (http_proxy_type): HTTP or HTTPS based on proxy TLS settings
240- - I (certificate_source): auto-detected from TlsContextOptions factory method
240+ - I (certificate_source): Detected from TlsContextOptions
241241 - J (tls_cipher_preference): mapped from TlsCipherPref on the TLS context
242242 - K (minimum_tls_version): mapped from TlsVersion on the TLS context
243243
@@ -465,7 +465,7 @@ def _create_metrics_mqtt5(client_options):
465465
466466 Args:
467467 client_options: MQTT5 ClientOptions dataclass containing all
468- connection configuration and optional metrics (AWSIoTMetrics).
468+ connection configuration and optional user (AWSIoTMetrics) metrics .
469469 Returns:
470470 AWSIoTMetrics: The final metrics object with merged CRT and SDK features.
471471 """
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class _CertificateSource(IntEnum):
1919 """Certificate source types for mTLS authentication.
2020
2121 Used by TlsContextOptions to track which factory method created the
22- TLS configuration. The CRT auto- detects this and encodes it as
22+ TLS configuration. The CRT detects this and encodes it as
2323 feature ID "I" in the metrics string.
2424 """
2525 CERTIFICATE_FILES = 0
You can’t perform that action at this time.
0 commit comments