2025/10/30 - Managed integrations for AWS IoT Device Management - 1 new api methods
Changes Add a new GetManagedThingCertificate API to expose Iot ManagedIntegrations (MI) device certificate, and add "-" support for name, properties, actions and events in the CapabilityReportCapability object.
Retrieves the certificate PEM for a managed IoT thing.
See also: AWS API Documentation
Request Syntax
client.get_managed_thing_certificate(
    Identifier='string'
)
string
[REQUIRED]
The identifier of the managed thing.
dict
Response Syntax
{
    'ManagedThingId': 'string',
    'CertificatePem': 'string'
}
Response Structure
(dict) --
ManagedThingId (string) --
The identifier of the managed thing.
CertificatePem (string) --
The PEM-encoded certificate for the managed thing.