@azure/arm-cosmosdb 16.3.0-beta.1 → 16.4.0
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/LICENSE +3 -3
- package/README.md +23 -16
- package/dist/browser/cosmosDBManagementClient.d.ts +7 -12
- package/dist/browser/cosmosDBManagementClient.d.ts.map +1 -1
- package/dist/browser/cosmosDBManagementClient.js +64 -27
- package/dist/browser/cosmosDBManagementClient.js.map +1 -1
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +9 -10
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +524 -1877
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +32 -187
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +49 -133
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +2162 -3792
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +12 -26
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +81 -182
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/cassandraClusters.d.ts +5 -69
- package/dist/browser/operations/cassandraClusters.d.ts.map +1 -1
- package/dist/browser/operations/cassandraClusters.js +90 -412
- package/dist/browser/operations/cassandraClusters.js.map +1 -1
- package/dist/browser/operations/cassandraDataCenters.d.ts +5 -5
- package/dist/browser/operations/cassandraDataCenters.d.ts.map +1 -1
- package/dist/browser/operations/cassandraDataCenters.js +48 -55
- package/dist/browser/operations/cassandraDataCenters.js.map +1 -1
- package/dist/browser/operations/cassandraResources.d.ts +5 -138
- package/dist/browser/operations/cassandraResources.d.ts.map +1 -1
- package/dist/browser/operations/cassandraResources.js +132 -700
- package/dist/browser/operations/cassandraResources.js.map +1 -1
- package/dist/browser/operations/collection.d.ts +4 -4
- package/dist/browser/operations/collection.d.ts.map +1 -1
- package/dist/browser/operations/collection.js +30 -86
- package/dist/browser/operations/collection.js.map +1 -1
- package/dist/browser/operations/collectionPartition.d.ts +4 -4
- package/dist/browser/operations/collectionPartition.d.ts.map +1 -1
- package/dist/browser/operations/collectionPartition.js +21 -60
- package/dist/browser/operations/collectionPartition.js.map +1 -1
- package/dist/browser/operations/collectionPartitionRegion.d.ts +4 -4
- package/dist/browser/operations/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/browser/operations/collectionPartitionRegion.js +12 -34
- package/dist/browser/operations/collectionPartitionRegion.js.map +1 -1
- package/dist/browser/operations/collectionRegion.d.ts +4 -4
- package/dist/browser/operations/collectionRegion.d.ts.map +1 -1
- package/dist/browser/operations/collectionRegion.js +12 -34
- package/dist/browser/operations/collectionRegion.js.map +1 -1
- package/dist/browser/operations/database.d.ts +4 -4
- package/dist/browser/operations/database.d.ts.map +1 -1
- package/dist/browser/operations/database.js +30 -86
- package/dist/browser/operations/database.js.map +1 -1
- package/dist/browser/operations/databaseAccountRegion.d.ts +4 -4
- package/dist/browser/operations/databaseAccountRegion.d.ts.map +1 -1
- package/dist/browser/operations/databaseAccountRegion.js +12 -34
- package/dist/browser/operations/databaseAccountRegion.js.map +1 -1
- package/dist/browser/operations/databaseAccounts.d.ts +5 -5
- package/dist/browser/operations/databaseAccounts.d.ts.map +1 -1
- package/dist/browser/operations/databaseAccounts.js +127 -186
- package/dist/browser/operations/databaseAccounts.js.map +1 -1
- package/dist/browser/operations/fleet.d.ts +90 -0
- package/dist/browser/operations/fleet.d.ts.map +1 -0
- package/dist/browser/operations/fleet.js +396 -0
- package/dist/browser/operations/fleet.js.map +1 -0
- package/dist/browser/operations/fleetspace.d.ts +97 -0
- package/dist/browser/operations/fleetspace.d.ts.map +1 -0
- package/dist/browser/operations/fleetspace.js +438 -0
- package/dist/browser/operations/fleetspace.js.map +1 -0
- package/dist/browser/operations/fleetspaceAccount.d.ts +89 -0
- package/dist/browser/operations/fleetspaceAccount.d.ts.map +1 -0
- package/dist/browser/operations/fleetspaceAccount.js +378 -0
- package/dist/browser/operations/fleetspaceAccount.js.map +1 -0
- package/dist/browser/operations/gremlinResources.d.ts +5 -5
- package/dist/browser/operations/gremlinResources.d.ts.map +1 -1
- package/dist/browser/operations/gremlinResources.js +151 -135
- package/dist/browser/operations/gremlinResources.js.map +1 -1
- package/dist/browser/operations/index.d.ts +3 -8
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +7 -15
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/locations.d.ts +4 -4
- package/dist/browser/operations/locations.d.ts.map +1 -1
- package/dist/browser/operations/locations.js +13 -39
- package/dist/browser/operations/locations.js.map +1 -1
- package/dist/browser/operations/mongoDBResources.d.ts +5 -127
- package/dist/browser/operations/mongoDBResources.d.ts.map +1 -1
- package/dist/browser/operations/mongoDBResources.js +205 -793
- package/dist/browser/operations/mongoDBResources.js.map +1 -1
- package/dist/browser/operations/notebookWorkspaces.d.ts +5 -5
- package/dist/browser/operations/notebookWorkspaces.d.ts.map +1 -1
- package/dist/browser/operations/notebookWorkspaces.js +57 -59
- package/dist/browser/operations/notebookWorkspaces.js.map +1 -1
- package/dist/browser/operations/operations.d.ts +4 -4
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +25 -47
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/partitionKeyRangeId.d.ts +4 -4
- package/dist/browser/operations/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/browser/operations/partitionKeyRangeId.js +12 -34
- package/dist/browser/operations/partitionKeyRangeId.js.map +1 -1
- package/dist/browser/operations/partitionKeyRangeIdRegion.d.ts +4 -4
- package/dist/browser/operations/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/browser/operations/partitionKeyRangeIdRegion.js +12 -34
- package/dist/browser/operations/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/browser/operations/percentile.d.ts +4 -4
- package/dist/browser/operations/percentile.d.ts.map +1 -1
- package/dist/browser/operations/percentile.js +12 -34
- package/dist/browser/operations/percentile.js.map +1 -1
- package/dist/browser/operations/percentileSourceTarget.d.ts +4 -4
- package/dist/browser/operations/percentileSourceTarget.d.ts.map +1 -1
- package/dist/browser/operations/percentileSourceTarget.js +12 -34
- package/dist/browser/operations/percentileSourceTarget.js.map +1 -1
- package/dist/browser/operations/percentileTarget.d.ts +4 -4
- package/dist/browser/operations/percentileTarget.d.ts.map +1 -1
- package/dist/browser/operations/percentileTarget.js +12 -34
- package/dist/browser/operations/percentileTarget.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +35 -47
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.d.ts +4 -4
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +12 -34
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/restorableDatabaseAccounts.d.ts +4 -4
- package/dist/browser/operations/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/browser/operations/restorableDatabaseAccounts.js +22 -65
- package/dist/browser/operations/restorableDatabaseAccounts.js.map +1 -1
- package/dist/browser/operations/restorableGremlinDatabases.d.ts +4 -4
- package/dist/browser/operations/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/browser/operations/restorableGremlinDatabases.js +12 -34
- package/dist/browser/operations/restorableGremlinDatabases.js.map +1 -1
- package/dist/browser/operations/restorableGremlinGraphs.d.ts +4 -4
- package/dist/browser/operations/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/browser/operations/restorableGremlinGraphs.js +12 -34
- package/dist/browser/operations/restorableGremlinGraphs.js.map +1 -1
- package/dist/browser/operations/restorableGremlinResources.d.ts +4 -4
- package/dist/browser/operations/restorableGremlinResources.d.ts.map +1 -1
- package/dist/browser/operations/restorableGremlinResources.js +12 -34
- package/dist/browser/operations/restorableGremlinResources.js.map +1 -1
- package/dist/browser/operations/restorableMongodbCollections.d.ts +4 -4
- package/dist/browser/operations/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/browser/operations/restorableMongodbCollections.js +12 -34
- package/dist/browser/operations/restorableMongodbCollections.js.map +1 -1
- package/dist/browser/operations/restorableMongodbDatabases.d.ts +4 -4
- package/dist/browser/operations/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/browser/operations/restorableMongodbDatabases.js +12 -34
- package/dist/browser/operations/restorableMongodbDatabases.js.map +1 -1
- package/dist/browser/operations/restorableMongodbResources.d.ts +4 -4
- package/dist/browser/operations/restorableMongodbResources.d.ts.map +1 -1
- package/dist/browser/operations/restorableMongodbResources.js +12 -34
- package/dist/browser/operations/restorableMongodbResources.js.map +1 -1
- package/dist/browser/operations/restorableSqlContainers.d.ts +4 -4
- package/dist/browser/operations/restorableSqlContainers.d.ts.map +1 -1
- package/dist/browser/operations/restorableSqlContainers.js +12 -34
- package/dist/browser/operations/restorableSqlContainers.js.map +1 -1
- package/dist/browser/operations/restorableSqlDatabases.d.ts +4 -4
- package/dist/browser/operations/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/browser/operations/restorableSqlDatabases.js +12 -34
- package/dist/browser/operations/restorableSqlDatabases.js.map +1 -1
- package/dist/browser/operations/restorableSqlResources.d.ts +4 -4
- package/dist/browser/operations/restorableSqlResources.d.ts.map +1 -1
- package/dist/browser/operations/restorableSqlResources.js +12 -34
- package/dist/browser/operations/restorableSqlResources.js.map +1 -1
- package/dist/browser/operations/restorableTableResources.d.ts +4 -4
- package/dist/browser/operations/restorableTableResources.d.ts.map +1 -1
- package/dist/browser/operations/restorableTableResources.js +12 -34
- package/dist/browser/operations/restorableTableResources.js.map +1 -1
- package/dist/browser/operations/restorableTables.d.ts +4 -4
- package/dist/browser/operations/restorableTables.d.ts.map +1 -1
- package/dist/browser/operations/restorableTables.js +13 -39
- package/dist/browser/operations/restorableTables.js.map +1 -1
- package/dist/browser/operations/service.d.ts +5 -5
- package/dist/browser/operations/service.d.ts.map +1 -1
- package/dist/browser/operations/service.js +35 -47
- package/dist/browser/operations/service.js.map +1 -1
- package/dist/browser/operations/sqlResources.d.ts +30 -152
- package/dist/browser/operations/sqlResources.d.ts.map +1 -1
- package/dist/browser/operations/sqlResources.js +375 -996
- package/dist/browser/operations/sqlResources.js.map +1 -1
- package/dist/browser/operations/tableResources.d.ts +5 -125
- package/dist/browser/operations/tableResources.d.ts.map +1 -1
- package/dist/browser/operations/tableResources.js +79 -639
- package/dist/browser/operations/tableResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraClusters.d.ts +3 -49
- package/dist/browser/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraClusters.js +2 -7
- package/dist/browser/operationsInterfaces/cassandraClusters.js.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraDataCenters.d.ts +3 -3
- package/dist/browser/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraDataCenters.js +2 -7
- package/dist/browser/operationsInterfaces/cassandraDataCenters.js.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraResources.d.ts +3 -126
- package/dist/browser/operationsInterfaces/cassandraResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/cassandraResources.js +2 -7
- package/dist/browser/operationsInterfaces/cassandraResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/collection.d.ts +2 -2
- package/dist/browser/operationsInterfaces/collection.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/collection.js +2 -7
- package/dist/browser/operationsInterfaces/collection.js.map +1 -1
- package/dist/browser/operationsInterfaces/collectionPartition.d.ts +2 -2
- package/dist/browser/operationsInterfaces/collectionPartition.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/collectionPartition.js +2 -7
- package/dist/browser/operationsInterfaces/collectionPartition.js.map +1 -1
- package/dist/browser/operationsInterfaces/collectionPartitionRegion.d.ts +2 -2
- package/dist/browser/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/collectionPartitionRegion.js +2 -7
- package/dist/browser/operationsInterfaces/collectionPartitionRegion.js.map +1 -1
- package/dist/browser/operationsInterfaces/collectionRegion.d.ts +2 -2
- package/dist/browser/operationsInterfaces/collectionRegion.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/collectionRegion.js +2 -7
- package/dist/browser/operationsInterfaces/collectionRegion.js.map +1 -1
- package/dist/browser/operationsInterfaces/database.d.ts +2 -2
- package/dist/browser/operationsInterfaces/database.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/database.js +2 -7
- package/dist/browser/operationsInterfaces/database.js.map +1 -1
- package/dist/browser/operationsInterfaces/databaseAccountRegion.d.ts +2 -2
- package/dist/browser/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/databaseAccountRegion.js +2 -7
- package/dist/browser/operationsInterfaces/databaseAccountRegion.js.map +1 -1
- package/dist/browser/operationsInterfaces/databaseAccounts.d.ts +3 -3
- package/dist/browser/operationsInterfaces/databaseAccounts.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/databaseAccounts.js +2 -7
- package/dist/browser/operationsInterfaces/databaseAccounts.js.map +1 -1
- package/dist/browser/operationsInterfaces/fleet.d.ts +54 -0
- package/dist/browser/operationsInterfaces/fleet.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fleet.js +4 -0
- package/dist/browser/operationsInterfaces/fleet.js.map +1 -0
- package/dist/browser/operationsInterfaces/fleetspace.d.ts +72 -0
- package/dist/browser/operationsInterfaces/fleetspace.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fleetspace.js +4 -0
- package/dist/browser/operationsInterfaces/fleetspace.js.map +1 -0
- package/dist/browser/operationsInterfaces/fleetspaceAccount.d.ts +62 -0
- package/dist/browser/operationsInterfaces/fleetspaceAccount.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fleetspaceAccount.js +4 -0
- package/dist/browser/operationsInterfaces/fleetspaceAccount.js.map +1 -0
- package/dist/browser/operationsInterfaces/gremlinResources.d.ts +3 -3
- package/dist/browser/operationsInterfaces/gremlinResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/gremlinResources.js +2 -7
- package/dist/browser/operationsInterfaces/gremlinResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +3 -8
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +7 -15
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/locations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/locations.js +2 -7
- package/dist/browser/operationsInterfaces/locations.js.map +1 -1
- package/dist/browser/operationsInterfaces/mongoDBResources.d.ts +3 -125
- package/dist/browser/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/mongoDBResources.js +2 -7
- package/dist/browser/operationsInterfaces/mongoDBResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/notebookWorkspaces.d.ts +3 -3
- package/dist/browser/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/notebookWorkspaces.js +2 -7
- package/dist/browser/operationsInterfaces/notebookWorkspaces.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js +2 -7
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/partitionKeyRangeId.d.ts +2 -2
- package/dist/browser/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/partitionKeyRangeId.js +2 -7
- package/dist/browser/operationsInterfaces/partitionKeyRangeId.js.map +1 -1
- package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +2 -2
- package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.js +2 -7
- package/dist/browser/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/browser/operationsInterfaces/percentile.d.ts +2 -2
- package/dist/browser/operationsInterfaces/percentile.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/percentile.js +2 -7
- package/dist/browser/operationsInterfaces/percentile.js.map +1 -1
- package/dist/browser/operationsInterfaces/percentileSourceTarget.d.ts +2 -2
- package/dist/browser/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/percentileSourceTarget.js +2 -7
- package/dist/browser/operationsInterfaces/percentileSourceTarget.js.map +1 -1
- package/dist/browser/operationsInterfaces/percentileTarget.d.ts +2 -2
- package/dist/browser/operationsInterfaces/percentileTarget.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/percentileTarget.js +2 -7
- package/dist/browser/operationsInterfaces/percentileTarget.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.js +2 -7
- package/dist/browser/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinDatabases.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinDatabases.js +2 -7
- package/dist/browser/operationsInterfaces/restorableGremlinDatabases.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinGraphs.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinGraphs.js +2 -7
- package/dist/browser/operationsInterfaces/restorableGremlinGraphs.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableGremlinResources.js +2 -7
- package/dist/browser/operationsInterfaces/restorableGremlinResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbCollections.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbCollections.js +2 -7
- package/dist/browser/operationsInterfaces/restorableMongodbCollections.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbDatabases.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbDatabases.js +2 -7
- package/dist/browser/operationsInterfaces/restorableMongodbDatabases.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableMongodbResources.js +2 -7
- package/dist/browser/operationsInterfaces/restorableMongodbResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlContainers.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlContainers.js +2 -7
- package/dist/browser/operationsInterfaces/restorableSqlContainers.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlDatabases.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlDatabases.js +2 -7
- package/dist/browser/operationsInterfaces/restorableSqlDatabases.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableSqlResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableSqlResources.js +2 -7
- package/dist/browser/operationsInterfaces/restorableSqlResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableTableResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableTableResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableTableResources.js +2 -7
- package/dist/browser/operationsInterfaces/restorableTableResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/restorableTables.d.ts +2 -2
- package/dist/browser/operationsInterfaces/restorableTables.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/restorableTables.js +2 -7
- package/dist/browser/operationsInterfaces/restorableTables.js.map +1 -1
- package/dist/browser/operationsInterfaces/service.d.ts +3 -3
- package/dist/browser/operationsInterfaces/service.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/service.js +2 -7
- package/dist/browser/operationsInterfaces/service.js.map +1 -1
- package/dist/browser/operationsInterfaces/sqlResources.d.ts +22 -144
- package/dist/browser/operationsInterfaces/sqlResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/sqlResources.js +2 -7
- package/dist/browser/operationsInterfaces/sqlResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/tableResources.d.ts +3 -105
- package/dist/browser/operationsInterfaces/tableResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/tableResources.js +2 -7
- package/dist/browser/operationsInterfaces/tableResources.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +4 -11
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/cosmosDBManagementClient.d.ts +7 -12
- package/dist/commonjs/cosmosDBManagementClient.d.ts.map +1 -1
- package/dist/commonjs/cosmosDBManagementClient.js +63 -26
- package/dist/commonjs/cosmosDBManagementClient.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -7
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +9 -10
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +524 -1877
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +33 -189
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +49 -133
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +2169 -3800
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +12 -26
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +82 -183
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/cassandraClusters.d.ts +5 -69
- package/dist/commonjs/operations/cassandraClusters.d.ts.map +1 -1
- package/dist/commonjs/operations/cassandraClusters.js +89 -410
- package/dist/commonjs/operations/cassandraClusters.js.map +1 -1
- package/dist/commonjs/operations/cassandraDataCenters.d.ts +5 -5
- package/dist/commonjs/operations/cassandraDataCenters.d.ts.map +1 -1
- package/dist/commonjs/operations/cassandraDataCenters.js +47 -53
- package/dist/commonjs/operations/cassandraDataCenters.js.map +1 -1
- package/dist/commonjs/operations/cassandraResources.d.ts +5 -138
- package/dist/commonjs/operations/cassandraResources.d.ts.map +1 -1
- package/dist/commonjs/operations/cassandraResources.js +131 -698
- package/dist/commonjs/operations/cassandraResources.js.map +1 -1
- package/dist/commonjs/operations/collection.d.ts +4 -4
- package/dist/commonjs/operations/collection.d.ts.map +1 -1
- package/dist/commonjs/operations/collection.js +30 -85
- package/dist/commonjs/operations/collection.js.map +1 -1
- package/dist/commonjs/operations/collectionPartition.d.ts +4 -4
- package/dist/commonjs/operations/collectionPartition.d.ts.map +1 -1
- package/dist/commonjs/operations/collectionPartition.js +21 -59
- package/dist/commonjs/operations/collectionPartition.js.map +1 -1
- package/dist/commonjs/operations/collectionPartitionRegion.d.ts +4 -4
- package/dist/commonjs/operations/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/commonjs/operations/collectionPartitionRegion.js +12 -33
- package/dist/commonjs/operations/collectionPartitionRegion.js.map +1 -1
- package/dist/commonjs/operations/collectionRegion.d.ts +4 -4
- package/dist/commonjs/operations/collectionRegion.d.ts.map +1 -1
- package/dist/commonjs/operations/collectionRegion.js +12 -33
- package/dist/commonjs/operations/collectionRegion.js.map +1 -1
- package/dist/commonjs/operations/database.d.ts +4 -4
- package/dist/commonjs/operations/database.d.ts.map +1 -1
- package/dist/commonjs/operations/database.js +30 -85
- package/dist/commonjs/operations/database.js.map +1 -1
- package/dist/commonjs/operations/databaseAccountRegion.d.ts +4 -4
- package/dist/commonjs/operations/databaseAccountRegion.d.ts.map +1 -1
- package/dist/commonjs/operations/databaseAccountRegion.js +12 -33
- package/dist/commonjs/operations/databaseAccountRegion.js.map +1 -1
- package/dist/commonjs/operations/databaseAccounts.d.ts +5 -5
- package/dist/commonjs/operations/databaseAccounts.d.ts.map +1 -1
- package/dist/commonjs/operations/databaseAccounts.js +126 -184
- package/dist/commonjs/operations/databaseAccounts.js.map +1 -1
- package/dist/commonjs/operations/fleet.d.ts +90 -0
- package/dist/commonjs/operations/fleet.d.ts.map +1 -0
- package/dist/commonjs/operations/fleet.js +401 -0
- package/dist/commonjs/operations/fleet.js.map +1 -0
- package/dist/commonjs/operations/fleetspace.d.ts +97 -0
- package/dist/commonjs/operations/fleetspace.d.ts.map +1 -0
- package/dist/commonjs/operations/fleetspace.js +443 -0
- package/dist/commonjs/operations/fleetspace.js.map +1 -0
- package/dist/commonjs/operations/fleetspaceAccount.d.ts +89 -0
- package/dist/commonjs/operations/fleetspaceAccount.d.ts.map +1 -0
- package/dist/commonjs/operations/fleetspaceAccount.js +383 -0
- package/dist/commonjs/operations/fleetspaceAccount.js.map +1 -0
- package/dist/commonjs/operations/gremlinResources.d.ts +5 -5
- package/dist/commonjs/operations/gremlinResources.d.ts.map +1 -1
- package/dist/commonjs/operations/gremlinResources.js +150 -133
- package/dist/commonjs/operations/gremlinResources.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +3 -8
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +7 -15
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/locations.d.ts +4 -4
- package/dist/commonjs/operations/locations.d.ts.map +1 -1
- package/dist/commonjs/operations/locations.js +13 -38
- package/dist/commonjs/operations/locations.js.map +1 -1
- package/dist/commonjs/operations/mongoDBResources.d.ts +5 -127
- package/dist/commonjs/operations/mongoDBResources.d.ts.map +1 -1
- package/dist/commonjs/operations/mongoDBResources.js +204 -791
- package/dist/commonjs/operations/mongoDBResources.js.map +1 -1
- package/dist/commonjs/operations/notebookWorkspaces.d.ts +5 -5
- package/dist/commonjs/operations/notebookWorkspaces.d.ts.map +1 -1
- package/dist/commonjs/operations/notebookWorkspaces.js +56 -57
- package/dist/commonjs/operations/notebookWorkspaces.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts +4 -4
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +25 -46
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/partitionKeyRangeId.d.ts +4 -4
- package/dist/commonjs/operations/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/commonjs/operations/partitionKeyRangeId.js +12 -33
- package/dist/commonjs/operations/partitionKeyRangeId.js.map +1 -1
- package/dist/commonjs/operations/partitionKeyRangeIdRegion.d.ts +4 -4
- package/dist/commonjs/operations/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/commonjs/operations/partitionKeyRangeIdRegion.js +12 -33
- package/dist/commonjs/operations/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/commonjs/operations/percentile.d.ts +4 -4
- package/dist/commonjs/operations/percentile.d.ts.map +1 -1
- package/dist/commonjs/operations/percentile.js +12 -33
- package/dist/commonjs/operations/percentile.js.map +1 -1
- package/dist/commonjs/operations/percentileSourceTarget.d.ts +4 -4
- package/dist/commonjs/operations/percentileSourceTarget.d.ts.map +1 -1
- package/dist/commonjs/operations/percentileSourceTarget.js +12 -33
- package/dist/commonjs/operations/percentileSourceTarget.js.map +1 -1
- package/dist/commonjs/operations/percentileTarget.d.ts +4 -4
- package/dist/commonjs/operations/percentileTarget.d.ts.map +1 -1
- package/dist/commonjs/operations/percentileTarget.js +12 -33
- package/dist/commonjs/operations/percentileTarget.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +34 -45
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +4 -4
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +12 -33
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/restorableDatabaseAccounts.d.ts +4 -4
- package/dist/commonjs/operations/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableDatabaseAccounts.js +22 -64
- package/dist/commonjs/operations/restorableDatabaseAccounts.js.map +1 -1
- package/dist/commonjs/operations/restorableGremlinDatabases.d.ts +4 -4
- package/dist/commonjs/operations/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableGremlinDatabases.js +12 -33
- package/dist/commonjs/operations/restorableGremlinDatabases.js.map +1 -1
- package/dist/commonjs/operations/restorableGremlinGraphs.d.ts +4 -4
- package/dist/commonjs/operations/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableGremlinGraphs.js +12 -33
- package/dist/commonjs/operations/restorableGremlinGraphs.js.map +1 -1
- package/dist/commonjs/operations/restorableGremlinResources.d.ts +4 -4
- package/dist/commonjs/operations/restorableGremlinResources.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableGremlinResources.js +12 -33
- package/dist/commonjs/operations/restorableGremlinResources.js.map +1 -1
- package/dist/commonjs/operations/restorableMongodbCollections.d.ts +4 -4
- package/dist/commonjs/operations/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableMongodbCollections.js +12 -33
- package/dist/commonjs/operations/restorableMongodbCollections.js.map +1 -1
- package/dist/commonjs/operations/restorableMongodbDatabases.d.ts +4 -4
- package/dist/commonjs/operations/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableMongodbDatabases.js +12 -33
- package/dist/commonjs/operations/restorableMongodbDatabases.js.map +1 -1
- package/dist/commonjs/operations/restorableMongodbResources.d.ts +4 -4
- package/dist/commonjs/operations/restorableMongodbResources.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableMongodbResources.js +12 -33
- package/dist/commonjs/operations/restorableMongodbResources.js.map +1 -1
- package/dist/commonjs/operations/restorableSqlContainers.d.ts +4 -4
- package/dist/commonjs/operations/restorableSqlContainers.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableSqlContainers.js +12 -33
- package/dist/commonjs/operations/restorableSqlContainers.js.map +1 -1
- package/dist/commonjs/operations/restorableSqlDatabases.d.ts +4 -4
- package/dist/commonjs/operations/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableSqlDatabases.js +12 -33
- package/dist/commonjs/operations/restorableSqlDatabases.js.map +1 -1
- package/dist/commonjs/operations/restorableSqlResources.d.ts +4 -4
- package/dist/commonjs/operations/restorableSqlResources.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableSqlResources.js +12 -33
- package/dist/commonjs/operations/restorableSqlResources.js.map +1 -1
- package/dist/commonjs/operations/restorableTableResources.d.ts +4 -4
- package/dist/commonjs/operations/restorableTableResources.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableTableResources.js +12 -33
- package/dist/commonjs/operations/restorableTableResources.js.map +1 -1
- package/dist/commonjs/operations/restorableTables.d.ts +4 -4
- package/dist/commonjs/operations/restorableTables.d.ts.map +1 -1
- package/dist/commonjs/operations/restorableTables.js +13 -38
- package/dist/commonjs/operations/restorableTables.js.map +1 -1
- package/dist/commonjs/operations/service.d.ts +5 -5
- package/dist/commonjs/operations/service.d.ts.map +1 -1
- package/dist/commonjs/operations/service.js +34 -45
- package/dist/commonjs/operations/service.js.map +1 -1
- package/dist/commonjs/operations/sqlResources.d.ts +30 -152
- package/dist/commonjs/operations/sqlResources.d.ts.map +1 -1
- package/dist/commonjs/operations/sqlResources.js +374 -994
- package/dist/commonjs/operations/sqlResources.js.map +1 -1
- package/dist/commonjs/operations/tableResources.d.ts +5 -125
- package/dist/commonjs/operations/tableResources.d.ts.map +1 -1
- package/dist/commonjs/operations/tableResources.js +78 -637
- package/dist/commonjs/operations/tableResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraClusters.d.ts +3 -49
- package/dist/commonjs/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraClusters.js +2 -7
- package/dist/commonjs/operationsInterfaces/cassandraClusters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraDataCenters.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraDataCenters.js +2 -7
- package/dist/commonjs/operationsInterfaces/cassandraDataCenters.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraResources.d.ts +3 -126
- package/dist/commonjs/operationsInterfaces/cassandraResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/cassandraResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/cassandraResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/collection.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/collection.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/collection.js +2 -7
- package/dist/commonjs/operationsInterfaces/collection.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionPartition.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/collectionPartition.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionPartition.js +2 -7
- package/dist/commonjs/operationsInterfaces/collectionPartition.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.js +2 -7
- package/dist/commonjs/operationsInterfaces/collectionPartitionRegion.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionRegion.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/collectionRegion.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/collectionRegion.js +2 -7
- package/dist/commonjs/operationsInterfaces/collectionRegion.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/database.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/database.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/database.js +2 -7
- package/dist/commonjs/operationsInterfaces/database.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseAccountRegion.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseAccountRegion.js +2 -7
- package/dist/commonjs/operationsInterfaces/databaseAccountRegion.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseAccounts.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/databaseAccounts.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/databaseAccounts.js +2 -7
- package/dist/commonjs/operationsInterfaces/databaseAccounts.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/fleet.d.ts +54 -0
- package/dist/commonjs/operationsInterfaces/fleet.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fleet.js +5 -0
- package/dist/commonjs/operationsInterfaces/fleet.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fleetspace.d.ts +72 -0
- package/dist/commonjs/operationsInterfaces/fleetspace.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fleetspace.js +5 -0
- package/dist/commonjs/operationsInterfaces/fleetspace.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fleetspaceAccount.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/fleetspaceAccount.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fleetspaceAccount.js +5 -0
- package/dist/commonjs/operationsInterfaces/fleetspaceAccount.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/gremlinResources.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/gremlinResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/gremlinResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/gremlinResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +3 -8
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +7 -15
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/locations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/locations.js +2 -7
- package/dist/commonjs/operationsInterfaces/locations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/mongoDBResources.d.ts +3 -125
- package/dist/commonjs/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/mongoDBResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/mongoDBResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/notebookWorkspaces.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/notebookWorkspaces.js +2 -7
- package/dist/commonjs/operationsInterfaces/notebookWorkspaces.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js +2 -7
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.js +2 -7
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeId.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.js +2 -7
- package/dist/commonjs/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentile.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/percentile.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentile.js +2 -7
- package/dist/commonjs/operationsInterfaces/percentile.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentileSourceTarget.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentileSourceTarget.js +2 -7
- package/dist/commonjs/operationsInterfaces/percentileSourceTarget.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentileTarget.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/percentileTarget.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/percentileTarget.js +2 -7
- package/dist/commonjs/operationsInterfaces/percentileTarget.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableGremlinDatabases.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableGremlinGraphs.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableGremlinResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableGremlinResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableMongodbCollections.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableMongodbDatabases.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableMongodbResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableMongodbResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlContainers.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlContainers.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableSqlContainers.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableSqlDatabases.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableSqlResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableSqlResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableSqlResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableTableResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableTableResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableTableResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableTableResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableTables.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/restorableTables.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/restorableTables.js +2 -7
- package/dist/commonjs/operationsInterfaces/restorableTables.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/service.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/service.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/service.js +2 -7
- package/dist/commonjs/operationsInterfaces/service.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlResources.d.ts +22 -144
- package/dist/commonjs/operationsInterfaces/sqlResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/sqlResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/sqlResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/tableResources.d.ts +3 -105
- package/dist/commonjs/operationsInterfaces/tableResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/tableResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/tableResources.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +4 -11
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/cosmosDBManagementClient.d.ts +7 -12
- package/dist/esm/cosmosDBManagementClient.d.ts.map +1 -1
- package/dist/esm/cosmosDBManagementClient.js +64 -27
- package/dist/esm/cosmosDBManagementClient.js.map +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +9 -10
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +524 -1877
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +32 -187
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +49 -133
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +2162 -3792
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +12 -26
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +81 -182
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/cassandraClusters.d.ts +5 -69
- package/dist/esm/operations/cassandraClusters.d.ts.map +1 -1
- package/dist/esm/operations/cassandraClusters.js +90 -412
- package/dist/esm/operations/cassandraClusters.js.map +1 -1
- package/dist/esm/operations/cassandraDataCenters.d.ts +5 -5
- package/dist/esm/operations/cassandraDataCenters.d.ts.map +1 -1
- package/dist/esm/operations/cassandraDataCenters.js +48 -55
- package/dist/esm/operations/cassandraDataCenters.js.map +1 -1
- package/dist/esm/operations/cassandraResources.d.ts +5 -138
- package/dist/esm/operations/cassandraResources.d.ts.map +1 -1
- package/dist/esm/operations/cassandraResources.js +132 -700
- package/dist/esm/operations/cassandraResources.js.map +1 -1
- package/dist/esm/operations/collection.d.ts +4 -4
- package/dist/esm/operations/collection.d.ts.map +1 -1
- package/dist/esm/operations/collection.js +30 -86
- package/dist/esm/operations/collection.js.map +1 -1
- package/dist/esm/operations/collectionPartition.d.ts +4 -4
- package/dist/esm/operations/collectionPartition.d.ts.map +1 -1
- package/dist/esm/operations/collectionPartition.js +21 -60
- package/dist/esm/operations/collectionPartition.js.map +1 -1
- package/dist/esm/operations/collectionPartitionRegion.d.ts +4 -4
- package/dist/esm/operations/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/esm/operations/collectionPartitionRegion.js +12 -34
- package/dist/esm/operations/collectionPartitionRegion.js.map +1 -1
- package/dist/esm/operations/collectionRegion.d.ts +4 -4
- package/dist/esm/operations/collectionRegion.d.ts.map +1 -1
- package/dist/esm/operations/collectionRegion.js +12 -34
- package/dist/esm/operations/collectionRegion.js.map +1 -1
- package/dist/esm/operations/database.d.ts +4 -4
- package/dist/esm/operations/database.d.ts.map +1 -1
- package/dist/esm/operations/database.js +30 -86
- package/dist/esm/operations/database.js.map +1 -1
- package/dist/esm/operations/databaseAccountRegion.d.ts +4 -4
- package/dist/esm/operations/databaseAccountRegion.d.ts.map +1 -1
- package/dist/esm/operations/databaseAccountRegion.js +12 -34
- package/dist/esm/operations/databaseAccountRegion.js.map +1 -1
- package/dist/esm/operations/databaseAccounts.d.ts +5 -5
- package/dist/esm/operations/databaseAccounts.d.ts.map +1 -1
- package/dist/esm/operations/databaseAccounts.js +127 -186
- package/dist/esm/operations/databaseAccounts.js.map +1 -1
- package/dist/esm/operations/fleet.d.ts +90 -0
- package/dist/esm/operations/fleet.d.ts.map +1 -0
- package/dist/esm/operations/fleet.js +396 -0
- package/dist/esm/operations/fleet.js.map +1 -0
- package/dist/esm/operations/fleetspace.d.ts +97 -0
- package/dist/esm/operations/fleetspace.d.ts.map +1 -0
- package/dist/esm/operations/fleetspace.js +438 -0
- package/dist/esm/operations/fleetspace.js.map +1 -0
- package/dist/esm/operations/fleetspaceAccount.d.ts +89 -0
- package/dist/esm/operations/fleetspaceAccount.d.ts.map +1 -0
- package/dist/esm/operations/fleetspaceAccount.js +378 -0
- package/dist/esm/operations/fleetspaceAccount.js.map +1 -0
- package/dist/esm/operations/gremlinResources.d.ts +5 -5
- package/dist/esm/operations/gremlinResources.d.ts.map +1 -1
- package/dist/esm/operations/gremlinResources.js +151 -135
- package/dist/esm/operations/gremlinResources.js.map +1 -1
- package/dist/esm/operations/index.d.ts +3 -8
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +7 -15
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/locations.d.ts +4 -4
- package/dist/esm/operations/locations.d.ts.map +1 -1
- package/dist/esm/operations/locations.js +13 -39
- package/dist/esm/operations/locations.js.map +1 -1
- package/dist/esm/operations/mongoDBResources.d.ts +5 -127
- package/dist/esm/operations/mongoDBResources.d.ts.map +1 -1
- package/dist/esm/operations/mongoDBResources.js +205 -793
- package/dist/esm/operations/mongoDBResources.js.map +1 -1
- package/dist/esm/operations/notebookWorkspaces.d.ts +5 -5
- package/dist/esm/operations/notebookWorkspaces.d.ts.map +1 -1
- package/dist/esm/operations/notebookWorkspaces.js +57 -59
- package/dist/esm/operations/notebookWorkspaces.js.map +1 -1
- package/dist/esm/operations/operations.d.ts +4 -4
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +25 -47
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/partitionKeyRangeId.d.ts +4 -4
- package/dist/esm/operations/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/esm/operations/partitionKeyRangeId.js +12 -34
- package/dist/esm/operations/partitionKeyRangeId.js.map +1 -1
- package/dist/esm/operations/partitionKeyRangeIdRegion.d.ts +4 -4
- package/dist/esm/operations/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/esm/operations/partitionKeyRangeIdRegion.js +12 -34
- package/dist/esm/operations/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/esm/operations/percentile.d.ts +4 -4
- package/dist/esm/operations/percentile.d.ts.map +1 -1
- package/dist/esm/operations/percentile.js +12 -34
- package/dist/esm/operations/percentile.js.map +1 -1
- package/dist/esm/operations/percentileSourceTarget.d.ts +4 -4
- package/dist/esm/operations/percentileSourceTarget.d.ts.map +1 -1
- package/dist/esm/operations/percentileSourceTarget.js +12 -34
- package/dist/esm/operations/percentileSourceTarget.js.map +1 -1
- package/dist/esm/operations/percentileTarget.d.ts +4 -4
- package/dist/esm/operations/percentileTarget.d.ts.map +1 -1
- package/dist/esm/operations/percentileTarget.js +12 -34
- package/dist/esm/operations/percentileTarget.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +35 -47
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.d.ts +4 -4
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +12 -34
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/restorableDatabaseAccounts.d.ts +4 -4
- package/dist/esm/operations/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/esm/operations/restorableDatabaseAccounts.js +22 -65
- package/dist/esm/operations/restorableDatabaseAccounts.js.map +1 -1
- package/dist/esm/operations/restorableGremlinDatabases.d.ts +4 -4
- package/dist/esm/operations/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/esm/operations/restorableGremlinDatabases.js +12 -34
- package/dist/esm/operations/restorableGremlinDatabases.js.map +1 -1
- package/dist/esm/operations/restorableGremlinGraphs.d.ts +4 -4
- package/dist/esm/operations/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/esm/operations/restorableGremlinGraphs.js +12 -34
- package/dist/esm/operations/restorableGremlinGraphs.js.map +1 -1
- package/dist/esm/operations/restorableGremlinResources.d.ts +4 -4
- package/dist/esm/operations/restorableGremlinResources.d.ts.map +1 -1
- package/dist/esm/operations/restorableGremlinResources.js +12 -34
- package/dist/esm/operations/restorableGremlinResources.js.map +1 -1
- package/dist/esm/operations/restorableMongodbCollections.d.ts +4 -4
- package/dist/esm/operations/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/esm/operations/restorableMongodbCollections.js +12 -34
- package/dist/esm/operations/restorableMongodbCollections.js.map +1 -1
- package/dist/esm/operations/restorableMongodbDatabases.d.ts +4 -4
- package/dist/esm/operations/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/esm/operations/restorableMongodbDatabases.js +12 -34
- package/dist/esm/operations/restorableMongodbDatabases.js.map +1 -1
- package/dist/esm/operations/restorableMongodbResources.d.ts +4 -4
- package/dist/esm/operations/restorableMongodbResources.d.ts.map +1 -1
- package/dist/esm/operations/restorableMongodbResources.js +12 -34
- package/dist/esm/operations/restorableMongodbResources.js.map +1 -1
- package/dist/esm/operations/restorableSqlContainers.d.ts +4 -4
- package/dist/esm/operations/restorableSqlContainers.d.ts.map +1 -1
- package/dist/esm/operations/restorableSqlContainers.js +12 -34
- package/dist/esm/operations/restorableSqlContainers.js.map +1 -1
- package/dist/esm/operations/restorableSqlDatabases.d.ts +4 -4
- package/dist/esm/operations/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/esm/operations/restorableSqlDatabases.js +12 -34
- package/dist/esm/operations/restorableSqlDatabases.js.map +1 -1
- package/dist/esm/operations/restorableSqlResources.d.ts +4 -4
- package/dist/esm/operations/restorableSqlResources.d.ts.map +1 -1
- package/dist/esm/operations/restorableSqlResources.js +12 -34
- package/dist/esm/operations/restorableSqlResources.js.map +1 -1
- package/dist/esm/operations/restorableTableResources.d.ts +4 -4
- package/dist/esm/operations/restorableTableResources.d.ts.map +1 -1
- package/dist/esm/operations/restorableTableResources.js +12 -34
- package/dist/esm/operations/restorableTableResources.js.map +1 -1
- package/dist/esm/operations/restorableTables.d.ts +4 -4
- package/dist/esm/operations/restorableTables.d.ts.map +1 -1
- package/dist/esm/operations/restorableTables.js +13 -39
- package/dist/esm/operations/restorableTables.js.map +1 -1
- package/dist/esm/operations/service.d.ts +5 -5
- package/dist/esm/operations/service.d.ts.map +1 -1
- package/dist/esm/operations/service.js +35 -47
- package/dist/esm/operations/service.js.map +1 -1
- package/dist/esm/operations/sqlResources.d.ts +30 -152
- package/dist/esm/operations/sqlResources.d.ts.map +1 -1
- package/dist/esm/operations/sqlResources.js +375 -996
- package/dist/esm/operations/sqlResources.js.map +1 -1
- package/dist/esm/operations/tableResources.d.ts +5 -125
- package/dist/esm/operations/tableResources.d.ts.map +1 -1
- package/dist/esm/operations/tableResources.js +79 -639
- package/dist/esm/operations/tableResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraClusters.d.ts +3 -49
- package/dist/esm/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraClusters.js +2 -7
- package/dist/esm/operationsInterfaces/cassandraClusters.js.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraDataCenters.d.ts +3 -3
- package/dist/esm/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraDataCenters.js +2 -7
- package/dist/esm/operationsInterfaces/cassandraDataCenters.js.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraResources.d.ts +3 -126
- package/dist/esm/operationsInterfaces/cassandraResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/cassandraResources.js +2 -7
- package/dist/esm/operationsInterfaces/cassandraResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/collection.d.ts +2 -2
- package/dist/esm/operationsInterfaces/collection.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/collection.js +2 -7
- package/dist/esm/operationsInterfaces/collection.js.map +1 -1
- package/dist/esm/operationsInterfaces/collectionPartition.d.ts +2 -2
- package/dist/esm/operationsInterfaces/collectionPartition.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/collectionPartition.js +2 -7
- package/dist/esm/operationsInterfaces/collectionPartition.js.map +1 -1
- package/dist/esm/operationsInterfaces/collectionPartitionRegion.d.ts +2 -2
- package/dist/esm/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/collectionPartitionRegion.js +2 -7
- package/dist/esm/operationsInterfaces/collectionPartitionRegion.js.map +1 -1
- package/dist/esm/operationsInterfaces/collectionRegion.d.ts +2 -2
- package/dist/esm/operationsInterfaces/collectionRegion.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/collectionRegion.js +2 -7
- package/dist/esm/operationsInterfaces/collectionRegion.js.map +1 -1
- package/dist/esm/operationsInterfaces/database.d.ts +2 -2
- package/dist/esm/operationsInterfaces/database.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/database.js +2 -7
- package/dist/esm/operationsInterfaces/database.js.map +1 -1
- package/dist/esm/operationsInterfaces/databaseAccountRegion.d.ts +2 -2
- package/dist/esm/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/databaseAccountRegion.js +2 -7
- package/dist/esm/operationsInterfaces/databaseAccountRegion.js.map +1 -1
- package/dist/esm/operationsInterfaces/databaseAccounts.d.ts +3 -3
- package/dist/esm/operationsInterfaces/databaseAccounts.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/databaseAccounts.js +2 -7
- package/dist/esm/operationsInterfaces/databaseAccounts.js.map +1 -1
- package/dist/esm/operationsInterfaces/fleet.d.ts +54 -0
- package/dist/esm/operationsInterfaces/fleet.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fleet.js +4 -0
- package/dist/esm/operationsInterfaces/fleet.js.map +1 -0
- package/dist/esm/operationsInterfaces/fleetspace.d.ts +72 -0
- package/dist/esm/operationsInterfaces/fleetspace.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fleetspace.js +4 -0
- package/dist/esm/operationsInterfaces/fleetspace.js.map +1 -0
- package/dist/esm/operationsInterfaces/fleetspaceAccount.d.ts +62 -0
- package/dist/esm/operationsInterfaces/fleetspaceAccount.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fleetspaceAccount.js +4 -0
- package/dist/esm/operationsInterfaces/fleetspaceAccount.js.map +1 -0
- package/dist/esm/operationsInterfaces/gremlinResources.d.ts +3 -3
- package/dist/esm/operationsInterfaces/gremlinResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/gremlinResources.js +2 -7
- package/dist/esm/operationsInterfaces/gremlinResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +3 -8
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +7 -15
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/locations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/locations.js +2 -7
- package/dist/esm/operationsInterfaces/locations.js.map +1 -1
- package/dist/esm/operationsInterfaces/mongoDBResources.d.ts +3 -125
- package/dist/esm/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/mongoDBResources.js +2 -7
- package/dist/esm/operationsInterfaces/mongoDBResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/notebookWorkspaces.d.ts +3 -3
- package/dist/esm/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/notebookWorkspaces.js +2 -7
- package/dist/esm/operationsInterfaces/notebookWorkspaces.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js +2 -7
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/partitionKeyRangeId.d.ts +2 -2
- package/dist/esm/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/partitionKeyRangeId.js +2 -7
- package/dist/esm/operationsInterfaces/partitionKeyRangeId.js.map +1 -1
- package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +2 -2
- package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.js +2 -7
- package/dist/esm/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/esm/operationsInterfaces/percentile.d.ts +2 -2
- package/dist/esm/operationsInterfaces/percentile.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/percentile.js +2 -7
- package/dist/esm/operationsInterfaces/percentile.js.map +1 -1
- package/dist/esm/operationsInterfaces/percentileSourceTarget.d.ts +2 -2
- package/dist/esm/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/percentileSourceTarget.js +2 -7
- package/dist/esm/operationsInterfaces/percentileSourceTarget.js.map +1 -1
- package/dist/esm/operationsInterfaces/percentileTarget.d.ts +2 -2
- package/dist/esm/operationsInterfaces/percentileTarget.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/percentileTarget.js +2 -7
- package/dist/esm/operationsInterfaces/percentileTarget.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.js +2 -7
- package/dist/esm/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinDatabases.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinDatabases.js +2 -7
- package/dist/esm/operationsInterfaces/restorableGremlinDatabases.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinGraphs.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinGraphs.js +2 -7
- package/dist/esm/operationsInterfaces/restorableGremlinGraphs.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableGremlinResources.js +2 -7
- package/dist/esm/operationsInterfaces/restorableGremlinResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbCollections.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbCollections.js +2 -7
- package/dist/esm/operationsInterfaces/restorableMongodbCollections.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbDatabases.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbDatabases.js +2 -7
- package/dist/esm/operationsInterfaces/restorableMongodbDatabases.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableMongodbResources.js +2 -7
- package/dist/esm/operationsInterfaces/restorableMongodbResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlContainers.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlContainers.js +2 -7
- package/dist/esm/operationsInterfaces/restorableSqlContainers.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlDatabases.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlDatabases.js +2 -7
- package/dist/esm/operationsInterfaces/restorableSqlDatabases.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableSqlResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableSqlResources.js +2 -7
- package/dist/esm/operationsInterfaces/restorableSqlResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableTableResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableTableResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableTableResources.js +2 -7
- package/dist/esm/operationsInterfaces/restorableTableResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/restorableTables.d.ts +2 -2
- package/dist/esm/operationsInterfaces/restorableTables.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/restorableTables.js +2 -7
- package/dist/esm/operationsInterfaces/restorableTables.js.map +1 -1
- package/dist/esm/operationsInterfaces/service.d.ts +3 -3
- package/dist/esm/operationsInterfaces/service.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/service.js +2 -7
- package/dist/esm/operationsInterfaces/service.js.map +1 -1
- package/dist/esm/operationsInterfaces/sqlResources.d.ts +22 -144
- package/dist/esm/operationsInterfaces/sqlResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/sqlResources.js +2 -7
- package/dist/esm/operationsInterfaces/sqlResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/tableResources.d.ts +3 -105
- package/dist/esm/operationsInterfaces/tableResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/tableResources.js +2 -7
- package/dist/esm/operationsInterfaces/tableResources.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +4 -11
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/cosmosDBManagementClient.d.ts +7 -12
- package/dist/react-native/cosmosDBManagementClient.d.ts.map +1 -1
- package/dist/react-native/cosmosDBManagementClient.js +64 -27
- package/dist/react-native/cosmosDBManagementClient.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -7
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +9 -10
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +524 -1877
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +32 -187
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +49 -133
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +2162 -3792
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +12 -26
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +81 -182
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/cassandraClusters.d.ts +5 -69
- package/dist/react-native/operations/cassandraClusters.d.ts.map +1 -1
- package/dist/react-native/operations/cassandraClusters.js +90 -412
- package/dist/react-native/operations/cassandraClusters.js.map +1 -1
- package/dist/react-native/operations/cassandraDataCenters.d.ts +5 -5
- package/dist/react-native/operations/cassandraDataCenters.d.ts.map +1 -1
- package/dist/react-native/operations/cassandraDataCenters.js +48 -55
- package/dist/react-native/operations/cassandraDataCenters.js.map +1 -1
- package/dist/react-native/operations/cassandraResources.d.ts +5 -138
- package/dist/react-native/operations/cassandraResources.d.ts.map +1 -1
- package/dist/react-native/operations/cassandraResources.js +132 -700
- package/dist/react-native/operations/cassandraResources.js.map +1 -1
- package/dist/react-native/operations/collection.d.ts +4 -4
- package/dist/react-native/operations/collection.d.ts.map +1 -1
- package/dist/react-native/operations/collection.js +30 -86
- package/dist/react-native/operations/collection.js.map +1 -1
- package/dist/react-native/operations/collectionPartition.d.ts +4 -4
- package/dist/react-native/operations/collectionPartition.d.ts.map +1 -1
- package/dist/react-native/operations/collectionPartition.js +21 -60
- package/dist/react-native/operations/collectionPartition.js.map +1 -1
- package/dist/react-native/operations/collectionPartitionRegion.d.ts +4 -4
- package/dist/react-native/operations/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/react-native/operations/collectionPartitionRegion.js +12 -34
- package/dist/react-native/operations/collectionPartitionRegion.js.map +1 -1
- package/dist/react-native/operations/collectionRegion.d.ts +4 -4
- package/dist/react-native/operations/collectionRegion.d.ts.map +1 -1
- package/dist/react-native/operations/collectionRegion.js +12 -34
- package/dist/react-native/operations/collectionRegion.js.map +1 -1
- package/dist/react-native/operations/database.d.ts +4 -4
- package/dist/react-native/operations/database.d.ts.map +1 -1
- package/dist/react-native/operations/database.js +30 -86
- package/dist/react-native/operations/database.js.map +1 -1
- package/dist/react-native/operations/databaseAccountRegion.d.ts +4 -4
- package/dist/react-native/operations/databaseAccountRegion.d.ts.map +1 -1
- package/dist/react-native/operations/databaseAccountRegion.js +12 -34
- package/dist/react-native/operations/databaseAccountRegion.js.map +1 -1
- package/dist/react-native/operations/databaseAccounts.d.ts +5 -5
- package/dist/react-native/operations/databaseAccounts.d.ts.map +1 -1
- package/dist/react-native/operations/databaseAccounts.js +127 -186
- package/dist/react-native/operations/databaseAccounts.js.map +1 -1
- package/dist/react-native/operations/fleet.d.ts +90 -0
- package/dist/react-native/operations/fleet.d.ts.map +1 -0
- package/dist/react-native/operations/fleet.js +396 -0
- package/dist/react-native/operations/fleet.js.map +1 -0
- package/dist/react-native/operations/fleetspace.d.ts +97 -0
- package/dist/react-native/operations/fleetspace.d.ts.map +1 -0
- package/dist/react-native/operations/fleetspace.js +438 -0
- package/dist/react-native/operations/fleetspace.js.map +1 -0
- package/dist/react-native/operations/fleetspaceAccount.d.ts +89 -0
- package/dist/react-native/operations/fleetspaceAccount.d.ts.map +1 -0
- package/dist/react-native/operations/fleetspaceAccount.js +378 -0
- package/dist/react-native/operations/fleetspaceAccount.js.map +1 -0
- package/dist/react-native/operations/gremlinResources.d.ts +5 -5
- package/dist/react-native/operations/gremlinResources.d.ts.map +1 -1
- package/dist/react-native/operations/gremlinResources.js +151 -135
- package/dist/react-native/operations/gremlinResources.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +3 -8
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +7 -15
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/locations.d.ts +4 -4
- package/dist/react-native/operations/locations.d.ts.map +1 -1
- package/dist/react-native/operations/locations.js +13 -39
- package/dist/react-native/operations/locations.js.map +1 -1
- package/dist/react-native/operations/mongoDBResources.d.ts +5 -127
- package/dist/react-native/operations/mongoDBResources.d.ts.map +1 -1
- package/dist/react-native/operations/mongoDBResources.js +205 -793
- package/dist/react-native/operations/mongoDBResources.js.map +1 -1
- package/dist/react-native/operations/notebookWorkspaces.d.ts +5 -5
- package/dist/react-native/operations/notebookWorkspaces.d.ts.map +1 -1
- package/dist/react-native/operations/notebookWorkspaces.js +57 -59
- package/dist/react-native/operations/notebookWorkspaces.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts +4 -4
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +25 -47
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/partitionKeyRangeId.d.ts +4 -4
- package/dist/react-native/operations/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/react-native/operations/partitionKeyRangeId.js +12 -34
- package/dist/react-native/operations/partitionKeyRangeId.js.map +1 -1
- package/dist/react-native/operations/partitionKeyRangeIdRegion.d.ts +4 -4
- package/dist/react-native/operations/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/react-native/operations/partitionKeyRangeIdRegion.js +12 -34
- package/dist/react-native/operations/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/react-native/operations/percentile.d.ts +4 -4
- package/dist/react-native/operations/percentile.d.ts.map +1 -1
- package/dist/react-native/operations/percentile.js +12 -34
- package/dist/react-native/operations/percentile.js.map +1 -1
- package/dist/react-native/operations/percentileSourceTarget.d.ts +4 -4
- package/dist/react-native/operations/percentileSourceTarget.d.ts.map +1 -1
- package/dist/react-native/operations/percentileSourceTarget.js +12 -34
- package/dist/react-native/operations/percentileSourceTarget.js.map +1 -1
- package/dist/react-native/operations/percentileTarget.d.ts +4 -4
- package/dist/react-native/operations/percentileTarget.d.ts.map +1 -1
- package/dist/react-native/operations/percentileTarget.js +12 -34
- package/dist/react-native/operations/percentileTarget.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +35 -47
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +4 -4
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +12 -34
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/restorableDatabaseAccounts.d.ts +4 -4
- package/dist/react-native/operations/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/react-native/operations/restorableDatabaseAccounts.js +22 -65
- package/dist/react-native/operations/restorableDatabaseAccounts.js.map +1 -1
- package/dist/react-native/operations/restorableGremlinDatabases.d.ts +4 -4
- package/dist/react-native/operations/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/react-native/operations/restorableGremlinDatabases.js +12 -34
- package/dist/react-native/operations/restorableGremlinDatabases.js.map +1 -1
- package/dist/react-native/operations/restorableGremlinGraphs.d.ts +4 -4
- package/dist/react-native/operations/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/react-native/operations/restorableGremlinGraphs.js +12 -34
- package/dist/react-native/operations/restorableGremlinGraphs.js.map +1 -1
- package/dist/react-native/operations/restorableGremlinResources.d.ts +4 -4
- package/dist/react-native/operations/restorableGremlinResources.d.ts.map +1 -1
- package/dist/react-native/operations/restorableGremlinResources.js +12 -34
- package/dist/react-native/operations/restorableGremlinResources.js.map +1 -1
- package/dist/react-native/operations/restorableMongodbCollections.d.ts +4 -4
- package/dist/react-native/operations/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/react-native/operations/restorableMongodbCollections.js +12 -34
- package/dist/react-native/operations/restorableMongodbCollections.js.map +1 -1
- package/dist/react-native/operations/restorableMongodbDatabases.d.ts +4 -4
- package/dist/react-native/operations/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/react-native/operations/restorableMongodbDatabases.js +12 -34
- package/dist/react-native/operations/restorableMongodbDatabases.js.map +1 -1
- package/dist/react-native/operations/restorableMongodbResources.d.ts +4 -4
- package/dist/react-native/operations/restorableMongodbResources.d.ts.map +1 -1
- package/dist/react-native/operations/restorableMongodbResources.js +12 -34
- package/dist/react-native/operations/restorableMongodbResources.js.map +1 -1
- package/dist/react-native/operations/restorableSqlContainers.d.ts +4 -4
- package/dist/react-native/operations/restorableSqlContainers.d.ts.map +1 -1
- package/dist/react-native/operations/restorableSqlContainers.js +12 -34
- package/dist/react-native/operations/restorableSqlContainers.js.map +1 -1
- package/dist/react-native/operations/restorableSqlDatabases.d.ts +4 -4
- package/dist/react-native/operations/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/react-native/operations/restorableSqlDatabases.js +12 -34
- package/dist/react-native/operations/restorableSqlDatabases.js.map +1 -1
- package/dist/react-native/operations/restorableSqlResources.d.ts +4 -4
- package/dist/react-native/operations/restorableSqlResources.d.ts.map +1 -1
- package/dist/react-native/operations/restorableSqlResources.js +12 -34
- package/dist/react-native/operations/restorableSqlResources.js.map +1 -1
- package/dist/react-native/operations/restorableTableResources.d.ts +4 -4
- package/dist/react-native/operations/restorableTableResources.d.ts.map +1 -1
- package/dist/react-native/operations/restorableTableResources.js +12 -34
- package/dist/react-native/operations/restorableTableResources.js.map +1 -1
- package/dist/react-native/operations/restorableTables.d.ts +4 -4
- package/dist/react-native/operations/restorableTables.d.ts.map +1 -1
- package/dist/react-native/operations/restorableTables.js +13 -39
- package/dist/react-native/operations/restorableTables.js.map +1 -1
- package/dist/react-native/operations/service.d.ts +5 -5
- package/dist/react-native/operations/service.d.ts.map +1 -1
- package/dist/react-native/operations/service.js +35 -47
- package/dist/react-native/operations/service.js.map +1 -1
- package/dist/react-native/operations/sqlResources.d.ts +30 -152
- package/dist/react-native/operations/sqlResources.d.ts.map +1 -1
- package/dist/react-native/operations/sqlResources.js +375 -996
- package/dist/react-native/operations/sqlResources.js.map +1 -1
- package/dist/react-native/operations/tableResources.d.ts +5 -125
- package/dist/react-native/operations/tableResources.d.ts.map +1 -1
- package/dist/react-native/operations/tableResources.js +79 -639
- package/dist/react-native/operations/tableResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraClusters.d.ts +3 -49
- package/dist/react-native/operationsInterfaces/cassandraClusters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraClusters.js +2 -7
- package/dist/react-native/operationsInterfaces/cassandraClusters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraDataCenters.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/cassandraDataCenters.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraDataCenters.js +2 -7
- package/dist/react-native/operationsInterfaces/cassandraDataCenters.js.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraResources.d.ts +3 -126
- package/dist/react-native/operationsInterfaces/cassandraResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/cassandraResources.js +2 -7
- package/dist/react-native/operationsInterfaces/cassandraResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/collection.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/collection.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/collection.js +2 -7
- package/dist/react-native/operationsInterfaces/collection.js.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionPartition.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/collectionPartition.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionPartition.js +2 -7
- package/dist/react-native/operationsInterfaces/collectionPartition.js.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionPartitionRegion.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/collectionPartitionRegion.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionPartitionRegion.js +2 -7
- package/dist/react-native/operationsInterfaces/collectionPartitionRegion.js.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionRegion.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/collectionRegion.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/collectionRegion.js +2 -7
- package/dist/react-native/operationsInterfaces/collectionRegion.js.map +1 -1
- package/dist/react-native/operationsInterfaces/database.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/database.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/database.js +2 -7
- package/dist/react-native/operationsInterfaces/database.js.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseAccountRegion.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/databaseAccountRegion.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseAccountRegion.js +2 -7
- package/dist/react-native/operationsInterfaces/databaseAccountRegion.js.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseAccounts.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/databaseAccounts.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/databaseAccounts.js +2 -7
- package/dist/react-native/operationsInterfaces/databaseAccounts.js.map +1 -1
- package/dist/react-native/operationsInterfaces/fleet.d.ts +54 -0
- package/dist/react-native/operationsInterfaces/fleet.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fleet.js +4 -0
- package/dist/react-native/operationsInterfaces/fleet.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fleetspace.d.ts +72 -0
- package/dist/react-native/operationsInterfaces/fleetspace.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fleetspace.js +4 -0
- package/dist/react-native/operationsInterfaces/fleetspace.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fleetspaceAccount.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/fleetspaceAccount.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fleetspaceAccount.js +4 -0
- package/dist/react-native/operationsInterfaces/fleetspaceAccount.js.map +1 -0
- package/dist/react-native/operationsInterfaces/gremlinResources.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/gremlinResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/gremlinResources.js +2 -7
- package/dist/react-native/operationsInterfaces/gremlinResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +3 -8
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +7 -15
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/locations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/locations.js +2 -7
- package/dist/react-native/operationsInterfaces/locations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/mongoDBResources.d.ts +3 -125
- package/dist/react-native/operationsInterfaces/mongoDBResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/mongoDBResources.js +2 -7
- package/dist/react-native/operationsInterfaces/mongoDBResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/notebookWorkspaces.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/notebookWorkspaces.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/notebookWorkspaces.js +2 -7
- package/dist/react-native/operationsInterfaces/notebookWorkspaces.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js +2 -7
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/partitionKeyRangeId.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/partitionKeyRangeId.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/partitionKeyRangeId.js +2 -7
- package/dist/react-native/operationsInterfaces/partitionKeyRangeId.js.map +1 -1
- package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.js +2 -7
- package/dist/react-native/operationsInterfaces/partitionKeyRangeIdRegion.js.map +1 -1
- package/dist/react-native/operationsInterfaces/percentile.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/percentile.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/percentile.js +2 -7
- package/dist/react-native/operationsInterfaces/percentile.js.map +1 -1
- package/dist/react-native/operationsInterfaces/percentileSourceTarget.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/percentileSourceTarget.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/percentileSourceTarget.js +2 -7
- package/dist/react-native/operationsInterfaces/percentileSourceTarget.js.map +1 -1
- package/dist/react-native/operationsInterfaces/percentileTarget.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/percentileTarget.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/percentileTarget.js +2 -7
- package/dist/react-native/operationsInterfaces/percentileTarget.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableDatabaseAccounts.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableGremlinDatabases.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableGremlinGraphs.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableGremlinResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableGremlinResources.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableGremlinResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbCollections.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableMongodbCollections.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbCollections.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableMongodbCollections.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableMongodbDatabases.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableMongodbResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableMongodbResources.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableMongodbResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlContainers.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableSqlContainers.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlContainers.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableSqlContainers.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlDatabases.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableSqlDatabases.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlDatabases.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableSqlDatabases.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableSqlResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableSqlResources.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableSqlResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableTableResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableTableResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableTableResources.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableTableResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableTables.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/restorableTables.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/restorableTables.js +2 -7
- package/dist/react-native/operationsInterfaces/restorableTables.js.map +1 -1
- package/dist/react-native/operationsInterfaces/service.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/service.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/service.js +2 -7
- package/dist/react-native/operationsInterfaces/service.js.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlResources.d.ts +22 -144
- package/dist/react-native/operationsInterfaces/sqlResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/sqlResources.js +2 -7
- package/dist/react-native/operationsInterfaces/sqlResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/tableResources.d.ts +3 -105
- package/dist/react-native/operationsInterfaces/tableResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/tableResources.js +2 -7
- package/dist/react-native/operationsInterfaces/tableResources.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +4 -11
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +59 -68
- package/CHANGELOG.md +0 -2155
- package/dist/browser/operations/chaosFault.d.ts +0 -65
- package/dist/browser/operations/chaosFault.d.ts.map +0 -1
- package/dist/browser/operations/chaosFault.js +0 -279
- package/dist/browser/operations/chaosFault.js.map +0 -1
- package/dist/browser/operations/dataTransferJobs.d.ts +0 -87
- package/dist/browser/operations/dataTransferJobs.d.ts.map +0 -1
- package/dist/browser/operations/dataTransferJobs.js +0 -345
- package/dist/browser/operations/dataTransferJobs.js.map +0 -1
- package/dist/browser/operations/graphResources.d.ts +0 -73
- package/dist/browser/operations/graphResources.d.ts.map +0 -1
- package/dist/browser/operations/graphResources.js +0 -291
- package/dist/browser/operations/graphResources.js.map +0 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +0 -282
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/browser/operations/throughputPool.d.ts +0 -67
- package/dist/browser/operations/throughputPool.d.ts.map +0 -1
- package/dist/browser/operations/throughputPool.js +0 -308
- package/dist/browser/operations/throughputPool.js.map +0 -1
- package/dist/browser/operations/throughputPoolAccount.d.ts +0 -58
- package/dist/browser/operations/throughputPoolAccount.d.ts.map +0 -1
- package/dist/browser/operations/throughputPoolAccount.js +0 -248
- package/dist/browser/operations/throughputPoolAccount.js.map +0 -1
- package/dist/browser/operations/throughputPoolAccounts.d.ts +0 -38
- package/dist/browser/operations/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/browser/operations/throughputPoolAccounts.js +0 -150
- package/dist/browser/operations/throughputPoolAccounts.js.map +0 -1
- package/dist/browser/operations/throughputPools.d.ts +0 -53
- package/dist/browser/operations/throughputPools.d.ts.map +0 -1
- package/dist/browser/operations/throughputPools.js +0 -256
- package/dist/browser/operations/throughputPools.js.map +0 -1
- package/dist/browser/operationsInterfaces/chaosFault.d.ts +0 -40
- package/dist/browser/operationsInterfaces/chaosFault.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/chaosFault.js +0 -9
- package/dist/browser/operationsInterfaces/chaosFault.js.map +0 -1
- package/dist/browser/operationsInterfaces/dataTransferJobs.d.ts +0 -62
- package/dist/browser/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/dataTransferJobs.js +0 -9
- package/dist/browser/operationsInterfaces/dataTransferJobs.js.map +0 -1
- package/dist/browser/operationsInterfaces/graphResources.d.ts +0 -56
- package/dist/browser/operationsInterfaces/graphResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/graphResources.js +0 -9
- package/dist/browser/operationsInterfaces/graphResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPool.d.ts +0 -59
- package/dist/browser/operationsInterfaces/throughputPool.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPool.js +0 -9
- package/dist/browser/operationsInterfaces/throughputPool.js.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
- package/dist/browser/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPoolAccount.js +0 -9
- package/dist/browser/operationsInterfaces/throughputPoolAccount.js.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
- package/dist/browser/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPoolAccounts.js +0 -9
- package/dist/browser/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPools.d.ts +0 -17
- package/dist/browser/operationsInterfaces/throughputPools.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/throughputPools.js +0 -9
- package/dist/browser/operationsInterfaces/throughputPools.js.map +0 -1
- package/dist/commonjs/operations/chaosFault.d.ts +0 -65
- package/dist/commonjs/operations/chaosFault.d.ts.map +0 -1
- package/dist/commonjs/operations/chaosFault.js +0 -283
- package/dist/commonjs/operations/chaosFault.js.map +0 -1
- package/dist/commonjs/operations/dataTransferJobs.d.ts +0 -87
- package/dist/commonjs/operations/dataTransferJobs.d.ts.map +0 -1
- package/dist/commonjs/operations/dataTransferJobs.js +0 -349
- package/dist/commonjs/operations/dataTransferJobs.js.map +0 -1
- package/dist/commonjs/operations/graphResources.d.ts +0 -73
- package/dist/commonjs/operations/graphResources.d.ts.map +0 -1
- package/dist/commonjs/operations/graphResources.js +0 -295
- package/dist/commonjs/operations/graphResources.js.map +0 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +0 -286
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/commonjs/operations/throughputPool.d.ts +0 -67
- package/dist/commonjs/operations/throughputPool.d.ts.map +0 -1
- package/dist/commonjs/operations/throughputPool.js +0 -313
- package/dist/commonjs/operations/throughputPool.js.map +0 -1
- package/dist/commonjs/operations/throughputPoolAccount.d.ts +0 -58
- package/dist/commonjs/operations/throughputPoolAccount.d.ts.map +0 -1
- package/dist/commonjs/operations/throughputPoolAccount.js +0 -253
- package/dist/commonjs/operations/throughputPoolAccount.js.map +0 -1
- package/dist/commonjs/operations/throughputPoolAccounts.d.ts +0 -38
- package/dist/commonjs/operations/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/commonjs/operations/throughputPoolAccounts.js +0 -154
- package/dist/commonjs/operations/throughputPoolAccounts.js.map +0 -1
- package/dist/commonjs/operations/throughputPools.d.ts +0 -53
- package/dist/commonjs/operations/throughputPools.d.ts.map +0 -1
- package/dist/commonjs/operations/throughputPools.js +0 -260
- package/dist/commonjs/operations/throughputPools.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/chaosFault.d.ts +0 -40
- package/dist/commonjs/operationsInterfaces/chaosFault.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/chaosFault.js +0 -10
- package/dist/commonjs/operationsInterfaces/chaosFault.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/dataTransferJobs.d.ts +0 -62
- package/dist/commonjs/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/dataTransferJobs.js +0 -10
- package/dist/commonjs/operationsInterfaces/dataTransferJobs.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/graphResources.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/graphResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/graphResources.js +0 -10
- package/dist/commonjs/operationsInterfaces/graphResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -10
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPool.d.ts +0 -59
- package/dist/commonjs/operationsInterfaces/throughputPool.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPool.js +0 -10
- package/dist/commonjs/operationsInterfaces/throughputPool.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
- package/dist/commonjs/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPoolAccount.js +0 -10
- package/dist/commonjs/operationsInterfaces/throughputPoolAccount.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.js +0 -10
- package/dist/commonjs/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPools.d.ts +0 -17
- package/dist/commonjs/operationsInterfaces/throughputPools.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/throughputPools.js +0 -10
- package/dist/commonjs/operationsInterfaces/throughputPools.js.map +0 -1
- package/dist/esm/operations/chaosFault.d.ts +0 -65
- package/dist/esm/operations/chaosFault.d.ts.map +0 -1
- package/dist/esm/operations/chaosFault.js +0 -279
- package/dist/esm/operations/chaosFault.js.map +0 -1
- package/dist/esm/operations/dataTransferJobs.d.ts +0 -87
- package/dist/esm/operations/dataTransferJobs.d.ts.map +0 -1
- package/dist/esm/operations/dataTransferJobs.js +0 -345
- package/dist/esm/operations/dataTransferJobs.js.map +0 -1
- package/dist/esm/operations/graphResources.d.ts +0 -73
- package/dist/esm/operations/graphResources.d.ts.map +0 -1
- package/dist/esm/operations/graphResources.js +0 -291
- package/dist/esm/operations/graphResources.js.map +0 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +0 -282
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/esm/operations/throughputPool.d.ts +0 -67
- package/dist/esm/operations/throughputPool.d.ts.map +0 -1
- package/dist/esm/operations/throughputPool.js +0 -308
- package/dist/esm/operations/throughputPool.js.map +0 -1
- package/dist/esm/operations/throughputPoolAccount.d.ts +0 -58
- package/dist/esm/operations/throughputPoolAccount.d.ts.map +0 -1
- package/dist/esm/operations/throughputPoolAccount.js +0 -248
- package/dist/esm/operations/throughputPoolAccount.js.map +0 -1
- package/dist/esm/operations/throughputPoolAccounts.d.ts +0 -38
- package/dist/esm/operations/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/esm/operations/throughputPoolAccounts.js +0 -150
- package/dist/esm/operations/throughputPoolAccounts.js.map +0 -1
- package/dist/esm/operations/throughputPools.d.ts +0 -53
- package/dist/esm/operations/throughputPools.d.ts.map +0 -1
- package/dist/esm/operations/throughputPools.js +0 -256
- package/dist/esm/operations/throughputPools.js.map +0 -1
- package/dist/esm/operationsInterfaces/chaosFault.d.ts +0 -40
- package/dist/esm/operationsInterfaces/chaosFault.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/chaosFault.js +0 -9
- package/dist/esm/operationsInterfaces/chaosFault.js.map +0 -1
- package/dist/esm/operationsInterfaces/dataTransferJobs.d.ts +0 -62
- package/dist/esm/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/dataTransferJobs.js +0 -9
- package/dist/esm/operationsInterfaces/dataTransferJobs.js.map +0 -1
- package/dist/esm/operationsInterfaces/graphResources.d.ts +0 -56
- package/dist/esm/operationsInterfaces/graphResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/graphResources.js +0 -9
- package/dist/esm/operationsInterfaces/graphResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPool.d.ts +0 -59
- package/dist/esm/operationsInterfaces/throughputPool.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPool.js +0 -9
- package/dist/esm/operationsInterfaces/throughputPool.js.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
- package/dist/esm/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPoolAccount.js +0 -9
- package/dist/esm/operationsInterfaces/throughputPoolAccount.js.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
- package/dist/esm/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPoolAccounts.js +0 -9
- package/dist/esm/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPools.d.ts +0 -17
- package/dist/esm/operationsInterfaces/throughputPools.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/throughputPools.js +0 -9
- package/dist/esm/operationsInterfaces/throughputPools.js.map +0 -1
- package/dist/react-native/operations/chaosFault.d.ts +0 -65
- package/dist/react-native/operations/chaosFault.d.ts.map +0 -1
- package/dist/react-native/operations/chaosFault.js +0 -279
- package/dist/react-native/operations/chaosFault.js.map +0 -1
- package/dist/react-native/operations/dataTransferJobs.d.ts +0 -87
- package/dist/react-native/operations/dataTransferJobs.d.ts.map +0 -1
- package/dist/react-native/operations/dataTransferJobs.js +0 -345
- package/dist/react-native/operations/dataTransferJobs.js.map +0 -1
- package/dist/react-native/operations/graphResources.d.ts +0 -73
- package/dist/react-native/operations/graphResources.d.ts.map +0 -1
- package/dist/react-native/operations/graphResources.js +0 -291
- package/dist/react-native/operations/graphResources.js.map +0 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +0 -282
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/react-native/operations/throughputPool.d.ts +0 -67
- package/dist/react-native/operations/throughputPool.d.ts.map +0 -1
- package/dist/react-native/operations/throughputPool.js +0 -308
- package/dist/react-native/operations/throughputPool.js.map +0 -1
- package/dist/react-native/operations/throughputPoolAccount.d.ts +0 -58
- package/dist/react-native/operations/throughputPoolAccount.d.ts.map +0 -1
- package/dist/react-native/operations/throughputPoolAccount.js +0 -248
- package/dist/react-native/operations/throughputPoolAccount.js.map +0 -1
- package/dist/react-native/operations/throughputPoolAccounts.d.ts +0 -38
- package/dist/react-native/operations/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/react-native/operations/throughputPoolAccounts.js +0 -150
- package/dist/react-native/operations/throughputPoolAccounts.js.map +0 -1
- package/dist/react-native/operations/throughputPools.d.ts +0 -53
- package/dist/react-native/operations/throughputPools.d.ts.map +0 -1
- package/dist/react-native/operations/throughputPools.js +0 -256
- package/dist/react-native/operations/throughputPools.js.map +0 -1
- package/dist/react-native/operationsInterfaces/chaosFault.d.ts +0 -40
- package/dist/react-native/operationsInterfaces/chaosFault.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/chaosFault.js +0 -9
- package/dist/react-native/operationsInterfaces/chaosFault.js.map +0 -1
- package/dist/react-native/operationsInterfaces/dataTransferJobs.d.ts +0 -62
- package/dist/react-native/operationsInterfaces/dataTransferJobs.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/dataTransferJobs.js +0 -9
- package/dist/react-native/operationsInterfaces/dataTransferJobs.js.map +0 -1
- package/dist/react-native/operationsInterfaces/graphResources.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/graphResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/graphResources.js +0 -9
- package/dist/react-native/operationsInterfaces/graphResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -9
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPool.d.ts +0 -59
- package/dist/react-native/operationsInterfaces/throughputPool.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPool.js +0 -9
- package/dist/react-native/operationsInterfaces/throughputPool.js.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPoolAccount.d.ts +0 -50
- package/dist/react-native/operationsInterfaces/throughputPoolAccount.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPoolAccount.js +0 -9
- package/dist/react-native/operationsInterfaces/throughputPoolAccount.js.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPoolAccounts.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/throughputPoolAccounts.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPoolAccounts.js +0 -9
- package/dist/react-native/operationsInterfaces/throughputPoolAccounts.js.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPools.d.ts +0 -17
- package/dist/react-native/operationsInterfaces/throughputPools.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/throughputPools.js +0 -9
- package/dist/react-native/operationsInterfaces/throughputPools.js.map +0 -1
- package/review/arm-cosmosdb.api.md +0 -6363
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mongoDBResources.js","sourceRoot":"","sources":["../../../src/operations/mongoDBResources.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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { MongoDBResources } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { CosmosDBManagementClient } from \"../cosmosDBManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n MongoDBDatabaseGetResults,\n MongoDBResourcesListMongoDBDatabasesOptionalParams,\n MongoDBResourcesListMongoDBDatabasesResponse,\n MongoDBCollectionGetResults,\n MongoDBResourcesListMongoDBCollectionsOptionalParams,\n MongoDBResourcesListMongoDBCollectionsResponse,\n MongoRoleDefinitionGetResults,\n MongoDBResourcesListMongoRoleDefinitionsOptionalParams,\n MongoDBResourcesListMongoRoleDefinitionsResponse,\n MongoUserDefinitionGetResults,\n MongoDBResourcesListMongoUserDefinitionsOptionalParams,\n MongoDBResourcesListMongoUserDefinitionsResponse,\n MongoDBResourcesGetMongoDBDatabaseOptionalParams,\n MongoDBResourcesGetMongoDBDatabaseResponse,\n MongoDBDatabaseCreateUpdateParameters,\n MongoDBResourcesCreateUpdateMongoDBDatabaseOptionalParams,\n MongoDBResourcesCreateUpdateMongoDBDatabaseResponse,\n MongoDBResourcesDeleteMongoDBDatabaseOptionalParams,\n MongoDBResourcesDeleteMongoDBDatabaseResponse,\n MongoDBResourcesGetMongoDBDatabaseThroughputOptionalParams,\n MongoDBResourcesGetMongoDBDatabaseThroughputResponse,\n ThroughputSettingsUpdateParameters,\n MongoDBResourcesUpdateMongoDBDatabaseThroughputOptionalParams,\n MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse,\n MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleOptionalParams,\n MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse,\n MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams,\n MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse,\n RetrieveThroughputParameters,\n MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionOptionalParams,\n MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionResponse,\n RedistributeThroughputParameters,\n MongoDBResourcesMongoDBDatabaseRedistributeThroughputOptionalParams,\n MongoDBResourcesMongoDBDatabaseRedistributeThroughputResponse,\n MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionOptionalParams,\n MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionResponse,\n MongoDBResourcesMongoDBContainerRedistributeThroughputOptionalParams,\n MongoDBResourcesMongoDBContainerRedistributeThroughputResponse,\n MongoDBResourcesGetMongoDBCollectionOptionalParams,\n MongoDBResourcesGetMongoDBCollectionResponse,\n MongoDBCollectionCreateUpdateParameters,\n MongoDBResourcesCreateUpdateMongoDBCollectionOptionalParams,\n MongoDBResourcesCreateUpdateMongoDBCollectionResponse,\n MongoDBResourcesDeleteMongoDBCollectionOptionalParams,\n MongoDBResourcesDeleteMongoDBCollectionResponse,\n MergeParameters,\n MongoDBResourcesMongoDBDatabasePartitionMergeOptionalParams,\n MongoDBResourcesMongoDBDatabasePartitionMergeResponse,\n MongoDBResourcesListMongoDBCollectionPartitionMergeOptionalParams,\n MongoDBResourcesListMongoDBCollectionPartitionMergeResponse,\n MongoDBResourcesGetMongoDBCollectionThroughputOptionalParams,\n MongoDBResourcesGetMongoDBCollectionThroughputResponse,\n MongoDBResourcesUpdateMongoDBCollectionThroughputOptionalParams,\n MongoDBResourcesUpdateMongoDBCollectionThroughputResponse,\n MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams,\n MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse,\n MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams,\n MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse,\n MongoDBResourcesGetMongoRoleDefinitionOptionalParams,\n MongoDBResourcesGetMongoRoleDefinitionResponse,\n MongoRoleDefinitionCreateUpdateParameters,\n MongoDBResourcesCreateUpdateMongoRoleDefinitionOptionalParams,\n MongoDBResourcesCreateUpdateMongoRoleDefinitionResponse,\n MongoDBResourcesDeleteMongoRoleDefinitionOptionalParams,\n MongoDBResourcesGetMongoUserDefinitionOptionalParams,\n MongoDBResourcesGetMongoUserDefinitionResponse,\n MongoUserDefinitionCreateUpdateParameters,\n MongoDBResourcesCreateUpdateMongoUserDefinitionOptionalParams,\n MongoDBResourcesCreateUpdateMongoUserDefinitionResponse,\n MongoDBResourcesDeleteMongoUserDefinitionOptionalParams,\n ContinuousBackupRestoreLocation,\n MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams,\n MongoDBResourcesRetrieveContinuousBackupInformationResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing MongoDBResources operations. */\nexport class MongoDBResourcesImpl implements MongoDBResources {\n private readonly client: CosmosDBManagementClient;\n\n /**\n * Initialize a new instance of the class MongoDBResources class.\n * @param client Reference to the service client\n */\n constructor(client: CosmosDBManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the MongoDB databases under an existing Azure Cosmos DB database account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n public listMongoDBDatabases(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoDBDatabasesOptionalParams,\n ): PagedAsyncIterableIterator<MongoDBDatabaseGetResults> {\n const iter = this.listMongoDBDatabasesPagingAll(\n resourceGroupName,\n accountName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listMongoDBDatabasesPagingPage(\n resourceGroupName,\n accountName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listMongoDBDatabasesPagingPage(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoDBDatabasesOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<MongoDBDatabaseGetResults[]> {\n let result: MongoDBResourcesListMongoDBDatabasesResponse;\n result = await this._listMongoDBDatabases(\n resourceGroupName,\n accountName,\n options,\n );\n yield result.value || [];\n }\n\n private async *listMongoDBDatabasesPagingAll(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoDBDatabasesOptionalParams,\n ): AsyncIterableIterator<MongoDBDatabaseGetResults> {\n for await (const page of this.listMongoDBDatabasesPagingPage(\n resourceGroupName,\n accountName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists the MongoDB collection under an existing Azure Cosmos DB database account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n public listMongoDBCollections(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesListMongoDBCollectionsOptionalParams,\n ): PagedAsyncIterableIterator<MongoDBCollectionGetResults> {\n const iter = this.listMongoDBCollectionsPagingAll(\n resourceGroupName,\n accountName,\n databaseName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listMongoDBCollectionsPagingPage(\n resourceGroupName,\n accountName,\n databaseName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listMongoDBCollectionsPagingPage(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesListMongoDBCollectionsOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<MongoDBCollectionGetResults[]> {\n let result: MongoDBResourcesListMongoDBCollectionsResponse;\n result = await this._listMongoDBCollections(\n resourceGroupName,\n accountName,\n databaseName,\n options,\n );\n yield result.value || [];\n }\n\n private async *listMongoDBCollectionsPagingAll(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesListMongoDBCollectionsOptionalParams,\n ): AsyncIterableIterator<MongoDBCollectionGetResults> {\n for await (const page of this.listMongoDBCollectionsPagingPage(\n resourceGroupName,\n accountName,\n databaseName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieves the list of all Azure Cosmos DB Mongo Role Definitions.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n public listMongoRoleDefinitions(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoRoleDefinitionsOptionalParams,\n ): PagedAsyncIterableIterator<MongoRoleDefinitionGetResults> {\n const iter = this.listMongoRoleDefinitionsPagingAll(\n resourceGroupName,\n accountName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listMongoRoleDefinitionsPagingPage(\n resourceGroupName,\n accountName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listMongoRoleDefinitionsPagingPage(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoRoleDefinitionsOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<MongoRoleDefinitionGetResults[]> {\n let result: MongoDBResourcesListMongoRoleDefinitionsResponse;\n result = await this._listMongoRoleDefinitions(\n resourceGroupName,\n accountName,\n options,\n );\n yield result.value || [];\n }\n\n private async *listMongoRoleDefinitionsPagingAll(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoRoleDefinitionsOptionalParams,\n ): AsyncIterableIterator<MongoRoleDefinitionGetResults> {\n for await (const page of this.listMongoRoleDefinitionsPagingPage(\n resourceGroupName,\n accountName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieves the list of all Azure Cosmos DB Mongo User Definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n public listMongoUserDefinitions(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoUserDefinitionsOptionalParams,\n ): PagedAsyncIterableIterator<MongoUserDefinitionGetResults> {\n const iter = this.listMongoUserDefinitionsPagingAll(\n resourceGroupName,\n accountName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listMongoUserDefinitionsPagingPage(\n resourceGroupName,\n accountName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listMongoUserDefinitionsPagingPage(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoUserDefinitionsOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<MongoUserDefinitionGetResults[]> {\n let result: MongoDBResourcesListMongoUserDefinitionsResponse;\n result = await this._listMongoUserDefinitions(\n resourceGroupName,\n accountName,\n options,\n );\n yield result.value || [];\n }\n\n private async *listMongoUserDefinitionsPagingAll(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoUserDefinitionsOptionalParams,\n ): AsyncIterableIterator<MongoUserDefinitionGetResults> {\n for await (const page of this.listMongoUserDefinitionsPagingPage(\n resourceGroupName,\n accountName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists the MongoDB databases under an existing Azure Cosmos DB database account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n private _listMongoDBDatabases(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoDBDatabasesOptionalParams,\n ): Promise<MongoDBResourcesListMongoDBDatabasesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, options },\n listMongoDBDatabasesOperationSpec,\n );\n }\n\n /**\n * Gets the MongoDB databases under an existing Azure Cosmos DB database account with the provided\n * name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n getMongoDBDatabase(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesGetMongoDBDatabaseOptionalParams,\n ): Promise<MongoDBResourcesGetMongoDBDatabaseResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, databaseName, options },\n getMongoDBDatabaseOperationSpec,\n );\n }\n\n /**\n * Create or updates Azure Cosmos DB MongoDB database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param createUpdateMongoDBDatabaseParameters The parameters to provide for the current MongoDB\n * database.\n * @param options The options parameters.\n */\n async beginCreateUpdateMongoDBDatabase(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n createUpdateMongoDBDatabaseParameters: MongoDBDatabaseCreateUpdateParameters,\n options?: MongoDBResourcesCreateUpdateMongoDBDatabaseOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesCreateUpdateMongoDBDatabaseResponse>,\n MongoDBResourcesCreateUpdateMongoDBDatabaseResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesCreateUpdateMongoDBDatabaseResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n createUpdateMongoDBDatabaseParameters,\n options,\n },\n spec: createUpdateMongoDBDatabaseOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesCreateUpdateMongoDBDatabaseResponse,\n OperationState<MongoDBResourcesCreateUpdateMongoDBDatabaseResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create or updates Azure Cosmos DB MongoDB database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param createUpdateMongoDBDatabaseParameters The parameters to provide for the current MongoDB\n * database.\n * @param options The options parameters.\n */\n async beginCreateUpdateMongoDBDatabaseAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n createUpdateMongoDBDatabaseParameters: MongoDBDatabaseCreateUpdateParameters,\n options?: MongoDBResourcesCreateUpdateMongoDBDatabaseOptionalParams,\n ): Promise<MongoDBResourcesCreateUpdateMongoDBDatabaseResponse> {\n const poller = await this.beginCreateUpdateMongoDBDatabase(\n resourceGroupName,\n accountName,\n databaseName,\n createUpdateMongoDBDatabaseParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes an existing Azure Cosmos DB MongoDB database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n async beginDeleteMongoDBDatabase(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesDeleteMongoDBDatabaseOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesDeleteMongoDBDatabaseResponse>,\n MongoDBResourcesDeleteMongoDBDatabaseResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesDeleteMongoDBDatabaseResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, accountName, databaseName, options },\n spec: deleteMongoDBDatabaseOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesDeleteMongoDBDatabaseResponse,\n OperationState<MongoDBResourcesDeleteMongoDBDatabaseResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes an existing Azure Cosmos DB MongoDB database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n async beginDeleteMongoDBDatabaseAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesDeleteMongoDBDatabaseOptionalParams,\n ): Promise<MongoDBResourcesDeleteMongoDBDatabaseResponse> {\n const poller = await this.beginDeleteMongoDBDatabase(\n resourceGroupName,\n accountName,\n databaseName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account\n * with the provided name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n getMongoDBDatabaseThroughput(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesGetMongoDBDatabaseThroughputOptionalParams,\n ): Promise<MongoDBResourcesGetMongoDBDatabaseThroughputResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, databaseName, options },\n getMongoDBDatabaseThroughputOperationSpec,\n );\n }\n\n /**\n * Update RUs per second of the an Azure Cosmos DB MongoDB database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param updateThroughputParameters The RUs per second of the parameters to provide for the current\n * MongoDB database.\n * @param options The options parameters.\n */\n async beginUpdateMongoDBDatabaseThroughput(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n updateThroughputParameters: ThroughputSettingsUpdateParameters,\n options?: MongoDBResourcesUpdateMongoDBDatabaseThroughputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse>,\n MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n updateThroughputParameters,\n options,\n },\n spec: updateMongoDBDatabaseThroughputOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse,\n OperationState<MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update RUs per second of the an Azure Cosmos DB MongoDB database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param updateThroughputParameters The RUs per second of the parameters to provide for the current\n * MongoDB database.\n * @param options The options parameters.\n */\n async beginUpdateMongoDBDatabaseThroughputAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n updateThroughputParameters: ThroughputSettingsUpdateParameters,\n options?: MongoDBResourcesUpdateMongoDBDatabaseThroughputOptionalParams,\n ): Promise<MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse> {\n const poller = await this.beginUpdateMongoDBDatabaseThroughput(\n resourceGroupName,\n accountName,\n databaseName,\n updateThroughputParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n async beginMigrateMongoDBDatabaseToAutoscale(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse>,\n MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, accountName, databaseName, options },\n spec: migrateMongoDBDatabaseToAutoscaleOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse,\n OperationState<MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n async beginMigrateMongoDBDatabaseToAutoscaleAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleOptionalParams,\n ): Promise<MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse> {\n const poller = await this.beginMigrateMongoDBDatabaseToAutoscale(\n resourceGroupName,\n accountName,\n databaseName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n async beginMigrateMongoDBDatabaseToManualThroughput(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse>,\n MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, accountName, databaseName, options },\n spec: migrateMongoDBDatabaseToManualThroughputOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse,\n OperationState<MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n async beginMigrateMongoDBDatabaseToManualThroughputAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams,\n ): Promise<MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse> {\n const poller = await this.beginMigrateMongoDBDatabaseToManualThroughput(\n resourceGroupName,\n accountName,\n databaseName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Retrieve throughput distribution for an Azure Cosmos DB MongoDB database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param retrieveThroughputParameters The parameters to provide for retrieving throughput distribution\n * for the current MongoDB database.\n * @param options The options parameters.\n */\n async beginMongoDBDatabaseRetrieveThroughputDistribution(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n retrieveThroughputParameters: RetrieveThroughputParameters,\n options?: MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionResponse>,\n MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n retrieveThroughputParameters,\n options,\n },\n spec: mongoDBDatabaseRetrieveThroughputDistributionOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionResponse,\n OperationState<MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Retrieve throughput distribution for an Azure Cosmos DB MongoDB database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param retrieveThroughputParameters The parameters to provide for retrieving throughput distribution\n * for the current MongoDB database.\n * @param options The options parameters.\n */\n async beginMongoDBDatabaseRetrieveThroughputDistributionAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n retrieveThroughputParameters: RetrieveThroughputParameters,\n options?: MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionOptionalParams,\n ): Promise<MongoDBResourcesMongoDBDatabaseRetrieveThroughputDistributionResponse> {\n const poller =\n await this.beginMongoDBDatabaseRetrieveThroughputDistribution(\n resourceGroupName,\n accountName,\n databaseName,\n retrieveThroughputParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Redistribute throughput for an Azure Cosmos DB MongoDB database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param redistributeThroughputParameters The parameters to provide for redistributing throughput for\n * the current MongoDB database.\n * @param options The options parameters.\n */\n async beginMongoDBDatabaseRedistributeThroughput(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n redistributeThroughputParameters: RedistributeThroughputParameters,\n options?: MongoDBResourcesMongoDBDatabaseRedistributeThroughputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesMongoDBDatabaseRedistributeThroughputResponse>,\n MongoDBResourcesMongoDBDatabaseRedistributeThroughputResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesMongoDBDatabaseRedistributeThroughputResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n redistributeThroughputParameters,\n options,\n },\n spec: mongoDBDatabaseRedistributeThroughputOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesMongoDBDatabaseRedistributeThroughputResponse,\n OperationState<MongoDBResourcesMongoDBDatabaseRedistributeThroughputResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Redistribute throughput for an Azure Cosmos DB MongoDB database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param redistributeThroughputParameters The parameters to provide for redistributing throughput for\n * the current MongoDB database.\n * @param options The options parameters.\n */\n async beginMongoDBDatabaseRedistributeThroughputAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n redistributeThroughputParameters: RedistributeThroughputParameters,\n options?: MongoDBResourcesMongoDBDatabaseRedistributeThroughputOptionalParams,\n ): Promise<MongoDBResourcesMongoDBDatabaseRedistributeThroughputResponse> {\n const poller = await this.beginMongoDBDatabaseRedistributeThroughput(\n resourceGroupName,\n accountName,\n databaseName,\n redistributeThroughputParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Retrieve throughput distribution for an Azure Cosmos DB MongoDB container\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param retrieveThroughputParameters The parameters to provide for retrieving throughput distribution\n * for the current MongoDB container.\n * @param options The options parameters.\n */\n async beginMongoDBContainerRetrieveThroughputDistribution(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n retrieveThroughputParameters: RetrieveThroughputParameters,\n options?: MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionResponse>,\n MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n retrieveThroughputParameters,\n options,\n },\n spec: mongoDBContainerRetrieveThroughputDistributionOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionResponse,\n OperationState<MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Retrieve throughput distribution for an Azure Cosmos DB MongoDB container\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param retrieveThroughputParameters The parameters to provide for retrieving throughput distribution\n * for the current MongoDB container.\n * @param options The options parameters.\n */\n async beginMongoDBContainerRetrieveThroughputDistributionAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n retrieveThroughputParameters: RetrieveThroughputParameters,\n options?: MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionOptionalParams,\n ): Promise<MongoDBResourcesMongoDBContainerRetrieveThroughputDistributionResponse> {\n const poller =\n await this.beginMongoDBContainerRetrieveThroughputDistribution(\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n retrieveThroughputParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Redistribute throughput for an Azure Cosmos DB MongoDB container\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param redistributeThroughputParameters The parameters to provide for redistributing throughput for\n * the current MongoDB container.\n * @param options The options parameters.\n */\n async beginMongoDBContainerRedistributeThroughput(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n redistributeThroughputParameters: RedistributeThroughputParameters,\n options?: MongoDBResourcesMongoDBContainerRedistributeThroughputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesMongoDBContainerRedistributeThroughputResponse>,\n MongoDBResourcesMongoDBContainerRedistributeThroughputResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesMongoDBContainerRedistributeThroughputResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n redistributeThroughputParameters,\n options,\n },\n spec: mongoDBContainerRedistributeThroughputOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesMongoDBContainerRedistributeThroughputResponse,\n OperationState<MongoDBResourcesMongoDBContainerRedistributeThroughputResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Redistribute throughput for an Azure Cosmos DB MongoDB container\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param redistributeThroughputParameters The parameters to provide for redistributing throughput for\n * the current MongoDB container.\n * @param options The options parameters.\n */\n async beginMongoDBContainerRedistributeThroughputAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n redistributeThroughputParameters: RedistributeThroughputParameters,\n options?: MongoDBResourcesMongoDBContainerRedistributeThroughputOptionalParams,\n ): Promise<MongoDBResourcesMongoDBContainerRedistributeThroughputResponse> {\n const poller = await this.beginMongoDBContainerRedistributeThroughput(\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n redistributeThroughputParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Lists the MongoDB collection under an existing Azure Cosmos DB database account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n private _listMongoDBCollections(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesListMongoDBCollectionsOptionalParams,\n ): Promise<MongoDBResourcesListMongoDBCollectionsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, databaseName, options },\n listMongoDBCollectionsOperationSpec,\n );\n }\n\n /**\n * Gets the MongoDB collection under an existing Azure Cosmos DB database account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param options The options parameters.\n */\n getMongoDBCollection(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n options?: MongoDBResourcesGetMongoDBCollectionOptionalParams,\n ): Promise<MongoDBResourcesGetMongoDBCollectionResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, databaseName, collectionName, options },\n getMongoDBCollectionOperationSpec,\n );\n }\n\n /**\n * Create or update an Azure Cosmos DB MongoDB Collection\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param createUpdateMongoDBCollectionParameters The parameters to provide for the current MongoDB\n * Collection.\n * @param options The options parameters.\n */\n async beginCreateUpdateMongoDBCollection(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n createUpdateMongoDBCollectionParameters: MongoDBCollectionCreateUpdateParameters,\n options?: MongoDBResourcesCreateUpdateMongoDBCollectionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesCreateUpdateMongoDBCollectionResponse>,\n MongoDBResourcesCreateUpdateMongoDBCollectionResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesCreateUpdateMongoDBCollectionResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n createUpdateMongoDBCollectionParameters,\n options,\n },\n spec: createUpdateMongoDBCollectionOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesCreateUpdateMongoDBCollectionResponse,\n OperationState<MongoDBResourcesCreateUpdateMongoDBCollectionResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create or update an Azure Cosmos DB MongoDB Collection\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param createUpdateMongoDBCollectionParameters The parameters to provide for the current MongoDB\n * Collection.\n * @param options The options parameters.\n */\n async beginCreateUpdateMongoDBCollectionAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n createUpdateMongoDBCollectionParameters: MongoDBCollectionCreateUpdateParameters,\n options?: MongoDBResourcesCreateUpdateMongoDBCollectionOptionalParams,\n ): Promise<MongoDBResourcesCreateUpdateMongoDBCollectionResponse> {\n const poller = await this.beginCreateUpdateMongoDBCollection(\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n createUpdateMongoDBCollectionParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes an existing Azure Cosmos DB MongoDB Collection.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param options The options parameters.\n */\n async beginDeleteMongoDBCollection(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n options?: MongoDBResourcesDeleteMongoDBCollectionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesDeleteMongoDBCollectionResponse>,\n MongoDBResourcesDeleteMongoDBCollectionResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesDeleteMongoDBCollectionResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n options,\n },\n spec: deleteMongoDBCollectionOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesDeleteMongoDBCollectionResponse,\n OperationState<MongoDBResourcesDeleteMongoDBCollectionResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes an existing Azure Cosmos DB MongoDB Collection.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param options The options parameters.\n */\n async beginDeleteMongoDBCollectionAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n options?: MongoDBResourcesDeleteMongoDBCollectionOptionalParams,\n ): Promise<MongoDBResourcesDeleteMongoDBCollectionResponse> {\n const poller = await this.beginDeleteMongoDBCollection(\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Merges the partitions of a MongoDB database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param mergeParameters The parameters for the merge operation.\n * @param options The options parameters.\n */\n async beginMongoDBDatabasePartitionMerge(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n mergeParameters: MergeParameters,\n options?: MongoDBResourcesMongoDBDatabasePartitionMergeOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesMongoDBDatabasePartitionMergeResponse>,\n MongoDBResourcesMongoDBDatabasePartitionMergeResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesMongoDBDatabasePartitionMergeResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n mergeParameters,\n options,\n },\n spec: mongoDBDatabasePartitionMergeOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesMongoDBDatabasePartitionMergeResponse,\n OperationState<MongoDBResourcesMongoDBDatabasePartitionMergeResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Merges the partitions of a MongoDB database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param mergeParameters The parameters for the merge operation.\n * @param options The options parameters.\n */\n async beginMongoDBDatabasePartitionMergeAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n mergeParameters: MergeParameters,\n options?: MongoDBResourcesMongoDBDatabasePartitionMergeOptionalParams,\n ): Promise<MongoDBResourcesMongoDBDatabasePartitionMergeResponse> {\n const poller = await this.beginMongoDBDatabasePartitionMerge(\n resourceGroupName,\n accountName,\n databaseName,\n mergeParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Merges the partitions of a MongoDB Collection\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param mergeParameters The parameters for the merge operation.\n * @param options The options parameters.\n */\n async beginListMongoDBCollectionPartitionMerge(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n mergeParameters: MergeParameters,\n options?: MongoDBResourcesListMongoDBCollectionPartitionMergeOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesListMongoDBCollectionPartitionMergeResponse>,\n MongoDBResourcesListMongoDBCollectionPartitionMergeResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesListMongoDBCollectionPartitionMergeResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n mergeParameters,\n options,\n },\n spec: listMongoDBCollectionPartitionMergeOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesListMongoDBCollectionPartitionMergeResponse,\n OperationState<MongoDBResourcesListMongoDBCollectionPartitionMergeResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Merges the partitions of a MongoDB Collection\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param mergeParameters The parameters for the merge operation.\n * @param options The options parameters.\n */\n async beginListMongoDBCollectionPartitionMergeAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n mergeParameters: MergeParameters,\n options?: MongoDBResourcesListMongoDBCollectionPartitionMergeOptionalParams,\n ): Promise<MongoDBResourcesListMongoDBCollectionPartitionMergeResponse> {\n const poller = await this.beginListMongoDBCollectionPartitionMerge(\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n mergeParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account\n * with the provided name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param options The options parameters.\n */\n getMongoDBCollectionThroughput(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n options?: MongoDBResourcesGetMongoDBCollectionThroughputOptionalParams,\n ): Promise<MongoDBResourcesGetMongoDBCollectionThroughputResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, databaseName, collectionName, options },\n getMongoDBCollectionThroughputOperationSpec,\n );\n }\n\n /**\n * Update the RUs per second of an Azure Cosmos DB MongoDB collection\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param updateThroughputParameters The RUs per second of the parameters to provide for the current\n * MongoDB collection.\n * @param options The options parameters.\n */\n async beginUpdateMongoDBCollectionThroughput(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n updateThroughputParameters: ThroughputSettingsUpdateParameters,\n options?: MongoDBResourcesUpdateMongoDBCollectionThroughputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesUpdateMongoDBCollectionThroughputResponse>,\n MongoDBResourcesUpdateMongoDBCollectionThroughputResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesUpdateMongoDBCollectionThroughputResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n updateThroughputParameters,\n options,\n },\n spec: updateMongoDBCollectionThroughputOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesUpdateMongoDBCollectionThroughputResponse,\n OperationState<MongoDBResourcesUpdateMongoDBCollectionThroughputResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update the RUs per second of an Azure Cosmos DB MongoDB collection\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param updateThroughputParameters The RUs per second of the parameters to provide for the current\n * MongoDB collection.\n * @param options The options parameters.\n */\n async beginUpdateMongoDBCollectionThroughputAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n updateThroughputParameters: ThroughputSettingsUpdateParameters,\n options?: MongoDBResourcesUpdateMongoDBCollectionThroughputOptionalParams,\n ): Promise<MongoDBResourcesUpdateMongoDBCollectionThroughputResponse> {\n const poller = await this.beginUpdateMongoDBCollectionThroughput(\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n updateThroughputParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param options The options parameters.\n */\n async beginMigrateMongoDBCollectionToAutoscale(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n options?: MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse>,\n MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n options,\n },\n spec: migrateMongoDBCollectionToAutoscaleOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse,\n OperationState<MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param options The options parameters.\n */\n async beginMigrateMongoDBCollectionToAutoscaleAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n options?: MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams,\n ): Promise<MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse> {\n const poller = await this.beginMigrateMongoDBCollectionToAutoscale(\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param options The options parameters.\n */\n async beginMigrateMongoDBCollectionToManualThroughput(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n options?: MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse>,\n MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n options,\n },\n spec: migrateMongoDBCollectionToManualThroughputOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse,\n OperationState<MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param options The options parameters.\n */\n async beginMigrateMongoDBCollectionToManualThroughputAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n options?: MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams,\n ): Promise<MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse> {\n const poller = await this.beginMigrateMongoDBCollectionToManualThroughput(\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Retrieves the properties of an existing Azure Cosmos DB Mongo Role Definition with the given Id.\n * @param mongoRoleDefinitionId The ID for the Role Definition {dbName.roleName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n getMongoRoleDefinition(\n mongoRoleDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesGetMongoRoleDefinitionOptionalParams,\n ): Promise<MongoDBResourcesGetMongoRoleDefinitionResponse> {\n return this.client.sendOperationRequest(\n { mongoRoleDefinitionId, resourceGroupName, accountName, options },\n getMongoRoleDefinitionOperationSpec,\n );\n }\n\n /**\n * Creates or updates an Azure Cosmos DB Mongo Role Definition.\n * @param mongoRoleDefinitionId The ID for the Role Definition {dbName.roleName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param createUpdateMongoRoleDefinitionParameters The properties required to create or update a Role\n * Definition.\n * @param options The options parameters.\n */\n async beginCreateUpdateMongoRoleDefinition(\n mongoRoleDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n createUpdateMongoRoleDefinitionParameters: MongoRoleDefinitionCreateUpdateParameters,\n options?: MongoDBResourcesCreateUpdateMongoRoleDefinitionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesCreateUpdateMongoRoleDefinitionResponse>,\n MongoDBResourcesCreateUpdateMongoRoleDefinitionResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesCreateUpdateMongoRoleDefinitionResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n mongoRoleDefinitionId,\n resourceGroupName,\n accountName,\n createUpdateMongoRoleDefinitionParameters,\n options,\n },\n spec: createUpdateMongoRoleDefinitionOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesCreateUpdateMongoRoleDefinitionResponse,\n OperationState<MongoDBResourcesCreateUpdateMongoRoleDefinitionResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates an Azure Cosmos DB Mongo Role Definition.\n * @param mongoRoleDefinitionId The ID for the Role Definition {dbName.roleName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param createUpdateMongoRoleDefinitionParameters The properties required to create or update a Role\n * Definition.\n * @param options The options parameters.\n */\n async beginCreateUpdateMongoRoleDefinitionAndWait(\n mongoRoleDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n createUpdateMongoRoleDefinitionParameters: MongoRoleDefinitionCreateUpdateParameters,\n options?: MongoDBResourcesCreateUpdateMongoRoleDefinitionOptionalParams,\n ): Promise<MongoDBResourcesCreateUpdateMongoRoleDefinitionResponse> {\n const poller = await this.beginCreateUpdateMongoRoleDefinition(\n mongoRoleDefinitionId,\n resourceGroupName,\n accountName,\n createUpdateMongoRoleDefinitionParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes an existing Azure Cosmos DB Mongo Role Definition.\n * @param mongoRoleDefinitionId The ID for the Role Definition {dbName.roleName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n async beginDeleteMongoRoleDefinition(\n mongoRoleDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesDeleteMongoRoleDefinitionOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { mongoRoleDefinitionId, resourceGroupName, accountName, options },\n spec: deleteMongoRoleDefinitionOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes an existing Azure Cosmos DB Mongo Role Definition.\n * @param mongoRoleDefinitionId The ID for the Role Definition {dbName.roleName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n async beginDeleteMongoRoleDefinitionAndWait(\n mongoRoleDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesDeleteMongoRoleDefinitionOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDeleteMongoRoleDefinition(\n mongoRoleDefinitionId,\n resourceGroupName,\n accountName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Retrieves the list of all Azure Cosmos DB Mongo Role Definitions.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n private _listMongoRoleDefinitions(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoRoleDefinitionsOptionalParams,\n ): Promise<MongoDBResourcesListMongoRoleDefinitionsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, options },\n listMongoRoleDefinitionsOperationSpec,\n );\n }\n\n /**\n * Retrieves the properties of an existing Azure Cosmos DB Mongo User Definition with the given Id.\n * @param mongoUserDefinitionId The ID for the User Definition {dbName.userName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n getMongoUserDefinition(\n mongoUserDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesGetMongoUserDefinitionOptionalParams,\n ): Promise<MongoDBResourcesGetMongoUserDefinitionResponse> {\n return this.client.sendOperationRequest(\n { mongoUserDefinitionId, resourceGroupName, accountName, options },\n getMongoUserDefinitionOperationSpec,\n );\n }\n\n /**\n * Creates or updates an Azure Cosmos DB Mongo User Definition.\n * @param mongoUserDefinitionId The ID for the User Definition {dbName.userName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param createUpdateMongoUserDefinitionParameters The properties required to create or update a User\n * Definition.\n * @param options The options parameters.\n */\n async beginCreateUpdateMongoUserDefinition(\n mongoUserDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n createUpdateMongoUserDefinitionParameters: MongoUserDefinitionCreateUpdateParameters,\n options?: MongoDBResourcesCreateUpdateMongoUserDefinitionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesCreateUpdateMongoUserDefinitionResponse>,\n MongoDBResourcesCreateUpdateMongoUserDefinitionResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesCreateUpdateMongoUserDefinitionResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n mongoUserDefinitionId,\n resourceGroupName,\n accountName,\n createUpdateMongoUserDefinitionParameters,\n options,\n },\n spec: createUpdateMongoUserDefinitionOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesCreateUpdateMongoUserDefinitionResponse,\n OperationState<MongoDBResourcesCreateUpdateMongoUserDefinitionResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates an Azure Cosmos DB Mongo User Definition.\n * @param mongoUserDefinitionId The ID for the User Definition {dbName.userName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param createUpdateMongoUserDefinitionParameters The properties required to create or update a User\n * Definition.\n * @param options The options parameters.\n */\n async beginCreateUpdateMongoUserDefinitionAndWait(\n mongoUserDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n createUpdateMongoUserDefinitionParameters: MongoUserDefinitionCreateUpdateParameters,\n options?: MongoDBResourcesCreateUpdateMongoUserDefinitionOptionalParams,\n ): Promise<MongoDBResourcesCreateUpdateMongoUserDefinitionResponse> {\n const poller = await this.beginCreateUpdateMongoUserDefinition(\n mongoUserDefinitionId,\n resourceGroupName,\n accountName,\n createUpdateMongoUserDefinitionParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes an existing Azure Cosmos DB Mongo User Definition.\n * @param mongoUserDefinitionId The ID for the User Definition {dbName.userName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n async beginDeleteMongoUserDefinition(\n mongoUserDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesDeleteMongoUserDefinitionOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { mongoUserDefinitionId, resourceGroupName, accountName, options },\n spec: deleteMongoUserDefinitionOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes an existing Azure Cosmos DB Mongo User Definition.\n * @param mongoUserDefinitionId The ID for the User Definition {dbName.userName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n async beginDeleteMongoUserDefinitionAndWait(\n mongoUserDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesDeleteMongoUserDefinitionOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDeleteMongoUserDefinition(\n mongoUserDefinitionId,\n resourceGroupName,\n accountName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Retrieves the list of all Azure Cosmos DB Mongo User Definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n private _listMongoUserDefinitions(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoUserDefinitionsOptionalParams,\n ): Promise<MongoDBResourcesListMongoUserDefinitionsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, options },\n listMongoUserDefinitionsOperationSpec,\n );\n }\n\n /**\n * Retrieves continuous backup information for a Mongodb collection.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param location The name of the continuous backup restore location.\n * @param options The options parameters.\n */\n async beginRetrieveContinuousBackupInformation(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n location: ContinuousBackupRestoreLocation,\n options?: MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesRetrieveContinuousBackupInformationResponse>,\n MongoDBResourcesRetrieveContinuousBackupInformationResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesRetrieveContinuousBackupInformationResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n location,\n options,\n },\n spec: retrieveContinuousBackupInformationOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesRetrieveContinuousBackupInformationResponse,\n OperationState<MongoDBResourcesRetrieveContinuousBackupInformationResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Retrieves continuous backup information for a Mongodb collection.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param location The name of the continuous backup restore location.\n * @param options The options parameters.\n */\n async beginRetrieveContinuousBackupInformationAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n location: ContinuousBackupRestoreLocation,\n options?: MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams,\n ): Promise<MongoDBResourcesRetrieveContinuousBackupInformationResponse> {\n const poller = await this.beginRetrieveContinuousBackupInformation(\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n location,\n options,\n );\n return poller.pollUntilDone();\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listMongoDBDatabasesOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoDBDatabaseListResult,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getMongoDBDatabaseOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoDBDatabaseGetResults,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createUpdateMongoDBDatabaseOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoDBDatabaseGetResults,\n },\n 201: {\n bodyMapper: Mappers.MongoDBDatabaseGetResults,\n },\n 202: {\n bodyMapper: Mappers.MongoDBDatabaseGetResults,\n },\n 204: {\n bodyMapper: Mappers.MongoDBDatabaseGetResults,\n },\n },\n requestBody: Parameters.createUpdateMongoDBDatabaseParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteMongoDBDatabaseOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.MongoDBResourcesDeleteMongoDBDatabaseHeaders,\n },\n 201: {\n headersMapper: Mappers.MongoDBResourcesDeleteMongoDBDatabaseHeaders,\n },\n 202: {\n headersMapper: Mappers.MongoDBResourcesDeleteMongoDBDatabaseHeaders,\n },\n 204: {\n headersMapper: Mappers.MongoDBResourcesDeleteMongoDBDatabaseHeaders,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n serializer,\n};\nconst getMongoDBDatabaseThroughputOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateMongoDBDatabaseThroughputOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 201: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 202: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 204: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.updateThroughputParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst migrateMongoDBDatabaseToAutoscaleOperationSpec: coreClient.OperationSpec =\n {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default/migrateToAutoscale\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 201: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 202: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 204: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst migrateMongoDBDatabaseToManualThroughputOperationSpec: coreClient.OperationSpec =\n {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default/migrateToManualThroughput\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 201: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 202: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 204: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst mongoDBDatabaseRetrieveThroughputDistributionOperationSpec: coreClient.OperationSpec =\n {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default/retrieveThroughputDistribution\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,\n },\n 201: {\n bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,\n },\n 202: {\n bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,\n },\n 204: {\n bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.retrieveThroughputParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n };\nconst mongoDBDatabaseRedistributeThroughputOperationSpec: coreClient.OperationSpec =\n {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default/redistributeThroughput\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,\n },\n 201: {\n bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,\n },\n 202: {\n bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,\n },\n 204: {\n bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.redistributeThroughputParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n };\nconst mongoDBContainerRetrieveThroughputDistributionOperationSpec: coreClient.OperationSpec =\n {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default/retrieveThroughputDistribution\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,\n },\n 201: {\n bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,\n },\n 202: {\n bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,\n },\n 204: {\n bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.retrieveThroughputParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n };\nconst mongoDBContainerRedistributeThroughputOperationSpec: coreClient.OperationSpec =\n {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default/redistributeThroughput\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,\n },\n 201: {\n bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,\n },\n 202: {\n bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,\n },\n 204: {\n bodyMapper: Mappers.PhysicalPartitionThroughputInfoResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.redistributeThroughputParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n };\nconst listMongoDBCollectionsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoDBCollectionListResult,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getMongoDBCollectionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoDBCollectionGetResults,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createUpdateMongoDBCollectionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoDBCollectionGetResults,\n },\n 201: {\n bodyMapper: Mappers.MongoDBCollectionGetResults,\n },\n 202: {\n bodyMapper: Mappers.MongoDBCollectionGetResults,\n },\n 204: {\n bodyMapper: Mappers.MongoDBCollectionGetResults,\n },\n },\n requestBody: Parameters.createUpdateMongoDBCollectionParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteMongoDBCollectionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.MongoDBResourcesDeleteMongoDBCollectionHeaders,\n },\n 201: {\n headersMapper: Mappers.MongoDBResourcesDeleteMongoDBCollectionHeaders,\n },\n 202: {\n headersMapper: Mappers.MongoDBResourcesDeleteMongoDBCollectionHeaders,\n },\n 204: {\n headersMapper: Mappers.MongoDBResourcesDeleteMongoDBCollectionHeaders,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n serializer,\n};\nconst mongoDBDatabasePartitionMergeOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/partitionMerge\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,\n },\n 201: {\n bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,\n },\n 202: {\n bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,\n },\n 204: {\n bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.mergeParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listMongoDBCollectionPartitionMergeOperationSpec: coreClient.OperationSpec =\n {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/partitionMerge\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,\n },\n 201: {\n bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,\n },\n 202: {\n bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,\n },\n 204: {\n bodyMapper: Mappers.PhysicalPartitionStorageInfoCollection,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.mergeParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n };\nconst getMongoDBCollectionThroughputOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateMongoDBCollectionThroughputOperationSpec: coreClient.OperationSpec =\n {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 201: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 202: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 204: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n },\n requestBody: Parameters.updateThroughputParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n };\nconst migrateMongoDBCollectionToAutoscaleOperationSpec: coreClient.OperationSpec =\n {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default/migrateToAutoscale\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 201: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 202: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 204: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst migrateMongoDBCollectionToManualThroughputOperationSpec: coreClient.OperationSpec =\n {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default/migrateToManualThroughput\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 201: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 202: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 204: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n };\nconst getMongoRoleDefinitionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions/{mongoRoleDefinitionId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoRoleDefinitionGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.mongoRoleDefinitionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createUpdateMongoRoleDefinitionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions/{mongoRoleDefinitionId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoRoleDefinitionGetResults,\n },\n 201: {\n bodyMapper: Mappers.MongoRoleDefinitionGetResults,\n },\n 202: {\n bodyMapper: Mappers.MongoRoleDefinitionGetResults,\n },\n 204: {\n bodyMapper: Mappers.MongoRoleDefinitionGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.createUpdateMongoRoleDefinitionParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.mongoRoleDefinitionId,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteMongoRoleDefinitionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions/{mongoRoleDefinitionId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.mongoRoleDefinitionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listMongoRoleDefinitionsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoRoleDefinitionListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getMongoUserDefinitionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbUserDefinitions/{mongoUserDefinitionId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoUserDefinitionGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.mongoUserDefinitionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createUpdateMongoUserDefinitionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbUserDefinitions/{mongoUserDefinitionId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoUserDefinitionGetResults,\n },\n 201: {\n bodyMapper: Mappers.MongoUserDefinitionGetResults,\n },\n 202: {\n bodyMapper: Mappers.MongoUserDefinitionGetResults,\n },\n 204: {\n bodyMapper: Mappers.MongoUserDefinitionGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.createUpdateMongoUserDefinitionParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.mongoUserDefinitionId,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteMongoUserDefinitionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbUserDefinitions/{mongoUserDefinitionId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.mongoUserDefinitionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listMongoUserDefinitionsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbUserDefinitions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoUserDefinitionListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst retrieveContinuousBackupInformationOperationSpec: coreClient.OperationSpec =\n {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/retrieveContinuousBackupInformation\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.BackupInformation,\n },\n 201: {\n bodyMapper: Mappers.BackupInformation,\n },\n 202: {\n bodyMapper: Mappers.BackupInformation,\n },\n 204: {\n bodyMapper: Mappers.BackupInformation,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.location,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n };\n"]}
|
|
1
|
+
{"version":3,"file":"mongoDBResources.js","sourceRoot":"","sources":["../../../src/operations/mongoDBResources.ts"],"names":[],"mappings":"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","sourcesContent":["// 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\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport type { MongoDBResources } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { CosmosDBManagementClient } from \"../cosmosDBManagementClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n MongoDBDatabaseGetResults,\n MongoDBResourcesListMongoDBDatabasesOptionalParams,\n MongoDBResourcesListMongoDBDatabasesResponse,\n MongoDBCollectionGetResults,\n MongoDBResourcesListMongoDBCollectionsOptionalParams,\n MongoDBResourcesListMongoDBCollectionsResponse,\n MongoRoleDefinitionGetResults,\n MongoDBResourcesListMongoRoleDefinitionsOptionalParams,\n MongoDBResourcesListMongoRoleDefinitionsResponse,\n MongoUserDefinitionGetResults,\n MongoDBResourcesListMongoUserDefinitionsOptionalParams,\n MongoDBResourcesListMongoUserDefinitionsResponse,\n MongoDBResourcesGetMongoDBDatabaseOptionalParams,\n MongoDBResourcesGetMongoDBDatabaseResponse,\n MongoDBDatabaseCreateUpdateParameters,\n MongoDBResourcesCreateUpdateMongoDBDatabaseOptionalParams,\n MongoDBResourcesCreateUpdateMongoDBDatabaseResponse,\n MongoDBResourcesDeleteMongoDBDatabaseOptionalParams,\n MongoDBResourcesDeleteMongoDBDatabaseResponse,\n MongoDBResourcesGetMongoDBDatabaseThroughputOptionalParams,\n MongoDBResourcesGetMongoDBDatabaseThroughputResponse,\n ThroughputSettingsUpdateParameters,\n MongoDBResourcesUpdateMongoDBDatabaseThroughputOptionalParams,\n MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse,\n MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleOptionalParams,\n MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse,\n MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams,\n MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse,\n MongoDBResourcesGetMongoDBCollectionOptionalParams,\n MongoDBResourcesGetMongoDBCollectionResponse,\n MongoDBCollectionCreateUpdateParameters,\n MongoDBResourcesCreateUpdateMongoDBCollectionOptionalParams,\n MongoDBResourcesCreateUpdateMongoDBCollectionResponse,\n MongoDBResourcesDeleteMongoDBCollectionOptionalParams,\n MongoDBResourcesDeleteMongoDBCollectionResponse,\n MongoDBResourcesGetMongoDBCollectionThroughputOptionalParams,\n MongoDBResourcesGetMongoDBCollectionThroughputResponse,\n MongoDBResourcesUpdateMongoDBCollectionThroughputOptionalParams,\n MongoDBResourcesUpdateMongoDBCollectionThroughputResponse,\n MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams,\n MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse,\n MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams,\n MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse,\n MongoDBResourcesGetMongoRoleDefinitionOptionalParams,\n MongoDBResourcesGetMongoRoleDefinitionResponse,\n MongoRoleDefinitionCreateUpdateParameters,\n MongoDBResourcesCreateUpdateMongoRoleDefinitionOptionalParams,\n MongoDBResourcesCreateUpdateMongoRoleDefinitionResponse,\n MongoDBResourcesDeleteMongoRoleDefinitionOptionalParams,\n MongoDBResourcesGetMongoUserDefinitionOptionalParams,\n MongoDBResourcesGetMongoUserDefinitionResponse,\n MongoUserDefinitionCreateUpdateParameters,\n MongoDBResourcesCreateUpdateMongoUserDefinitionOptionalParams,\n MongoDBResourcesCreateUpdateMongoUserDefinitionResponse,\n MongoDBResourcesDeleteMongoUserDefinitionOptionalParams,\n ContinuousBackupRestoreLocation,\n MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams,\n MongoDBResourcesRetrieveContinuousBackupInformationResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing MongoDBResources operations. */\nexport class MongoDBResourcesImpl implements MongoDBResources {\n private readonly client: CosmosDBManagementClient;\n\n /**\n * Initialize a new instance of the class MongoDBResources class.\n * @param client Reference to the service client\n */\n constructor(client: CosmosDBManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the MongoDB databases under an existing Azure Cosmos DB database account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n public listMongoDBDatabases(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoDBDatabasesOptionalParams,\n ): PagedAsyncIterableIterator<MongoDBDatabaseGetResults> {\n const iter = this.listMongoDBDatabasesPagingAll(resourceGroupName, accountName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listMongoDBDatabasesPagingPage(\n resourceGroupName,\n accountName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listMongoDBDatabasesPagingPage(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoDBDatabasesOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<MongoDBDatabaseGetResults[]> {\n let result: MongoDBResourcesListMongoDBDatabasesResponse;\n result = await this._listMongoDBDatabases(resourceGroupName, accountName, options);\n yield result.value || [];\n }\n\n private async *listMongoDBDatabasesPagingAll(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoDBDatabasesOptionalParams,\n ): AsyncIterableIterator<MongoDBDatabaseGetResults> {\n for await (const page of this.listMongoDBDatabasesPagingPage(\n resourceGroupName,\n accountName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists the MongoDB collection under an existing Azure Cosmos DB database account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n public listMongoDBCollections(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesListMongoDBCollectionsOptionalParams,\n ): PagedAsyncIterableIterator<MongoDBCollectionGetResults> {\n const iter = this.listMongoDBCollectionsPagingAll(\n resourceGroupName,\n accountName,\n databaseName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listMongoDBCollectionsPagingPage(\n resourceGroupName,\n accountName,\n databaseName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listMongoDBCollectionsPagingPage(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesListMongoDBCollectionsOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<MongoDBCollectionGetResults[]> {\n let result: MongoDBResourcesListMongoDBCollectionsResponse;\n result = await this._listMongoDBCollections(\n resourceGroupName,\n accountName,\n databaseName,\n options,\n );\n yield result.value || [];\n }\n\n private async *listMongoDBCollectionsPagingAll(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesListMongoDBCollectionsOptionalParams,\n ): AsyncIterableIterator<MongoDBCollectionGetResults> {\n for await (const page of this.listMongoDBCollectionsPagingPage(\n resourceGroupName,\n accountName,\n databaseName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieves the list of all Azure Cosmos DB Mongo Role Definitions.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n public listMongoRoleDefinitions(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoRoleDefinitionsOptionalParams,\n ): PagedAsyncIterableIterator<MongoRoleDefinitionGetResults> {\n const iter = this.listMongoRoleDefinitionsPagingAll(resourceGroupName, accountName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listMongoRoleDefinitionsPagingPage(\n resourceGroupName,\n accountName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listMongoRoleDefinitionsPagingPage(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoRoleDefinitionsOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<MongoRoleDefinitionGetResults[]> {\n let result: MongoDBResourcesListMongoRoleDefinitionsResponse;\n result = await this._listMongoRoleDefinitions(resourceGroupName, accountName, options);\n yield result.value || [];\n }\n\n private async *listMongoRoleDefinitionsPagingAll(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoRoleDefinitionsOptionalParams,\n ): AsyncIterableIterator<MongoRoleDefinitionGetResults> {\n for await (const page of this.listMongoRoleDefinitionsPagingPage(\n resourceGroupName,\n accountName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Retrieves the list of all Azure Cosmos DB Mongo User Definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n public listMongoUserDefinitions(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoUserDefinitionsOptionalParams,\n ): PagedAsyncIterableIterator<MongoUserDefinitionGetResults> {\n const iter = this.listMongoUserDefinitionsPagingAll(resourceGroupName, accountName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listMongoUserDefinitionsPagingPage(\n resourceGroupName,\n accountName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listMongoUserDefinitionsPagingPage(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoUserDefinitionsOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<MongoUserDefinitionGetResults[]> {\n let result: MongoDBResourcesListMongoUserDefinitionsResponse;\n result = await this._listMongoUserDefinitions(resourceGroupName, accountName, options);\n yield result.value || [];\n }\n\n private async *listMongoUserDefinitionsPagingAll(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoUserDefinitionsOptionalParams,\n ): AsyncIterableIterator<MongoUserDefinitionGetResults> {\n for await (const page of this.listMongoUserDefinitionsPagingPage(\n resourceGroupName,\n accountName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists the MongoDB databases under an existing Azure Cosmos DB database account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n private _listMongoDBDatabases(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoDBDatabasesOptionalParams,\n ): Promise<MongoDBResourcesListMongoDBDatabasesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, options },\n listMongoDBDatabasesOperationSpec,\n );\n }\n\n /**\n * Gets the MongoDB databases under an existing Azure Cosmos DB database account with the provided\n * name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n getMongoDBDatabase(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesGetMongoDBDatabaseOptionalParams,\n ): Promise<MongoDBResourcesGetMongoDBDatabaseResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, databaseName, options },\n getMongoDBDatabaseOperationSpec,\n );\n }\n\n /**\n * Create or updates Azure Cosmos DB MongoDB database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param createUpdateMongoDBDatabaseParameters The parameters to provide for the current MongoDB\n * database.\n * @param options The options parameters.\n */\n async beginCreateUpdateMongoDBDatabase(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n createUpdateMongoDBDatabaseParameters: MongoDBDatabaseCreateUpdateParameters,\n options?: MongoDBResourcesCreateUpdateMongoDBDatabaseOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesCreateUpdateMongoDBDatabaseResponse>,\n MongoDBResourcesCreateUpdateMongoDBDatabaseResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesCreateUpdateMongoDBDatabaseResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n createUpdateMongoDBDatabaseParameters,\n options,\n },\n spec: createUpdateMongoDBDatabaseOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesCreateUpdateMongoDBDatabaseResponse,\n OperationState<MongoDBResourcesCreateUpdateMongoDBDatabaseResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create or updates Azure Cosmos DB MongoDB database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param createUpdateMongoDBDatabaseParameters The parameters to provide for the current MongoDB\n * database.\n * @param options The options parameters.\n */\n async beginCreateUpdateMongoDBDatabaseAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n createUpdateMongoDBDatabaseParameters: MongoDBDatabaseCreateUpdateParameters,\n options?: MongoDBResourcesCreateUpdateMongoDBDatabaseOptionalParams,\n ): Promise<MongoDBResourcesCreateUpdateMongoDBDatabaseResponse> {\n const poller = await this.beginCreateUpdateMongoDBDatabase(\n resourceGroupName,\n accountName,\n databaseName,\n createUpdateMongoDBDatabaseParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes an existing Azure Cosmos DB MongoDB database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n async beginDeleteMongoDBDatabase(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesDeleteMongoDBDatabaseOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesDeleteMongoDBDatabaseResponse>,\n MongoDBResourcesDeleteMongoDBDatabaseResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesDeleteMongoDBDatabaseResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, accountName, databaseName, options },\n spec: deleteMongoDBDatabaseOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesDeleteMongoDBDatabaseResponse,\n OperationState<MongoDBResourcesDeleteMongoDBDatabaseResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes an existing Azure Cosmos DB MongoDB database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n async beginDeleteMongoDBDatabaseAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesDeleteMongoDBDatabaseOptionalParams,\n ): Promise<MongoDBResourcesDeleteMongoDBDatabaseResponse> {\n const poller = await this.beginDeleteMongoDBDatabase(\n resourceGroupName,\n accountName,\n databaseName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the RUs per second of the MongoDB database under an existing Azure Cosmos DB database account\n * with the provided name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n getMongoDBDatabaseThroughput(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesGetMongoDBDatabaseThroughputOptionalParams,\n ): Promise<MongoDBResourcesGetMongoDBDatabaseThroughputResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, databaseName, options },\n getMongoDBDatabaseThroughputOperationSpec,\n );\n }\n\n /**\n * Update RUs per second of the an Azure Cosmos DB MongoDB database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param updateThroughputParameters The RUs per second of the parameters to provide for the current\n * MongoDB database.\n * @param options The options parameters.\n */\n async beginUpdateMongoDBDatabaseThroughput(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n updateThroughputParameters: ThroughputSettingsUpdateParameters,\n options?: MongoDBResourcesUpdateMongoDBDatabaseThroughputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse>,\n MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n updateThroughputParameters,\n options,\n },\n spec: updateMongoDBDatabaseThroughputOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse,\n OperationState<MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update RUs per second of the an Azure Cosmos DB MongoDB database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param updateThroughputParameters The RUs per second of the parameters to provide for the current\n * MongoDB database.\n * @param options The options parameters.\n */\n async beginUpdateMongoDBDatabaseThroughputAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n updateThroughputParameters: ThroughputSettingsUpdateParameters,\n options?: MongoDBResourcesUpdateMongoDBDatabaseThroughputOptionalParams,\n ): Promise<MongoDBResourcesUpdateMongoDBDatabaseThroughputResponse> {\n const poller = await this.beginUpdateMongoDBDatabaseThroughput(\n resourceGroupName,\n accountName,\n databaseName,\n updateThroughputParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n async beginMigrateMongoDBDatabaseToAutoscale(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse>,\n MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, accountName, databaseName, options },\n spec: migrateMongoDBDatabaseToAutoscaleOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse,\n OperationState<MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Migrate an Azure Cosmos DB MongoDB database from manual throughput to autoscale\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n async beginMigrateMongoDBDatabaseToAutoscaleAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleOptionalParams,\n ): Promise<MongoDBResourcesMigrateMongoDBDatabaseToAutoscaleResponse> {\n const poller = await this.beginMigrateMongoDBDatabaseToAutoscale(\n resourceGroupName,\n accountName,\n databaseName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n async beginMigrateMongoDBDatabaseToManualThroughput(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse>,\n MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, accountName, databaseName, options },\n spec: migrateMongoDBDatabaseToManualThroughputOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse,\n OperationState<MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Migrate an Azure Cosmos DB MongoDB database from autoscale to manual throughput\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n async beginMigrateMongoDBDatabaseToManualThroughputAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputOptionalParams,\n ): Promise<MongoDBResourcesMigrateMongoDBDatabaseToManualThroughputResponse> {\n const poller = await this.beginMigrateMongoDBDatabaseToManualThroughput(\n resourceGroupName,\n accountName,\n databaseName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Lists the MongoDB collection under an existing Azure Cosmos DB database account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param options The options parameters.\n */\n private _listMongoDBCollections(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n options?: MongoDBResourcesListMongoDBCollectionsOptionalParams,\n ): Promise<MongoDBResourcesListMongoDBCollectionsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, databaseName, options },\n listMongoDBCollectionsOperationSpec,\n );\n }\n\n /**\n * Gets the MongoDB collection under an existing Azure Cosmos DB database account.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param options The options parameters.\n */\n getMongoDBCollection(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n options?: MongoDBResourcesGetMongoDBCollectionOptionalParams,\n ): Promise<MongoDBResourcesGetMongoDBCollectionResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, databaseName, collectionName, options },\n getMongoDBCollectionOperationSpec,\n );\n }\n\n /**\n * Create or update an Azure Cosmos DB MongoDB Collection\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param createUpdateMongoDBCollectionParameters The parameters to provide for the current MongoDB\n * Collection.\n * @param options The options parameters.\n */\n async beginCreateUpdateMongoDBCollection(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n createUpdateMongoDBCollectionParameters: MongoDBCollectionCreateUpdateParameters,\n options?: MongoDBResourcesCreateUpdateMongoDBCollectionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesCreateUpdateMongoDBCollectionResponse>,\n MongoDBResourcesCreateUpdateMongoDBCollectionResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesCreateUpdateMongoDBCollectionResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n createUpdateMongoDBCollectionParameters,\n options,\n },\n spec: createUpdateMongoDBCollectionOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesCreateUpdateMongoDBCollectionResponse,\n OperationState<MongoDBResourcesCreateUpdateMongoDBCollectionResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create or update an Azure Cosmos DB MongoDB Collection\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param createUpdateMongoDBCollectionParameters The parameters to provide for the current MongoDB\n * Collection.\n * @param options The options parameters.\n */\n async beginCreateUpdateMongoDBCollectionAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n createUpdateMongoDBCollectionParameters: MongoDBCollectionCreateUpdateParameters,\n options?: MongoDBResourcesCreateUpdateMongoDBCollectionOptionalParams,\n ): Promise<MongoDBResourcesCreateUpdateMongoDBCollectionResponse> {\n const poller = await this.beginCreateUpdateMongoDBCollection(\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n createUpdateMongoDBCollectionParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes an existing Azure Cosmos DB MongoDB Collection.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param options The options parameters.\n */\n async beginDeleteMongoDBCollection(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n options?: MongoDBResourcesDeleteMongoDBCollectionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesDeleteMongoDBCollectionResponse>,\n MongoDBResourcesDeleteMongoDBCollectionResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesDeleteMongoDBCollectionResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n options,\n },\n spec: deleteMongoDBCollectionOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesDeleteMongoDBCollectionResponse,\n OperationState<MongoDBResourcesDeleteMongoDBCollectionResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes an existing Azure Cosmos DB MongoDB Collection.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param options The options parameters.\n */\n async beginDeleteMongoDBCollectionAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n options?: MongoDBResourcesDeleteMongoDBCollectionOptionalParams,\n ): Promise<MongoDBResourcesDeleteMongoDBCollectionResponse> {\n const poller = await this.beginDeleteMongoDBCollection(\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets the RUs per second of the MongoDB collection under an existing Azure Cosmos DB database account\n * with the provided name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param options The options parameters.\n */\n getMongoDBCollectionThroughput(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n options?: MongoDBResourcesGetMongoDBCollectionThroughputOptionalParams,\n ): Promise<MongoDBResourcesGetMongoDBCollectionThroughputResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, databaseName, collectionName, options },\n getMongoDBCollectionThroughputOperationSpec,\n );\n }\n\n /**\n * Update the RUs per second of an Azure Cosmos DB MongoDB collection\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param updateThroughputParameters The RUs per second of the parameters to provide for the current\n * MongoDB collection.\n * @param options The options parameters.\n */\n async beginUpdateMongoDBCollectionThroughput(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n updateThroughputParameters: ThroughputSettingsUpdateParameters,\n options?: MongoDBResourcesUpdateMongoDBCollectionThroughputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesUpdateMongoDBCollectionThroughputResponse>,\n MongoDBResourcesUpdateMongoDBCollectionThroughputResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesUpdateMongoDBCollectionThroughputResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n updateThroughputParameters,\n options,\n },\n spec: updateMongoDBCollectionThroughputOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesUpdateMongoDBCollectionThroughputResponse,\n OperationState<MongoDBResourcesUpdateMongoDBCollectionThroughputResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update the RUs per second of an Azure Cosmos DB MongoDB collection\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param updateThroughputParameters The RUs per second of the parameters to provide for the current\n * MongoDB collection.\n * @param options The options parameters.\n */\n async beginUpdateMongoDBCollectionThroughputAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n updateThroughputParameters: ThroughputSettingsUpdateParameters,\n options?: MongoDBResourcesUpdateMongoDBCollectionThroughputOptionalParams,\n ): Promise<MongoDBResourcesUpdateMongoDBCollectionThroughputResponse> {\n const poller = await this.beginUpdateMongoDBCollectionThroughput(\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n updateThroughputParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param options The options parameters.\n */\n async beginMigrateMongoDBCollectionToAutoscale(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n options?: MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse>,\n MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n options,\n },\n spec: migrateMongoDBCollectionToAutoscaleOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse,\n OperationState<MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Migrate an Azure Cosmos DB MongoDB collection from manual throughput to autoscale\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param options The options parameters.\n */\n async beginMigrateMongoDBCollectionToAutoscaleAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n options?: MongoDBResourcesMigrateMongoDBCollectionToAutoscaleOptionalParams,\n ): Promise<MongoDBResourcesMigrateMongoDBCollectionToAutoscaleResponse> {\n const poller = await this.beginMigrateMongoDBCollectionToAutoscale(\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param options The options parameters.\n */\n async beginMigrateMongoDBCollectionToManualThroughput(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n options?: MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse>,\n MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n options,\n },\n spec: migrateMongoDBCollectionToManualThroughputOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse,\n OperationState<MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Migrate an Azure Cosmos DB MongoDB collection from autoscale to manual throughput\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param options The options parameters.\n */\n async beginMigrateMongoDBCollectionToManualThroughputAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n options?: MongoDBResourcesMigrateMongoDBCollectionToManualThroughputOptionalParams,\n ): Promise<MongoDBResourcesMigrateMongoDBCollectionToManualThroughputResponse> {\n const poller = await this.beginMigrateMongoDBCollectionToManualThroughput(\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Retrieves the properties of an existing Azure Cosmos DB Mongo Role Definition with the given Id.\n * @param mongoRoleDefinitionId The ID for the Role Definition {dbName.roleName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n getMongoRoleDefinition(\n mongoRoleDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesGetMongoRoleDefinitionOptionalParams,\n ): Promise<MongoDBResourcesGetMongoRoleDefinitionResponse> {\n return this.client.sendOperationRequest(\n { mongoRoleDefinitionId, resourceGroupName, accountName, options },\n getMongoRoleDefinitionOperationSpec,\n );\n }\n\n /**\n * Creates or updates an Azure Cosmos DB Mongo Role Definition.\n * @param mongoRoleDefinitionId The ID for the Role Definition {dbName.roleName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param createUpdateMongoRoleDefinitionParameters The properties required to create or update a Role\n * Definition.\n * @param options The options parameters.\n */\n async beginCreateUpdateMongoRoleDefinition(\n mongoRoleDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n createUpdateMongoRoleDefinitionParameters: MongoRoleDefinitionCreateUpdateParameters,\n options?: MongoDBResourcesCreateUpdateMongoRoleDefinitionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesCreateUpdateMongoRoleDefinitionResponse>,\n MongoDBResourcesCreateUpdateMongoRoleDefinitionResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesCreateUpdateMongoRoleDefinitionResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n mongoRoleDefinitionId,\n resourceGroupName,\n accountName,\n createUpdateMongoRoleDefinitionParameters,\n options,\n },\n spec: createUpdateMongoRoleDefinitionOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesCreateUpdateMongoRoleDefinitionResponse,\n OperationState<MongoDBResourcesCreateUpdateMongoRoleDefinitionResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates an Azure Cosmos DB Mongo Role Definition.\n * @param mongoRoleDefinitionId The ID for the Role Definition {dbName.roleName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param createUpdateMongoRoleDefinitionParameters The properties required to create or update a Role\n * Definition.\n * @param options The options parameters.\n */\n async beginCreateUpdateMongoRoleDefinitionAndWait(\n mongoRoleDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n createUpdateMongoRoleDefinitionParameters: MongoRoleDefinitionCreateUpdateParameters,\n options?: MongoDBResourcesCreateUpdateMongoRoleDefinitionOptionalParams,\n ): Promise<MongoDBResourcesCreateUpdateMongoRoleDefinitionResponse> {\n const poller = await this.beginCreateUpdateMongoRoleDefinition(\n mongoRoleDefinitionId,\n resourceGroupName,\n accountName,\n createUpdateMongoRoleDefinitionParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes an existing Azure Cosmos DB Mongo Role Definition.\n * @param mongoRoleDefinitionId The ID for the Role Definition {dbName.roleName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n async beginDeleteMongoRoleDefinition(\n mongoRoleDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesDeleteMongoRoleDefinitionOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { mongoRoleDefinitionId, resourceGroupName, accountName, options },\n spec: deleteMongoRoleDefinitionOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes an existing Azure Cosmos DB Mongo Role Definition.\n * @param mongoRoleDefinitionId The ID for the Role Definition {dbName.roleName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n async beginDeleteMongoRoleDefinitionAndWait(\n mongoRoleDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesDeleteMongoRoleDefinitionOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDeleteMongoRoleDefinition(\n mongoRoleDefinitionId,\n resourceGroupName,\n accountName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Retrieves the list of all Azure Cosmos DB Mongo Role Definitions.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n private _listMongoRoleDefinitions(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoRoleDefinitionsOptionalParams,\n ): Promise<MongoDBResourcesListMongoRoleDefinitionsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, options },\n listMongoRoleDefinitionsOperationSpec,\n );\n }\n\n /**\n * Retrieves the properties of an existing Azure Cosmos DB Mongo User Definition with the given Id.\n * @param mongoUserDefinitionId The ID for the User Definition {dbName.userName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n getMongoUserDefinition(\n mongoUserDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesGetMongoUserDefinitionOptionalParams,\n ): Promise<MongoDBResourcesGetMongoUserDefinitionResponse> {\n return this.client.sendOperationRequest(\n { mongoUserDefinitionId, resourceGroupName, accountName, options },\n getMongoUserDefinitionOperationSpec,\n );\n }\n\n /**\n * Creates or updates an Azure Cosmos DB Mongo User Definition.\n * @param mongoUserDefinitionId The ID for the User Definition {dbName.userName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param createUpdateMongoUserDefinitionParameters The properties required to create or update a User\n * Definition.\n * @param options The options parameters.\n */\n async beginCreateUpdateMongoUserDefinition(\n mongoUserDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n createUpdateMongoUserDefinitionParameters: MongoUserDefinitionCreateUpdateParameters,\n options?: MongoDBResourcesCreateUpdateMongoUserDefinitionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesCreateUpdateMongoUserDefinitionResponse>,\n MongoDBResourcesCreateUpdateMongoUserDefinitionResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesCreateUpdateMongoUserDefinitionResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n mongoUserDefinitionId,\n resourceGroupName,\n accountName,\n createUpdateMongoUserDefinitionParameters,\n options,\n },\n spec: createUpdateMongoUserDefinitionOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesCreateUpdateMongoUserDefinitionResponse,\n OperationState<MongoDBResourcesCreateUpdateMongoUserDefinitionResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates an Azure Cosmos DB Mongo User Definition.\n * @param mongoUserDefinitionId The ID for the User Definition {dbName.userName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param createUpdateMongoUserDefinitionParameters The properties required to create or update a User\n * Definition.\n * @param options The options parameters.\n */\n async beginCreateUpdateMongoUserDefinitionAndWait(\n mongoUserDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n createUpdateMongoUserDefinitionParameters: MongoUserDefinitionCreateUpdateParameters,\n options?: MongoDBResourcesCreateUpdateMongoUserDefinitionOptionalParams,\n ): Promise<MongoDBResourcesCreateUpdateMongoUserDefinitionResponse> {\n const poller = await this.beginCreateUpdateMongoUserDefinition(\n mongoUserDefinitionId,\n resourceGroupName,\n accountName,\n createUpdateMongoUserDefinitionParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes an existing Azure Cosmos DB Mongo User Definition.\n * @param mongoUserDefinitionId The ID for the User Definition {dbName.userName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n async beginDeleteMongoUserDefinition(\n mongoUserDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesDeleteMongoUserDefinitionOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { mongoUserDefinitionId, resourceGroupName, accountName, options },\n spec: deleteMongoUserDefinitionOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes an existing Azure Cosmos DB Mongo User Definition.\n * @param mongoUserDefinitionId The ID for the User Definition {dbName.userName}.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n async beginDeleteMongoUserDefinitionAndWait(\n mongoUserDefinitionId: string,\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesDeleteMongoUserDefinitionOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDeleteMongoUserDefinition(\n mongoUserDefinitionId,\n resourceGroupName,\n accountName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Retrieves the list of all Azure Cosmos DB Mongo User Definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param options The options parameters.\n */\n private _listMongoUserDefinitions(\n resourceGroupName: string,\n accountName: string,\n options?: MongoDBResourcesListMongoUserDefinitionsOptionalParams,\n ): Promise<MongoDBResourcesListMongoUserDefinitionsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, options },\n listMongoUserDefinitionsOperationSpec,\n );\n }\n\n /**\n * Retrieves continuous backup information for a Mongodb collection.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param location The name of the continuous backup restore location.\n * @param options The options parameters.\n */\n async beginRetrieveContinuousBackupInformation(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n location: ContinuousBackupRestoreLocation,\n options?: MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MongoDBResourcesRetrieveContinuousBackupInformationResponse>,\n MongoDBResourcesRetrieveContinuousBackupInformationResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<MongoDBResourcesRetrieveContinuousBackupInformationResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n location,\n options,\n },\n spec: retrieveContinuousBackupInformationOperationSpec,\n });\n const poller = await createHttpPoller<\n MongoDBResourcesRetrieveContinuousBackupInformationResponse,\n OperationState<MongoDBResourcesRetrieveContinuousBackupInformationResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Retrieves continuous backup information for a Mongodb collection.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param accountName Cosmos DB database account name.\n * @param databaseName Cosmos DB database name.\n * @param collectionName Cosmos DB collection name.\n * @param location The name of the continuous backup restore location.\n * @param options The options parameters.\n */\n async beginRetrieveContinuousBackupInformationAndWait(\n resourceGroupName: string,\n accountName: string,\n databaseName: string,\n collectionName: string,\n location: ContinuousBackupRestoreLocation,\n options?: MongoDBResourcesRetrieveContinuousBackupInformationOptionalParams,\n ): Promise<MongoDBResourcesRetrieveContinuousBackupInformationResponse> {\n const poller = await this.beginRetrieveContinuousBackupInformation(\n resourceGroupName,\n accountName,\n databaseName,\n collectionName,\n location,\n options,\n );\n return poller.pollUntilDone();\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listMongoDBDatabasesOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoDBDatabaseListResult,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getMongoDBDatabaseOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoDBDatabaseGetResults,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createUpdateMongoDBDatabaseOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoDBDatabaseGetResults,\n },\n 201: {\n bodyMapper: Mappers.MongoDBDatabaseGetResults,\n },\n 202: {\n bodyMapper: Mappers.MongoDBDatabaseGetResults,\n },\n 204: {\n bodyMapper: Mappers.MongoDBDatabaseGetResults,\n },\n },\n requestBody: Parameters.createUpdateMongoDBDatabaseParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteMongoDBDatabaseOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.MongoDBResourcesDeleteMongoDBDatabaseHeaders,\n },\n 201: {\n headersMapper: Mappers.MongoDBResourcesDeleteMongoDBDatabaseHeaders,\n },\n 202: {\n headersMapper: Mappers.MongoDBResourcesDeleteMongoDBDatabaseHeaders,\n },\n 204: {\n headersMapper: Mappers.MongoDBResourcesDeleteMongoDBDatabaseHeaders,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n serializer,\n};\nconst getMongoDBDatabaseThroughputOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateMongoDBDatabaseThroughputOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 201: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 202: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 204: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.updateThroughputParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst migrateMongoDBDatabaseToAutoscaleOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default/migrateToAutoscale\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 201: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 202: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 204: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst migrateMongoDBDatabaseToManualThroughputOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/throughputSettings/default/migrateToManualThroughput\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 201: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 202: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 204: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listMongoDBCollectionsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoDBCollectionListResult,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getMongoDBCollectionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoDBCollectionGetResults,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createUpdateMongoDBCollectionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoDBCollectionGetResults,\n },\n 201: {\n bodyMapper: Mappers.MongoDBCollectionGetResults,\n },\n 202: {\n bodyMapper: Mappers.MongoDBCollectionGetResults,\n },\n 204: {\n bodyMapper: Mappers.MongoDBCollectionGetResults,\n },\n },\n requestBody: Parameters.createUpdateMongoDBCollectionParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteMongoDBCollectionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.MongoDBResourcesDeleteMongoDBCollectionHeaders,\n },\n 201: {\n headersMapper: Mappers.MongoDBResourcesDeleteMongoDBCollectionHeaders,\n },\n 202: {\n headersMapper: Mappers.MongoDBResourcesDeleteMongoDBCollectionHeaders,\n },\n 204: {\n headersMapper: Mappers.MongoDBResourcesDeleteMongoDBCollectionHeaders,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n serializer,\n};\nconst getMongoDBCollectionThroughputOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst updateMongoDBCollectionThroughputOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 201: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 202: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 204: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n },\n requestBody: Parameters.updateThroughputParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst migrateMongoDBCollectionToAutoscaleOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default/migrateToAutoscale\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 201: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 202: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 204: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst migrateMongoDBCollectionToManualThroughputOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/throughputSettings/default/migrateToManualThroughput\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 201: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 202: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n 204: {\n bodyMapper: Mappers.ThroughputSettingsGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getMongoRoleDefinitionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions/{mongoRoleDefinitionId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoRoleDefinitionGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.mongoRoleDefinitionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createUpdateMongoRoleDefinitionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions/{mongoRoleDefinitionId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoRoleDefinitionGetResults,\n },\n 201: {\n bodyMapper: Mappers.MongoRoleDefinitionGetResults,\n },\n 202: {\n bodyMapper: Mappers.MongoRoleDefinitionGetResults,\n },\n 204: {\n bodyMapper: Mappers.MongoRoleDefinitionGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.createUpdateMongoRoleDefinitionParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.mongoRoleDefinitionId,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteMongoRoleDefinitionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions/{mongoRoleDefinitionId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.mongoRoleDefinitionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listMongoRoleDefinitionsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbRoleDefinitions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoRoleDefinitionListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getMongoUserDefinitionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbUserDefinitions/{mongoUserDefinitionId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoUserDefinitionGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.mongoUserDefinitionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createUpdateMongoUserDefinitionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbUserDefinitions/{mongoUserDefinitionId}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoUserDefinitionGetResults,\n },\n 201: {\n bodyMapper: Mappers.MongoUserDefinitionGetResults,\n },\n 202: {\n bodyMapper: Mappers.MongoUserDefinitionGetResults,\n },\n 204: {\n bodyMapper: Mappers.MongoUserDefinitionGetResults,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.createUpdateMongoUserDefinitionParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.mongoUserDefinitionId,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteMongoUserDefinitionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbUserDefinitions/{mongoUserDefinitionId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.mongoUserDefinitionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listMongoUserDefinitionsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbUserDefinitions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.MongoUserDefinitionListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst retrieveContinuousBackupInformationOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/mongodbDatabases/{databaseName}/collections/{collectionName}/retrieveContinuousBackupInformation\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.BackupInformation,\n },\n 201: {\n bodyMapper: Mappers.BackupInformation,\n },\n 202: {\n bodyMapper: Mappers.BackupInformation,\n },\n 204: {\n bodyMapper: Mappers.BackupInformation,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.location,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.databaseName,\n Parameters.collectionName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\n"]}
|