ManagedintegrationsforIoTDeviceManagement / Client / start_account_association_refresh

start_account_association_refresh

ManagedintegrationsforIoTDeviceManagement.Client.start_account_association_refresh(**kwargs)

Initiates a refresh of an existing account association to update its authorization and connection status.

See also: AWS API Documentation

Request Syntax

response = client.start_account_association_refresh(
    AccountAssociationId='string'
)
Parameters:

AccountAssociationId (string) –

[REQUIRED]

The unique identifier of the account association to refresh.

Return type:

dict

Returns:

Response Syntax

{
    'OAuthAuthorizationUrl': 'string'
}

Response Structure

  • (dict) –

    • OAuthAuthorizationUrl (string) –

      Third-party IoT platform OAuth authorization server URL with all required parameters to perform end-user authentication during the refresh process.

Exceptions