DatabaseMigrationService / Client / start_extension_pack_association

start_extension_pack_association#

DatabaseMigrationService.Client.start_extension_pack_association(**kwargs)#

Applies the extension pack to your target database. An extension pack is an add-on module that emulates functions present in a source database that are required when converting objects to the target database.

See also: AWS API Documentation

Request Syntax

response = client.start_extension_pack_association(
    MigrationProjectIdentifier='string'
)
Parameters:

MigrationProjectIdentifier (string) –

[REQUIRED]

The migration project name or Amazon Resource Name (ARN).

Return type:

dict

Returns:

Response Syntax

{
    'RequestIdentifier': 'string'
}

Response Structure

  • (dict) –

    • RequestIdentifier (string) –

      The identifier for the request operation.

Exceptions