@azure/arm-datamigration 3.0.0-alpha.20250723.2 → 3.0.0-alpha.20250804.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/dataMigrationManagementClient.js +28 -5
- package/dist/browser/dataMigrationManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.js +7 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +1601 -737
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +45 -52
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -1
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +45 -52
- package/dist/browser/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -1
- package/dist/browser/operations/databaseMigrationsSqlDb.js +34 -18
- package/dist/browser/operations/databaseMigrationsSqlDb.js.map +1 -1
- package/dist/browser/operations/databaseMigrationsSqlMi.js +34 -18
- package/dist/browser/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/browser/operations/databaseMigrationsSqlVm.js +34 -18
- package/dist/browser/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/browser/operations/files.js +23 -40
- package/dist/browser/operations/files.js.map +1 -1
- package/dist/browser/operations/migrationServices.js +100 -136
- package/dist/browser/operations/migrationServices.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/projects.js +23 -40
- package/dist/browser/operations/projects.js.map +1 -1
- package/dist/browser/operations/resourceSkus.js +23 -40
- package/dist/browser/operations/resourceSkus.js.map +1 -1
- package/dist/browser/operations/serviceTasks.js +23 -40
- package/dist/browser/operations/serviceTasks.js.map +1 -1
- package/dist/browser/operations/services.js +122 -148
- package/dist/browser/operations/services.js.map +1 -1
- package/dist/browser/operations/sqlMigrationServices.js +100 -136
- package/dist/browser/operations/sqlMigrationServices.js.map +1 -1
- package/dist/browser/operations/tasks.js +23 -40
- package/dist/browser/operations/tasks.js.map +1 -1
- package/dist/browser/operations/usages.js +23 -40
- package/dist/browser/operations/usages.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/dataMigrationManagementClient.js +28 -5
- package/dist/commonjs/dataMigrationManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +1601 -737
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +45 -51
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +45 -51
- package/dist/commonjs/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js +34 -18
- package/dist/commonjs/operations/databaseMigrationsSqlDb.js.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js +34 -18
- package/dist/commonjs/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js +34 -18
- package/dist/commonjs/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/commonjs/operations/files.js +23 -39
- package/dist/commonjs/operations/files.js.map +1 -1
- package/dist/commonjs/operations/migrationServices.js +100 -135
- package/dist/commonjs/operations/migrationServices.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/projects.js +23 -39
- package/dist/commonjs/operations/projects.js.map +1 -1
- package/dist/commonjs/operations/resourceSkus.js +23 -39
- package/dist/commonjs/operations/resourceSkus.js.map +1 -1
- package/dist/commonjs/operations/serviceTasks.js +23 -39
- package/dist/commonjs/operations/serviceTasks.js.map +1 -1
- package/dist/commonjs/operations/services.js +122 -147
- package/dist/commonjs/operations/services.js.map +1 -1
- package/dist/commonjs/operations/sqlMigrationServices.js +100 -135
- package/dist/commonjs/operations/sqlMigrationServices.js.map +1 -1
- package/dist/commonjs/operations/tasks.js +23 -39
- package/dist/commonjs/operations/tasks.js.map +1 -1
- package/dist/commonjs/operations/usages.js +23 -39
- package/dist/commonjs/operations/usages.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/dataMigrationManagementClient.js +28 -5
- package/dist/esm/dataMigrationManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.js +7 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +1601 -737
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +45 -52
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -1
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +45 -52
- package/dist/esm/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -1
- package/dist/esm/operations/databaseMigrationsSqlDb.js +34 -18
- package/dist/esm/operations/databaseMigrationsSqlDb.js.map +1 -1
- package/dist/esm/operations/databaseMigrationsSqlMi.js +34 -18
- package/dist/esm/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/esm/operations/databaseMigrationsSqlVm.js +34 -18
- package/dist/esm/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/esm/operations/files.js +23 -40
- package/dist/esm/operations/files.js.map +1 -1
- package/dist/esm/operations/migrationServices.js +100 -136
- package/dist/esm/operations/migrationServices.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/projects.js +23 -40
- package/dist/esm/operations/projects.js.map +1 -1
- package/dist/esm/operations/resourceSkus.js +23 -40
- package/dist/esm/operations/resourceSkus.js.map +1 -1
- package/dist/esm/operations/serviceTasks.js +23 -40
- package/dist/esm/operations/serviceTasks.js.map +1 -1
- package/dist/esm/operations/services.js +122 -148
- package/dist/esm/operations/services.js.map +1 -1
- package/dist/esm/operations/sqlMigrationServices.js +100 -136
- package/dist/esm/operations/sqlMigrationServices.js.map +1 -1
- package/dist/esm/operations/tasks.js +23 -40
- package/dist/esm/operations/tasks.js.map +1 -1
- package/dist/esm/operations/usages.js +23 -40
- package/dist/esm/operations/usages.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/dataMigrationManagementClient.js +28 -5
- package/dist/react-native/dataMigrationManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +7 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +1601 -737
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js +45 -52
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbRUMongo.js.map +1 -1
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js +45 -52
- package/dist/react-native/operations/databaseMigrationsMongoToCosmosDbvCoreMongo.js.map +1 -1
- package/dist/react-native/operations/databaseMigrationsSqlDb.js +34 -18
- package/dist/react-native/operations/databaseMigrationsSqlDb.js.map +1 -1
- package/dist/react-native/operations/databaseMigrationsSqlMi.js +34 -18
- package/dist/react-native/operations/databaseMigrationsSqlMi.js.map +1 -1
- package/dist/react-native/operations/databaseMigrationsSqlVm.js +34 -18
- package/dist/react-native/operations/databaseMigrationsSqlVm.js.map +1 -1
- package/dist/react-native/operations/files.js +23 -40
- package/dist/react-native/operations/files.js.map +1 -1
- package/dist/react-native/operations/migrationServices.js +100 -136
- package/dist/react-native/operations/migrationServices.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/projects.js +23 -40
- package/dist/react-native/operations/projects.js.map +1 -1
- package/dist/react-native/operations/resourceSkus.js +23 -40
- package/dist/react-native/operations/resourceSkus.js.map +1 -1
- package/dist/react-native/operations/serviceTasks.js +23 -40
- package/dist/react-native/operations/serviceTasks.js.map +1 -1
- package/dist/react-native/operations/services.js +122 -148
- package/dist/react-native/operations/services.js.map +1 -1
- package/dist/react-native/operations/sqlMigrationServices.js +100 -136
- package/dist/react-native/operations/sqlMigrationServices.js.map +1 -1
- package/dist/react-native/operations/tasks.js +23 -40
- package/dist/react-native/operations/tasks.js.map +1 -1
- package/dist/react-native/operations/usages.js +23 -40
- package/dist/react-native/operations/usages.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const MongoConnectionInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoConnectionInformation\",\n modelProperties: {\n host: {\n serializedName: \"host\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n useSsl: {\n serializedName: \"useSsl\",\n type: {\n name: \"Boolean\",\n },\n },\n connectionString: {\n serializedName: \"connectionString\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoMigrationCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoMigrationCollection\",\n modelProperties: {\n sourceDatabase: {\n serializedName: \"sourceDatabase\",\n type: {\n name: \"String\",\n },\n },\n sourceCollection: {\n serializedName: \"sourceCollection\",\n type: {\n name: \"String\",\n },\n },\n targetDatabase: {\n serializedName: \"targetDatabase\",\n type: {\n name: \"String\",\n },\n },\n targetCollection: {\n serializedName: \"targetCollection\",\n type: {\n name: \"String\",\n },\n },\n migrationProgressDetails: {\n serializedName: \"migrationProgressDetails\",\n type: {\n name: \"Composite\",\n className: \"MongoMigrationProgressDetails\",\n },\n },\n },\n },\n};\n\nexport const MongoMigrationProgressDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoMigrationProgressDetails\",\n modelProperties: {\n migrationStatus: {\n serializedName: \"migrationStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationError: {\n serializedName: \"migrationError\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceDocumentCount: {\n serializedName: \"sourceDocumentCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n processedDocumentCount: {\n serializedName: \"processedDocumentCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n durationInSeconds: {\n serializedName: \"durationInSeconds\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationBaseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationBaseProperties\",\n uberParent: \"DatabaseMigrationBaseProperties\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\",\n },\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationStatus: {\n serializedName: \"migrationStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n migrationService: {\n serializedName: \"migrationService\",\n type: {\n name: \"String\",\n },\n },\n migrationOperationId: {\n serializedName: \"migrationOperationId\",\n type: {\n name: \"String\",\n },\n },\n migrationFailureError: {\n serializedName: \"migrationFailureError\",\n type: {\n name: \"Composite\",\n className: \"ErrorInfo\",\n },\n },\n provisioningError: {\n serializedName: \"provisioningError\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorInfo\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationCosmosDbMongoListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationCosmosDbMongoListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationCosmosDbMongo\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlDbMigrationStatusDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlDbMigrationStatusDetails\",\n modelProperties: {\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sqlDataCopyErrors: {\n serializedName: \"sqlDataCopyErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n listOfCopyProgressDetails: {\n serializedName: \"listOfCopyProgressDetails\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CopyProgressDetails\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CopyProgressDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CopyProgressDetails\",\n modelProperties: {\n tableName: {\n serializedName: \"tableName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n parallelCopyType: {\n serializedName: \"parallelCopyType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n usedParallelCopies: {\n serializedName: \"usedParallelCopies\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dataRead: {\n serializedName: \"dataRead\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dataWritten: {\n serializedName: \"dataWritten\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n rowsRead: {\n serializedName: \"rowsRead\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n rowsCopied: {\n serializedName: \"rowsCopied\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n copyStart: {\n serializedName: \"copyStart\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n copyThroughput: {\n serializedName: \"copyThroughput\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n copyDuration: {\n serializedName: \"copyDuration\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SqlConnectionInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInformation\",\n modelProperties: {\n dataSource: {\n serializedName: \"dataSource\",\n type: {\n name: \"String\",\n },\n },\n authentication: {\n serializedName: \"authentication\",\n type: {\n name: \"String\",\n },\n },\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n encryptConnection: {\n serializedName: \"encryptConnection\",\n type: {\n name: \"Boolean\",\n },\n },\n trustServerCertificate: {\n serializedName: \"trustServerCertificate\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const SqlDbOfflineConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlDbOfflineConfiguration\",\n modelProperties: {\n offline: {\n serializedName: \"offline\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ProxyResourceAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResourceAutoGenerated\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemDataAutoGenerated\",\n },\n },\n },\n },\n};\n\nexport const SystemDataAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemDataAutoGenerated\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const MigrationOperationInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationOperationInput\",\n modelProperties: {\n migrationOperationId: {\n serializedName: \"migrationOperationId\",\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n};\n\nexport const MigrationStatusDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationStatusDetails\",\n modelProperties: {\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n fullBackupSetInfo: {\n serializedName: \"fullBackupSetInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlBackupSetInfo\",\n },\n },\n lastRestoredBackupSetInfo: {\n serializedName: \"lastRestoredBackupSetInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlBackupSetInfo\",\n },\n },\n activeBackupSets: {\n serializedName: \"activeBackupSets\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlBackupSetInfo\",\n },\n },\n },\n },\n invalidFiles: {\n serializedName: \"invalidFiles\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n blobContainerName: {\n serializedName: \"blobContainerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isFullBackupRestored: {\n serializedName: \"isFullBackupRestored\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n restoreBlockingReason: {\n serializedName: \"restoreBlockingReason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n completeRestoreErrorMessage: {\n serializedName: \"completeRestoreErrorMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n fileUploadBlockingErrors: {\n serializedName: \"fileUploadBlockingErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n currentRestoringFilename: {\n serializedName: \"currentRestoringFilename\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastRestoredFilename: {\n serializedName: \"lastRestoredFilename\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n pendingLogBackupsCount: {\n serializedName: \"pendingLogBackupsCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SqlBackupSetInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlBackupSetInfo\",\n modelProperties: {\n backupSetId: {\n serializedName: \"backupSetId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n firstLSN: {\n serializedName: \"firstLSN\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastLSN: {\n serializedName: \"lastLSN\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n backupType: {\n serializedName: \"backupType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n listOfBackupFiles: {\n serializedName: \"listOfBackupFiles\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlBackupFileInfo\",\n },\n },\n },\n },\n backupStartDate: {\n serializedName: \"backupStartDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n backupFinishDate: {\n serializedName: \"backupFinishDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n isBackupRestored: {\n serializedName: \"isBackupRestored\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n hasBackupChecksums: {\n serializedName: \"hasBackupChecksums\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n familyCount: {\n serializedName: \"familyCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n ignoreReasons: {\n serializedName: \"ignoreReasons\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SqlBackupFileInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlBackupFileInfo\",\n modelProperties: {\n fileName: {\n serializedName: \"fileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n totalSize: {\n serializedName: \"totalSize\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dataRead: {\n serializedName: \"dataRead\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dataWritten: {\n serializedName: \"dataWritten\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n copyThroughput: {\n serializedName: \"copyThroughput\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n copyDuration: {\n serializedName: \"copyDuration\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n familySequenceNumber: {\n serializedName: \"familySequenceNumber\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const BackupConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupConfiguration\",\n modelProperties: {\n sourceLocation: {\n serializedName: \"sourceLocation\",\n type: {\n name: \"Composite\",\n className: \"SourceLocation\",\n },\n },\n targetLocation: {\n serializedName: \"targetLocation\",\n type: {\n name: \"Composite\",\n className: \"TargetLocation\",\n },\n },\n },\n },\n};\n\nexport const SourceLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceLocation\",\n modelProperties: {\n fileShare: {\n serializedName: \"fileShare\",\n type: {\n name: \"Composite\",\n className: \"SqlFileShare\",\n },\n },\n azureBlob: {\n serializedName: \"azureBlob\",\n type: {\n name: \"Composite\",\n className: \"AzureBlob\",\n },\n },\n fileStorageType: {\n serializedName: \"fileStorageType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SqlFileShare: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlFileShare\",\n modelProperties: {\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureBlob: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureBlob\",\n modelProperties: {\n authType: {\n serializedName: \"authType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"AccountKey\", \"ManagedIdentity\"],\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n storageAccountResourceId: {\n serializedName: \"storageAccountResourceId\",\n type: {\n name: \"String\",\n },\n },\n accountKey: {\n serializedName: \"accountKey\",\n type: {\n name: \"String\",\n },\n },\n blobContainerName: {\n serializedName: \"blobContainerName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedServiceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" },\n },\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n};\n\nexport const TargetLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TargetLocation\",\n modelProperties: {\n storageAccountResourceId: {\n serializedName: \"storageAccountResourceId\",\n type: {\n name: \"String\",\n },\n },\n accountKey: {\n serializedName: \"accountKey\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OfflineConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfflineConfiguration\",\n modelProperties: {\n offline: {\n serializedName: \"offline\",\n type: {\n name: \"Boolean\",\n },\n },\n lastBackupName: {\n serializedName: \"lastBackupName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationsDefinition\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationsDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsDefinition\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationsDisplayDefinition\",\n },\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } },\n },\n },\n },\n },\n },\n};\n\nexport const OperationsDisplayDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsDisplayDefinition\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationServiceUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationServiceUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const MigrationServiceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationServiceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrationService\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationBaseListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationBaseListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationBase\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrackedResourceAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResourceAutoGenerated\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemDataAutoGenerated\",\n },\n },\n },\n },\n};\n\nexport const SqlMigrationServiceUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlMigrationServiceUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const SqlMigrationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlMigrationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlMigrationService\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AuthenticationKeys: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthenticationKeys\",\n modelProperties: {\n authKey1: {\n serializedName: \"authKey1\",\n type: {\n name: \"String\",\n },\n },\n authKey2: {\n serializedName: \"authKey2\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RegenAuthKeys: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegenAuthKeys\",\n modelProperties: {\n keyName: {\n serializedName: \"keyName\",\n type: {\n name: \"String\",\n },\n },\n authKey1: {\n serializedName: \"authKey1\",\n type: {\n name: \"String\",\n },\n },\n authKey2: {\n serializedName: \"authKey2\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeleteNode: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeleteNode\",\n modelProperties: {\n nodeName: {\n serializedName: \"nodeName\",\n type: {\n name: \"String\",\n },\n },\n integrationRuntimeName: {\n serializedName: \"integrationRuntimeName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigration\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IntegrationRuntimeMonitoringData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeMonitoringData\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n nodes: {\n serializedName: \"nodes\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NodeMonitoringData\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const NodeMonitoringData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NodeMonitoringData\",\n modelProperties: {\n additionalProperties: {\n serializedName: \"additionalProperties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } },\n },\n },\n },\n nodeName: {\n serializedName: \"nodeName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n availableMemoryInMB: {\n serializedName: \"availableMemoryInMB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cpuUtilization: {\n serializedName: \"cpuUtilization\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n concurrentJobsLimit: {\n serializedName: \"concurrentJobsLimit\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n concurrentJobsRunning: {\n serializedName: \"concurrentJobsRunning\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maxConcurrentJobs: {\n serializedName: \"maxConcurrentJobs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n sentBytes: {\n serializedName: \"sentBytes\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n receivedBytes: {\n serializedName: \"receivedBytes\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ResourceSkusResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSkusResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceSku\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSku\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n size: {\n serializedName: \"size\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n family: {\n serializedName: \"family\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCapacity\",\n },\n },\n locations: {\n serializedName: \"locations\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n apiVersions: {\n serializedName: \"apiVersions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n costs: {\n serializedName: \"costs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCosts\",\n },\n },\n },\n },\n capabilities: {\n serializedName: \"capabilities\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCapabilities\",\n },\n },\n },\n },\n restrictions: {\n serializedName: \"restrictions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuRestrictions\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ResourceSkuCapacity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCapacity\",\n modelProperties: {\n minimum: {\n serializedName: \"minimum\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maximum: {\n serializedName: \"maximum\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n default: {\n serializedName: \"default\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n scaleType: {\n serializedName: \"scaleType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceSkuCosts: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCosts\",\n modelProperties: {\n meterID: {\n serializedName: \"meterID\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n quantity: {\n serializedName: \"quantity\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n extendedUnit: {\n serializedName: \"extendedUnit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceSkuCapabilities: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCapabilities\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceSkuRestrictions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuRestrictions\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n values: {\n serializedName: \"values\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n reasonCode: {\n serializedName: \"reasonCode\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ApiError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApiError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ODataError\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemDataAutoGenerated\",\n },\n },\n },\n },\n};\n\nexport const ODataError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ODataError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ODataError\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServiceSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceSku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\",\n },\n },\n family: {\n serializedName: \"family\",\n type: {\n name: \"String\",\n },\n },\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\",\n },\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DataMigrationServiceStatusResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataMigrationServiceStatusResponse\",\n modelProperties: {\n agentVersion: {\n serializedName: \"agentVersion\",\n type: {\n name: \"String\",\n },\n },\n agentConfiguration: {\n serializedName: \"agentConfiguration\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n vmSize: {\n serializedName: \"vmSize\",\n type: {\n name: \"String\",\n },\n },\n supportedTaskTypes: {\n serializedName: \"supportedTaskTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServiceSkuList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceSkuList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSku\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AvailableServiceSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSku\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSkuSku\",\n },\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSkuCapacity\",\n },\n },\n },\n },\n};\n\nexport const AvailableServiceSkuSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSkuSku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n family: {\n serializedName: \"family\",\n type: {\n name: \"String\",\n },\n },\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AvailableServiceSkuCapacity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSkuCapacity\",\n modelProperties: {\n minimum: {\n serializedName: \"minimum\",\n type: {\n name: \"Number\",\n },\n },\n maximum: {\n serializedName: \"maximum\",\n type: {\n name: \"Number\",\n },\n },\n default: {\n serializedName: \"default\",\n type: {\n name: \"Number\",\n },\n },\n scaleType: {\n serializedName: \"scaleType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TaskList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TaskList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProjectTask\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProjectTaskProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator: {\n serializedName: \"taskType\",\n clientName: \"taskType\",\n },\n modelProperties: {\n taskType: {\n serializedName: \"taskType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n errors: {\n serializedName: \"errors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ODataError\",\n },\n },\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n commands: {\n serializedName: \"commands\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommandProperties\",\n },\n },\n },\n },\n clientData: {\n serializedName: \"clientData\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const CommandProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommandProperties\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: {\n serializedName: \"commandType\",\n clientName: \"commandType\",\n },\n modelProperties: {\n commandType: {\n serializedName: \"commandType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n errors: {\n serializedName: \"errors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ODataError\",\n },\n },\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceAutoGenerated\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NameAvailabilityRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NameAvailabilityRequest\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NameAvailabilityResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NameAvailabilityResponse\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\",\n },\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataMigrationServiceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataMigrationServiceList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataMigrationService\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProjectList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Project\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureActiveDirectoryApp: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryApp\",\n modelProperties: {\n applicationId: {\n serializedName: \"applicationId\",\n type: {\n name: \"String\",\n },\n },\n appKey: {\n serializedName: \"appKey\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n ignoreAzurePermissions: {\n serializedName: \"ignoreAzurePermissions\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ConnectionInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseInfo\",\n modelProperties: {\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Quota\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Quota: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Quota\",\n modelProperties: {\n currentValue: {\n serializedName: \"currentValue\",\n type: {\n name: \"Number\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"QuotaName\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaName\",\n modelProperties: {\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FileList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FileList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProjectFile\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProjectFileProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectFileProperties\",\n modelProperties: {\n extension: {\n serializedName: \"extension\",\n type: {\n name: \"String\",\n },\n },\n filePath: {\n serializedName: \"filePath\",\n type: {\n name: \"String\",\n },\n },\n lastModified: {\n serializedName: \"lastModified\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n mediaType: {\n serializedName: \"mediaType\",\n type: {\n name: \"String\",\n },\n },\n size: {\n serializedName: \"size\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const FileStorageInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FileStorageInfo\",\n modelProperties: {\n uri: {\n serializedName: \"uri\",\n type: {\n name: \"String\",\n },\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const MigrateSyncCompleteCommandInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSyncCompleteCommandInput\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n commitTimeStamp: {\n serializedName: \"commitTimeStamp\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const MigrateSyncCompleteCommandOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSyncCompleteCommandOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errors: {\n serializedName: \"errors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ReportableException: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n modelProperties: {\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n actionableMessage: {\n serializedName: \"actionableMessage\",\n type: {\n name: \"String\",\n },\n },\n filePath: {\n serializedName: \"filePath\",\n type: {\n name: \"String\",\n },\n },\n lineNumber: {\n serializedName: \"lineNumber\",\n type: {\n name: \"String\",\n },\n },\n hResult: {\n serializedName: \"hResult\",\n type: {\n name: \"Number\",\n },\n },\n stackTrace: {\n serializedName: \"stackTrace\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateMISyncCompleteCommandInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateMISyncCompleteCommandInput\",\n modelProperties: {\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateMISyncCompleteCommandOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateMISyncCompleteCommandOutput\",\n modelProperties: {\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const BackupSetInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupSetInfo\",\n modelProperties: {\n backupSetId: {\n serializedName: \"backupSetId\",\n type: {\n name: \"String\",\n },\n },\n firstLsn: {\n serializedName: \"firstLsn\",\n type: {\n name: \"String\",\n },\n },\n lastLsn: {\n serializedName: \"lastLsn\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n type: {\n name: \"DateTime\",\n },\n },\n backupType: {\n serializedName: \"backupType\",\n type: {\n name: \"String\",\n },\n },\n listOfBackupFiles: {\n serializedName: \"listOfBackupFiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BackupFileInfo\",\n },\n },\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n backupStartDate: {\n serializedName: \"backupStartDate\",\n type: {\n name: \"DateTime\",\n },\n },\n backupFinishedDate: {\n serializedName: \"backupFinishedDate\",\n type: {\n name: \"DateTime\",\n },\n },\n isBackupRestored: {\n serializedName: \"isBackupRestored\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const BackupFileInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupFileInfo\",\n modelProperties: {\n fileLocation: {\n serializedName: \"fileLocation\",\n type: {\n name: \"String\",\n },\n },\n familySequenceNumber: {\n serializedName: \"familySequenceNumber\",\n type: {\n name: \"Number\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OrphanedUserInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OrphanedUserInfo\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceMySqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceMySqlTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n },\n },\n targetPlatform: {\n serializedName: \"targetPlatform\",\n type: {\n name: \"String\",\n },\n },\n checkPermissionsGroup: {\n serializedName: \"checkPermissionsGroup\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Default\",\n \"MigrationFromSqlServerToAzureDB\",\n \"MigrationFromSqlServerToAzureMI\",\n \"MigrationFromMySQLToAzureDBForMySQL\",\n \"MigrationFromSqlServerToAzureVM\",\n ],\n },\n },\n isOfflineMigration: {\n defaultValue: false,\n serializedName: \"isOfflineMigration\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceSqlServerTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n checkPermissionsGroup: {\n serializedName: \"checkPermissionsGroup\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Default\",\n \"MigrationFromSqlServerToAzureDB\",\n \"MigrationFromSqlServerToAzureMI\",\n \"MigrationFromMySQLToAzureDBForMySQL\",\n \"MigrationFromSqlServerToAzureVM\",\n ],\n },\n },\n collectDatabases: {\n defaultValue: true,\n serializedName: \"collectDatabases\",\n type: {\n name: \"Boolean\",\n },\n },\n collectLogins: {\n defaultValue: false,\n serializedName: \"collectLogins\",\n type: {\n name: \"Boolean\",\n },\n },\n collectAgentJobs: {\n defaultValue: false,\n serializedName: \"collectAgentJobs\",\n type: {\n name: \"Boolean\",\n },\n },\n collectTdeCertificateInfo: {\n defaultValue: false,\n serializedName: \"collectTdeCertificateInfo\",\n type: {\n name: \"Boolean\",\n },\n },\n validateSsisCatalogOnly: {\n defaultValue: false,\n serializedName: \"validateSsisCatalogOnly\",\n type: {\n name: \"Boolean\",\n },\n },\n encryptedKeyForSecureFields: {\n serializedName: \"encryptedKeyForSecureFields\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceSqlServerTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutput\",\n uberParent: \"ConnectToSourceSqlServerTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseFileInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseFileInfo\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n logicalName: {\n serializedName: \"logicalName\",\n type: {\n name: \"String\",\n },\n },\n physicalFullName: {\n serializedName: \"physicalFullName\",\n type: {\n name: \"String\",\n },\n },\n restoreFullName: {\n serializedName: \"restoreFullName\",\n type: {\n name: \"String\",\n },\n },\n fileType: {\n serializedName: \"fileType\",\n type: {\n name: \"String\",\n },\n },\n sizeMB: {\n serializedName: \"sizeMB\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const MigrationEligibilityInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationEligibilityInfo\",\n modelProperties: {\n isEligibleForMigration: {\n serializedName: \"isEligibleForMigration\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n validationMessages: {\n serializedName: \"validationMessages\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToSourcePostgreSqlSyncTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourcePostgreSqlSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n },\n },\n },\n },\n };\n\nexport const ConnectToSourcePostgreSqlSyncTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourcePostgreSqlSyncTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetAzureDbForMySqlTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForMySqlTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n },\n },\n isOfflineMigration: {\n defaultValue: false,\n serializedName: \"isOfflineMigration\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetAzureDbForMySqlTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForMySqlTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetSqlDbTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskInput\",\n modelProperties: {\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n queryObjectCounts: {\n serializedName: \"queryObjectCounts\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlDbTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlMISyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMISyncTaskInput\",\n modelProperties: {\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MiSqlConnectionInfo\",\n },\n },\n azureApp: {\n serializedName: \"azureApp\",\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryApp\",\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlMISyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMISyncTaskOutput\",\n modelProperties: {\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlMITaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMITaskInput\",\n modelProperties: {\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n collectLogins: {\n defaultValue: true,\n serializedName: \"collectLogins\",\n type: {\n name: \"Boolean\",\n },\n },\n collectAgentJobs: {\n defaultValue: true,\n serializedName: \"collectAgentJobs\",\n type: {\n name: \"Boolean\",\n },\n },\n validateSsisCatalogOnly: {\n defaultValue: false,\n serializedName: \"validateSsisCatalogOnly\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlMITaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMITaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n logins: {\n serializedName: \"logins\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n agentJobs: {\n serializedName: \"agentJobs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlDbSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetAzureDbForPostgreSqlSyncTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForPostgreSqlSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const GetUserTablesMySqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesMySqlTaskInput\",\n modelProperties: {\n connectionInfo: {\n serializedName: \"connectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n },\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesMySqlTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesMySqlTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databasesToTables: {\n serializedName: \"databasesToTables\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DatabaseTable: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseTable\",\n modelProperties: {\n hasRows: {\n serializedName: \"hasRows\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GetTdeCertificatesSqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetTdeCertificatesSqlTaskInput\",\n modelProperties: {\n connectionInfo: {\n serializedName: \"connectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n backupFileShare: {\n serializedName: \"backupFileShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\",\n },\n },\n selectedCertificates: {\n serializedName: \"selectedCertificates\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SelectedCertificateInput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const FileShare: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FileShare\",\n modelProperties: {\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n path: {\n serializedName: \"path\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SelectedCertificateInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SelectedCertificateInput\",\n modelProperties: {\n certificateName: {\n serializedName: \"certificateName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GetTdeCertificatesSqlTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetTdeCertificatesSqlTaskOutput\",\n modelProperties: {\n base64EncodedCertificates: {\n serializedName: \"base64EncodedCertificates\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesSqlSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n selectedSourceDatabases: {\n serializedName: \"selectedSourceDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n selectedTargetDatabases: {\n serializedName: \"selectedTargetDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesSqlSyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlSyncTaskOutput\",\n modelProperties: {\n databasesToSourceTables: {\n serializedName: \"databasesToSourceTables\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databasesToTargetTables: {\n serializedName: \"databasesToTargetTables\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tableValidationErrors: {\n serializedName: \"tableValidationErrors\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesSqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlTaskInput\",\n modelProperties: {\n connectionInfo: {\n serializedName: \"connectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n encryptedKeyForSecureFields: {\n serializedName: \"encryptedKeyForSecureFields\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GetUserTablesSqlTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databasesToTables: {\n serializedName: \"databasesToTables\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MigrateSchemaSqlServerSqlDbDatabaseInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n schemaSetting: {\n serializedName: \"schemaSetting\",\n type: {\n name: \"Composite\",\n className: \"SchemaMigrationSetting\",\n },\n },\n },\n },\n };\n\nexport const SchemaMigrationSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchemaMigrationSetting\",\n modelProperties: {\n schemaOption: {\n serializedName: \"schemaOption\",\n type: {\n name: \"String\",\n },\n },\n fileId: {\n serializedName: \"fileId\",\n type: {\n name: \"String\",\n },\n },\n fileName: {\n serializedName: \"fileName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SqlMigrationTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlMigrationTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n },\n },\n};\n\nexport const MigrateSchemaSqlServerSqlDbTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n uberParent: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n },\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncDatabaseInput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlSyncDatabaseInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n migrationSetting: {\n serializedName: \"migrationSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n sourceSetting: {\n serializedName: \"sourceSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n targetSetting: {\n serializedName: \"targetSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n tableMap: {\n serializedName: \"tableMap\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SyncMigrationDatabaseErrorEvent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\",\n modelProperties: {\n timestampString: {\n serializedName: \"timestampString\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n eventTypeString: {\n serializedName: \"eventTypeString\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n eventText: {\n serializedName: \"eventText\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput\",\n modelProperties: {\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput\",\n },\n },\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n },\n },\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n },\n },\n encryptedKeyForSecureFields: {\n serializedName: \"encryptedKeyForSecureFields\",\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n migrationSetting: {\n serializedName: \"migrationSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n sourceSetting: {\n serializedName: \"sourceSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n targetSetting: {\n serializedName: \"targetSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n selectedTables: {\n serializedName: \"selectedTables\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbSyncDatabaseInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncDatabaseInput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n schemaName: {\n serializedName: \"schemaName\",\n type: {\n name: \"String\",\n },\n },\n tableMap: {\n serializedName: \"tableMap\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n migrationSetting: {\n serializedName: \"migrationSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n sourceSetting: {\n serializedName: \"sourceSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n targetSetting: {\n serializedName: \"targetSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n };\n\nexport const MigrationValidationOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationValidationOptions\",\n modelProperties: {\n enableSchemaValidation: {\n serializedName: \"enableSchemaValidation\",\n type: {\n name: \"Boolean\",\n },\n },\n enableDataIntegrityValidation: {\n serializedName: \"enableDataIntegrityValidation\",\n type: {\n name: \"Boolean\",\n },\n },\n enableQueryAnalysisValidation: {\n serializedName: \"enableQueryAnalysisValidation\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlDbSyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlDbDatabaseInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n makeSourceDbReadOnly: {\n serializedName: \"makeSourceDbReadOnly\",\n type: {\n name: \"Boolean\",\n },\n },\n tableMap: {\n serializedName: \"tableMap\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n schemaSetting: {\n serializedName: \"schemaSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlDbTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutput\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationValidationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationValidationResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationId: {\n serializedName: \"migrationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n summaryResults: {\n serializedName: \"summaryResults\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"MigrationValidationDatabaseSummaryResult\",\n },\n },\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationValidationDatabaseSummaryResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrationValidationDatabaseSummaryResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationId: {\n serializedName: \"migrationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrationReportResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationReportResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n reportUrl: {\n serializedName: \"reportUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataItemMigrationSummaryResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataItemMigrationSummaryResult\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n itemsCount: {\n serializedName: \"itemsCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n itemsCompletedCount: {\n serializedName: \"itemsCompletedCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultPrefix: {\n serializedName: \"resultPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationValidationDatabaseLevelResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrationValidationDatabaseLevelResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationId: {\n serializedName: \"migrationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n dataIntegrityValidationResult: {\n serializedName: \"dataIntegrityValidationResult\",\n type: {\n name: \"Composite\",\n className: \"DataIntegrityValidationResult\",\n },\n },\n schemaValidationResult: {\n serializedName: \"schemaValidationResult\",\n type: {\n name: \"Composite\",\n className: \"SchemaComparisonValidationResult\",\n },\n },\n queryAnalysisValidationResult: {\n serializedName: \"queryAnalysisValidationResult\",\n type: {\n name: \"Composite\",\n className: \"QueryAnalysisValidationResult\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DataIntegrityValidationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataIntegrityValidationResult\",\n modelProperties: {\n failedObjects: {\n serializedName: \"failedObjects\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n type: {\n name: \"Composite\",\n className: \"ValidationError\",\n },\n },\n },\n },\n};\n\nexport const ValidationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationError\",\n modelProperties: {\n text: {\n serializedName: \"text\",\n type: {\n name: \"String\",\n },\n },\n severity: {\n serializedName: \"severity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SchemaComparisonValidationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchemaComparisonValidationResult\",\n modelProperties: {\n schemaDifferences: {\n serializedName: \"schemaDifferences\",\n type: {\n name: \"Composite\",\n className: \"SchemaComparisonValidationResultType\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n type: {\n name: \"Composite\",\n className: \"ValidationError\",\n },\n },\n sourceDatabaseObjectCount: {\n serializedName: \"sourceDatabaseObjectCount\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Number\" } },\n },\n },\n targetDatabaseObjectCount: {\n serializedName: \"targetDatabaseObjectCount\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Number\" } },\n },\n },\n },\n },\n};\n\nexport const SchemaComparisonValidationResultType: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SchemaComparisonValidationResultType\",\n modelProperties: {\n objectName: {\n serializedName: \"objectName\",\n type: {\n name: \"String\",\n },\n },\n objectType: {\n serializedName: \"objectType\",\n type: {\n name: \"String\",\n },\n },\n updateAction: {\n serializedName: \"updateAction\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const QueryAnalysisValidationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryAnalysisValidationResult\",\n modelProperties: {\n queryResults: {\n serializedName: \"queryResults\",\n type: {\n name: \"Composite\",\n className: \"QueryExecutionResult\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n type: {\n name: \"Composite\",\n className: \"ValidationError\",\n },\n },\n },\n },\n};\n\nexport const QueryExecutionResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryExecutionResult\",\n modelProperties: {\n queryText: {\n serializedName: \"queryText\",\n type: {\n name: \"String\",\n },\n },\n statementsInBatch: {\n serializedName: \"statementsInBatch\",\n type: {\n name: \"Number\",\n },\n },\n sourceResult: {\n serializedName: \"sourceResult\",\n type: {\n name: \"Composite\",\n className: \"ExecutionStatistics\",\n },\n },\n targetResult: {\n serializedName: \"targetResult\",\n type: {\n name: \"Composite\",\n className: \"ExecutionStatistics\",\n },\n },\n },\n },\n};\n\nexport const ExecutionStatistics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExecutionStatistics\",\n modelProperties: {\n executionCount: {\n serializedName: \"executionCount\",\n type: {\n name: \"Number\",\n },\n },\n cpuTimeMs: {\n serializedName: \"cpuTimeMs\",\n type: {\n name: \"Number\",\n },\n },\n elapsedTimeMs: {\n serializedName: \"elapsedTimeMs\",\n type: {\n name: \"Number\",\n },\n },\n waitStats: {\n serializedName: \"waitStats\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"WaitStatistics\" } },\n },\n },\n hasErrors: {\n serializedName: \"hasErrors\",\n type: {\n name: \"Boolean\",\n },\n },\n sqlErrors: {\n serializedName: \"sqlErrors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WaitStatistics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WaitStatistics\",\n modelProperties: {\n waitType: {\n serializedName: \"waitType\",\n type: {\n name: \"String\",\n },\n },\n waitTimeMs: {\n defaultValue: 0,\n serializedName: \"waitTimeMs\",\n type: {\n name: \"Number\",\n },\n },\n waitCount: {\n serializedName: \"waitCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SqlServerSqlMISyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlServerSqlMISyncTaskInput\",\n modelProperties: {\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMIDatabaseInput\",\n },\n },\n },\n },\n backupFileShare: {\n serializedName: \"backupFileShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\",\n },\n },\n storageResourceId: {\n serializedName: \"storageResourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MiSqlConnectionInfo\",\n },\n },\n azureApp: {\n serializedName: \"azureApp\",\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryApp\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlMIDatabaseInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMIDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n restoreDatabaseName: {\n serializedName: \"restoreDatabaseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n backupFileShare: {\n serializedName: \"backupFileShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\",\n },\n },\n backupFilePaths: {\n serializedName: \"backupFilePaths\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlMISyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskOutput\",\n uberParent: \"MigrateSqlServerSqlMISyncTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BlobShare: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BlobShare\",\n modelProperties: {\n sasUri: {\n serializedName: \"sasUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlMITaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutput\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SsisMigrationInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SsisMigrationInfo\",\n modelProperties: {\n ssisStoreType: {\n serializedName: \"ssisStoreType\",\n type: {\n name: \"String\",\n },\n },\n projectOverwriteOption: {\n serializedName: \"projectOverwriteOption\",\n type: {\n name: \"String\",\n },\n },\n environmentOverwriteOption: {\n serializedName: \"environmentOverwriteOption\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSsisTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskOutput\",\n uberParent: \"MigrateSsisTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoDbCommandInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbCommandInput\",\n modelProperties: {\n objectName: {\n serializedName: \"objectName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoDbClusterInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbClusterInfo\",\n modelProperties: {\n databases: {\n serializedName: \"databases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbDatabaseInfo\",\n },\n },\n },\n },\n supportsSharding: {\n serializedName: \"supportsSharding\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoDbShardKeyInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeyInfo\",\n modelProperties: {\n fields: {\n serializedName: \"fields\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeyField\",\n },\n },\n },\n },\n isUnique: {\n serializedName: \"isUnique\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MongoDbShardKeyField: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeyField\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n order: {\n serializedName: \"order\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoDbObjectInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbObjectInfo\",\n modelProperties: {\n averageDocumentSize: {\n serializedName: \"averageDocumentSize\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n dataSize: {\n serializedName: \"dataSize\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n documentCount: {\n serializedName: \"documentCount\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n qualifiedName: {\n serializedName: \"qualifiedName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoDbProgress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbProgress\",\n uberParent: \"MongoDbProgress\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n bytesCopied: {\n serializedName: \"bytesCopied\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n documentsCopied: {\n serializedName: \"documentsCopied\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n elapsedTime: {\n serializedName: \"elapsedTime\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n errors: {\n serializedName: \"errors\",\n required: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"MongoDbError\" } },\n },\n },\n eventsPending: {\n serializedName: \"eventsPending\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n eventsReplayed: {\n serializedName: \"eventsReplayed\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n lastEventTime: {\n serializedName: \"lastEventTime\",\n type: {\n name: \"DateTime\",\n },\n },\n lastReplayTime: {\n serializedName: \"lastReplayTime\",\n type: {\n name: \"DateTime\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n qualifiedName: {\n serializedName: \"qualifiedName\",\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n totalBytes: {\n serializedName: \"totalBytes\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n totalDocuments: {\n serializedName: \"totalDocuments\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const MongoDbError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoDbCollectionSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbCollectionSettings\",\n modelProperties: {\n canDelete: {\n serializedName: \"canDelete\",\n type: {\n name: \"Boolean\",\n },\n },\n shardKey: {\n serializedName: \"shardKey\",\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeySetting\",\n },\n },\n targetRUs: {\n serializedName: \"targetRUs\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const MongoDbShardKeySetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeySetting\",\n modelProperties: {\n fields: {\n serializedName: \"fields\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeyField\",\n },\n },\n },\n },\n isUnique: {\n serializedName: \"isUnique\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MongoDbDatabaseSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbDatabaseSettings\",\n modelProperties: {\n collections: {\n serializedName: \"collections\",\n required: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"MongoDbCollectionSettings\" },\n },\n },\n },\n targetRUs: {\n serializedName: \"targetRUs\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const MongoDbMigrationSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbMigrationSettings\",\n modelProperties: {\n boostRUs: {\n serializedName: \"boostRUs\",\n type: {\n name: \"Number\",\n },\n },\n databases: {\n serializedName: \"databases\",\n required: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"MongoDbDatabaseSettings\" },\n },\n },\n },\n replication: {\n serializedName: \"replication\",\n type: {\n name: \"String\",\n },\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"MongoDbConnectionInfo\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"Composite\",\n className: \"MongoDbConnectionInfo\",\n },\n },\n throttling: {\n serializedName: \"throttling\",\n type: {\n name: \"Composite\",\n className: \"MongoDbThrottlingSettings\",\n },\n },\n },\n },\n};\n\nexport const MongoDbThrottlingSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbThrottlingSettings\",\n modelProperties: {\n minFreeCpu: {\n serializedName: \"minFreeCpu\",\n type: {\n name: \"Number\",\n },\n },\n minFreeMemoryMb: {\n serializedName: \"minFreeMemoryMb\",\n type: {\n name: \"Number\",\n },\n },\n maxParallelism: {\n serializedName: \"maxParallelism\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceOracleSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceOracleSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"OracleConnectionInfo\",\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceOracleSyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceOracleSyncTaskOutput\",\n modelProperties: {\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput\",\n modelProperties: {\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput\",\n modelProperties: {\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n databaseSchemaMap: {\n serializedName: \"databaseSchemaMap\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem\",\n modelProperties: {\n database: {\n serializedName: \"database\",\n type: {\n name: \"String\",\n },\n },\n schemas: {\n serializedName: \"schemas\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const GetUserTablesOracleTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesOracleTaskInput\",\n modelProperties: {\n connectionInfo: {\n serializedName: \"connectionInfo\",\n type: {\n name: \"Composite\",\n className: \"OracleConnectionInfo\",\n },\n },\n selectedSchemas: {\n serializedName: \"selectedSchemas\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesOracleTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesOracleTaskOutput\",\n modelProperties: {\n schemaName: {\n serializedName: \"schemaName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tables: {\n serializedName: \"tables\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseTable\",\n },\n },\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesPostgreSqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesPostgreSqlTaskInput\",\n modelProperties: {\n connectionInfo: {\n serializedName: \"connectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n },\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesPostgreSqlTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesPostgreSqlTaskOutput\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tables: {\n serializedName: \"tables\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseTable\",\n },\n },\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ValidateOracleAzureDbPostgreSqlSyncTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ValidateOracleAzureDbPostgreSqlSyncTaskOutput\",\n modelProperties: {\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskInput\",\n modelProperties: {\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncDatabaseInput\",\n },\n },\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n },\n },\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"OracleConnectionInfo\",\n },\n },\n },\n },\n };\n\nexport const MigrateOracleAzureDbPostgreSqlSyncDatabaseInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncDatabaseInput\",\n modelProperties: {\n caseManipulation: {\n serializedName: \"caseManipulation\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n schemaName: {\n serializedName: \"schemaName\",\n type: {\n name: \"String\",\n },\n },\n tableMap: {\n serializedName: \"tableMap\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n migrationSetting: {\n serializedName: \"migrationSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n sourceSetting: {\n serializedName: \"sourceSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n targetSetting: {\n serializedName: \"targetSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n };\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const OracleOCIDriverInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OracleOCIDriverInfo\",\n modelProperties: {\n driverName: {\n serializedName: \"driverName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n driverSize: {\n serializedName: \"driverSize\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n archiveChecksum: {\n serializedName: \"archiveChecksum\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n oracleChecksum: {\n serializedName: \"oracleChecksum\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n assemblyVersion: {\n serializedName: \"assemblyVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n supportedOracleVersions: {\n serializedName: \"supportedOracleVersions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CheckOCIDriverTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckOCIDriverTaskInput\",\n modelProperties: {\n serverVersion: {\n serializedName: \"serverVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckOCIDriverTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckOCIDriverTaskOutput\",\n modelProperties: {\n installedDriver: {\n serializedName: \"installedDriver\",\n type: {\n name: \"Composite\",\n className: \"OracleOCIDriverInfo\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UploadOCIDriverTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UploadOCIDriverTaskInput\",\n modelProperties: {\n driverShare: {\n serializedName: \"driverShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\",\n },\n },\n },\n },\n};\n\nexport const UploadOCIDriverTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UploadOCIDriverTaskOutput\",\n modelProperties: {\n driverPackageName: {\n serializedName: \"driverPackageName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const InstallOCIDriverTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InstallOCIDriverTaskInput\",\n modelProperties: {\n driverPackageName: {\n serializedName: \"driverPackageName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const InstallOCIDriverTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InstallOCIDriverTaskOutput\",\n modelProperties: {\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServiceOperation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceOperation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"ServiceOperationDisplay\",\n },\n },\n },\n },\n};\n\nexport const ServiceOperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceOperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServiceOperationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceOperationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceOperation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceNonSqlTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceNonSqlTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverProperties: {\n serializedName: \"serverProperties\",\n type: {\n name: \"Composite\",\n className: \"ServerProperties\",\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServerProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerProperties\",\n modelProperties: {\n serverPlatform: {\n serializedName: \"serverPlatform\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverName: {\n serializedName: \"serverName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverEdition: {\n serializedName: \"serverEdition\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverOperatingSystemVersion: {\n serializedName: \"serverOperatingSystemVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverDatabaseCount: {\n serializedName: \"serverDatabaseCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n },\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineDatabaseInput\",\n },\n },\n },\n },\n makeSourceServerReadOnly: {\n defaultValue: false,\n serializedName: \"makeSourceServerReadOnly\",\n type: {\n name: \"Boolean\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n type: {\n name: \"DateTime\",\n },\n },\n optionalAgentSettings: {\n serializedName: \"optionalAgentSettings\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n encryptedKeyForSecureFields: {\n serializedName: \"encryptedKeyForSecureFields\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlOfflineDatabaseInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n tableMap: {\n serializedName: \"tableMap\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n uberParent: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ValidateSyncMigrationInputSqlServerTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ValidateSyncMigrationInputSqlServerTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncDatabaseInput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ValidateSyncMigrationInputSqlServerTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ValidateSyncMigrationInputSqlServerTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ValidateMigrationInputSqlServerSqlMITaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMITaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMIDatabaseInput\",\n },\n },\n },\n },\n selectedLogins: {\n serializedName: \"selectedLogins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n backupFileShare: {\n serializedName: \"backupFileShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\",\n },\n },\n backupBlobShare: {\n serializedName: \"backupBlobShare\",\n type: {\n name: \"Composite\",\n className: \"BlobShare\",\n },\n },\n backupMode: {\n serializedName: \"backupMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ValidateMigrationInputSqlServerSqlMITaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMITaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n restoreDatabaseNameErrors: {\n serializedName: \"restoreDatabaseNameErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n backupFolderErrors: {\n serializedName: \"backupFolderErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n backupShareCredentialsErrors: {\n serializedName: \"backupShareCredentialsErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n backupStorageAccountErrors: {\n serializedName: \"backupStorageAccountErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n existingBackupErrors: {\n serializedName: \"existingBackupErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n databaseBackupInfo: {\n serializedName: \"databaseBackupInfo\",\n type: {\n name: \"Composite\",\n className: \"DatabaseBackupInfo\",\n },\n },\n },\n },\n };\n\nexport const DatabaseBackupInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseBackupInfo\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n backupType: {\n serializedName: \"backupType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n backupFiles: {\n serializedName: \"backupFiles\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n position: {\n serializedName: \"position\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n isDamaged: {\n serializedName: \"isDamaged\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isCompressed: {\n serializedName: \"isCompressed\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n familyCount: {\n serializedName: \"familyCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n backupFinishDate: {\n serializedName: \"backupFinishDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ValidateMigrationInputSqlServerSqlMISyncTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMISyncTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const Database: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Database\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n compatibilityLevel: {\n serializedName: \"compatibilityLevel\",\n type: {\n name: \"String\",\n },\n },\n collation: {\n serializedName: \"collation\",\n type: {\n name: \"String\",\n },\n },\n serverName: {\n serializedName: \"serverName\",\n type: {\n name: \"String\",\n },\n },\n fqdn: {\n serializedName: \"fqdn\",\n type: {\n name: \"String\",\n },\n },\n installId: {\n serializedName: \"installId\",\n type: {\n name: \"String\",\n },\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n type: {\n name: \"String\",\n },\n },\n serverEdition: {\n serializedName: \"serverEdition\",\n type: {\n name: \"String\",\n },\n },\n serverLevel: {\n serializedName: \"serverLevel\",\n type: {\n name: \"String\",\n },\n },\n serverDefaultDataPath: {\n serializedName: \"serverDefaultDataPath\",\n type: {\n name: \"String\",\n },\n },\n serverDefaultLogPath: {\n serializedName: \"serverDefaultLogPath\",\n type: {\n name: \"String\",\n },\n },\n serverDefaultBackupPath: {\n serializedName: \"serverDefaultBackupPath\",\n type: {\n name: \"String\",\n },\n },\n serverCoreCount: {\n serializedName: \"serverCoreCount\",\n type: {\n name: \"Number\",\n },\n },\n serverVisibleOnlineCoreCount: {\n serializedName: \"serverVisibleOnlineCoreCount\",\n type: {\n name: \"Number\",\n },\n },\n databaseState: {\n serializedName: \"databaseState\",\n type: {\n name: \"String\",\n },\n },\n serverId: {\n serializedName: \"serverId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseObjectName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseObjectName\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n objectName: {\n serializedName: \"objectName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n schemaName: {\n serializedName: \"schemaName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n objectType: {\n serializedName: \"objectType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataMigrationProjectMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataMigrationProjectMetadata\",\n modelProperties: {\n sourceServerName: {\n serializedName: \"sourceServerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerPort: {\n serializedName: \"sourceServerPort\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceUsername: {\n serializedName: \"sourceUsername\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerName: {\n serializedName: \"targetServerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetUsername: {\n serializedName: \"targetUsername\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetDbName: {\n serializedName: \"targetDbName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetUsingWinAuth: {\n serializedName: \"targetUsingWinAuth\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n selectedMigrationTables: {\n serializedName: \"selectedMigrationTables\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrationTableMetadata\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MigrationTableMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationTableMetadata\",\n modelProperties: {\n sourceTableName: {\n serializedName: \"sourceTableName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetTableName: {\n serializedName: \"targetTableName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GetProjectDetailsNonSqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetProjectDetailsNonSqlTaskInput\",\n modelProperties: {\n projectName: {\n serializedName: \"projectName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n projectLocation: {\n serializedName: \"projectLocation\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NonSqlMigrationTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NonSqlMigrationTaskInput\",\n modelProperties: {\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n projectName: {\n serializedName: \"projectName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n projectLocation: {\n serializedName: \"projectLocation\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n selectedTables: {\n serializedName: \"selectedTables\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NonSqlDataMigrationTable\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const NonSqlDataMigrationTable: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NonSqlDataMigrationTable\",\n modelProperties: {\n sourceName: {\n serializedName: \"sourceName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NonSqlMigrationTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NonSqlMigrationTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dataMigrationTableResults: {\n serializedName: \"dataMigrationTableResults\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n progressMessage: {\n serializedName: \"progressMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerName: {\n serializedName: \"sourceServerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerName: {\n serializedName: \"targetServerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NonSqlDataMigrationTableResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NonSqlDataMigrationTableResult\",\n modelProperties: {\n resultCode: {\n serializedName: \"resultCode\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceName: {\n serializedName: \"sourceName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetName: {\n serializedName: \"targetName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceRowCount: {\n serializedName: \"sourceRowCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n targetRowCount: {\n serializedName: \"targetRowCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n elapsedTimeInMiliseconds: {\n serializedName: \"elapsedTimeInMiliseconds\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n errors: {\n serializedName: \"errors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataMigrationError\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DataMigrationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataMigrationError\",\n modelProperties: {\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerDatabaseInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n restoreDatabaseName: {\n serializedName: \"restoreDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n backupAndRestoreFolder: {\n serializedName: \"backupAndRestoreFolder\",\n type: {\n name: \"String\",\n },\n },\n databaseFiles: {\n serializedName: \"databaseFiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseFileInput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DatabaseFileInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseFileInput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n logicalName: {\n serializedName: \"logicalName\",\n type: {\n name: \"String\",\n },\n },\n physicalFullName: {\n serializedName: \"physicalFullName\",\n type: {\n name: \"String\",\n },\n },\n restoreFullName: {\n serializedName: \"restoreFullName\",\n type: {\n name: \"String\",\n },\n },\n fileType: {\n serializedName: \"fileType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StartMigrationScenarioServerRoleResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"StartMigrationScenarioServerRoleResult\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const DatabaseMigrationPropertiesCosmosDbMongo: coreClient.CompositeMapper =\n {\n serializedName: \"MongoToCosmosDbMongo\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesCosmosDbMongo\",\n uberParent: \"DatabaseMigrationBaseProperties\",\n polymorphicDiscriminator:\n DatabaseMigrationBaseProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatabaseMigrationBaseProperties.type.modelProperties,\n sourceMongoConnection: {\n serializedName: \"sourceMongoConnection\",\n type: {\n name: \"Composite\",\n className: \"MongoConnectionInformation\",\n },\n },\n targetMongoConnection: {\n serializedName: \"targetMongoConnection\",\n type: {\n name: \"Composite\",\n className: \"MongoConnectionInformation\",\n },\n },\n collectionList: {\n serializedName: \"collectionList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoMigrationCollection\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const DatabaseMigrationProperties: coreClient.CompositeMapper = {\n serializedName: \"DatabaseMigrationProperties\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationProperties\",\n uberParent: \"DatabaseMigrationBaseProperties\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\",\n },\n modelProperties: {\n ...DatabaseMigrationBaseProperties.type.modelProperties,\n sourceSqlConnection: {\n serializedName: \"sourceSqlConnection\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInformation\",\n },\n },\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n sourceServerName: {\n serializedName: \"sourceServerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetDatabaseCollation: {\n serializedName: \"targetDatabaseCollation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationSqlDb: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationSqlDb\",\n modelProperties: {\n ...ProxyResourceAutoGenerated.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesSqlDb\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationSqlMi: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationSqlMi\",\n modelProperties: {\n ...ProxyResourceAutoGenerated.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesSqlMi\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationSqlVm: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationSqlVm\",\n modelProperties: {\n ...ProxyResourceAutoGenerated.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesSqlVm\",\n },\n },\n },\n },\n};\n\nexport const SqlMigrationService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlMigrationService\",\n modelProperties: {\n ...TrackedResourceAutoGenerated.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n integrationRuntimeState: {\n serializedName: \"properties.integrationRuntimeState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataMigrationService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataMigrationService\",\n modelProperties: {\n ...TrackedResourceAutoGenerated.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ServiceSku\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n publicKey: {\n serializedName: \"properties.publicKey\",\n type: {\n name: \"String\",\n },\n },\n virtualSubnetId: {\n serializedName: \"properties.virtualSubnetId\",\n type: {\n name: \"String\",\n },\n },\n virtualNicId: {\n serializedName: \"properties.virtualNicId\",\n type: {\n name: \"String\",\n },\n },\n autoStopDelay: {\n serializedName: \"properties.autoStopDelay\",\n type: {\n name: \"String\",\n },\n },\n deleteResourcesOnStop: {\n serializedName: \"properties.deleteResourcesOnStop\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const Project: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Project\",\n modelProperties: {\n ...TrackedResourceAutoGenerated.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n sourcePlatform: {\n serializedName: \"properties.sourcePlatform\",\n type: {\n name: \"String\",\n },\n },\n azureAuthenticationInfo: {\n serializedName: \"properties.azureAuthenticationInfo\",\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryApp\",\n },\n },\n targetPlatform: {\n serializedName: \"properties.targetPlatform\",\n type: {\n name: \"String\",\n },\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n sourceConnectionInfo: {\n serializedName: \"properties.sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"ConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"properties.targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"ConnectionInfo\",\n },\n },\n databasesInfo: {\n serializedName: \"properties.databasesInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseInfo\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSchemaSqlServerSqlDbTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"MigrateSchemaSqlServerSqlDb\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n },\n },\n },\n },\n createdOn: {\n serializedName: \"createdOn\",\n type: {\n name: \"String\",\n },\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n isCloneable: {\n serializedName: \"isCloneable\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const CheckOCIDriverTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Service.Check.OCI\",\n type: {\n name: \"Composite\",\n className: \"CheckOCIDriverTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"CheckOCIDriverTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CheckOCIDriverTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UploadOCIDriverTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Service.Upload.OCI\",\n type: {\n name: \"Composite\",\n className: \"UploadOCIDriverTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"UploadOCIDriverTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UploadOCIDriverTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const InstallOCIDriverTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Service.Install.OCI\",\n type: {\n name: \"Composite\",\n className: \"InstallOCIDriverTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"InstallOCIDriverTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InstallOCIDriverTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToMongoDbTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Connect.MongoDb\",\n type: {\n name: \"Composite\",\n className: \"ConnectToMongoDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbConnectionInfo\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbClusterInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceSqlServerTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToSource.SqlServer\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutput\",\n },\n },\n },\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ConnectToSourceSqlServerSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToSource.SqlServer.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToSourcePostgreSqlSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToSource.PostgreSql.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourcePostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourcePostgreSqlSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourcePostgreSqlSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToSourceMySqlTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToSource.MySql\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceMySqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceMySqlTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceNonSqlTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceOracleSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToSource.Oracle.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceOracleSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceOracleSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceOracleSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetSqlDbTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToTarget.SqlDb\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskOutput\",\n },\n },\n },\n },\n createdOn: {\n serializedName: \"createdOn\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlDbSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToTarget.SqlDb.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToTarget.AzureDbForPostgreSql.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForPostgreSqlSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const GetUserTablesSqlTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"GetUserTables.Sql\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlTaskOutput\",\n },\n },\n },\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GetUserTablesSqlSyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"GetUserTables.AzureSqlDb.Sync\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesOracleTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"GetUserTablesOracle\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesOracleTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesOracleTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesOracleTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesPostgreSqlTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"GetUserTablesPostgreSql\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesPostgreSqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesPostgreSqlTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesPostgreSqlTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const GetUserTablesMySqlTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"GetUserTablesMySql\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesMySqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesMySqlTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesMySqlTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlMITaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToTarget.AzureSqlDbMI\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMITaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMITaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMITaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlMISyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToTarget.AzureSqlDbMI.Sync.LRS\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMISyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMISyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMISyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetAzureDbForMySqlTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToTarget.AzureDbForMySql\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForMySqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForMySqlTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForMySqlTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateMongoDbTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.MongoDb\",\n type: {\n name: \"Composite\",\n className: \"MigrateMongoDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbMigrationSettings\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbProgress\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlMITaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.SqlServer.AzureSqlDbMI\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutput\",\n },\n },\n },\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n createdOn: {\n serializedName: \"createdOn\",\n type: {\n name: \"String\",\n },\n },\n parentTaskId: {\n serializedName: \"parentTaskId\",\n type: {\n name: \"String\",\n },\n },\n isCloneable: {\n serializedName: \"isCloneable\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlMISyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Migrate.SqlServer.AzureSqlDbMI.Sync.LRS\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskOutput\",\n },\n },\n },\n },\n createdOn: {\n serializedName: \"createdOn\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.SqlServer.SqlDb\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutput\",\n },\n },\n },\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n isCloneable: {\n serializedName: \"isCloneable\",\n type: {\n name: \"Boolean\",\n },\n },\n createdOn: {\n serializedName: \"createdOn\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlDbSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Migrate.SqlServer.AzureSqlDb.Sync\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Migrate.MySql.AzureDbForMySql.Sync\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Migrate.MySql.AzureDbForMySql\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n },\n },\n },\n },\n isCloneable: {\n serializedName: \"isCloneable\",\n type: {\n name: \"Boolean\",\n },\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2\",\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n },\n },\n },\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n createdOn: {\n serializedName: \"createdOn\",\n type: {\n name: \"String\",\n },\n },\n isCloneable: {\n serializedName: \"isCloneable\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const MigrateOracleAzureDbForPostgreSqlSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Migrate.Oracle.AzureDbForPostgreSql.Sync\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbForPostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ValidateMigrationInputSqlServerSqlDbSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ValidateMigrationInput.SqlServer.SqlDb.Sync\",\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlDbSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ValidateSyncMigrationInputSqlServerTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidateSyncMigrationInputSqlServerTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ValidateMigrationInputSqlServerSqlMITaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ValidateMigrationInput.SqlServer.AzureSqlDbMI\",\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMITaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMITaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMITaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ValidateMigrationInputSqlServerSqlMISyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS\",\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMISyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMISyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMISyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ValidateMongoDbTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Validate.MongoDb\",\n type: {\n name: \"Composite\",\n className: \"ValidateMongoDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbMigrationSettings\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbMigrationProgress\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ValidateOracleAzureDbForPostgreSqlSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Validate.Oracle.AzureDbPostgreSql.Sync\",\n type: {\n name: \"Composite\",\n className: \"ValidateOracleAzureDbForPostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidateOracleAzureDbPostgreSqlSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const GetTdeCertificatesSqlTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"GetTDECertificates.Sql\",\n type: {\n name: \"Composite\",\n className: \"GetTdeCertificatesSqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetTdeCertificatesSqlTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetTdeCertificatesSqlTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MigrateSsisTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.Ssis\",\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MigrateSyncCompleteCommandProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Migrate.Sync.Complete.Database\",\n type: {\n name: \"Composite\",\n className: \"MigrateSyncCompleteCommandProperties\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: CommandProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...CommandProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSyncCompleteCommandInput\",\n },\n },\n output: {\n serializedName: \"output\",\n type: {\n name: \"Composite\",\n className: \"MigrateSyncCompleteCommandOutput\",\n },\n },\n commandId: {\n serializedName: \"commandId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateMISyncCompleteCommandProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Migrate.SqlServer.AzureDbSqlMi.Complete\",\n type: {\n name: \"Composite\",\n className: \"MigrateMISyncCompleteCommandProperties\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: CommandProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...CommandProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateMISyncCompleteCommandInput\",\n },\n },\n output: {\n serializedName: \"output\",\n type: {\n name: \"Composite\",\n className: \"MigrateMISyncCompleteCommandOutput\",\n },\n },\n },\n },\n };\n\nexport const MongoDbCancelCommand: coreClient.CompositeMapper = {\n serializedName: \"cancel\",\n type: {\n name: \"Composite\",\n className: \"MongoDbCancelCommand\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: CommandProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...CommandProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbCommandInput\",\n },\n },\n },\n },\n};\n\nexport const MongoDbFinishCommand: coreClient.CompositeMapper = {\n serializedName: \"finish\",\n type: {\n name: \"Composite\",\n className: \"MongoDbFinishCommand\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: CommandProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...CommandProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbFinishCommandInput\",\n },\n },\n },\n },\n};\n\nexport const MongoDbRestartCommand: coreClient.CompositeMapper = {\n serializedName: \"restart\",\n type: {\n name: \"Composite\",\n className: \"MongoDbRestartCommand\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: CommandProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...CommandProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbCommandInput\",\n },\n },\n },\n },\n};\n\nexport const ProjectTask: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectTask\",\n modelProperties: {\n ...ResourceAutoGenerated.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ProjectTaskProperties\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemDataAutoGenerated\",\n },\n },\n },\n },\n};\n\nexport const ProjectFile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectFile\",\n modelProperties: {\n ...ResourceAutoGenerated.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ProjectFileProperties\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemDataAutoGenerated\",\n },\n },\n },\n },\n};\n\nexport const MongoDbConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"MongoDbConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MongoDbConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n connectionString: {\n serializedName: \"connectionString\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dataSource: {\n serializedName: \"dataSource\",\n type: {\n name: \"String\",\n },\n },\n encryptConnection: {\n serializedName: \"encryptConnection\",\n type: {\n name: \"Boolean\",\n },\n },\n serverBrandVersion: {\n serializedName: \"serverBrandVersion\",\n type: {\n name: \"String\",\n },\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n type: {\n name: \"String\",\n },\n },\n serverName: {\n serializedName: \"serverName\",\n type: {\n name: \"String\",\n },\n },\n trustServerCertificate: {\n defaultValue: false,\n serializedName: \"trustServerCertificate\",\n type: {\n name: \"Boolean\",\n },\n },\n enforceSSL: {\n serializedName: \"enforceSSL\",\n type: {\n name: \"Boolean\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n additionalSettings: {\n serializedName: \"additionalSettings\",\n type: {\n name: \"String\",\n },\n },\n authentication: {\n serializedName: \"authentication\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SqlConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"SqlConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n dataSource: {\n serializedName: \"dataSource\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n serverName: {\n serializedName: \"serverName\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n type: {\n name: \"String\",\n },\n },\n serverBrandVersion: {\n serializedName: \"serverBrandVersion\",\n type: {\n name: \"String\",\n },\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\",\n },\n },\n authentication: {\n serializedName: \"authentication\",\n type: {\n name: \"String\",\n },\n },\n encryptConnection: {\n defaultValue: true,\n serializedName: \"encryptConnection\",\n type: {\n name: \"Boolean\",\n },\n },\n additionalSettings: {\n serializedName: \"additionalSettings\",\n type: {\n name: \"String\",\n },\n },\n trustServerCertificate: {\n defaultValue: false,\n serializedName: \"trustServerCertificate\",\n type: {\n name: \"Boolean\",\n },\n },\n platform: {\n serializedName: \"platform\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MySqlConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"MySqlConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n serverName: {\n serializedName: \"serverName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dataSource: {\n serializedName: \"dataSource\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n encryptConnection: {\n defaultValue: true,\n serializedName: \"encryptConnection\",\n type: {\n name: \"Boolean\",\n },\n },\n authentication: {\n serializedName: \"authentication\",\n type: {\n name: \"String\",\n },\n },\n additionalSettings: {\n serializedName: \"additionalSettings\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OracleConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"OracleConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"OracleConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n dataSource: {\n serializedName: \"dataSource\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n serverName: {\n serializedName: \"serverName\",\n type: {\n name: \"String\",\n },\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n authentication: {\n serializedName: \"authentication\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PostgreSqlConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"PostgreSqlConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n serverName: {\n serializedName: \"serverName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dataSource: {\n serializedName: \"dataSource\",\n type: {\n name: \"String\",\n },\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n encryptConnection: {\n defaultValue: true,\n serializedName: \"encryptConnection\",\n type: {\n name: \"Boolean\",\n },\n },\n trustServerCertificate: {\n defaultValue: false,\n serializedName: \"trustServerCertificate\",\n type: {\n name: \"Boolean\",\n },\n },\n additionalSettings: {\n serializedName: \"additionalSettings\",\n type: {\n name: \"String\",\n },\n },\n serverBrandVersion: {\n serializedName: \"serverBrandVersion\",\n type: {\n name: \"String\",\n },\n },\n authentication: {\n serializedName: \"authentication\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MiSqlConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"MiSqlConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MiSqlConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n managedInstanceResourceId: {\n serializedName: \"managedInstanceResourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceSqlServerTaskOutputTaskLevel: coreClient.CompositeMapper =\n {\n serializedName: \"TaskLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutputTaskLevel\",\n uberParent: \"ConnectToSourceSqlServerTaskOutput\",\n polymorphicDiscriminator:\n ConnectToSourceSqlServerTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectToSourceSqlServerTaskOutput.type.modelProperties,\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n logins: {\n serializedName: \"logins\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n agentJobs: {\n serializedName: \"agentJobs\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseTdeCertificateMapping: {\n serializedName: \"databaseTdeCertificateMapping\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToSourceSqlServerTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutputDatabaseLevel\",\n uberParent: \"ConnectToSourceSqlServerTaskOutput\",\n polymorphicDiscriminator:\n ConnectToSourceSqlServerTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectToSourceSqlServerTaskOutput.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sizeMB: {\n serializedName: \"sizeMB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n databaseFiles: {\n serializedName: \"databaseFiles\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseFileInfo\",\n },\n },\n },\n },\n compatibilityLevel: {\n serializedName: \"compatibilityLevel\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseState: {\n serializedName: \"databaseState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ConnectToSourceSqlServerTaskOutputLoginLevel: coreClient.CompositeMapper =\n {\n serializedName: \"LoginLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutputLoginLevel\",\n uberParent: \"ConnectToSourceSqlServerTaskOutput\",\n polymorphicDiscriminator:\n ConnectToSourceSqlServerTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectToSourceSqlServerTaskOutput.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n loginType: {\n serializedName: \"loginType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultDatabase: {\n serializedName: \"defaultDatabase\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n migrationEligibility: {\n serializedName: \"migrationEligibility\",\n type: {\n name: \"Composite\",\n className: \"MigrationEligibilityInfo\",\n },\n },\n },\n },\n };\n\nexport const ConnectToSourceSqlServerTaskOutputAgentJobLevel: coreClient.CompositeMapper =\n {\n serializedName: \"AgentJobLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutputAgentJobLevel\",\n uberParent: \"ConnectToSourceSqlServerTaskOutput\",\n polymorphicDiscriminator:\n ConnectToSourceSqlServerTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectToSourceSqlServerTaskOutput.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n jobCategory: {\n serializedName: \"jobCategory\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n jobOwner: {\n serializedName: \"jobOwner\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastExecutedOn: {\n serializedName: \"lastExecutedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n migrationEligibility: {\n serializedName: \"migrationEligibility\",\n type: {\n name: \"Composite\",\n className: \"MigrationEligibilityInfo\",\n },\n },\n },\n },\n };\n\nexport const MigrateSchemaSqlServerSqlDbTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskInput\",\n modelProperties: {\n ...SqlMigrationTaskInput.type.modelProperties,\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbDatabaseInput\",\n },\n },\n },\n },\n encryptedKeyForSecureFields: {\n serializedName: \"encryptedKeyForSecureFields\",\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskInput\",\n modelProperties: {\n ...SqlMigrationTaskInput.type.modelProperties,\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncDatabaseInput\",\n },\n },\n },\n },\n validationOptions: {\n serializedName: \"validationOptions\",\n type: {\n name: \"Composite\",\n className: \"MigrationValidationOptions\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlDbTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskInput\",\n modelProperties: {\n ...SqlMigrationTaskInput.type.modelProperties,\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbDatabaseInput\",\n },\n },\n },\n },\n validationOptions: {\n serializedName: \"validationOptions\",\n type: {\n name: \"Composite\",\n className: \"MigrationValidationOptions\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n type: {\n name: \"String\",\n },\n },\n encryptedKeyForSecureFields: {\n serializedName: \"encryptedKeyForSecureFields\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlMITaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskInput\",\n modelProperties: {\n ...SqlMigrationTaskInput.type.modelProperties,\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMIDatabaseInput\",\n },\n },\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n type: {\n name: \"String\",\n },\n },\n selectedLogins: {\n serializedName: \"selectedLogins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n selectedAgentJobs: {\n serializedName: \"selectedAgentJobs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n backupFileShare: {\n serializedName: \"backupFileShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\",\n },\n },\n backupBlobShare: {\n serializedName: \"backupBlobShare\",\n type: {\n name: \"Composite\",\n className: \"BlobShare\",\n },\n },\n backupMode: {\n serializedName: \"backupMode\",\n type: {\n name: \"String\",\n },\n },\n aadDomainName: {\n serializedName: \"aadDomainName\",\n type: {\n name: \"String\",\n },\n },\n encryptedKeyForSecureFields: {\n serializedName: \"encryptedKeyForSecureFields\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSsisTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskInput\",\n modelProperties: {\n ...SqlMigrationTaskInput.type.modelProperties,\n ssisMigrationInfo: {\n serializedName: \"ssisMigrationInfo\",\n type: {\n name: \"Composite\",\n className: \"SsisMigrationInfo\",\n },\n },\n },\n },\n};\n\nexport const MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel\",\n uberParent: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSchemaSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSchemaSqlServerSqlDbTaskOutput.type.modelProperties,\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel\",\n uberParent: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSchemaSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSchemaSqlServerSqlDbTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n databaseErrorResultPrefix: {\n serializedName: \"databaseErrorResultPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n schemaErrorResultPrefix: {\n serializedName: \"schemaErrorResultPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n numberOfSuccessfulOperations: {\n serializedName: \"numberOfSuccessfulOperations\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n numberOfFailedOperations: {\n serializedName: \"numberOfFailedOperations\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fileId: {\n serializedName: \"fileId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateSchemaSqlServerSqlDbTaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"SchemaErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskOutputError\",\n uberParent: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSchemaSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSchemaSqlServerSqlDbTaskOutput.type.modelProperties,\n commandText: {\n serializedName: \"commandText\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errorText: {\n serializedName: \"errorText\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateSchemaSqlTaskOutputError: coreClient.CompositeMapper = {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlTaskOutputError\",\n uberParent: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSchemaSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSchemaSqlServerSqlDbTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n};\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServer: {\n serializedName: \"sourceServer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServer: {\n serializedName: \"targetServer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n incomingChanges: {\n serializedName: \"incomingChanges\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n appliedChanges: {\n serializedName: \"appliedChanges\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadCompletedTables: {\n serializedName: \"fullLoadCompletedTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadLoadingTables: {\n serializedName: \"fullLoadLoadingTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadQueuedTables: {\n serializedName: \"fullLoadQueuedTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadErroredTables: {\n serializedName: \"fullLoadErroredTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n initializationCompleted: {\n serializedName: \"initializationCompleted\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n latency: {\n serializedName: \"latency\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel: coreClient.CompositeMapper =\n {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.modelProperties,\n tableName: {\n serializedName: \"tableName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n fullLoadEstFinishTime: {\n serializedName: \"fullLoadEstFinishTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadStartedOn: {\n serializedName: \"fullLoadStartedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadEndedOn: {\n serializedName: \"fullLoadEndedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadTotalRows: {\n serializedName: \"fullLoadTotalRows\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n totalChangesApplied: {\n serializedName: \"totalChangesApplied\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dataErrorsCounter: {\n serializedName: \"dataErrorsCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutputError\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.modelProperties,\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\",\n },\n },\n events: {\n serializedName: \"events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServer: {\n serializedName: \"sourceServer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServer: {\n serializedName: \"targetServer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerType: {\n serializedName: \"sourceServerType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerType: {\n serializedName: \"targetServerType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseCount: {\n serializedName: \"databaseCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n incomingChanges: {\n serializedName: \"incomingChanges\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n appliedChanges: {\n serializedName: \"appliedChanges\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadCompletedTables: {\n serializedName: \"fullLoadCompletedTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadLoadingTables: {\n serializedName: \"fullLoadLoadingTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadQueuedTables: {\n serializedName: \"fullLoadQueuedTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadErroredTables: {\n serializedName: \"fullLoadErroredTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n initializationCompleted: {\n serializedName: \"initializationCompleted\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n latency: {\n serializedName: \"latency\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel: coreClient.CompositeMapper =\n {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .modelProperties,\n tableName: {\n serializedName: \"tableName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadEstFinishTime: {\n serializedName: \"fullLoadEstFinishTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadStartedOn: {\n serializedName: \"fullLoadStartedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadEndedOn: {\n serializedName: \"fullLoadEndedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadTotalRows: {\n serializedName: \"fullLoadTotalRows\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n totalChangesApplied: {\n serializedName: \"totalChangesApplied\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dataErrorsCounter: {\n serializedName: \"dataErrorsCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n events: {\n serializedName: \"events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelErrorOutput\",\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .modelProperties,\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\",\n },\n },\n events: {\n serializedName: \"events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbSyncTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServer: {\n serializedName: \"sourceServer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServer: {\n serializedName: \"targetServer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseCount: {\n serializedName: \"databaseCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbSyncTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n incomingChanges: {\n serializedName: \"incomingChanges\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n appliedChanges: {\n serializedName: \"appliedChanges\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadCompletedTables: {\n serializedName: \"fullLoadCompletedTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadLoadingTables: {\n serializedName: \"fullLoadLoadingTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadQueuedTables: {\n serializedName: \"fullLoadQueuedTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadErroredTables: {\n serializedName: \"fullLoadErroredTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n initializationCompleted: {\n serializedName: \"initializationCompleted\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n latency: {\n serializedName: \"latency\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbSyncTaskOutputTableLevel: coreClient.CompositeMapper =\n {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutputTableLevel\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbSyncTaskOutput.type.modelProperties,\n tableName: {\n serializedName: \"tableName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadEstFinishTime: {\n serializedName: \"fullLoadEstFinishTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadStartedOn: {\n serializedName: \"fullLoadStartedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadEndedOn: {\n serializedName: \"fullLoadEndedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadTotalRows: {\n serializedName: \"fullLoadTotalRows\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n totalChangesApplied: {\n serializedName: \"totalChangesApplied\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dataErrorsCounter: {\n serializedName: \"dataErrorsCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbSyncTaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutputError\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbSyncTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbSyncTaskOutputDatabaseError: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutputDatabaseError\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbSyncTaskOutput.type.modelProperties,\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\",\n },\n },\n events: {\n serializedName: \"events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbTaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputMigrationLevel\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n durationInSeconds: {\n serializedName: \"durationInSeconds\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseSummary: {\n serializedName: \"databaseSummary\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationValidationResult: {\n serializedName: \"migrationValidationResult\",\n type: {\n name: \"Composite\",\n className: \"MigrationValidationResult\",\n },\n },\n migrationReportResult: {\n serializedName: \"migrationReportResult\",\n type: {\n name: \"Composite\",\n className: \"MigrationReportResult\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputDatabaseLevel\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n numberOfObjects: {\n serializedName: \"numberOfObjects\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n numberOfObjectsCompleted: {\n serializedName: \"numberOfObjectsCompleted\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n errorCount: {\n serializedName: \"errorCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultPrefix: {\n serializedName: \"resultPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n objectSummary: {\n serializedName: \"objectSummary\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbTaskOutputTableLevel: coreClient.CompositeMapper =\n {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputTableLevel\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n objectName: {\n serializedName: \"objectName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n itemsCount: {\n serializedName: \"itemsCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n itemsCompletedCount: {\n serializedName: \"itemsCompletedCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultPrefix: {\n serializedName: \"resultPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbTaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputError\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbTaskOutputValidationResult: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationValidationOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputValidationResult\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n ...MigrationValidationResult.type.modelProperties,\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationDatabaseLevelValidationOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n ...MigrationValidationDatabaseLevelResult.type.modelProperties,\n },\n },\n };\n\nexport const DatabaseSummaryResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseSummaryResult\",\n modelProperties: {\n ...DataItemMigrationSummaryResult.type.modelProperties,\n sizeMB: {\n serializedName: \"sizeMB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlMISyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskInput\",\n modelProperties: {\n ...SqlServerSqlMISyncTaskInput.type.modelProperties,\n numberOfParallelDatabaseMigrations: {\n serializedName: \"numberOfParallelDatabaseMigrations\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ValidateMigrationInputSqlServerSqlMISyncTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMISyncTaskInput\",\n modelProperties: {\n ...SqlServerSqlMISyncTaskInput.type.modelProperties,\n },\n },\n };\n\nexport const MigrateSqlServerSqlMISyncTaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskOutputMigrationLevel\",\n uberParent: \"MigrateSqlServerSqlMISyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMISyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMISyncTaskOutput.type.modelProperties,\n databaseCount: {\n serializedName: \"databaseCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n sourceServerName: {\n serializedName: \"sourceServerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerName: {\n serializedName: \"targetServerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseErrorCount: {\n serializedName: \"databaseErrorCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel\",\n uberParent: \"MigrateSqlServerSqlMISyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMISyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMISyncTaskOutput.type.modelProperties,\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullBackupSetInfo: {\n serializedName: \"fullBackupSetInfo\",\n type: {\n name: \"Composite\",\n className: \"BackupSetInfo\",\n },\n },\n lastRestoredBackupSetInfo: {\n serializedName: \"lastRestoredBackupSetInfo\",\n type: {\n name: \"Composite\",\n className: \"BackupSetInfo\",\n },\n },\n activeBackupSets: {\n serializedName: \"activeBackupSets\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BackupSetInfo\",\n },\n },\n },\n },\n containerName: {\n serializedName: \"containerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isFullBackupRestored: {\n serializedName: \"isFullBackupRestored\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlMISyncTaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskOutputError\",\n uberParent: \"MigrateSqlServerSqlMISyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMISyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMISyncTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlMITaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutputMigrationLevel\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMITaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMITaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n agentJobs: {\n serializedName: \"agentJobs\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n logins: {\n serializedName: \"logins\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverRoleResults: {\n serializedName: \"serverRoleResults\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n orphanedUsersInfo: {\n serializedName: \"orphanedUsersInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OrphanedUserInfo\",\n },\n },\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlMITaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutputDatabaseLevel\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMITaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMITaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sizeMB: {\n serializedName: \"sizeMB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlMITaskOutputAgentJobLevel: coreClient.CompositeMapper =\n {\n serializedName: \"AgentJobLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutputAgentJobLevel\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMITaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMITaskOutput.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlMITaskOutputLoginLevel: coreClient.CompositeMapper =\n {\n serializedName: \"LoginLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutputLoginLevel\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMITaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMITaskOutput.type.modelProperties,\n loginName: {\n serializedName: \"loginName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlMITaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutputError\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMITaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMITaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n };\n\nexport const MigrateSsisTaskOutputMigrationLevel: coreClient.CompositeMapper = {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskOutputMigrationLevel\",\n uberParent: \"MigrateSsisTaskOutput\",\n polymorphicDiscriminator:\n MigrateSsisTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSsisTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSsisTaskOutputProjectLevel: coreClient.CompositeMapper = {\n serializedName: \"SsisProjectLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskOutputProjectLevel\",\n uberParent: \"MigrateSsisTaskOutput\",\n polymorphicDiscriminator:\n MigrateSsisTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSsisTaskOutput.type.modelProperties,\n folderName: {\n serializedName: \"folderName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n projectName: {\n serializedName: \"projectName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MongoDbFinishCommandInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbFinishCommandInput\",\n modelProperties: {\n ...MongoDbCommandInput.type.modelProperties,\n immediate: {\n serializedName: \"immediate\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MongoDbCollectionInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbCollectionInfo\",\n modelProperties: {\n ...MongoDbObjectInfo.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n isCapped: {\n serializedName: \"isCapped\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n isSystemCollection: {\n serializedName: \"isSystemCollection\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n isView: {\n serializedName: \"isView\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n shardKey: {\n serializedName: \"shardKey\",\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeyInfo\",\n },\n },\n supportsSharding: {\n serializedName: \"supportsSharding\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n viewOf: {\n serializedName: \"viewOf\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoDbDatabaseInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbDatabaseInfo\",\n modelProperties: {\n ...MongoDbObjectInfo.type.modelProperties,\n collections: {\n serializedName: \"collections\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbCollectionInfo\",\n },\n },\n },\n },\n supportsSharding: {\n serializedName: \"supportsSharding\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MongoDbCollectionProgress: coreClient.CompositeMapper = {\n serializedName: \"Collection\",\n type: {\n name: \"Composite\",\n className: \"MongoDbCollectionProgress\",\n uberParent: \"MongoDbProgress\",\n polymorphicDiscriminator: MongoDbProgress.type.polymorphicDiscriminator,\n modelProperties: {\n ...MongoDbProgress.type.modelProperties,\n },\n },\n};\n\nexport const MongoDbDatabaseProgress: coreClient.CompositeMapper = {\n serializedName: \"Database\",\n type: {\n name: \"Composite\",\n className: \"MongoDbDatabaseProgress\",\n uberParent: \"MongoDbProgress\",\n polymorphicDiscriminator: MongoDbProgress.type.polymorphicDiscriminator,\n modelProperties: {\n ...MongoDbProgress.type.modelProperties,\n collections: {\n serializedName: \"collections\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"MongoDbCollectionProgress\" },\n },\n },\n },\n },\n },\n};\n\nexport const MongoDbMigrationProgress: coreClient.CompositeMapper = {\n serializedName: \"Migration\",\n type: {\n name: \"Composite\",\n className: \"MongoDbMigrationProgress\",\n uberParent: \"MongoDbProgress\",\n polymorphicDiscriminator: MongoDbProgress.type.polymorphicDiscriminator,\n modelProperties: {\n ...MongoDbProgress.type.modelProperties,\n databases: {\n serializedName: \"databases\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"MongoDbDatabaseProgress\" },\n },\n },\n },\n },\n },\n};\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServer: {\n serializedName: \"sourceServer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServer: {\n serializedName: \"targetServer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n incomingChanges: {\n serializedName: \"incomingChanges\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n appliedChanges: {\n serializedName: \"appliedChanges\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadCompletedTables: {\n serializedName: \"fullLoadCompletedTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadLoadingTables: {\n serializedName: \"fullLoadLoadingTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadQueuedTables: {\n serializedName: \"fullLoadQueuedTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadErroredTables: {\n serializedName: \"fullLoadErroredTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n initializationCompleted: {\n serializedName: \"initializationCompleted\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n latency: {\n serializedName: \"latency\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel: coreClient.CompositeMapper =\n {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type.modelProperties,\n tableName: {\n serializedName: \"tableName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadEstFinishTime: {\n serializedName: \"fullLoadEstFinishTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadStartedOn: {\n serializedName: \"fullLoadStartedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadEndedOn: {\n serializedName: \"fullLoadEndedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadTotalRows: {\n serializedName: \"fullLoadTotalRows\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n totalChangesApplied: {\n serializedName: \"totalChangesApplied\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dataErrorsCounter: {\n serializedName: \"dataErrorsCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutputError\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n };\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type.modelProperties,\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\",\n },\n },\n events: {\n serializedName: \"events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n durationInSeconds: {\n serializedName: \"durationInSeconds\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databases: {\n serializedName: \"databases\",\n type: {\n name: \"String\",\n },\n },\n databaseSummary: {\n serializedName: \"databaseSummary\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationReportResult: {\n serializedName: \"migrationReportResult\",\n type: {\n name: \"Composite\",\n className: \"MigrationReportResult\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n lastStorageUpdate: {\n serializedName: \"lastStorageUpdate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n numberOfObjects: {\n serializedName: \"numberOfObjects\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n numberOfObjectsCompleted: {\n serializedName: \"numberOfObjectsCompleted\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n errorCount: {\n serializedName: \"errorCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultPrefix: {\n serializedName: \"resultPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n lastStorageUpdate: {\n serializedName: \"lastStorageUpdate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n objectSummary: {\n serializedName: \"objectSummary\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel: coreClient.CompositeMapper =\n {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type.modelProperties,\n objectName: {\n serializedName: \"objectName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n itemsCount: {\n serializedName: \"itemsCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n itemsCompletedCount: {\n serializedName: \"itemsCompletedCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultPrefix: {\n serializedName: \"resultPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastStorageUpdate: {\n serializedName: \"lastStorageUpdate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutputError\",\n uberParent: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n };\n\nexport const DatabaseMigrationPropertiesSqlDb: coreClient.CompositeMapper = {\n serializedName: \"SqlDb\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesSqlDb\",\n uberParent: \"DatabaseMigrationProperties\",\n polymorphicDiscriminator:\n DatabaseMigrationProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatabaseMigrationProperties.type.modelProperties,\n migrationStatusDetails: {\n serializedName: \"migrationStatusDetails\",\n type: {\n name: \"Composite\",\n className: \"SqlDbMigrationStatusDetails\",\n },\n },\n targetSqlConnection: {\n serializedName: \"targetSqlConnection\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInformation\",\n },\n },\n offlineConfiguration: {\n serializedName: \"offlineConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SqlDbOfflineConfiguration\",\n },\n },\n tableList: {\n serializedName: \"tableList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationPropertiesSqlMi: coreClient.CompositeMapper = {\n serializedName: \"SqlMi\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesSqlMi\",\n uberParent: \"DatabaseMigrationProperties\",\n polymorphicDiscriminator:\n DatabaseMigrationProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatabaseMigrationProperties.type.modelProperties,\n migrationStatusDetails: {\n serializedName: \"migrationStatusDetails\",\n type: {\n name: \"Composite\",\n className: \"MigrationStatusDetails\",\n },\n },\n backupConfiguration: {\n serializedName: \"backupConfiguration\",\n type: {\n name: \"Composite\",\n className: \"BackupConfiguration\",\n },\n },\n offlineConfiguration: {\n serializedName: \"offlineConfiguration\",\n type: {\n name: \"Composite\",\n className: \"OfflineConfiguration\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationPropertiesSqlVm: coreClient.CompositeMapper = {\n serializedName: \"SqlVm\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesSqlVm\",\n uberParent: \"DatabaseMigrationProperties\",\n polymorphicDiscriminator:\n DatabaseMigrationProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatabaseMigrationProperties.type.modelProperties,\n migrationStatusDetails: {\n serializedName: \"migrationStatusDetails\",\n type: {\n name: \"Composite\",\n className: \"MigrationStatusDetails\",\n },\n },\n backupConfiguration: {\n serializedName: \"backupConfiguration\",\n type: {\n name: \"Composite\",\n className: \"BackupConfiguration\",\n },\n },\n offlineConfiguration: {\n serializedName: \"offlineConfiguration\",\n type: {\n name: \"Composite\",\n className: \"OfflineConfiguration\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationCosmosDbMongo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationCosmosDbMongo\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n kind: {\n serializedName: \"properties.kind\",\n type: {\n name: \"String\",\n },\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationStatus: {\n serializedName: \"properties.migrationStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"properties.startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"properties.endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n migrationService: {\n serializedName: \"properties.migrationService\",\n type: {\n name: \"String\",\n },\n },\n migrationOperationId: {\n serializedName: \"properties.migrationOperationId\",\n type: {\n name: \"String\",\n },\n },\n migrationFailureError: {\n serializedName: \"properties.migrationFailureError\",\n type: {\n name: \"Composite\",\n className: \"ErrorInfo\",\n },\n },\n provisioningError: {\n serializedName: \"properties.provisioningError\",\n type: {\n name: \"String\",\n },\n },\n sourceMongoConnection: {\n serializedName: \"properties.sourceMongoConnection\",\n type: {\n name: \"Composite\",\n className: \"MongoConnectionInformation\",\n },\n },\n targetMongoConnection: {\n serializedName: \"properties.targetMongoConnection\",\n type: {\n name: \"Composite\",\n className: \"MongoConnectionInformation\",\n },\n },\n collectionList: {\n serializedName: \"properties.collectionList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoMigrationCollection\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationBase\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationBaseProperties\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationProperties\",\n },\n },\n },\n },\n};\n\nexport const MigrationService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationService\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n integrationRuntimeState: {\n serializedName: \"properties.integrationRuntimeState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationsMongoToCosmosDbRUMongoDeleteHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationsMongoToCosmosDbRUMongoDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrationServicesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationServicesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationServicesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationServicesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport let discriminators = {\n DatabaseMigrationBaseProperties: DatabaseMigrationBaseProperties,\n ProjectTaskProperties: ProjectTaskProperties,\n CommandProperties: CommandProperties,\n ConnectionInfo: ConnectionInfo,\n ConnectToSourceSqlServerTaskOutput: ConnectToSourceSqlServerTaskOutput,\n MigrateSchemaSqlServerSqlDbTaskOutput: MigrateSchemaSqlServerSqlDbTaskOutput,\n MigrateMySqlAzureDbForMySqlSyncTaskOutput:\n MigrateMySqlAzureDbForMySqlSyncTaskOutput,\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput:\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput,\n MigrateSqlServerSqlDbSyncTaskOutput: MigrateSqlServerSqlDbSyncTaskOutput,\n MigrateSqlServerSqlDbTaskOutput: MigrateSqlServerSqlDbTaskOutput,\n MigrateSqlServerSqlMISyncTaskOutput: MigrateSqlServerSqlMISyncTaskOutput,\n MigrateSqlServerSqlMITaskOutput: MigrateSqlServerSqlMITaskOutput,\n MigrateSsisTaskOutput: MigrateSsisTaskOutput,\n MongoDbProgress: MongoDbProgress,\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput:\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput,\n MigrateMySqlAzureDbForMySqlOfflineTaskOutput:\n MigrateMySqlAzureDbForMySqlOfflineTaskOutput,\n \"DatabaseMigrationBaseProperties.MongoToCosmosDbMongo\":\n DatabaseMigrationPropertiesCosmosDbMongo,\n \"DatabaseMigrationBaseProperties.DatabaseMigrationProperties\":\n DatabaseMigrationProperties,\n \"ProjectTaskProperties.MigrateSchemaSqlServerSqlDb\":\n MigrateSchemaSqlServerSqlDbTaskProperties,\n \"ProjectTaskProperties.Service.Check.OCI\": CheckOCIDriverTaskProperties,\n \"ProjectTaskProperties.Service.Upload.OCI\": UploadOCIDriverTaskProperties,\n \"ProjectTaskProperties.Service.Install.OCI\": InstallOCIDriverTaskProperties,\n \"ProjectTaskProperties.Connect.MongoDb\": ConnectToMongoDbTaskProperties,\n \"ProjectTaskProperties.ConnectToSource.SqlServer\":\n ConnectToSourceSqlServerTaskProperties,\n \"ProjectTaskProperties.ConnectToSource.SqlServer.Sync\":\n ConnectToSourceSqlServerSyncTaskProperties,\n \"ProjectTaskProperties.ConnectToSource.PostgreSql.Sync\":\n ConnectToSourcePostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.ConnectToSource.MySql\":\n ConnectToSourceMySqlTaskProperties,\n \"ProjectTaskProperties.ConnectToSource.Oracle.Sync\":\n ConnectToSourceOracleSyncTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.SqlDb\":\n ConnectToTargetSqlDbTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.SqlDb.Sync\":\n ConnectToTargetSqlDbSyncTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.AzureDbForPostgreSql.Sync\":\n ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync\":\n ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.GetUserTables.Sql\": GetUserTablesSqlTaskProperties,\n \"ProjectTaskProperties.GetUserTables.AzureSqlDb.Sync\":\n GetUserTablesSqlSyncTaskProperties,\n \"ProjectTaskProperties.GetUserTablesOracle\":\n GetUserTablesOracleTaskProperties,\n \"ProjectTaskProperties.GetUserTablesPostgreSql\":\n GetUserTablesPostgreSqlTaskProperties,\n \"ProjectTaskProperties.GetUserTablesMySql\": GetUserTablesMySqlTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.AzureSqlDbMI\":\n ConnectToTargetSqlMITaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.AzureSqlDbMI.Sync.LRS\":\n ConnectToTargetSqlMISyncTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.AzureDbForMySql\":\n ConnectToTargetAzureDbForMySqlTaskProperties,\n \"ProjectTaskProperties.Migrate.MongoDb\": MigrateMongoDbTaskProperties,\n \"ProjectTaskProperties.Migrate.SqlServer.AzureSqlDbMI\":\n MigrateSqlServerSqlMITaskProperties,\n \"ProjectTaskProperties.Migrate.SqlServer.AzureSqlDbMI.Sync.LRS\":\n MigrateSqlServerSqlMISyncTaskProperties,\n \"ProjectTaskProperties.Migrate.SqlServer.SqlDb\":\n MigrateSqlServerSqlDbTaskProperties,\n \"ProjectTaskProperties.Migrate.SqlServer.AzureSqlDb.Sync\":\n MigrateSqlServerSqlDbSyncTaskProperties,\n \"ProjectTaskProperties.Migrate.MySql.AzureDbForMySql.Sync\":\n MigrateMySqlAzureDbForMySqlSyncTaskProperties,\n \"ProjectTaskProperties.Migrate.MySql.AzureDbForMySql\":\n MigrateMySqlAzureDbForMySqlOfflineTaskProperties,\n \"ProjectTaskProperties.Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2\":\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.Migrate.Oracle.AzureDbForPostgreSql.Sync\":\n MigrateOracleAzureDbForPostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.ValidateMigrationInput.SqlServer.SqlDb.Sync\":\n ValidateMigrationInputSqlServerSqlDbSyncTaskProperties,\n \"ProjectTaskProperties.ValidateMigrationInput.SqlServer.AzureSqlDbMI\":\n ValidateMigrationInputSqlServerSqlMITaskProperties,\n \"ProjectTaskProperties.ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS\":\n ValidateMigrationInputSqlServerSqlMISyncTaskProperties,\n \"ProjectTaskProperties.Validate.MongoDb\": ValidateMongoDbTaskProperties,\n \"ProjectTaskProperties.Validate.Oracle.AzureDbPostgreSql.Sync\":\n ValidateOracleAzureDbForPostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.GetTDECertificates.Sql\":\n GetTdeCertificatesSqlTaskProperties,\n \"ProjectTaskProperties.Migrate.Ssis\": MigrateSsisTaskProperties,\n \"CommandProperties.Migrate.Sync.Complete.Database\":\n MigrateSyncCompleteCommandProperties,\n \"CommandProperties.Migrate.SqlServer.AzureDbSqlMi.Complete\":\n MigrateMISyncCompleteCommandProperties,\n \"CommandProperties.cancel\": MongoDbCancelCommand,\n \"CommandProperties.finish\": MongoDbFinishCommand,\n \"CommandProperties.restart\": MongoDbRestartCommand,\n \"ConnectionInfo.MongoDbConnectionInfo\": MongoDbConnectionInfo,\n \"ConnectionInfo.SqlConnectionInfo\": SqlConnectionInfo,\n \"ConnectionInfo.MySqlConnectionInfo\": MySqlConnectionInfo,\n \"ConnectionInfo.OracleConnectionInfo\": OracleConnectionInfo,\n \"ConnectionInfo.PostgreSqlConnectionInfo\": PostgreSqlConnectionInfo,\n \"ConnectionInfo.MiSqlConnectionInfo\": MiSqlConnectionInfo,\n \"ConnectToSourceSqlServerTaskOutput.TaskLevelOutput\":\n ConnectToSourceSqlServerTaskOutputTaskLevel,\n \"ConnectToSourceSqlServerTaskOutput.DatabaseLevelOutput\":\n ConnectToSourceSqlServerTaskOutputDatabaseLevel,\n \"ConnectToSourceSqlServerTaskOutput.LoginLevelOutput\":\n ConnectToSourceSqlServerTaskOutputLoginLevel,\n \"ConnectToSourceSqlServerTaskOutput.AgentJobLevelOutput\":\n ConnectToSourceSqlServerTaskOutputAgentJobLevel,\n \"MigrateSchemaSqlServerSqlDbTaskOutput.MigrationLevelOutput\":\n MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel,\n \"MigrateSchemaSqlServerSqlDbTaskOutput.DatabaseLevelOutput\":\n MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel,\n \"MigrateSchemaSqlServerSqlDbTaskOutput.SchemaErrorOutput\":\n MigrateSchemaSqlServerSqlDbTaskOutputError,\n \"MigrateSchemaSqlServerSqlDbTaskOutput.ErrorOutput\":\n MigrateSchemaSqlTaskOutputError,\n \"MigrateMySqlAzureDbForMySqlSyncTaskOutput.MigrationLevelOutput\":\n MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel,\n \"MigrateMySqlAzureDbForMySqlSyncTaskOutput.DatabaseLevelOutput\":\n MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel,\n \"MigrateMySqlAzureDbForMySqlSyncTaskOutput.TableLevelOutput\":\n MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel,\n \"MigrateMySqlAzureDbForMySqlSyncTaskOutput.ErrorOutput\":\n MigrateMySqlAzureDbForMySqlSyncTaskOutputError,\n \"MigrateMySqlAzureDbForMySqlSyncTaskOutput.DatabaseLevelErrorOutput\":\n MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError,\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.MigrationLevelOutput\":\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel,\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.DatabaseLevelOutput\":\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel,\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.TableLevelOutput\":\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel,\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.ErrorOutput\":\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError,\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.DatabaseLevelErrorOutput\":\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError,\n \"MigrateSqlServerSqlDbSyncTaskOutput.MigrationLevelOutput\":\n MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel,\n \"MigrateSqlServerSqlDbSyncTaskOutput.DatabaseLevelOutput\":\n MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel,\n \"MigrateSqlServerSqlDbSyncTaskOutput.TableLevelOutput\":\n MigrateSqlServerSqlDbSyncTaskOutputTableLevel,\n \"MigrateSqlServerSqlDbSyncTaskOutput.ErrorOutput\":\n MigrateSqlServerSqlDbSyncTaskOutputError,\n \"MigrateSqlServerSqlDbSyncTaskOutput.DatabaseLevelErrorOutput\":\n MigrateSqlServerSqlDbSyncTaskOutputDatabaseError,\n \"MigrateSqlServerSqlDbTaskOutput.MigrationLevelOutput\":\n MigrateSqlServerSqlDbTaskOutputMigrationLevel,\n \"MigrateSqlServerSqlDbTaskOutput.DatabaseLevelOutput\":\n MigrateSqlServerSqlDbTaskOutputDatabaseLevel,\n \"MigrateSqlServerSqlDbTaskOutput.TableLevelOutput\":\n MigrateSqlServerSqlDbTaskOutputTableLevel,\n \"MigrateSqlServerSqlDbTaskOutput.ErrorOutput\":\n MigrateSqlServerSqlDbTaskOutputError,\n \"MigrateSqlServerSqlDbTaskOutput.MigrationValidationOutput\":\n MigrateSqlServerSqlDbTaskOutputValidationResult,\n \"MigrateSqlServerSqlDbTaskOutput.MigrationDatabaseLevelValidationOutput\":\n MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult,\n \"MigrateSqlServerSqlMISyncTaskOutput.MigrationLevelOutput\":\n MigrateSqlServerSqlMISyncTaskOutputMigrationLevel,\n \"MigrateSqlServerSqlMISyncTaskOutput.DatabaseLevelOutput\":\n MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel,\n \"MigrateSqlServerSqlMISyncTaskOutput.ErrorOutput\":\n MigrateSqlServerSqlMISyncTaskOutputError,\n \"MigrateSqlServerSqlMITaskOutput.MigrationLevelOutput\":\n MigrateSqlServerSqlMITaskOutputMigrationLevel,\n \"MigrateSqlServerSqlMITaskOutput.DatabaseLevelOutput\":\n MigrateSqlServerSqlMITaskOutputDatabaseLevel,\n \"MigrateSqlServerSqlMITaskOutput.AgentJobLevelOutput\":\n MigrateSqlServerSqlMITaskOutputAgentJobLevel,\n \"MigrateSqlServerSqlMITaskOutput.LoginLevelOutput\":\n MigrateSqlServerSqlMITaskOutputLoginLevel,\n \"MigrateSqlServerSqlMITaskOutput.ErrorOutput\":\n MigrateSqlServerSqlMITaskOutputError,\n \"MigrateSsisTaskOutput.MigrationLevelOutput\":\n MigrateSsisTaskOutputMigrationLevel,\n \"MigrateSsisTaskOutput.SsisProjectLevelOutput\":\n MigrateSsisTaskOutputProjectLevel,\n \"MongoDbProgress.Collection\": MongoDbCollectionProgress,\n \"MongoDbProgress.Database\": MongoDbDatabaseProgress,\n \"MongoDbProgress.Migration\": MongoDbMigrationProgress,\n \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput.MigrationLevelOutput\":\n MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel,\n \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput.DatabaseLevelOutput\":\n MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel,\n \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput.TableLevelOutput\":\n MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel,\n \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput.ErrorOutput\":\n MigrateOracleAzureDbPostgreSqlSyncTaskOutputError,\n \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput.DatabaseLevelErrorOutput\":\n MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError,\n \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput.MigrationLevelOutput\":\n MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel,\n \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput.DatabaseLevelOutput\":\n MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel,\n \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput.TableLevelOutput\":\n MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel,\n \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput.ErrorOutput\":\n MigrateMySqlAzureDbForMySqlOfflineTaskOutputError,\n \"DatabaseMigrationProperties.SqlDb\": DatabaseMigrationPropertiesSqlDb,\n \"DatabaseMigrationProperties.SqlMi\": DatabaseMigrationPropertiesSqlMi,\n \"DatabaseMigrationProperties.SqlVm\": DatabaseMigrationPropertiesSqlVm,\n};\n"]}
|
1
|
+
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const MongoConnectionInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoConnectionInformation\",\n modelProperties: {\n host: {\n serializedName: \"host\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n useSsl: {\n serializedName: \"useSsl\",\n type: {\n name: \"Boolean\",\n },\n },\n connectionString: {\n serializedName: \"connectionString\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoMigrationCollection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoMigrationCollection\",\n modelProperties: {\n sourceDatabase: {\n serializedName: \"sourceDatabase\",\n type: {\n name: \"String\",\n },\n },\n sourceCollection: {\n serializedName: \"sourceCollection\",\n type: {\n name: \"String\",\n },\n },\n targetDatabase: {\n serializedName: \"targetDatabase\",\n type: {\n name: \"String\",\n },\n },\n targetCollection: {\n serializedName: \"targetCollection\",\n type: {\n name: \"String\",\n },\n },\n migrationProgressDetails: {\n serializedName: \"migrationProgressDetails\",\n type: {\n name: \"Composite\",\n className: \"MongoMigrationProgressDetails\",\n },\n },\n },\n },\n};\n\nexport const MongoMigrationProgressDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoMigrationProgressDetails\",\n modelProperties: {\n migrationStatus: {\n serializedName: \"migrationStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationError: {\n serializedName: \"migrationError\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceDocumentCount: {\n serializedName: \"sourceDocumentCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n processedDocumentCount: {\n serializedName: \"processedDocumentCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n durationInSeconds: {\n serializedName: \"durationInSeconds\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationBaseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationBaseProperties\",\n uberParent: \"DatabaseMigrationBaseProperties\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\",\n },\n modelProperties: {\n kind: {\n serializedName: \"kind\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationStatus: {\n serializedName: \"migrationStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n migrationService: {\n serializedName: \"migrationService\",\n type: {\n name: \"String\",\n },\n },\n migrationOperationId: {\n serializedName: \"migrationOperationId\",\n type: {\n name: \"String\",\n },\n },\n migrationFailureError: {\n serializedName: \"migrationFailureError\",\n type: {\n name: \"Composite\",\n className: \"ErrorInfo\",\n },\n },\n provisioningError: {\n serializedName: \"provisioningError\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorInfo\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationCosmosDbMongoListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationCosmosDbMongoListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationCosmosDbMongo\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SqlDbMigrationStatusDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlDbMigrationStatusDetails\",\n modelProperties: {\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sqlDataCopyErrors: {\n serializedName: \"sqlDataCopyErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n listOfCopyProgressDetails: {\n serializedName: \"listOfCopyProgressDetails\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CopyProgressDetails\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CopyProgressDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CopyProgressDetails\",\n modelProperties: {\n tableName: {\n serializedName: \"tableName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n parallelCopyType: {\n serializedName: \"parallelCopyType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n usedParallelCopies: {\n serializedName: \"usedParallelCopies\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dataRead: {\n serializedName: \"dataRead\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dataWritten: {\n serializedName: \"dataWritten\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n rowsRead: {\n serializedName: \"rowsRead\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n rowsCopied: {\n serializedName: \"rowsCopied\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n copyStart: {\n serializedName: \"copyStart\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n copyThroughput: {\n serializedName: \"copyThroughput\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n copyDuration: {\n serializedName: \"copyDuration\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SqlConnectionInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInformation\",\n modelProperties: {\n dataSource: {\n serializedName: \"dataSource\",\n type: {\n name: \"String\",\n },\n },\n authentication: {\n serializedName: \"authentication\",\n type: {\n name: \"String\",\n },\n },\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n encryptConnection: {\n serializedName: \"encryptConnection\",\n type: {\n name: \"Boolean\",\n },\n },\n trustServerCertificate: {\n serializedName: \"trustServerCertificate\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const SqlDbOfflineConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlDbOfflineConfiguration\",\n modelProperties: {\n offline: {\n serializedName: \"offline\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ProxyResourceAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResourceAutoGenerated\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemDataAutoGenerated\",\n },\n },\n },\n },\n};\n\nexport const SystemDataAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemDataAutoGenerated\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const MigrationOperationInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationOperationInput\",\n modelProperties: {\n migrationOperationId: {\n serializedName: \"migrationOperationId\",\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n};\n\nexport const MigrationStatusDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationStatusDetails\",\n modelProperties: {\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n fullBackupSetInfo: {\n serializedName: \"fullBackupSetInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlBackupSetInfo\",\n },\n },\n lastRestoredBackupSetInfo: {\n serializedName: \"lastRestoredBackupSetInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlBackupSetInfo\",\n },\n },\n activeBackupSets: {\n serializedName: \"activeBackupSets\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlBackupSetInfo\",\n },\n },\n },\n },\n invalidFiles: {\n serializedName: \"invalidFiles\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n blobContainerName: {\n serializedName: \"blobContainerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isFullBackupRestored: {\n serializedName: \"isFullBackupRestored\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n restoreBlockingReason: {\n serializedName: \"restoreBlockingReason\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n completeRestoreErrorMessage: {\n serializedName: \"completeRestoreErrorMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n fileUploadBlockingErrors: {\n serializedName: \"fileUploadBlockingErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n currentRestoringFilename: {\n serializedName: \"currentRestoringFilename\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastRestoredFilename: {\n serializedName: \"lastRestoredFilename\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n pendingLogBackupsCount: {\n serializedName: \"pendingLogBackupsCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SqlBackupSetInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlBackupSetInfo\",\n modelProperties: {\n backupSetId: {\n serializedName: \"backupSetId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n firstLSN: {\n serializedName: \"firstLSN\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastLSN: {\n serializedName: \"lastLSN\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n backupType: {\n serializedName: \"backupType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n listOfBackupFiles: {\n serializedName: \"listOfBackupFiles\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlBackupFileInfo\",\n },\n },\n },\n },\n backupStartDate: {\n serializedName: \"backupStartDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n backupFinishDate: {\n serializedName: \"backupFinishDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n isBackupRestored: {\n serializedName: \"isBackupRestored\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n hasBackupChecksums: {\n serializedName: \"hasBackupChecksums\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n familyCount: {\n serializedName: \"familyCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n ignoreReasons: {\n serializedName: \"ignoreReasons\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SqlBackupFileInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlBackupFileInfo\",\n modelProperties: {\n fileName: {\n serializedName: \"fileName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n totalSize: {\n serializedName: \"totalSize\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dataRead: {\n serializedName: \"dataRead\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dataWritten: {\n serializedName: \"dataWritten\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n copyThroughput: {\n serializedName: \"copyThroughput\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n copyDuration: {\n serializedName: \"copyDuration\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n familySequenceNumber: {\n serializedName: \"familySequenceNumber\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const BackupConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupConfiguration\",\n modelProperties: {\n sourceLocation: {\n serializedName: \"sourceLocation\",\n type: {\n name: \"Composite\",\n className: \"SourceLocation\",\n },\n },\n targetLocation: {\n serializedName: \"targetLocation\",\n type: {\n name: \"Composite\",\n className: \"TargetLocation\",\n },\n },\n },\n },\n};\n\nexport const SourceLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceLocation\",\n modelProperties: {\n fileShare: {\n serializedName: \"fileShare\",\n type: {\n name: \"Composite\",\n className: \"SqlFileShare\",\n },\n },\n azureBlob: {\n serializedName: \"azureBlob\",\n type: {\n name: \"Composite\",\n className: \"AzureBlob\",\n },\n },\n fileStorageType: {\n serializedName: \"fileStorageType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SqlFileShare: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlFileShare\",\n modelProperties: {\n path: {\n serializedName: \"path\",\n type: {\n name: \"String\",\n },\n },\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureBlob: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureBlob\",\n modelProperties: {\n authType: {\n serializedName: \"authType\",\n type: {\n name: \"Enum\",\n allowedValues: [\"AccountKey\", \"ManagedIdentity\"],\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n },\n },\n storageAccountResourceId: {\n serializedName: \"storageAccountResourceId\",\n type: {\n name: \"String\",\n },\n },\n accountKey: {\n serializedName: \"accountKey\",\n type: {\n name: \"String\",\n },\n },\n blobContainerName: {\n serializedName: \"blobContainerName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ManagedServiceIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedServiceIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserAssignedIdentity\" },\n },\n },\n },\n },\n },\n};\n\nexport const UserAssignedIdentity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserAssignedIdentity\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n};\n\nexport const TargetLocation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TargetLocation\",\n modelProperties: {\n storageAccountResourceId: {\n serializedName: \"storageAccountResourceId\",\n type: {\n name: \"String\",\n },\n },\n accountKey: {\n serializedName: \"accountKey\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OfflineConfiguration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OfflineConfiguration\",\n modelProperties: {\n offline: {\n serializedName: \"offline\",\n type: {\n name: \"Boolean\",\n },\n },\n lastBackupName: {\n serializedName: \"lastBackupName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationsDefinition\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationsDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsDefinition\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationsDisplayDefinition\",\n },\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } },\n },\n },\n },\n },\n },\n};\n\nexport const OperationsDisplayDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationsDisplayDefinition\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationServiceUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationServiceUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const MigrationServiceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationServiceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrationService\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationBaseListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationBaseListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationBase\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrackedResourceAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResourceAutoGenerated\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemDataAutoGenerated\",\n },\n },\n },\n },\n};\n\nexport const SqlMigrationServiceUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlMigrationServiceUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const SqlMigrationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlMigrationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SqlMigrationService\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AuthenticationKeys: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthenticationKeys\",\n modelProperties: {\n authKey1: {\n serializedName: \"authKey1\",\n type: {\n name: \"String\",\n },\n },\n authKey2: {\n serializedName: \"authKey2\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RegenAuthKeys: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegenAuthKeys\",\n modelProperties: {\n keyName: {\n serializedName: \"keyName\",\n type: {\n name: \"String\",\n },\n },\n authKey1: {\n serializedName: \"authKey1\",\n type: {\n name: \"String\",\n },\n },\n authKey2: {\n serializedName: \"authKey2\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DeleteNode: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DeleteNode\",\n modelProperties: {\n nodeName: {\n serializedName: \"nodeName\",\n type: {\n name: \"String\",\n },\n },\n integrationRuntimeName: {\n serializedName: \"integrationRuntimeName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigration\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IntegrationRuntimeMonitoringData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IntegrationRuntimeMonitoringData\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n nodes: {\n serializedName: \"nodes\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NodeMonitoringData\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const NodeMonitoringData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NodeMonitoringData\",\n modelProperties: {\n additionalProperties: {\n serializedName: \"additionalProperties\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Dictionary\", value: { type: { name: \"any\" } } },\n },\n },\n },\n nodeName: {\n serializedName: \"nodeName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n availableMemoryInMB: {\n serializedName: \"availableMemoryInMB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cpuUtilization: {\n serializedName: \"cpuUtilization\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n concurrentJobsLimit: {\n serializedName: \"concurrentJobsLimit\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n concurrentJobsRunning: {\n serializedName: \"concurrentJobsRunning\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maxConcurrentJobs: {\n serializedName: \"maxConcurrentJobs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n sentBytes: {\n serializedName: \"sentBytes\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n receivedBytes: {\n serializedName: \"receivedBytes\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ResourceSkusResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSkusResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceSku\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSku\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n size: {\n serializedName: \"size\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n family: {\n serializedName: \"family\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCapacity\",\n },\n },\n locations: {\n serializedName: \"locations\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n apiVersions: {\n serializedName: \"apiVersions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n costs: {\n serializedName: \"costs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCosts\",\n },\n },\n },\n },\n capabilities: {\n serializedName: \"capabilities\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCapabilities\",\n },\n },\n },\n },\n restrictions: {\n serializedName: \"restrictions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuRestrictions\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ResourceSkuCapacity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCapacity\",\n modelProperties: {\n minimum: {\n serializedName: \"minimum\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maximum: {\n serializedName: \"maximum\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n default: {\n serializedName: \"default\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n scaleType: {\n serializedName: \"scaleType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceSkuCosts: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCosts\",\n modelProperties: {\n meterID: {\n serializedName: \"meterID\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n quantity: {\n serializedName: \"quantity\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n extendedUnit: {\n serializedName: \"extendedUnit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceSkuCapabilities: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuCapabilities\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceSkuRestrictions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceSkuRestrictions\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n values: {\n serializedName: \"values\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n reasonCode: {\n serializedName: \"reasonCode\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ApiError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApiError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ODataError\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemDataAutoGenerated\",\n },\n },\n },\n },\n};\n\nexport const ODataError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ODataError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ODataError\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServiceSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceSku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\",\n },\n },\n family: {\n serializedName: \"family\",\n type: {\n name: \"String\",\n },\n },\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\",\n },\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DataMigrationServiceStatusResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataMigrationServiceStatusResponse\",\n modelProperties: {\n agentVersion: {\n serializedName: \"agentVersion\",\n type: {\n name: \"String\",\n },\n },\n agentConfiguration: {\n serializedName: \"agentConfiguration\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n vmSize: {\n serializedName: \"vmSize\",\n type: {\n name: \"String\",\n },\n },\n supportedTaskTypes: {\n serializedName: \"supportedTaskTypes\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServiceSkuList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceSkuList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSku\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AvailableServiceSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSku\",\n modelProperties: {\n resourceType: {\n serializedName: \"resourceType\",\n type: {\n name: \"String\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSkuSku\",\n },\n },\n capacity: {\n serializedName: \"capacity\",\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSkuCapacity\",\n },\n },\n },\n },\n};\n\nexport const AvailableServiceSkuSku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSkuSku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n family: {\n serializedName: \"family\",\n type: {\n name: \"String\",\n },\n },\n size: {\n serializedName: \"size\",\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AvailableServiceSkuCapacity: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailableServiceSkuCapacity\",\n modelProperties: {\n minimum: {\n serializedName: \"minimum\",\n type: {\n name: \"Number\",\n },\n },\n maximum: {\n serializedName: \"maximum\",\n type: {\n name: \"Number\",\n },\n },\n default: {\n serializedName: \"default\",\n type: {\n name: \"Number\",\n },\n },\n scaleType: {\n serializedName: \"scaleType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TaskList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TaskList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProjectTask\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProjectTaskProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator: {\n serializedName: \"taskType\",\n clientName: \"taskType\",\n },\n modelProperties: {\n taskType: {\n serializedName: \"taskType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n errors: {\n serializedName: \"errors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ODataError\",\n },\n },\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n commands: {\n serializedName: \"commands\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CommandProperties\",\n },\n },\n },\n },\n clientData: {\n serializedName: \"clientData\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const CommandProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CommandProperties\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: {\n serializedName: \"commandType\",\n clientName: \"commandType\",\n },\n modelProperties: {\n commandType: {\n serializedName: \"commandType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n errors: {\n serializedName: \"errors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ODataError\",\n },\n },\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ResourceAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceAutoGenerated\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NameAvailabilityRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NameAvailabilityRequest\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NameAvailabilityResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NameAvailabilityResponse\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\",\n },\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataMigrationServiceList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataMigrationServiceList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataMigrationService\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProjectList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Project\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureActiveDirectoryApp: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryApp\",\n modelProperties: {\n applicationId: {\n serializedName: \"applicationId\",\n type: {\n name: \"String\",\n },\n },\n appKey: {\n serializedName: \"appKey\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n ignoreAzurePermissions: {\n serializedName: \"ignoreAzurePermissions\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ConnectionInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseInfo\",\n modelProperties: {\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Quota\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Quota: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Quota\",\n modelProperties: {\n currentValue: {\n serializedName: \"currentValue\",\n type: {\n name: \"Number\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"Composite\",\n className: \"QuotaName\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const QuotaName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuotaName\",\n modelProperties: {\n localizedValue: {\n serializedName: \"localizedValue\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FileList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FileList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProjectFile\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProjectFileProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectFileProperties\",\n modelProperties: {\n extension: {\n serializedName: \"extension\",\n type: {\n name: \"String\",\n },\n },\n filePath: {\n serializedName: \"filePath\",\n type: {\n name: \"String\",\n },\n },\n lastModified: {\n serializedName: \"lastModified\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n mediaType: {\n serializedName: \"mediaType\",\n type: {\n name: \"String\",\n },\n },\n size: {\n serializedName: \"size\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const FileStorageInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FileStorageInfo\",\n modelProperties: {\n uri: {\n serializedName: \"uri\",\n type: {\n name: \"String\",\n },\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const MigrateSyncCompleteCommandInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSyncCompleteCommandInput\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n commitTimeStamp: {\n serializedName: \"commitTimeStamp\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const MigrateSyncCompleteCommandOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSyncCompleteCommandOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errors: {\n serializedName: \"errors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ReportableException: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n modelProperties: {\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n actionableMessage: {\n serializedName: \"actionableMessage\",\n type: {\n name: \"String\",\n },\n },\n filePath: {\n serializedName: \"filePath\",\n type: {\n name: \"String\",\n },\n },\n lineNumber: {\n serializedName: \"lineNumber\",\n type: {\n name: \"String\",\n },\n },\n hResult: {\n serializedName: \"hResult\",\n type: {\n name: \"Number\",\n },\n },\n stackTrace: {\n serializedName: \"stackTrace\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateMISyncCompleteCommandInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateMISyncCompleteCommandInput\",\n modelProperties: {\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateMISyncCompleteCommandOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateMISyncCompleteCommandOutput\",\n modelProperties: {\n errors: {\n serializedName: \"errors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const BackupSetInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupSetInfo\",\n modelProperties: {\n backupSetId: {\n serializedName: \"backupSetId\",\n type: {\n name: \"String\",\n },\n },\n firstLsn: {\n serializedName: \"firstLsn\",\n type: {\n name: \"String\",\n },\n },\n lastLsn: {\n serializedName: \"lastLsn\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n type: {\n name: \"DateTime\",\n },\n },\n backupType: {\n serializedName: \"backupType\",\n type: {\n name: \"String\",\n },\n },\n listOfBackupFiles: {\n serializedName: \"listOfBackupFiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BackupFileInfo\",\n },\n },\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n backupStartDate: {\n serializedName: \"backupStartDate\",\n type: {\n name: \"DateTime\",\n },\n },\n backupFinishedDate: {\n serializedName: \"backupFinishedDate\",\n type: {\n name: \"DateTime\",\n },\n },\n isBackupRestored: {\n serializedName: \"isBackupRestored\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const BackupFileInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BackupFileInfo\",\n modelProperties: {\n fileLocation: {\n serializedName: \"fileLocation\",\n type: {\n name: \"String\",\n },\n },\n familySequenceNumber: {\n serializedName: \"familySequenceNumber\",\n type: {\n name: \"Number\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OrphanedUserInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OrphanedUserInfo\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceMySqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceMySqlTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n },\n },\n targetPlatform: {\n serializedName: \"targetPlatform\",\n type: {\n name: \"String\",\n },\n },\n checkPermissionsGroup: {\n serializedName: \"checkPermissionsGroup\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Default\",\n \"MigrationFromSqlServerToAzureDB\",\n \"MigrationFromSqlServerToAzureMI\",\n \"MigrationFromMySQLToAzureDBForMySQL\",\n \"MigrationFromSqlServerToAzureVM\",\n ],\n },\n },\n isOfflineMigration: {\n defaultValue: false,\n serializedName: \"isOfflineMigration\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceSqlServerTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n checkPermissionsGroup: {\n serializedName: \"checkPermissionsGroup\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Default\",\n \"MigrationFromSqlServerToAzureDB\",\n \"MigrationFromSqlServerToAzureMI\",\n \"MigrationFromMySQLToAzureDBForMySQL\",\n \"MigrationFromSqlServerToAzureVM\",\n ],\n },\n },\n collectDatabases: {\n defaultValue: true,\n serializedName: \"collectDatabases\",\n type: {\n name: \"Boolean\",\n },\n },\n collectLogins: {\n defaultValue: false,\n serializedName: \"collectLogins\",\n type: {\n name: \"Boolean\",\n },\n },\n collectAgentJobs: {\n defaultValue: false,\n serializedName: \"collectAgentJobs\",\n type: {\n name: \"Boolean\",\n },\n },\n collectTdeCertificateInfo: {\n defaultValue: false,\n serializedName: \"collectTdeCertificateInfo\",\n type: {\n name: \"Boolean\",\n },\n },\n validateSsisCatalogOnly: {\n defaultValue: false,\n serializedName: \"validateSsisCatalogOnly\",\n type: {\n name: \"Boolean\",\n },\n },\n encryptedKeyForSecureFields: {\n serializedName: \"encryptedKeyForSecureFields\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceSqlServerTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutput\",\n uberParent: \"ConnectToSourceSqlServerTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseFileInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseFileInfo\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n logicalName: {\n serializedName: \"logicalName\",\n type: {\n name: \"String\",\n },\n },\n physicalFullName: {\n serializedName: \"physicalFullName\",\n type: {\n name: \"String\",\n },\n },\n restoreFullName: {\n serializedName: \"restoreFullName\",\n type: {\n name: \"String\",\n },\n },\n fileType: {\n serializedName: \"fileType\",\n type: {\n name: \"String\",\n },\n },\n sizeMB: {\n serializedName: \"sizeMB\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const MigrationEligibilityInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationEligibilityInfo\",\n modelProperties: {\n isEligibleForMigration: {\n serializedName: \"isEligibleForMigration\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n validationMessages: {\n serializedName: \"validationMessages\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToSourcePostgreSqlSyncTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourcePostgreSqlSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n },\n },\n },\n },\n };\n\nexport const ConnectToSourcePostgreSqlSyncTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourcePostgreSqlSyncTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetAzureDbForMySqlTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForMySqlTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n },\n },\n isOfflineMigration: {\n defaultValue: false,\n serializedName: \"isOfflineMigration\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetAzureDbForMySqlTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForMySqlTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetSqlDbTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskInput\",\n modelProperties: {\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n queryObjectCounts: {\n serializedName: \"queryObjectCounts\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlDbTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlMISyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMISyncTaskInput\",\n modelProperties: {\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MiSqlConnectionInfo\",\n },\n },\n azureApp: {\n serializedName: \"azureApp\",\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryApp\",\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlMISyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMISyncTaskOutput\",\n modelProperties: {\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlMITaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMITaskInput\",\n modelProperties: {\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n collectLogins: {\n defaultValue: true,\n serializedName: \"collectLogins\",\n type: {\n name: \"Boolean\",\n },\n },\n collectAgentJobs: {\n defaultValue: true,\n serializedName: \"collectAgentJobs\",\n type: {\n name: \"Boolean\",\n },\n },\n validateSsisCatalogOnly: {\n defaultValue: false,\n serializedName: \"validateSsisCatalogOnly\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlMITaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMITaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n logins: {\n serializedName: \"logins\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n agentJobs: {\n serializedName: \"agentJobs\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlDbSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetAzureDbForPostgreSqlSyncTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForPostgreSqlSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const GetUserTablesMySqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesMySqlTaskInput\",\n modelProperties: {\n connectionInfo: {\n serializedName: \"connectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n },\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesMySqlTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesMySqlTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databasesToTables: {\n serializedName: \"databasesToTables\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DatabaseTable: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseTable\",\n modelProperties: {\n hasRows: {\n serializedName: \"hasRows\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GetTdeCertificatesSqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetTdeCertificatesSqlTaskInput\",\n modelProperties: {\n connectionInfo: {\n serializedName: \"connectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n backupFileShare: {\n serializedName: \"backupFileShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\",\n },\n },\n selectedCertificates: {\n serializedName: \"selectedCertificates\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SelectedCertificateInput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const FileShare: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FileShare\",\n modelProperties: {\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"String\",\n },\n },\n path: {\n serializedName: \"path\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SelectedCertificateInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SelectedCertificateInput\",\n modelProperties: {\n certificateName: {\n serializedName: \"certificateName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GetTdeCertificatesSqlTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetTdeCertificatesSqlTaskOutput\",\n modelProperties: {\n base64EncodedCertificates: {\n serializedName: \"base64EncodedCertificates\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesSqlSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n selectedSourceDatabases: {\n serializedName: \"selectedSourceDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n selectedTargetDatabases: {\n serializedName: \"selectedTargetDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesSqlSyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlSyncTaskOutput\",\n modelProperties: {\n databasesToSourceTables: {\n serializedName: \"databasesToSourceTables\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databasesToTargetTables: {\n serializedName: \"databasesToTargetTables\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tableValidationErrors: {\n serializedName: \"tableValidationErrors\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesSqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlTaskInput\",\n modelProperties: {\n connectionInfo: {\n serializedName: \"connectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n encryptedKeyForSecureFields: {\n serializedName: \"encryptedKeyForSecureFields\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GetUserTablesSqlTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databasesToTables: {\n serializedName: \"databasesToTables\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MigrateSchemaSqlServerSqlDbDatabaseInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n schemaSetting: {\n serializedName: \"schemaSetting\",\n type: {\n name: \"Composite\",\n className: \"SchemaMigrationSetting\",\n },\n },\n },\n },\n };\n\nexport const SchemaMigrationSetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchemaMigrationSetting\",\n modelProperties: {\n schemaOption: {\n serializedName: \"schemaOption\",\n type: {\n name: \"String\",\n },\n },\n fileId: {\n serializedName: \"fileId\",\n type: {\n name: \"String\",\n },\n },\n fileName: {\n serializedName: \"fileName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SqlMigrationTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlMigrationTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n },\n },\n};\n\nexport const MigrateSchemaSqlServerSqlDbTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n uberParent: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n },\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncDatabaseInput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlSyncDatabaseInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n migrationSetting: {\n serializedName: \"migrationSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n sourceSetting: {\n serializedName: \"sourceSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n targetSetting: {\n serializedName: \"targetSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n tableMap: {\n serializedName: \"tableMap\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const SyncMigrationDatabaseErrorEvent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\",\n modelProperties: {\n timestampString: {\n serializedName: \"timestampString\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n eventTypeString: {\n serializedName: \"eventTypeString\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n eventText: {\n serializedName: \"eventText\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput\",\n modelProperties: {\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput\",\n },\n },\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n },\n },\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n },\n },\n encryptedKeyForSecureFields: {\n serializedName: \"encryptedKeyForSecureFields\",\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n migrationSetting: {\n serializedName: \"migrationSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n sourceSetting: {\n serializedName: \"sourceSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n targetSetting: {\n serializedName: \"targetSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n selectedTables: {\n serializedName: \"selectedTables\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbSyncDatabaseInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncDatabaseInput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n schemaName: {\n serializedName: \"schemaName\",\n type: {\n name: \"String\",\n },\n },\n tableMap: {\n serializedName: \"tableMap\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n migrationSetting: {\n serializedName: \"migrationSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n sourceSetting: {\n serializedName: \"sourceSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n targetSetting: {\n serializedName: \"targetSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n };\n\nexport const MigrationValidationOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationValidationOptions\",\n modelProperties: {\n enableSchemaValidation: {\n serializedName: \"enableSchemaValidation\",\n type: {\n name: \"Boolean\",\n },\n },\n enableDataIntegrityValidation: {\n serializedName: \"enableDataIntegrityValidation\",\n type: {\n name: \"Boolean\",\n },\n },\n enableQueryAnalysisValidation: {\n serializedName: \"enableQueryAnalysisValidation\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlDbSyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlDbDatabaseInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n makeSourceDbReadOnly: {\n serializedName: \"makeSourceDbReadOnly\",\n type: {\n name: \"Boolean\",\n },\n },\n tableMap: {\n serializedName: \"tableMap\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n schemaSetting: {\n serializedName: \"schemaSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlDbTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutput\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationValidationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationValidationResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationId: {\n serializedName: \"migrationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n summaryResults: {\n serializedName: \"summaryResults\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"MigrationValidationDatabaseSummaryResult\",\n },\n },\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationValidationDatabaseSummaryResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrationValidationDatabaseSummaryResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationId: {\n serializedName: \"migrationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrationReportResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationReportResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n reportUrl: {\n serializedName: \"reportUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataItemMigrationSummaryResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataItemMigrationSummaryResult\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n itemsCount: {\n serializedName: \"itemsCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n itemsCompletedCount: {\n serializedName: \"itemsCompletedCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultPrefix: {\n serializedName: \"resultPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationValidationDatabaseLevelResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrationValidationDatabaseLevelResult\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationId: {\n serializedName: \"migrationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n dataIntegrityValidationResult: {\n serializedName: \"dataIntegrityValidationResult\",\n type: {\n name: \"Composite\",\n className: \"DataIntegrityValidationResult\",\n },\n },\n schemaValidationResult: {\n serializedName: \"schemaValidationResult\",\n type: {\n name: \"Composite\",\n className: \"SchemaComparisonValidationResult\",\n },\n },\n queryAnalysisValidationResult: {\n serializedName: \"queryAnalysisValidationResult\",\n type: {\n name: \"Composite\",\n className: \"QueryAnalysisValidationResult\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DataIntegrityValidationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataIntegrityValidationResult\",\n modelProperties: {\n failedObjects: {\n serializedName: \"failedObjects\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n type: {\n name: \"Composite\",\n className: \"ValidationError\",\n },\n },\n },\n },\n};\n\nexport const ValidationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationError\",\n modelProperties: {\n text: {\n serializedName: \"text\",\n type: {\n name: \"String\",\n },\n },\n severity: {\n serializedName: \"severity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SchemaComparisonValidationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SchemaComparisonValidationResult\",\n modelProperties: {\n schemaDifferences: {\n serializedName: \"schemaDifferences\",\n type: {\n name: \"Composite\",\n className: \"SchemaComparisonValidationResultType\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n type: {\n name: \"Composite\",\n className: \"ValidationError\",\n },\n },\n sourceDatabaseObjectCount: {\n serializedName: \"sourceDatabaseObjectCount\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Number\" } },\n },\n },\n targetDatabaseObjectCount: {\n serializedName: \"targetDatabaseObjectCount\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Number\" } },\n },\n },\n },\n },\n};\n\nexport const SchemaComparisonValidationResultType: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"SchemaComparisonValidationResultType\",\n modelProperties: {\n objectName: {\n serializedName: \"objectName\",\n type: {\n name: \"String\",\n },\n },\n objectType: {\n serializedName: \"objectType\",\n type: {\n name: \"String\",\n },\n },\n updateAction: {\n serializedName: \"updateAction\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const QueryAnalysisValidationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryAnalysisValidationResult\",\n modelProperties: {\n queryResults: {\n serializedName: \"queryResults\",\n type: {\n name: \"Composite\",\n className: \"QueryExecutionResult\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n type: {\n name: \"Composite\",\n className: \"ValidationError\",\n },\n },\n },\n },\n};\n\nexport const QueryExecutionResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QueryExecutionResult\",\n modelProperties: {\n queryText: {\n serializedName: \"queryText\",\n type: {\n name: \"String\",\n },\n },\n statementsInBatch: {\n serializedName: \"statementsInBatch\",\n type: {\n name: \"Number\",\n },\n },\n sourceResult: {\n serializedName: \"sourceResult\",\n type: {\n name: \"Composite\",\n className: \"ExecutionStatistics\",\n },\n },\n targetResult: {\n serializedName: \"targetResult\",\n type: {\n name: \"Composite\",\n className: \"ExecutionStatistics\",\n },\n },\n },\n },\n};\n\nexport const ExecutionStatistics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExecutionStatistics\",\n modelProperties: {\n executionCount: {\n serializedName: \"executionCount\",\n type: {\n name: \"Number\",\n },\n },\n cpuTimeMs: {\n serializedName: \"cpuTimeMs\",\n type: {\n name: \"Number\",\n },\n },\n elapsedTimeMs: {\n serializedName: \"elapsedTimeMs\",\n type: {\n name: \"Number\",\n },\n },\n waitStats: {\n serializedName: \"waitStats\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"WaitStatistics\" } },\n },\n },\n hasErrors: {\n serializedName: \"hasErrors\",\n type: {\n name: \"Boolean\",\n },\n },\n sqlErrors: {\n serializedName: \"sqlErrors\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WaitStatistics: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WaitStatistics\",\n modelProperties: {\n waitType: {\n serializedName: \"waitType\",\n type: {\n name: \"String\",\n },\n },\n waitTimeMs: {\n defaultValue: 0,\n serializedName: \"waitTimeMs\",\n type: {\n name: \"Number\",\n },\n },\n waitCount: {\n serializedName: \"waitCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SqlServerSqlMISyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlServerSqlMISyncTaskInput\",\n modelProperties: {\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMIDatabaseInput\",\n },\n },\n },\n },\n backupFileShare: {\n serializedName: \"backupFileShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\",\n },\n },\n storageResourceId: {\n serializedName: \"storageResourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MiSqlConnectionInfo\",\n },\n },\n azureApp: {\n serializedName: \"azureApp\",\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryApp\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlMIDatabaseInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMIDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n restoreDatabaseName: {\n serializedName: \"restoreDatabaseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n backupFileShare: {\n serializedName: \"backupFileShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\",\n },\n },\n backupFilePaths: {\n serializedName: \"backupFilePaths\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlMISyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskOutput\",\n uberParent: \"MigrateSqlServerSqlMISyncTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BlobShare: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BlobShare\",\n modelProperties: {\n sasUri: {\n serializedName: \"sasUri\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlMITaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutput\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SsisMigrationInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SsisMigrationInfo\",\n modelProperties: {\n ssisStoreType: {\n serializedName: \"ssisStoreType\",\n type: {\n name: \"String\",\n },\n },\n projectOverwriteOption: {\n serializedName: \"projectOverwriteOption\",\n type: {\n name: \"String\",\n },\n },\n environmentOverwriteOption: {\n serializedName: \"environmentOverwriteOption\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSsisTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskOutput\",\n uberParent: \"MigrateSsisTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoDbCommandInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbCommandInput\",\n modelProperties: {\n objectName: {\n serializedName: \"objectName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoDbClusterInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbClusterInfo\",\n modelProperties: {\n databases: {\n serializedName: \"databases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbDatabaseInfo\",\n },\n },\n },\n },\n supportsSharding: {\n serializedName: \"supportsSharding\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoDbShardKeyInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeyInfo\",\n modelProperties: {\n fields: {\n serializedName: \"fields\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeyField\",\n },\n },\n },\n },\n isUnique: {\n serializedName: \"isUnique\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MongoDbShardKeyField: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeyField\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n order: {\n serializedName: \"order\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoDbObjectInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbObjectInfo\",\n modelProperties: {\n averageDocumentSize: {\n serializedName: \"averageDocumentSize\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n dataSize: {\n serializedName: \"dataSize\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n documentCount: {\n serializedName: \"documentCount\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n qualifiedName: {\n serializedName: \"qualifiedName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoDbProgress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbProgress\",\n uberParent: \"MongoDbProgress\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n bytesCopied: {\n serializedName: \"bytesCopied\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n documentsCopied: {\n serializedName: \"documentsCopied\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n elapsedTime: {\n serializedName: \"elapsedTime\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n errors: {\n serializedName: \"errors\",\n required: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"Composite\", className: \"MongoDbError\" } },\n },\n },\n eventsPending: {\n serializedName: \"eventsPending\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n eventsReplayed: {\n serializedName: \"eventsReplayed\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n lastEventTime: {\n serializedName: \"lastEventTime\",\n type: {\n name: \"DateTime\",\n },\n },\n lastReplayTime: {\n serializedName: \"lastReplayTime\",\n type: {\n name: \"DateTime\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n qualifiedName: {\n serializedName: \"qualifiedName\",\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n totalBytes: {\n serializedName: \"totalBytes\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n totalDocuments: {\n serializedName: \"totalDocuments\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const MongoDbError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoDbCollectionSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbCollectionSettings\",\n modelProperties: {\n canDelete: {\n serializedName: \"canDelete\",\n type: {\n name: \"Boolean\",\n },\n },\n shardKey: {\n serializedName: \"shardKey\",\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeySetting\",\n },\n },\n targetRUs: {\n serializedName: \"targetRUs\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const MongoDbShardKeySetting: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeySetting\",\n modelProperties: {\n fields: {\n serializedName: \"fields\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeyField\",\n },\n },\n },\n },\n isUnique: {\n serializedName: \"isUnique\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MongoDbDatabaseSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbDatabaseSettings\",\n modelProperties: {\n collections: {\n serializedName: \"collections\",\n required: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"MongoDbCollectionSettings\" },\n },\n },\n },\n targetRUs: {\n serializedName: \"targetRUs\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const MongoDbMigrationSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbMigrationSettings\",\n modelProperties: {\n boostRUs: {\n serializedName: \"boostRUs\",\n type: {\n name: \"Number\",\n },\n },\n databases: {\n serializedName: \"databases\",\n required: true,\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"MongoDbDatabaseSettings\" },\n },\n },\n },\n replication: {\n serializedName: \"replication\",\n type: {\n name: \"String\",\n },\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"MongoDbConnectionInfo\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"Composite\",\n className: \"MongoDbConnectionInfo\",\n },\n },\n throttling: {\n serializedName: \"throttling\",\n type: {\n name: \"Composite\",\n className: \"MongoDbThrottlingSettings\",\n },\n },\n },\n },\n};\n\nexport const MongoDbThrottlingSettings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbThrottlingSettings\",\n modelProperties: {\n minFreeCpu: {\n serializedName: \"minFreeCpu\",\n type: {\n name: \"Number\",\n },\n },\n minFreeMemoryMb: {\n serializedName: \"minFreeMemoryMb\",\n type: {\n name: \"Number\",\n },\n },\n maxParallelism: {\n serializedName: \"maxParallelism\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceOracleSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceOracleSyncTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"OracleConnectionInfo\",\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceOracleSyncTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceOracleSyncTaskOutput\",\n modelProperties: {\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput\",\n modelProperties: {\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput\",\n modelProperties: {\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n databaseSchemaMap: {\n serializedName: \"databaseSchemaMap\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className:\n \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutputDatabaseSchemaMapItem\",\n modelProperties: {\n database: {\n serializedName: \"database\",\n type: {\n name: \"String\",\n },\n },\n schemas: {\n serializedName: \"schemas\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const GetUserTablesOracleTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesOracleTaskInput\",\n modelProperties: {\n connectionInfo: {\n serializedName: \"connectionInfo\",\n type: {\n name: \"Composite\",\n className: \"OracleConnectionInfo\",\n },\n },\n selectedSchemas: {\n serializedName: \"selectedSchemas\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesOracleTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesOracleTaskOutput\",\n modelProperties: {\n schemaName: {\n serializedName: \"schemaName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tables: {\n serializedName: \"tables\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseTable\",\n },\n },\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesPostgreSqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesPostgreSqlTaskInput\",\n modelProperties: {\n connectionInfo: {\n serializedName: \"connectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n },\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesPostgreSqlTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesPostgreSqlTaskOutput\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tables: {\n serializedName: \"tables\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseTable\",\n },\n },\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ValidateOracleAzureDbPostgreSqlSyncTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ValidateOracleAzureDbPostgreSqlSyncTaskOutput\",\n modelProperties: {\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskInput\",\n modelProperties: {\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncDatabaseInput\",\n },\n },\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n },\n },\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"OracleConnectionInfo\",\n },\n },\n },\n },\n };\n\nexport const MigrateOracleAzureDbPostgreSqlSyncDatabaseInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncDatabaseInput\",\n modelProperties: {\n caseManipulation: {\n serializedName: \"caseManipulation\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n schemaName: {\n serializedName: \"schemaName\",\n type: {\n name: \"String\",\n },\n },\n tableMap: {\n serializedName: \"tableMap\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n migrationSetting: {\n serializedName: \"migrationSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n sourceSetting: {\n serializedName: \"sourceSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n targetSetting: {\n serializedName: \"targetSetting\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n };\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const OracleOCIDriverInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OracleOCIDriverInfo\",\n modelProperties: {\n driverName: {\n serializedName: \"driverName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n driverSize: {\n serializedName: \"driverSize\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n archiveChecksum: {\n serializedName: \"archiveChecksum\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n oracleChecksum: {\n serializedName: \"oracleChecksum\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n assemblyVersion: {\n serializedName: \"assemblyVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n supportedOracleVersions: {\n serializedName: \"supportedOracleVersions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CheckOCIDriverTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckOCIDriverTaskInput\",\n modelProperties: {\n serverVersion: {\n serializedName: \"serverVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CheckOCIDriverTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckOCIDriverTaskOutput\",\n modelProperties: {\n installedDriver: {\n serializedName: \"installedDriver\",\n type: {\n name: \"Composite\",\n className: \"OracleOCIDriverInfo\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UploadOCIDriverTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UploadOCIDriverTaskInput\",\n modelProperties: {\n driverShare: {\n serializedName: \"driverShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\",\n },\n },\n },\n },\n};\n\nexport const UploadOCIDriverTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UploadOCIDriverTaskOutput\",\n modelProperties: {\n driverPackageName: {\n serializedName: \"driverPackageName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const InstallOCIDriverTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InstallOCIDriverTaskInput\",\n modelProperties: {\n driverPackageName: {\n serializedName: \"driverPackageName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const InstallOCIDriverTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"InstallOCIDriverTaskOutput\",\n modelProperties: {\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServiceOperation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceOperation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"ServiceOperationDisplay\",\n },\n },\n },\n },\n};\n\nexport const ServiceOperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceOperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ServiceOperationList: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceOperationList\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceOperation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceNonSqlTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceNonSqlTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverProperties: {\n serializedName: \"serverProperties\",\n type: {\n name: \"Composite\",\n className: \"ServerProperties\",\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ServerProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServerProperties\",\n modelProperties: {\n serverPlatform: {\n serializedName: \"serverPlatform\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverName: {\n serializedName: \"serverName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverEdition: {\n serializedName: \"serverEdition\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverOperatingSystemVersion: {\n serializedName: \"serverOperatingSystemVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverDatabaseCount: {\n serializedName: \"serverDatabaseCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n },\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineDatabaseInput\",\n },\n },\n },\n },\n makeSourceServerReadOnly: {\n defaultValue: false,\n serializedName: \"makeSourceServerReadOnly\",\n type: {\n name: \"Boolean\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n type: {\n name: \"DateTime\",\n },\n },\n optionalAgentSettings: {\n serializedName: \"optionalAgentSettings\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n encryptedKeyForSecureFields: {\n serializedName: \"encryptedKeyForSecureFields\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlOfflineDatabaseInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n tableMap: {\n serializedName: \"tableMap\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n uberParent: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n polymorphicDiscriminator: {\n serializedName: \"resultType\",\n clientName: \"resultType\",\n },\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultType: {\n serializedName: \"resultType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ValidateSyncMigrationInputSqlServerTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ValidateSyncMigrationInputSqlServerTaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncDatabaseInput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ValidateSyncMigrationInputSqlServerTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ValidateSyncMigrationInputSqlServerTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ValidateMigrationInputSqlServerSqlMITaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMITaskInput\",\n modelProperties: {\n sourceConnectionInfo: {\n serializedName: \"sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMIDatabaseInput\",\n },\n },\n },\n },\n selectedLogins: {\n serializedName: \"selectedLogins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n backupFileShare: {\n serializedName: \"backupFileShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\",\n },\n },\n backupBlobShare: {\n serializedName: \"backupBlobShare\",\n type: {\n name: \"Composite\",\n className: \"BlobShare\",\n },\n },\n backupMode: {\n serializedName: \"backupMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ValidateMigrationInputSqlServerSqlMITaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMITaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n restoreDatabaseNameErrors: {\n serializedName: \"restoreDatabaseNameErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n backupFolderErrors: {\n serializedName: \"backupFolderErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n backupShareCredentialsErrors: {\n serializedName: \"backupShareCredentialsErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n backupStorageAccountErrors: {\n serializedName: \"backupStorageAccountErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n existingBackupErrors: {\n serializedName: \"existingBackupErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n databaseBackupInfo: {\n serializedName: \"databaseBackupInfo\",\n type: {\n name: \"Composite\",\n className: \"DatabaseBackupInfo\",\n },\n },\n },\n },\n };\n\nexport const DatabaseBackupInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseBackupInfo\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n backupType: {\n serializedName: \"backupType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n backupFiles: {\n serializedName: \"backupFiles\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n position: {\n serializedName: \"position\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n isDamaged: {\n serializedName: \"isDamaged\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isCompressed: {\n serializedName: \"isCompressed\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n familyCount: {\n serializedName: \"familyCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n backupFinishDate: {\n serializedName: \"backupFinishDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ValidateMigrationInputSqlServerSqlMISyncTaskOutput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMISyncTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const Database: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Database\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n compatibilityLevel: {\n serializedName: \"compatibilityLevel\",\n type: {\n name: \"String\",\n },\n },\n collation: {\n serializedName: \"collation\",\n type: {\n name: \"String\",\n },\n },\n serverName: {\n serializedName: \"serverName\",\n type: {\n name: \"String\",\n },\n },\n fqdn: {\n serializedName: \"fqdn\",\n type: {\n name: \"String\",\n },\n },\n installId: {\n serializedName: \"installId\",\n type: {\n name: \"String\",\n },\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n type: {\n name: \"String\",\n },\n },\n serverEdition: {\n serializedName: \"serverEdition\",\n type: {\n name: \"String\",\n },\n },\n serverLevel: {\n serializedName: \"serverLevel\",\n type: {\n name: \"String\",\n },\n },\n serverDefaultDataPath: {\n serializedName: \"serverDefaultDataPath\",\n type: {\n name: \"String\",\n },\n },\n serverDefaultLogPath: {\n serializedName: \"serverDefaultLogPath\",\n type: {\n name: \"String\",\n },\n },\n serverDefaultBackupPath: {\n serializedName: \"serverDefaultBackupPath\",\n type: {\n name: \"String\",\n },\n },\n serverCoreCount: {\n serializedName: \"serverCoreCount\",\n type: {\n name: \"Number\",\n },\n },\n serverVisibleOnlineCoreCount: {\n serializedName: \"serverVisibleOnlineCoreCount\",\n type: {\n name: \"Number\",\n },\n },\n databaseState: {\n serializedName: \"databaseState\",\n type: {\n name: \"String\",\n },\n },\n serverId: {\n serializedName: \"serverId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseObjectName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseObjectName\",\n modelProperties: {\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n objectName: {\n serializedName: \"objectName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n schemaName: {\n serializedName: \"schemaName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n objectType: {\n serializedName: \"objectType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataMigrationProjectMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataMigrationProjectMetadata\",\n modelProperties: {\n sourceServerName: {\n serializedName: \"sourceServerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerPort: {\n serializedName: \"sourceServerPort\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceUsername: {\n serializedName: \"sourceUsername\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerName: {\n serializedName: \"targetServerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetUsername: {\n serializedName: \"targetUsername\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetDbName: {\n serializedName: \"targetDbName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetUsingWinAuth: {\n serializedName: \"targetUsingWinAuth\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n selectedMigrationTables: {\n serializedName: \"selectedMigrationTables\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrationTableMetadata\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MigrationTableMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationTableMetadata\",\n modelProperties: {\n sourceTableName: {\n serializedName: \"sourceTableName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetTableName: {\n serializedName: \"targetTableName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GetProjectDetailsNonSqlTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetProjectDetailsNonSqlTaskInput\",\n modelProperties: {\n projectName: {\n serializedName: \"projectName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n projectLocation: {\n serializedName: \"projectLocation\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NonSqlMigrationTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NonSqlMigrationTaskInput\",\n modelProperties: {\n targetConnectionInfo: {\n serializedName: \"targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n },\n },\n targetDatabaseName: {\n serializedName: \"targetDatabaseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n projectName: {\n serializedName: \"projectName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n projectLocation: {\n serializedName: \"projectLocation\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n selectedTables: {\n serializedName: \"selectedTables\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NonSqlDataMigrationTable\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const NonSqlDataMigrationTable: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NonSqlDataMigrationTable\",\n modelProperties: {\n sourceName: {\n serializedName: \"sourceName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NonSqlMigrationTaskOutput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NonSqlMigrationTaskOutput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dataMigrationTableResults: {\n serializedName: \"dataMigrationTableResults\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n progressMessage: {\n serializedName: \"progressMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerName: {\n serializedName: \"sourceServerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerName: {\n serializedName: \"targetServerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NonSqlDataMigrationTableResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NonSqlDataMigrationTableResult\",\n modelProperties: {\n resultCode: {\n serializedName: \"resultCode\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceName: {\n serializedName: \"sourceName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetName: {\n serializedName: \"targetName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceRowCount: {\n serializedName: \"sourceRowCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n targetRowCount: {\n serializedName: \"targetRowCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n elapsedTimeInMiliseconds: {\n serializedName: \"elapsedTimeInMiliseconds\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n errors: {\n serializedName: \"errors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataMigrationError\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DataMigrationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataMigrationError\",\n modelProperties: {\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerDatabaseInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerDatabaseInput\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n restoreDatabaseName: {\n serializedName: \"restoreDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n backupAndRestoreFolder: {\n serializedName: \"backupAndRestoreFolder\",\n type: {\n name: \"String\",\n },\n },\n databaseFiles: {\n serializedName: \"databaseFiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseFileInput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DatabaseFileInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseFileInput\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n logicalName: {\n serializedName: \"logicalName\",\n type: {\n name: \"String\",\n },\n },\n physicalFullName: {\n serializedName: \"physicalFullName\",\n type: {\n name: \"String\",\n },\n },\n restoreFullName: {\n serializedName: \"restoreFullName\",\n type: {\n name: \"String\",\n },\n },\n fileType: {\n serializedName: \"fileType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StartMigrationScenarioServerRoleResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"StartMigrationScenarioServerRoleResult\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const DatabaseMigrationPropertiesCosmosDbMongo: coreClient.CompositeMapper =\n {\n serializedName: \"MongoToCosmosDbMongo\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesCosmosDbMongo\",\n uberParent: \"DatabaseMigrationBaseProperties\",\n polymorphicDiscriminator:\n DatabaseMigrationBaseProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatabaseMigrationBaseProperties.type.modelProperties,\n sourceMongoConnection: {\n serializedName: \"sourceMongoConnection\",\n type: {\n name: \"Composite\",\n className: \"MongoConnectionInformation\",\n },\n },\n targetMongoConnection: {\n serializedName: \"targetMongoConnection\",\n type: {\n name: \"Composite\",\n className: \"MongoConnectionInformation\",\n },\n },\n collectionList: {\n serializedName: \"collectionList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoMigrationCollection\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const DatabaseMigrationProperties: coreClient.CompositeMapper = {\n serializedName: \"DatabaseMigrationProperties\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationProperties\",\n uberParent: \"DatabaseMigrationBaseProperties\",\n polymorphicDiscriminator: {\n serializedName: \"kind\",\n clientName: \"kind\",\n },\n modelProperties: {\n ...DatabaseMigrationBaseProperties.type.modelProperties,\n sourceSqlConnection: {\n serializedName: \"sourceSqlConnection\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInformation\",\n },\n },\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n type: {\n name: \"String\",\n },\n },\n sourceServerName: {\n serializedName: \"sourceServerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetDatabaseCollation: {\n serializedName: \"targetDatabaseCollation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationSqlDb: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationSqlDb\",\n modelProperties: {\n ...ProxyResourceAutoGenerated.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesSqlDb\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationSqlMi: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationSqlMi\",\n modelProperties: {\n ...ProxyResourceAutoGenerated.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesSqlMi\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationSqlVm: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationSqlVm\",\n modelProperties: {\n ...ProxyResourceAutoGenerated.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesSqlVm\",\n },\n },\n },\n },\n};\n\nexport const SqlMigrationService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SqlMigrationService\",\n modelProperties: {\n ...TrackedResourceAutoGenerated.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n integrationRuntimeState: {\n serializedName: \"properties.integrationRuntimeState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DataMigrationService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataMigrationService\",\n modelProperties: {\n ...TrackedResourceAutoGenerated.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n kind: {\n serializedName: \"kind\",\n type: {\n name: \"String\",\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"ServiceSku\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n publicKey: {\n serializedName: \"properties.publicKey\",\n type: {\n name: \"String\",\n },\n },\n virtualSubnetId: {\n serializedName: \"properties.virtualSubnetId\",\n type: {\n name: \"String\",\n },\n },\n virtualNicId: {\n serializedName: \"properties.virtualNicId\",\n type: {\n name: \"String\",\n },\n },\n autoStopDelay: {\n serializedName: \"properties.autoStopDelay\",\n type: {\n name: \"String\",\n },\n },\n deleteResourcesOnStop: {\n serializedName: \"properties.deleteResourcesOnStop\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const Project: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Project\",\n modelProperties: {\n ...TrackedResourceAutoGenerated.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n sourcePlatform: {\n serializedName: \"properties.sourcePlatform\",\n type: {\n name: \"String\",\n },\n },\n azureAuthenticationInfo: {\n serializedName: \"properties.azureAuthenticationInfo\",\n type: {\n name: \"Composite\",\n className: \"AzureActiveDirectoryApp\",\n },\n },\n targetPlatform: {\n serializedName: \"properties.targetPlatform\",\n type: {\n name: \"String\",\n },\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n sourceConnectionInfo: {\n serializedName: \"properties.sourceConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"ConnectionInfo\",\n },\n },\n targetConnectionInfo: {\n serializedName: \"properties.targetConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"ConnectionInfo\",\n },\n },\n databasesInfo: {\n serializedName: \"properties.databasesInfo\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseInfo\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSchemaSqlServerSqlDbTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"MigrateSchemaSqlServerSqlDb\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n },\n },\n },\n },\n createdOn: {\n serializedName: \"createdOn\",\n type: {\n name: \"String\",\n },\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n isCloneable: {\n serializedName: \"isCloneable\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const CheckOCIDriverTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Service.Check.OCI\",\n type: {\n name: \"Composite\",\n className: \"CheckOCIDriverTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"CheckOCIDriverTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CheckOCIDriverTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const UploadOCIDriverTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Service.Upload.OCI\",\n type: {\n name: \"Composite\",\n className: \"UploadOCIDriverTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"UploadOCIDriverTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UploadOCIDriverTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const InstallOCIDriverTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Service.Install.OCI\",\n type: {\n name: \"Composite\",\n className: \"InstallOCIDriverTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"InstallOCIDriverTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InstallOCIDriverTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToMongoDbTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Connect.MongoDb\",\n type: {\n name: \"Composite\",\n className: \"ConnectToMongoDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbConnectionInfo\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbClusterInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceSqlServerTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToSource.SqlServer\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutput\",\n },\n },\n },\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ConnectToSourceSqlServerSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToSource.SqlServer.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToSourcePostgreSqlSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToSource.PostgreSql.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourcePostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourcePostgreSqlSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourcePostgreSqlSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToSourceMySqlTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToSource.MySql\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceMySqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceMySqlTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceNonSqlTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceOracleSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToSource.Oracle.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceOracleSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceOracleSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceOracleSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetSqlDbTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToTarget.SqlDb\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskOutput\",\n },\n },\n },\n },\n createdOn: {\n serializedName: \"createdOn\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlDbSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToTarget.SqlDb.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlDbTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToTarget.AzureDbForPostgreSql.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForPostgreSqlSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const GetUserTablesSqlTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"GetUserTables.Sql\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlTaskOutput\",\n },\n },\n },\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GetUserTablesSqlSyncTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"GetUserTables.AzureSqlDb.Sync\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesSqlSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesOracleTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"GetUserTablesOracle\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesOracleTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesOracleTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesOracleTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetUserTablesPostgreSqlTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"GetUserTablesPostgreSql\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesPostgreSqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesPostgreSqlTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesPostgreSqlTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const GetUserTablesMySqlTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"GetUserTablesMySql\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesMySqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetUserTablesMySqlTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetUserTablesMySqlTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlMITaskProperties: coreClient.CompositeMapper = {\n serializedName: \"ConnectToTarget.AzureSqlDbMI\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMITaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMITaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMITaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ConnectToTargetSqlMISyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToTarget.AzureSqlDbMI.Sync.LRS\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMISyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMISyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetSqlMISyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToTargetAzureDbForMySqlTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ConnectToTarget.AzureDbForMySql\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForMySqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForMySqlTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectToTargetAzureDbForMySqlTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateMongoDbTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.MongoDb\",\n type: {\n name: \"Composite\",\n className: \"MigrateMongoDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbMigrationSettings\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbProgress\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlMITaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.SqlServer.AzureSqlDbMI\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutput\",\n },\n },\n },\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n createdOn: {\n serializedName: \"createdOn\",\n type: {\n name: \"String\",\n },\n },\n parentTaskId: {\n serializedName: \"parentTaskId\",\n type: {\n name: \"String\",\n },\n },\n isCloneable: {\n serializedName: \"isCloneable\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlMISyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Migrate.SqlServer.AzureSqlDbMI.Sync.LRS\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskOutput\",\n },\n },\n },\n },\n createdOn: {\n serializedName: \"createdOn\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.SqlServer.SqlDb\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutput\",\n },\n },\n },\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n isCloneable: {\n serializedName: \"isCloneable\",\n type: {\n name: \"Boolean\",\n },\n },\n createdOn: {\n serializedName: \"createdOn\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlDbSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Migrate.SqlServer.AzureSqlDb.Sync\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Migrate.MySql.AzureDbForMySql.Sync\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Migrate.MySql.AzureDbForMySql\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n },\n },\n },\n },\n isCloneable: {\n serializedName: \"isCloneable\",\n type: {\n name: \"Boolean\",\n },\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2\",\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n },\n },\n },\n },\n taskId: {\n serializedName: \"taskId\",\n type: {\n name: \"String\",\n },\n },\n createdOn: {\n serializedName: \"createdOn\",\n type: {\n name: \"String\",\n },\n },\n isCloneable: {\n serializedName: \"isCloneable\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n };\n\nexport const MigrateOracleAzureDbForPostgreSqlSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Migrate.Oracle.AzureDbForPostgreSql.Sync\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbForPostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ValidateMigrationInputSqlServerSqlDbSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ValidateMigrationInput.SqlServer.SqlDb.Sync\",\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlDbSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ValidateSyncMigrationInputSqlServerTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidateSyncMigrationInputSqlServerTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ValidateMigrationInputSqlServerSqlMITaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ValidateMigrationInput.SqlServer.AzureSqlDbMI\",\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMITaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMITaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMITaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ValidateMigrationInputSqlServerSqlMISyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS\",\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMISyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMISyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMISyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ValidateMongoDbTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Validate.MongoDb\",\n type: {\n name: \"Composite\",\n className: \"ValidateMongoDbTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbMigrationSettings\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbMigrationProgress\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ValidateOracleAzureDbForPostgreSqlSyncTaskProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Validate.Oracle.AzureDbPostgreSql.Sync\",\n type: {\n name: \"Composite\",\n className: \"ValidateOracleAzureDbForPostgreSqlSyncTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ValidateOracleAzureDbPostgreSqlSyncTaskOutput\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const GetTdeCertificatesSqlTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"GetTDECertificates.Sql\",\n type: {\n name: \"Composite\",\n className: \"GetTdeCertificatesSqlTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"GetTdeCertificatesSqlTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetTdeCertificatesSqlTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MigrateSsisTaskProperties: coreClient.CompositeMapper = {\n serializedName: \"Migrate.Ssis\",\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskProperties\",\n uberParent: \"ProjectTaskProperties\",\n polymorphicDiscriminator:\n ProjectTaskProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...ProjectTaskProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskInput\",\n },\n },\n output: {\n serializedName: \"output\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskOutput\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MigrateSyncCompleteCommandProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Migrate.Sync.Complete.Database\",\n type: {\n name: \"Composite\",\n className: \"MigrateSyncCompleteCommandProperties\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: CommandProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...CommandProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateSyncCompleteCommandInput\",\n },\n },\n output: {\n serializedName: \"output\",\n type: {\n name: \"Composite\",\n className: \"MigrateSyncCompleteCommandOutput\",\n },\n },\n commandId: {\n serializedName: \"commandId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateMISyncCompleteCommandProperties: coreClient.CompositeMapper =\n {\n serializedName: \"Migrate.SqlServer.AzureDbSqlMi.Complete\",\n type: {\n name: \"Composite\",\n className: \"MigrateMISyncCompleteCommandProperties\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: CommandProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...CommandProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MigrateMISyncCompleteCommandInput\",\n },\n },\n output: {\n serializedName: \"output\",\n type: {\n name: \"Composite\",\n className: \"MigrateMISyncCompleteCommandOutput\",\n },\n },\n },\n },\n };\n\nexport const MongoDbCancelCommand: coreClient.CompositeMapper = {\n serializedName: \"cancel\",\n type: {\n name: \"Composite\",\n className: \"MongoDbCancelCommand\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: CommandProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...CommandProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbCommandInput\",\n },\n },\n },\n },\n};\n\nexport const MongoDbFinishCommand: coreClient.CompositeMapper = {\n serializedName: \"finish\",\n type: {\n name: \"Composite\",\n className: \"MongoDbFinishCommand\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: CommandProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...CommandProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbFinishCommandInput\",\n },\n },\n },\n },\n};\n\nexport const MongoDbRestartCommand: coreClient.CompositeMapper = {\n serializedName: \"restart\",\n type: {\n name: \"Composite\",\n className: \"MongoDbRestartCommand\",\n uberParent: \"CommandProperties\",\n polymorphicDiscriminator: CommandProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...CommandProperties.type.modelProperties,\n input: {\n serializedName: \"input\",\n type: {\n name: \"Composite\",\n className: \"MongoDbCommandInput\",\n },\n },\n },\n },\n};\n\nexport const ProjectTask: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectTask\",\n modelProperties: {\n ...ResourceAutoGenerated.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ProjectTaskProperties\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemDataAutoGenerated\",\n },\n },\n },\n },\n};\n\nexport const ProjectFile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProjectFile\",\n modelProperties: {\n ...ResourceAutoGenerated.type.modelProperties,\n etag: {\n serializedName: \"etag\",\n type: {\n name: \"String\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"ProjectFileProperties\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemDataAutoGenerated\",\n },\n },\n },\n },\n};\n\nexport const MongoDbConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"MongoDbConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MongoDbConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n connectionString: {\n serializedName: \"connectionString\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dataSource: {\n serializedName: \"dataSource\",\n type: {\n name: \"String\",\n },\n },\n encryptConnection: {\n serializedName: \"encryptConnection\",\n type: {\n name: \"Boolean\",\n },\n },\n serverBrandVersion: {\n serializedName: \"serverBrandVersion\",\n type: {\n name: \"String\",\n },\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n type: {\n name: \"String\",\n },\n },\n serverName: {\n serializedName: \"serverName\",\n type: {\n name: \"String\",\n },\n },\n trustServerCertificate: {\n defaultValue: false,\n serializedName: \"trustServerCertificate\",\n type: {\n name: \"Boolean\",\n },\n },\n enforceSSL: {\n serializedName: \"enforceSSL\",\n type: {\n name: \"Boolean\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n additionalSettings: {\n serializedName: \"additionalSettings\",\n type: {\n name: \"String\",\n },\n },\n authentication: {\n serializedName: \"authentication\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SqlConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"SqlConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n dataSource: {\n serializedName: \"dataSource\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n serverName: {\n serializedName: \"serverName\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n type: {\n name: \"String\",\n },\n },\n serverBrandVersion: {\n serializedName: \"serverBrandVersion\",\n type: {\n name: \"String\",\n },\n },\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\",\n },\n },\n authentication: {\n serializedName: \"authentication\",\n type: {\n name: \"String\",\n },\n },\n encryptConnection: {\n defaultValue: true,\n serializedName: \"encryptConnection\",\n type: {\n name: \"Boolean\",\n },\n },\n additionalSettings: {\n serializedName: \"additionalSettings\",\n type: {\n name: \"String\",\n },\n },\n trustServerCertificate: {\n defaultValue: false,\n serializedName: \"trustServerCertificate\",\n type: {\n name: \"Boolean\",\n },\n },\n platform: {\n serializedName: \"platform\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MySqlConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"MySqlConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MySqlConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n serverName: {\n serializedName: \"serverName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dataSource: {\n serializedName: \"dataSource\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n encryptConnection: {\n defaultValue: true,\n serializedName: \"encryptConnection\",\n type: {\n name: \"Boolean\",\n },\n },\n authentication: {\n serializedName: \"authentication\",\n type: {\n name: \"String\",\n },\n },\n additionalSettings: {\n serializedName: \"additionalSettings\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OracleConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"OracleConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"OracleConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n dataSource: {\n serializedName: \"dataSource\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n serverName: {\n serializedName: \"serverName\",\n type: {\n name: \"String\",\n },\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n type: {\n name: \"Number\",\n },\n },\n authentication: {\n serializedName: \"authentication\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PostgreSqlConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"PostgreSqlConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"PostgreSqlConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n serverName: {\n serializedName: \"serverName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dataSource: {\n serializedName: \"dataSource\",\n type: {\n name: \"String\",\n },\n },\n serverVersion: {\n serializedName: \"serverVersion\",\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n type: {\n name: \"String\",\n },\n },\n port: {\n serializedName: \"port\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n encryptConnection: {\n defaultValue: true,\n serializedName: \"encryptConnection\",\n type: {\n name: \"Boolean\",\n },\n },\n trustServerCertificate: {\n defaultValue: false,\n serializedName: \"trustServerCertificate\",\n type: {\n name: \"Boolean\",\n },\n },\n additionalSettings: {\n serializedName: \"additionalSettings\",\n type: {\n name: \"String\",\n },\n },\n serverBrandVersion: {\n serializedName: \"serverBrandVersion\",\n type: {\n name: \"String\",\n },\n },\n authentication: {\n serializedName: \"authentication\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MiSqlConnectionInfo: coreClient.CompositeMapper = {\n serializedName: \"MiSqlConnectionInfo\",\n type: {\n name: \"Composite\",\n className: \"MiSqlConnectionInfo\",\n uberParent: \"ConnectionInfo\",\n polymorphicDiscriminator: ConnectionInfo.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectionInfo.type.modelProperties,\n managedInstanceResourceId: {\n serializedName: \"managedInstanceResourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectToSourceSqlServerTaskOutputTaskLevel: coreClient.CompositeMapper =\n {\n serializedName: \"TaskLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutputTaskLevel\",\n uberParent: \"ConnectToSourceSqlServerTaskOutput\",\n polymorphicDiscriminator:\n ConnectToSourceSqlServerTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectToSourceSqlServerTaskOutput.type.modelProperties,\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n logins: {\n serializedName: \"logins\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n agentJobs: {\n serializedName: \"agentJobs\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseTdeCertificateMapping: {\n serializedName: \"databaseTdeCertificateMapping\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const ConnectToSourceSqlServerTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutputDatabaseLevel\",\n uberParent: \"ConnectToSourceSqlServerTaskOutput\",\n polymorphicDiscriminator:\n ConnectToSourceSqlServerTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectToSourceSqlServerTaskOutput.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sizeMB: {\n serializedName: \"sizeMB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n databaseFiles: {\n serializedName: \"databaseFiles\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DatabaseFileInfo\",\n },\n },\n },\n },\n compatibilityLevel: {\n serializedName: \"compatibilityLevel\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseState: {\n serializedName: \"databaseState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ConnectToSourceSqlServerTaskOutputLoginLevel: coreClient.CompositeMapper =\n {\n serializedName: \"LoginLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutputLoginLevel\",\n uberParent: \"ConnectToSourceSqlServerTaskOutput\",\n polymorphicDiscriminator:\n ConnectToSourceSqlServerTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectToSourceSqlServerTaskOutput.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n loginType: {\n serializedName: \"loginType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n defaultDatabase: {\n serializedName: \"defaultDatabase\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n migrationEligibility: {\n serializedName: \"migrationEligibility\",\n type: {\n name: \"Composite\",\n className: \"MigrationEligibilityInfo\",\n },\n },\n },\n },\n };\n\nexport const ConnectToSourceSqlServerTaskOutputAgentJobLevel: coreClient.CompositeMapper =\n {\n serializedName: \"AgentJobLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"ConnectToSourceSqlServerTaskOutputAgentJobLevel\",\n uberParent: \"ConnectToSourceSqlServerTaskOutput\",\n polymorphicDiscriminator:\n ConnectToSourceSqlServerTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...ConnectToSourceSqlServerTaskOutput.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n jobCategory: {\n serializedName: \"jobCategory\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n jobOwner: {\n serializedName: \"jobOwner\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastExecutedOn: {\n serializedName: \"lastExecutedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n validationErrors: {\n serializedName: \"validationErrors\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n migrationEligibility: {\n serializedName: \"migrationEligibility\",\n type: {\n name: \"Composite\",\n className: \"MigrationEligibilityInfo\",\n },\n },\n },\n },\n };\n\nexport const MigrateSchemaSqlServerSqlDbTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskInput\",\n modelProperties: {\n ...SqlMigrationTaskInput.type.modelProperties,\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbDatabaseInput\",\n },\n },\n },\n },\n encryptedKeyForSecureFields: {\n serializedName: \"encryptedKeyForSecureFields\",\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbSyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskInput\",\n modelProperties: {\n ...SqlMigrationTaskInput.type.modelProperties,\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncDatabaseInput\",\n },\n },\n },\n },\n validationOptions: {\n serializedName: \"validationOptions\",\n type: {\n name: \"Composite\",\n className: \"MigrationValidationOptions\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlDbTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskInput\",\n modelProperties: {\n ...SqlMigrationTaskInput.type.modelProperties,\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbDatabaseInput\",\n },\n },\n },\n },\n validationOptions: {\n serializedName: \"validationOptions\",\n type: {\n name: \"Composite\",\n className: \"MigrationValidationOptions\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n type: {\n name: \"String\",\n },\n },\n encryptedKeyForSecureFields: {\n serializedName: \"encryptedKeyForSecureFields\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlMITaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskInput\",\n modelProperties: {\n ...SqlMigrationTaskInput.type.modelProperties,\n selectedDatabases: {\n serializedName: \"selectedDatabases\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMIDatabaseInput\",\n },\n },\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n type: {\n name: \"String\",\n },\n },\n selectedLogins: {\n serializedName: \"selectedLogins\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n selectedAgentJobs: {\n serializedName: \"selectedAgentJobs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n backupFileShare: {\n serializedName: \"backupFileShare\",\n type: {\n name: \"Composite\",\n className: \"FileShare\",\n },\n },\n backupBlobShare: {\n serializedName: \"backupBlobShare\",\n type: {\n name: \"Composite\",\n className: \"BlobShare\",\n },\n },\n backupMode: {\n serializedName: \"backupMode\",\n type: {\n name: \"String\",\n },\n },\n aadDomainName: {\n serializedName: \"aadDomainName\",\n type: {\n name: \"String\",\n },\n },\n encryptedKeyForSecureFields: {\n serializedName: \"encryptedKeyForSecureFields\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSsisTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskInput\",\n modelProperties: {\n ...SqlMigrationTaskInput.type.modelProperties,\n ssisMigrationInfo: {\n serializedName: \"ssisMigrationInfo\",\n type: {\n name: \"Composite\",\n className: \"SsisMigrationInfo\",\n },\n },\n },\n },\n};\n\nexport const MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel\",\n uberParent: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSchemaSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSchemaSqlServerSqlDbTaskOutput.type.modelProperties,\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel\",\n uberParent: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSchemaSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSchemaSqlServerSqlDbTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n databaseErrorResultPrefix: {\n serializedName: \"databaseErrorResultPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n schemaErrorResultPrefix: {\n serializedName: \"schemaErrorResultPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n numberOfSuccessfulOperations: {\n serializedName: \"numberOfSuccessfulOperations\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n numberOfFailedOperations: {\n serializedName: \"numberOfFailedOperations\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fileId: {\n serializedName: \"fileId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateSchemaSqlServerSqlDbTaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"SchemaErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlServerSqlDbTaskOutputError\",\n uberParent: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSchemaSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSchemaSqlServerSqlDbTaskOutput.type.modelProperties,\n commandText: {\n serializedName: \"commandText\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errorText: {\n serializedName: \"errorText\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateSchemaSqlTaskOutputError: coreClient.CompositeMapper = {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSchemaSqlTaskOutputError\",\n uberParent: \"MigrateSchemaSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSchemaSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSchemaSqlServerSqlDbTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n};\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServer: {\n serializedName: \"sourceServer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServer: {\n serializedName: \"targetServer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n incomingChanges: {\n serializedName: \"incomingChanges\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n appliedChanges: {\n serializedName: \"appliedChanges\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadCompletedTables: {\n serializedName: \"fullLoadCompletedTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadLoadingTables: {\n serializedName: \"fullLoadLoadingTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadQueuedTables: {\n serializedName: \"fullLoadQueuedTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadErroredTables: {\n serializedName: \"fullLoadErroredTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n initializationCompleted: {\n serializedName: \"initializationCompleted\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n latency: {\n serializedName: \"latency\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel: coreClient.CompositeMapper =\n {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.modelProperties,\n tableName: {\n serializedName: \"tableName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n fullLoadEstFinishTime: {\n serializedName: \"fullLoadEstFinishTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadStartedOn: {\n serializedName: \"fullLoadStartedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadEndedOn: {\n serializedName: \"fullLoadEndedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadTotalRows: {\n serializedName: \"fullLoadTotalRows\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n totalChangesApplied: {\n serializedName: \"totalChangesApplied\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dataErrorsCounter: {\n serializedName: \"dataErrorsCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutputError\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError\",\n uberParent: \"MigrateMySqlAzureDbForMySqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlSyncTaskOutput.type.modelProperties,\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\",\n },\n },\n events: {\n serializedName: \"events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServer: {\n serializedName: \"sourceServer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServer: {\n serializedName: \"targetServer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerType: {\n serializedName: \"sourceServerType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerType: {\n serializedName: \"targetServerType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseCount: {\n serializedName: \"databaseCount\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n incomingChanges: {\n serializedName: \"incomingChanges\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n appliedChanges: {\n serializedName: \"appliedChanges\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadCompletedTables: {\n serializedName: \"fullLoadCompletedTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadLoadingTables: {\n serializedName: \"fullLoadLoadingTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadQueuedTables: {\n serializedName: \"fullLoadQueuedTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadErroredTables: {\n serializedName: \"fullLoadErroredTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n initializationCompleted: {\n serializedName: \"initializationCompleted\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n latency: {\n serializedName: \"latency\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel: coreClient.CompositeMapper =\n {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .modelProperties,\n tableName: {\n serializedName: \"tableName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadEstFinishTime: {\n serializedName: \"fullLoadEstFinishTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadStartedOn: {\n serializedName: \"fullLoadStartedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadEndedOn: {\n serializedName: \"fullLoadEndedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadTotalRows: {\n serializedName: \"fullLoadTotalRows\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n totalChangesApplied: {\n serializedName: \"totalChangesApplied\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dataErrorsCounter: {\n serializedName: \"dataErrorsCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n events: {\n serializedName: \"events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelErrorOutput\",\n type: {\n name: \"Composite\",\n className:\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError\",\n uberParent: \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.type\n .modelProperties,\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\",\n },\n },\n events: {\n serializedName: \"events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbSyncTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServer: {\n serializedName: \"sourceServer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServer: {\n serializedName: \"targetServer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseCount: {\n serializedName: \"databaseCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbSyncTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n incomingChanges: {\n serializedName: \"incomingChanges\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n appliedChanges: {\n serializedName: \"appliedChanges\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadCompletedTables: {\n serializedName: \"fullLoadCompletedTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadLoadingTables: {\n serializedName: \"fullLoadLoadingTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadQueuedTables: {\n serializedName: \"fullLoadQueuedTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadErroredTables: {\n serializedName: \"fullLoadErroredTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n initializationCompleted: {\n serializedName: \"initializationCompleted\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n latency: {\n serializedName: \"latency\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbSyncTaskOutputTableLevel: coreClient.CompositeMapper =\n {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutputTableLevel\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbSyncTaskOutput.type.modelProperties,\n tableName: {\n serializedName: \"tableName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadEstFinishTime: {\n serializedName: \"fullLoadEstFinishTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadStartedOn: {\n serializedName: \"fullLoadStartedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadEndedOn: {\n serializedName: \"fullLoadEndedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadTotalRows: {\n serializedName: \"fullLoadTotalRows\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n totalChangesApplied: {\n serializedName: \"totalChangesApplied\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dataErrorsCounter: {\n serializedName: \"dataErrorsCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbSyncTaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutputError\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbSyncTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbSyncTaskOutputDatabaseError: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbSyncTaskOutputDatabaseError\",\n uberParent: \"MigrateSqlServerSqlDbSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbSyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbSyncTaskOutput.type.modelProperties,\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\",\n },\n },\n events: {\n serializedName: \"events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbTaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputMigrationLevel\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n durationInSeconds: {\n serializedName: \"durationInSeconds\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseSummary: {\n serializedName: \"databaseSummary\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationValidationResult: {\n serializedName: \"migrationValidationResult\",\n type: {\n name: \"Composite\",\n className: \"MigrationValidationResult\",\n },\n },\n migrationReportResult: {\n serializedName: \"migrationReportResult\",\n type: {\n name: \"Composite\",\n className: \"MigrationReportResult\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputDatabaseLevel\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n numberOfObjects: {\n serializedName: \"numberOfObjects\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n numberOfObjectsCompleted: {\n serializedName: \"numberOfObjectsCompleted\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n errorCount: {\n serializedName: \"errorCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultPrefix: {\n serializedName: \"resultPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n objectSummary: {\n serializedName: \"objectSummary\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbTaskOutputTableLevel: coreClient.CompositeMapper =\n {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputTableLevel\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n objectName: {\n serializedName: \"objectName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n itemsCount: {\n serializedName: \"itemsCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n itemsCompletedCount: {\n serializedName: \"itemsCompletedCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultPrefix: {\n serializedName: \"resultPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbTaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputError\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbTaskOutputValidationResult: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationValidationOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputValidationResult\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n ...MigrationValidationResult.type.modelProperties,\n },\n },\n };\n\nexport const MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationDatabaseLevelValidationOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult\",\n uberParent: \"MigrateSqlServerSqlDbTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlDbTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlDbTaskOutput.type.modelProperties,\n ...MigrationValidationDatabaseLevelResult.type.modelProperties,\n },\n },\n };\n\nexport const DatabaseSummaryResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseSummaryResult\",\n modelProperties: {\n ...DataItemMigrationSummaryResult.type.modelProperties,\n sizeMB: {\n serializedName: \"sizeMB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const MigrateSqlServerSqlMISyncTaskInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskInput\",\n modelProperties: {\n ...SqlServerSqlMISyncTaskInput.type.modelProperties,\n numberOfParallelDatabaseMigrations: {\n serializedName: \"numberOfParallelDatabaseMigrations\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ValidateMigrationInputSqlServerSqlMISyncTaskInput: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ValidateMigrationInputSqlServerSqlMISyncTaskInput\",\n modelProperties: {\n ...SqlServerSqlMISyncTaskInput.type.modelProperties,\n },\n },\n };\n\nexport const MigrateSqlServerSqlMISyncTaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskOutputMigrationLevel\",\n uberParent: \"MigrateSqlServerSqlMISyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMISyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMISyncTaskOutput.type.modelProperties,\n databaseCount: {\n serializedName: \"databaseCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n sourceServerName: {\n serializedName: \"sourceServerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerName: {\n serializedName: \"targetServerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseErrorCount: {\n serializedName: \"databaseErrorCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel\",\n uberParent: \"MigrateSqlServerSqlMISyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMISyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMISyncTaskOutput.type.modelProperties,\n sourceDatabaseName: {\n serializedName: \"sourceDatabaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullBackupSetInfo: {\n serializedName: \"fullBackupSetInfo\",\n type: {\n name: \"Composite\",\n className: \"BackupSetInfo\",\n },\n },\n lastRestoredBackupSetInfo: {\n serializedName: \"lastRestoredBackupSetInfo\",\n type: {\n name: \"Composite\",\n className: \"BackupSetInfo\",\n },\n },\n activeBackupSets: {\n serializedName: \"activeBackupSets\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BackupSetInfo\",\n },\n },\n },\n },\n containerName: {\n serializedName: \"containerName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isFullBackupRestored: {\n serializedName: \"isFullBackupRestored\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlMISyncTaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMISyncTaskOutputError\",\n uberParent: \"MigrateSqlServerSqlMISyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMISyncTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMISyncTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlMITaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutputMigrationLevel\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMITaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMITaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n agentJobs: {\n serializedName: \"agentJobs\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n logins: {\n serializedName: \"logins\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serverRoleResults: {\n serializedName: \"serverRoleResults\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n orphanedUsersInfo: {\n serializedName: \"orphanedUsersInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OrphanedUserInfo\",\n },\n },\n },\n },\n databases: {\n serializedName: \"databases\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlMITaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutputDatabaseLevel\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMITaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMITaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sizeMB: {\n serializedName: \"sizeMB\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlMITaskOutputAgentJobLevel: coreClient.CompositeMapper =\n {\n serializedName: \"AgentJobLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutputAgentJobLevel\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMITaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMITaskOutput.type.modelProperties,\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isEnabled: {\n serializedName: \"isEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlMITaskOutputLoginLevel: coreClient.CompositeMapper =\n {\n serializedName: \"LoginLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutputLoginLevel\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMITaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMITaskOutput.type.modelProperties,\n loginName: {\n serializedName: \"loginName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateSqlServerSqlMITaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSqlServerSqlMITaskOutputError\",\n uberParent: \"MigrateSqlServerSqlMITaskOutput\",\n polymorphicDiscriminator:\n MigrateSqlServerSqlMITaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSqlServerSqlMITaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n };\n\nexport const MigrateSsisTaskOutputMigrationLevel: coreClient.CompositeMapper = {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskOutputMigrationLevel\",\n uberParent: \"MigrateSsisTaskOutput\",\n polymorphicDiscriminator:\n MigrateSsisTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSsisTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrateSsisTaskOutputProjectLevel: coreClient.CompositeMapper = {\n serializedName: \"SsisProjectLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateSsisTaskOutputProjectLevel\",\n uberParent: \"MigrateSsisTaskOutput\",\n polymorphicDiscriminator:\n MigrateSsisTaskOutput.type.polymorphicDiscriminator,\n modelProperties: {\n ...MigrateSsisTaskOutput.type.modelProperties,\n folderName: {\n serializedName: \"folderName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n projectName: {\n serializedName: \"projectName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const MongoDbFinishCommandInput: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbFinishCommandInput\",\n modelProperties: {\n ...MongoDbCommandInput.type.modelProperties,\n immediate: {\n serializedName: \"immediate\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MongoDbCollectionInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbCollectionInfo\",\n modelProperties: {\n ...MongoDbObjectInfo.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n isCapped: {\n serializedName: \"isCapped\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n isSystemCollection: {\n serializedName: \"isSystemCollection\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n isView: {\n serializedName: \"isView\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n shardKey: {\n serializedName: \"shardKey\",\n type: {\n name: \"Composite\",\n className: \"MongoDbShardKeyInfo\",\n },\n },\n supportsSharding: {\n serializedName: \"supportsSharding\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n viewOf: {\n serializedName: \"viewOf\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MongoDbDatabaseInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MongoDbDatabaseInfo\",\n modelProperties: {\n ...MongoDbObjectInfo.type.modelProperties,\n collections: {\n serializedName: \"collections\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoDbCollectionInfo\",\n },\n },\n },\n },\n supportsSharding: {\n serializedName: \"supportsSharding\",\n required: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const MongoDbCollectionProgress: coreClient.CompositeMapper = {\n serializedName: \"Collection\",\n type: {\n name: \"Composite\",\n className: \"MongoDbCollectionProgress\",\n uberParent: \"MongoDbProgress\",\n polymorphicDiscriminator: MongoDbProgress.type.polymorphicDiscriminator,\n modelProperties: {\n ...MongoDbProgress.type.modelProperties,\n },\n },\n};\n\nexport const MongoDbDatabaseProgress: coreClient.CompositeMapper = {\n serializedName: \"Database\",\n type: {\n name: \"Composite\",\n className: \"MongoDbDatabaseProgress\",\n uberParent: \"MongoDbProgress\",\n polymorphicDiscriminator: MongoDbProgress.type.polymorphicDiscriminator,\n modelProperties: {\n ...MongoDbProgress.type.modelProperties,\n collections: {\n serializedName: \"collections\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"MongoDbCollectionProgress\" },\n },\n },\n },\n },\n },\n};\n\nexport const MongoDbMigrationProgress: coreClient.CompositeMapper = {\n serializedName: \"Migration\",\n type: {\n name: \"Composite\",\n className: \"MongoDbMigrationProgress\",\n uberParent: \"MongoDbProgress\",\n polymorphicDiscriminator: MongoDbProgress.type.polymorphicDiscriminator,\n modelProperties: {\n ...MongoDbProgress.type.modelProperties,\n databases: {\n serializedName: \"databases\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"MongoDbDatabaseProgress\" },\n },\n },\n },\n },\n },\n};\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServer: {\n serializedName: \"sourceServer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServer: {\n serializedName: \"targetServer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n incomingChanges: {\n serializedName: \"incomingChanges\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n appliedChanges: {\n serializedName: \"appliedChanges\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadCompletedTables: {\n serializedName: \"fullLoadCompletedTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadLoadingTables: {\n serializedName: \"fullLoadLoadingTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadQueuedTables: {\n serializedName: \"fullLoadQueuedTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadErroredTables: {\n serializedName: \"fullLoadErroredTables\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n initializationCompleted: {\n serializedName: \"initializationCompleted\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n latency: {\n serializedName: \"latency\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel: coreClient.CompositeMapper =\n {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type.modelProperties,\n tableName: {\n serializedName: \"tableName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cdcInsertCounter: {\n serializedName: \"cdcInsertCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcUpdateCounter: {\n serializedName: \"cdcUpdateCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n cdcDeleteCounter: {\n serializedName: \"cdcDeleteCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n fullLoadEstFinishTime: {\n serializedName: \"fullLoadEstFinishTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadStartedOn: {\n serializedName: \"fullLoadStartedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadEndedOn: {\n serializedName: \"fullLoadEndedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n fullLoadTotalRows: {\n serializedName: \"fullLoadTotalRows\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n totalChangesApplied: {\n serializedName: \"totalChangesApplied\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dataErrorsCounter: {\n serializedName: \"dataErrorsCounter\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutputError\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n };\n\nexport const MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError\",\n uberParent: \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput\",\n polymorphicDiscriminator:\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateOracleAzureDbPostgreSqlSyncTaskOutput.type.modelProperties,\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\",\n },\n },\n events: {\n serializedName: \"events\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SyncMigrationDatabaseErrorEvent\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel: coreClient.CompositeMapper =\n {\n serializedName: \"MigrationLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type.modelProperties,\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n durationInSeconds: {\n serializedName: \"durationInSeconds\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databases: {\n serializedName: \"databases\",\n type: {\n name: \"String\",\n },\n },\n databaseSummary: {\n serializedName: \"databaseSummary\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationReportResult: {\n serializedName: \"migrationReportResult\",\n type: {\n name: \"Composite\",\n className: \"MigrationReportResult\",\n },\n },\n sourceServerVersion: {\n serializedName: \"sourceServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sourceServerBrandVersion: {\n serializedName: \"sourceServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerVersion: {\n serializedName: \"targetServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n targetServerBrandVersion: {\n serializedName: \"targetServerBrandVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n lastStorageUpdate: {\n serializedName: \"lastStorageUpdate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel: coreClient.CompositeMapper =\n {\n serializedName: \"DatabaseLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type.modelProperties,\n databaseName: {\n serializedName: \"databaseName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n stage: {\n serializedName: \"stage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n numberOfObjects: {\n serializedName: \"numberOfObjects\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n numberOfObjectsCompleted: {\n serializedName: \"numberOfObjectsCompleted\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n errorCount: {\n serializedName: \"errorCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultPrefix: {\n serializedName: \"resultPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exceptionsAndWarnings: {\n serializedName: \"exceptionsAndWarnings\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n lastStorageUpdate: {\n serializedName: \"lastStorageUpdate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n objectSummary: {\n serializedName: \"objectSummary\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel: coreClient.CompositeMapper =\n {\n serializedName: \"TableLevelOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel\",\n uberParent: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type.modelProperties,\n objectName: {\n serializedName: \"objectName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n statusMessage: {\n serializedName: \"statusMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n itemsCount: {\n serializedName: \"itemsCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n itemsCompletedCount: {\n serializedName: \"itemsCompletedCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n errorPrefix: {\n serializedName: \"errorPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resultPrefix: {\n serializedName: \"resultPrefix\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastStorageUpdate: {\n serializedName: \"lastStorageUpdate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n };\n\nexport const MigrateMySqlAzureDbForMySqlOfflineTaskOutputError: coreClient.CompositeMapper =\n {\n serializedName: \"ErrorOutput\",\n type: {\n name: \"Composite\",\n className: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutputError\",\n uberParent: \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput\",\n polymorphicDiscriminator:\n MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type\n .polymorphicDiscriminator,\n modelProperties: {\n ...MigrateMySqlAzureDbForMySqlOfflineTaskOutput.type.modelProperties,\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ReportableException\",\n },\n },\n },\n },\n };\n\nexport const DatabaseMigrationPropertiesSqlDb: coreClient.CompositeMapper = {\n serializedName: \"SqlDb\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesSqlDb\",\n uberParent: \"DatabaseMigrationProperties\",\n polymorphicDiscriminator:\n DatabaseMigrationProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatabaseMigrationProperties.type.modelProperties,\n migrationStatusDetails: {\n serializedName: \"migrationStatusDetails\",\n type: {\n name: \"Composite\",\n className: \"SqlDbMigrationStatusDetails\",\n },\n },\n targetSqlConnection: {\n serializedName: \"targetSqlConnection\",\n type: {\n name: \"Composite\",\n className: \"SqlConnectionInformation\",\n },\n },\n offlineConfiguration: {\n serializedName: \"offlineConfiguration\",\n type: {\n name: \"Composite\",\n className: \"SqlDbOfflineConfiguration\",\n },\n },\n tableList: {\n serializedName: \"tableList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationPropertiesSqlMi: coreClient.CompositeMapper = {\n serializedName: \"SqlMi\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesSqlMi\",\n uberParent: \"DatabaseMigrationProperties\",\n polymorphicDiscriminator:\n DatabaseMigrationProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatabaseMigrationProperties.type.modelProperties,\n migrationStatusDetails: {\n serializedName: \"migrationStatusDetails\",\n type: {\n name: \"Composite\",\n className: \"MigrationStatusDetails\",\n },\n },\n backupConfiguration: {\n serializedName: \"backupConfiguration\",\n type: {\n name: \"Composite\",\n className: \"BackupConfiguration\",\n },\n },\n offlineConfiguration: {\n serializedName: \"offlineConfiguration\",\n type: {\n name: \"Composite\",\n className: \"OfflineConfiguration\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationPropertiesSqlVm: coreClient.CompositeMapper = {\n serializedName: \"SqlVm\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationPropertiesSqlVm\",\n uberParent: \"DatabaseMigrationProperties\",\n polymorphicDiscriminator:\n DatabaseMigrationProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...DatabaseMigrationProperties.type.modelProperties,\n migrationStatusDetails: {\n serializedName: \"migrationStatusDetails\",\n type: {\n name: \"Composite\",\n className: \"MigrationStatusDetails\",\n },\n },\n backupConfiguration: {\n serializedName: \"backupConfiguration\",\n type: {\n name: \"Composite\",\n className: \"BackupConfiguration\",\n },\n },\n offlineConfiguration: {\n serializedName: \"offlineConfiguration\",\n type: {\n name: \"Composite\",\n className: \"OfflineConfiguration\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationCosmosDbMongo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationCosmosDbMongo\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n kind: {\n serializedName: \"properties.kind\",\n type: {\n name: \"String\",\n },\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n migrationStatus: {\n serializedName: \"properties.migrationStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n startedOn: {\n serializedName: \"properties.startedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n endedOn: {\n serializedName: \"properties.endedOn\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n migrationService: {\n serializedName: \"properties.migrationService\",\n type: {\n name: \"String\",\n },\n },\n migrationOperationId: {\n serializedName: \"properties.migrationOperationId\",\n type: {\n name: \"String\",\n },\n },\n migrationFailureError: {\n serializedName: \"properties.migrationFailureError\",\n type: {\n name: \"Composite\",\n className: \"ErrorInfo\",\n },\n },\n provisioningError: {\n serializedName: \"properties.provisioningError\",\n type: {\n name: \"String\",\n },\n },\n sourceMongoConnection: {\n serializedName: \"properties.sourceMongoConnection\",\n type: {\n name: \"Composite\",\n className: \"MongoConnectionInformation\",\n },\n },\n targetMongoConnection: {\n serializedName: \"properties.targetMongoConnection\",\n type: {\n name: \"Composite\",\n className: \"MongoConnectionInformation\",\n },\n },\n collectionList: {\n serializedName: \"properties.collectionList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"MongoMigrationCollection\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationBase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationBase\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationBaseProperties\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigration: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigration\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationProperties\",\n },\n },\n },\n },\n};\n\nexport const MigrationService: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationService\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n integrationRuntimeState: {\n serializedName: \"properties.integrationRuntimeState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DatabaseMigrationsMongoToCosmosDbRUMongoDeleteHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationsMongoToCosmosDbRUMongoDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DatabaseMigrationsMongoToCosmosDbvCoreMongoDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MigrationServicesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationServicesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const MigrationServicesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MigrationServicesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport let discriminators = {\n DatabaseMigrationBaseProperties: DatabaseMigrationBaseProperties,\n ProjectTaskProperties: ProjectTaskProperties,\n CommandProperties: CommandProperties,\n ConnectionInfo: ConnectionInfo,\n ConnectToSourceSqlServerTaskOutput: ConnectToSourceSqlServerTaskOutput,\n MigrateSchemaSqlServerSqlDbTaskOutput: MigrateSchemaSqlServerSqlDbTaskOutput,\n MigrateMySqlAzureDbForMySqlSyncTaskOutput:\n MigrateMySqlAzureDbForMySqlSyncTaskOutput,\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput:\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput,\n MigrateSqlServerSqlDbSyncTaskOutput: MigrateSqlServerSqlDbSyncTaskOutput,\n MigrateSqlServerSqlDbTaskOutput: MigrateSqlServerSqlDbTaskOutput,\n MigrateSqlServerSqlMISyncTaskOutput: MigrateSqlServerSqlMISyncTaskOutput,\n MigrateSqlServerSqlMITaskOutput: MigrateSqlServerSqlMITaskOutput,\n MigrateSsisTaskOutput: MigrateSsisTaskOutput,\n MongoDbProgress: MongoDbProgress,\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput:\n MigrateOracleAzureDbPostgreSqlSyncTaskOutput,\n MigrateMySqlAzureDbForMySqlOfflineTaskOutput:\n MigrateMySqlAzureDbForMySqlOfflineTaskOutput,\n \"DatabaseMigrationBaseProperties.MongoToCosmosDbMongo\":\n DatabaseMigrationPropertiesCosmosDbMongo,\n \"DatabaseMigrationBaseProperties.DatabaseMigrationProperties\":\n DatabaseMigrationProperties,\n \"ProjectTaskProperties.MigrateSchemaSqlServerSqlDb\":\n MigrateSchemaSqlServerSqlDbTaskProperties,\n \"ProjectTaskProperties.Service.Check.OCI\": CheckOCIDriverTaskProperties,\n \"ProjectTaskProperties.Service.Upload.OCI\": UploadOCIDriverTaskProperties,\n \"ProjectTaskProperties.Service.Install.OCI\": InstallOCIDriverTaskProperties,\n \"ProjectTaskProperties.Connect.MongoDb\": ConnectToMongoDbTaskProperties,\n \"ProjectTaskProperties.ConnectToSource.SqlServer\":\n ConnectToSourceSqlServerTaskProperties,\n \"ProjectTaskProperties.ConnectToSource.SqlServer.Sync\":\n ConnectToSourceSqlServerSyncTaskProperties,\n \"ProjectTaskProperties.ConnectToSource.PostgreSql.Sync\":\n ConnectToSourcePostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.ConnectToSource.MySql\":\n ConnectToSourceMySqlTaskProperties,\n \"ProjectTaskProperties.ConnectToSource.Oracle.Sync\":\n ConnectToSourceOracleSyncTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.SqlDb\":\n ConnectToTargetSqlDbTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.SqlDb.Sync\":\n ConnectToTargetSqlDbSyncTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.AzureDbForPostgreSql.Sync\":\n ConnectToTargetAzureDbForPostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.Oracle.AzureDbForPostgreSql.Sync\":\n ConnectToTargetOracleAzureDbForPostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.GetUserTables.Sql\": GetUserTablesSqlTaskProperties,\n \"ProjectTaskProperties.GetUserTables.AzureSqlDb.Sync\":\n GetUserTablesSqlSyncTaskProperties,\n \"ProjectTaskProperties.GetUserTablesOracle\":\n GetUserTablesOracleTaskProperties,\n \"ProjectTaskProperties.GetUserTablesPostgreSql\":\n GetUserTablesPostgreSqlTaskProperties,\n \"ProjectTaskProperties.GetUserTablesMySql\": GetUserTablesMySqlTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.AzureSqlDbMI\":\n ConnectToTargetSqlMITaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.AzureSqlDbMI.Sync.LRS\":\n ConnectToTargetSqlMISyncTaskProperties,\n \"ProjectTaskProperties.ConnectToTarget.AzureDbForMySql\":\n ConnectToTargetAzureDbForMySqlTaskProperties,\n \"ProjectTaskProperties.Migrate.MongoDb\": MigrateMongoDbTaskProperties,\n \"ProjectTaskProperties.Migrate.SqlServer.AzureSqlDbMI\":\n MigrateSqlServerSqlMITaskProperties,\n \"ProjectTaskProperties.Migrate.SqlServer.AzureSqlDbMI.Sync.LRS\":\n MigrateSqlServerSqlMISyncTaskProperties,\n \"ProjectTaskProperties.Migrate.SqlServer.SqlDb\":\n MigrateSqlServerSqlDbTaskProperties,\n \"ProjectTaskProperties.Migrate.SqlServer.AzureSqlDb.Sync\":\n MigrateSqlServerSqlDbSyncTaskProperties,\n \"ProjectTaskProperties.Migrate.MySql.AzureDbForMySql.Sync\":\n MigrateMySqlAzureDbForMySqlSyncTaskProperties,\n \"ProjectTaskProperties.Migrate.MySql.AzureDbForMySql\":\n MigrateMySqlAzureDbForMySqlOfflineTaskProperties,\n \"ProjectTaskProperties.Migrate.PostgreSql.AzureDbForPostgreSql.SyncV2\":\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.Migrate.Oracle.AzureDbForPostgreSql.Sync\":\n MigrateOracleAzureDbForPostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.ValidateMigrationInput.SqlServer.SqlDb.Sync\":\n ValidateMigrationInputSqlServerSqlDbSyncTaskProperties,\n \"ProjectTaskProperties.ValidateMigrationInput.SqlServer.AzureSqlDbMI\":\n ValidateMigrationInputSqlServerSqlMITaskProperties,\n \"ProjectTaskProperties.ValidateMigrationInput.SqlServer.AzureSqlDbMI.Sync.LRS\":\n ValidateMigrationInputSqlServerSqlMISyncTaskProperties,\n \"ProjectTaskProperties.Validate.MongoDb\": ValidateMongoDbTaskProperties,\n \"ProjectTaskProperties.Validate.Oracle.AzureDbPostgreSql.Sync\":\n ValidateOracleAzureDbForPostgreSqlSyncTaskProperties,\n \"ProjectTaskProperties.GetTDECertificates.Sql\":\n GetTdeCertificatesSqlTaskProperties,\n \"ProjectTaskProperties.Migrate.Ssis\": MigrateSsisTaskProperties,\n \"CommandProperties.Migrate.Sync.Complete.Database\":\n MigrateSyncCompleteCommandProperties,\n \"CommandProperties.Migrate.SqlServer.AzureDbSqlMi.Complete\":\n MigrateMISyncCompleteCommandProperties,\n \"CommandProperties.cancel\": MongoDbCancelCommand,\n \"CommandProperties.finish\": MongoDbFinishCommand,\n \"CommandProperties.restart\": MongoDbRestartCommand,\n \"ConnectionInfo.MongoDbConnectionInfo\": MongoDbConnectionInfo,\n \"ConnectionInfo.SqlConnectionInfo\": SqlConnectionInfo,\n \"ConnectionInfo.MySqlConnectionInfo\": MySqlConnectionInfo,\n \"ConnectionInfo.OracleConnectionInfo\": OracleConnectionInfo,\n \"ConnectionInfo.PostgreSqlConnectionInfo\": PostgreSqlConnectionInfo,\n \"ConnectionInfo.MiSqlConnectionInfo\": MiSqlConnectionInfo,\n \"ConnectToSourceSqlServerTaskOutput.TaskLevelOutput\":\n ConnectToSourceSqlServerTaskOutputTaskLevel,\n \"ConnectToSourceSqlServerTaskOutput.DatabaseLevelOutput\":\n ConnectToSourceSqlServerTaskOutputDatabaseLevel,\n \"ConnectToSourceSqlServerTaskOutput.LoginLevelOutput\":\n ConnectToSourceSqlServerTaskOutputLoginLevel,\n \"ConnectToSourceSqlServerTaskOutput.AgentJobLevelOutput\":\n ConnectToSourceSqlServerTaskOutputAgentJobLevel,\n \"MigrateSchemaSqlServerSqlDbTaskOutput.MigrationLevelOutput\":\n MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel,\n \"MigrateSchemaSqlServerSqlDbTaskOutput.DatabaseLevelOutput\":\n MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel,\n \"MigrateSchemaSqlServerSqlDbTaskOutput.SchemaErrorOutput\":\n MigrateSchemaSqlServerSqlDbTaskOutputError,\n \"MigrateSchemaSqlServerSqlDbTaskOutput.ErrorOutput\":\n MigrateSchemaSqlTaskOutputError,\n \"MigrateMySqlAzureDbForMySqlSyncTaskOutput.MigrationLevelOutput\":\n MigrateMySqlAzureDbForMySqlSyncTaskOutputMigrationLevel,\n \"MigrateMySqlAzureDbForMySqlSyncTaskOutput.DatabaseLevelOutput\":\n MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseLevel,\n \"MigrateMySqlAzureDbForMySqlSyncTaskOutput.TableLevelOutput\":\n MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel,\n \"MigrateMySqlAzureDbForMySqlSyncTaskOutput.ErrorOutput\":\n MigrateMySqlAzureDbForMySqlSyncTaskOutputError,\n \"MigrateMySqlAzureDbForMySqlSyncTaskOutput.DatabaseLevelErrorOutput\":\n MigrateMySqlAzureDbForMySqlSyncTaskOutputDatabaseError,\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.MigrationLevelOutput\":\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputMigrationLevel,\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.DatabaseLevelOutput\":\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel,\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.TableLevelOutput\":\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel,\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.ErrorOutput\":\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputError,\n \"MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput.DatabaseLevelErrorOutput\":\n MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseError,\n \"MigrateSqlServerSqlDbSyncTaskOutput.MigrationLevelOutput\":\n MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel,\n \"MigrateSqlServerSqlDbSyncTaskOutput.DatabaseLevelOutput\":\n MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel,\n \"MigrateSqlServerSqlDbSyncTaskOutput.TableLevelOutput\":\n MigrateSqlServerSqlDbSyncTaskOutputTableLevel,\n \"MigrateSqlServerSqlDbSyncTaskOutput.ErrorOutput\":\n MigrateSqlServerSqlDbSyncTaskOutputError,\n \"MigrateSqlServerSqlDbSyncTaskOutput.DatabaseLevelErrorOutput\":\n MigrateSqlServerSqlDbSyncTaskOutputDatabaseError,\n \"MigrateSqlServerSqlDbTaskOutput.MigrationLevelOutput\":\n MigrateSqlServerSqlDbTaskOutputMigrationLevel,\n \"MigrateSqlServerSqlDbTaskOutput.DatabaseLevelOutput\":\n MigrateSqlServerSqlDbTaskOutputDatabaseLevel,\n \"MigrateSqlServerSqlDbTaskOutput.TableLevelOutput\":\n MigrateSqlServerSqlDbTaskOutputTableLevel,\n \"MigrateSqlServerSqlDbTaskOutput.ErrorOutput\":\n MigrateSqlServerSqlDbTaskOutputError,\n \"MigrateSqlServerSqlDbTaskOutput.MigrationValidationOutput\":\n MigrateSqlServerSqlDbTaskOutputValidationResult,\n \"MigrateSqlServerSqlDbTaskOutput.MigrationDatabaseLevelValidationOutput\":\n MigrateSqlServerSqlDbTaskOutputDatabaseLevelValidationResult,\n \"MigrateSqlServerSqlMISyncTaskOutput.MigrationLevelOutput\":\n MigrateSqlServerSqlMISyncTaskOutputMigrationLevel,\n \"MigrateSqlServerSqlMISyncTaskOutput.DatabaseLevelOutput\":\n MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel,\n \"MigrateSqlServerSqlMISyncTaskOutput.ErrorOutput\":\n MigrateSqlServerSqlMISyncTaskOutputError,\n \"MigrateSqlServerSqlMITaskOutput.MigrationLevelOutput\":\n MigrateSqlServerSqlMITaskOutputMigrationLevel,\n \"MigrateSqlServerSqlMITaskOutput.DatabaseLevelOutput\":\n MigrateSqlServerSqlMITaskOutputDatabaseLevel,\n \"MigrateSqlServerSqlMITaskOutput.AgentJobLevelOutput\":\n MigrateSqlServerSqlMITaskOutputAgentJobLevel,\n \"MigrateSqlServerSqlMITaskOutput.LoginLevelOutput\":\n MigrateSqlServerSqlMITaskOutputLoginLevel,\n \"MigrateSqlServerSqlMITaskOutput.ErrorOutput\":\n MigrateSqlServerSqlMITaskOutputError,\n \"MigrateSsisTaskOutput.MigrationLevelOutput\":\n MigrateSsisTaskOutputMigrationLevel,\n \"MigrateSsisTaskOutput.SsisProjectLevelOutput\":\n MigrateSsisTaskOutputProjectLevel,\n \"MongoDbProgress.Collection\": MongoDbCollectionProgress,\n \"MongoDbProgress.Database\": MongoDbDatabaseProgress,\n \"MongoDbProgress.Migration\": MongoDbMigrationProgress,\n \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput.MigrationLevelOutput\":\n MigrateOracleAzureDbPostgreSqlSyncTaskOutputMigrationLevel,\n \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput.DatabaseLevelOutput\":\n MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseLevel,\n \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput.TableLevelOutput\":\n MigrateOracleAzureDbPostgreSqlSyncTaskOutputTableLevel,\n \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput.ErrorOutput\":\n MigrateOracleAzureDbPostgreSqlSyncTaskOutputError,\n \"MigrateOracleAzureDbPostgreSqlSyncTaskOutput.DatabaseLevelErrorOutput\":\n MigrateOracleAzureDbPostgreSqlSyncTaskOutputDatabaseError,\n \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput.MigrationLevelOutput\":\n MigrateMySqlAzureDbForMySqlOfflineTaskOutputMigrationLevel,\n \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput.DatabaseLevelOutput\":\n MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel,\n \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput.TableLevelOutput\":\n MigrateMySqlAzureDbForMySqlOfflineTaskOutputTableLevel,\n \"MigrateMySqlAzureDbForMySqlOfflineTaskOutput.ErrorOutput\":\n MigrateMySqlAzureDbForMySqlOfflineTaskOutputError,\n \"DatabaseMigrationProperties.SqlDb\": DatabaseMigrationPropertiesSqlDb,\n \"DatabaseMigrationProperties.SqlMi\": DatabaseMigrationPropertiesSqlMi,\n \"DatabaseMigrationProperties.SqlVm\": DatabaseMigrationPropertiesSqlVm,\n};\n"]}
|