Managed integrations for AWS IoT Device Management

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.

GetManagedThingCertificate (new) Link ΒΆ

Retrieves the certificate PEM for a managed IoT thing.

See also: AWS API Documentation

Request Syntax

client.get_managed_thing_certificate(
    Identifier='string'
)
type Identifier:

string

param Identifier:

[REQUIRED]

The identifier of the managed thing.

rtype:

dict

returns:

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.