SsmSap / Client / start_application_refresh

start_application_refresh#

SsmSap.Client.start_application_refresh(**kwargs)#

Refreshes a registered application.

See also: AWS API Documentation

Request Syntax

response = client.start_application_refresh(
    ApplicationId='string'
)
Parameters:

ApplicationId (string) –

[REQUIRED]

The ID of the application.

Return type:

dict

Returns:

Response Syntax

{
    'OperationId': 'string'
}

Response Structure

  • (dict) –

    • OperationId (string) –

      The ID of the operation.

Exceptions