@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,19 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
9
3
|
import * as coreClient from "@azure/core-client";
|
|
10
4
|
import * as Mappers from "../models/mappers.js";
|
|
11
5
|
import * as Parameters from "../models/parameters.js";
|
|
12
|
-
import { createHttpPoller
|
|
6
|
+
import { createHttpPoller } from "@azure/core-lro";
|
|
13
7
|
import { createLroSpec } from "../lroImpl.js";
|
|
14
8
|
/// <reference lib="esnext.asynciterable" />
|
|
15
9
|
/** Class containing CassandraResources operations. */
|
|
16
10
|
export class CassandraResourcesImpl {
|
|
11
|
+
client;
|
|
17
12
|
/**
|
|
18
13
|
* Initialize a new instance of the class CassandraResources class.
|
|
19
14
|
* @param client Reference to the service client
|
|
@@ -37,39 +32,22 @@ export class CassandraResourcesImpl {
|
|
|
37
32
|
return this;
|
|
38
33
|
},
|
|
39
34
|
byPage: (settings) => {
|
|
40
|
-
if (settings
|
|
35
|
+
if (settings?.maxPageSize) {
|
|
41
36
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
42
37
|
}
|
|
43
38
|
return this.listCassandraKeyspacesPagingPage(resourceGroupName, accountName, options, settings);
|
|
44
39
|
},
|
|
45
40
|
};
|
|
46
41
|
}
|
|
47
|
-
listCassandraKeyspacesPagingPage(resourceGroupName, accountName, options, _settings) {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
yield yield __await(result.value || []);
|
|
52
|
-
});
|
|
42
|
+
async *listCassandraKeyspacesPagingPage(resourceGroupName, accountName, options, _settings) {
|
|
43
|
+
let result;
|
|
44
|
+
result = await this._listCassandraKeyspaces(resourceGroupName, accountName, options);
|
|
45
|
+
yield result.value || [];
|
|
53
46
|
}
|
|
54
|
-
listCassandraKeyspacesPagingAll(resourceGroupName, accountName, options) {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
for (var _d = true, _e = __asyncValues(this.listCassandraKeyspacesPagingPage(resourceGroupName, accountName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
59
|
-
_c = _f.value;
|
|
60
|
-
_d = false;
|
|
61
|
-
const page = _c;
|
|
62
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
66
|
-
finally {
|
|
67
|
-
try {
|
|
68
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
69
|
-
}
|
|
70
|
-
finally { if (e_1) throw e_1.error; }
|
|
71
|
-
}
|
|
72
|
-
});
|
|
47
|
+
async *listCassandraKeyspacesPagingAll(resourceGroupName, accountName, options) {
|
|
48
|
+
for await (const page of this.listCassandraKeyspacesPagingPage(resourceGroupName, accountName, options)) {
|
|
49
|
+
yield* page;
|
|
50
|
+
}
|
|
73
51
|
}
|
|
74
52
|
/**
|
|
75
53
|
* Lists the Cassandra table under an existing Azure Cosmos DB database account.
|
|
@@ -88,90 +66,22 @@ export class CassandraResourcesImpl {
|
|
|
88
66
|
return this;
|
|
89
67
|
},
|
|
90
68
|
byPage: (settings) => {
|
|
91
|
-
if (settings
|
|
69
|
+
if (settings?.maxPageSize) {
|
|
92
70
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
93
71
|
}
|
|
94
72
|
return this.listCassandraTablesPagingPage(resourceGroupName, accountName, keyspaceName, options, settings);
|
|
95
73
|
},
|
|
96
74
|
};
|
|
97
75
|
}
|
|
98
|
-
listCassandraTablesPagingPage(resourceGroupName, accountName, keyspaceName, options, _settings) {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
yield yield __await(result.value || []);
|
|
103
|
-
});
|
|
104
|
-
}
|
|
105
|
-
listCassandraTablesPagingAll(resourceGroupName, accountName, keyspaceName, options) {
|
|
106
|
-
return __asyncGenerator(this, arguments, function* listCassandraTablesPagingAll_1() {
|
|
107
|
-
var _a, e_2, _b, _c;
|
|
108
|
-
try {
|
|
109
|
-
for (var _d = true, _e = __asyncValues(this.listCassandraTablesPagingPage(resourceGroupName, accountName, keyspaceName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
110
|
-
_c = _f.value;
|
|
111
|
-
_d = false;
|
|
112
|
-
const page = _c;
|
|
113
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
117
|
-
finally {
|
|
118
|
-
try {
|
|
119
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
120
|
-
}
|
|
121
|
-
finally { if (e_2) throw e_2.error; }
|
|
122
|
-
}
|
|
123
|
-
});
|
|
124
|
-
}
|
|
125
|
-
/**
|
|
126
|
-
* Lists the Cassandra materialized views under an existing Azure Cosmos DB database account.
|
|
127
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
128
|
-
* @param accountName Cosmos DB database account name.
|
|
129
|
-
* @param keyspaceName Cosmos DB keyspace name.
|
|
130
|
-
* @param options The options parameters.
|
|
131
|
-
*/
|
|
132
|
-
listCassandraViews(resourceGroupName, accountName, keyspaceName, options) {
|
|
133
|
-
const iter = this.listCassandraViewsPagingAll(resourceGroupName, accountName, keyspaceName, options);
|
|
134
|
-
return {
|
|
135
|
-
next() {
|
|
136
|
-
return iter.next();
|
|
137
|
-
},
|
|
138
|
-
[Symbol.asyncIterator]() {
|
|
139
|
-
return this;
|
|
140
|
-
},
|
|
141
|
-
byPage: (settings) => {
|
|
142
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
143
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
144
|
-
}
|
|
145
|
-
return this.listCassandraViewsPagingPage(resourceGroupName, accountName, keyspaceName, options, settings);
|
|
146
|
-
},
|
|
147
|
-
};
|
|
148
|
-
}
|
|
149
|
-
listCassandraViewsPagingPage(resourceGroupName, accountName, keyspaceName, options, _settings) {
|
|
150
|
-
return __asyncGenerator(this, arguments, function* listCassandraViewsPagingPage_1() {
|
|
151
|
-
let result;
|
|
152
|
-
result = yield __await(this._listCassandraViews(resourceGroupName, accountName, keyspaceName, options));
|
|
153
|
-
yield yield __await(result.value || []);
|
|
154
|
-
});
|
|
76
|
+
async *listCassandraTablesPagingPage(resourceGroupName, accountName, keyspaceName, options, _settings) {
|
|
77
|
+
let result;
|
|
78
|
+
result = await this._listCassandraTables(resourceGroupName, accountName, keyspaceName, options);
|
|
79
|
+
yield result.value || [];
|
|
155
80
|
}
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
for (var _d = true, _e = __asyncValues(this.listCassandraViewsPagingPage(resourceGroupName, accountName, keyspaceName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
161
|
-
_c = _f.value;
|
|
162
|
-
_d = false;
|
|
163
|
-
const page = _c;
|
|
164
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
|
168
|
-
finally {
|
|
169
|
-
try {
|
|
170
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
171
|
-
}
|
|
172
|
-
finally { if (e_3) throw e_3.error; }
|
|
173
|
-
}
|
|
174
|
-
});
|
|
81
|
+
async *listCassandraTablesPagingAll(resourceGroupName, accountName, keyspaceName, options) {
|
|
82
|
+
for await (const page of this.listCassandraTablesPagingPage(resourceGroupName, accountName, keyspaceName, options)) {
|
|
83
|
+
yield* page;
|
|
84
|
+
}
|
|
175
85
|
}
|
|
176
86
|
/**
|
|
177
87
|
* Lists the Cassandra keyspaces under an existing Azure Cosmos DB database account.
|
|
@@ -207,14 +117,19 @@ export class CassandraResourcesImpl {
|
|
|
207
117
|
return this.client.sendOperationRequest(args, spec);
|
|
208
118
|
};
|
|
209
119
|
const sendOperationFn = async (args, spec) => {
|
|
210
|
-
var _a;
|
|
211
120
|
let currentRawResponse = undefined;
|
|
212
|
-
const providedCallback =
|
|
121
|
+
const providedCallback = args.options?.onResponse;
|
|
213
122
|
const callback = (rawResponse, flatResponse) => {
|
|
214
123
|
currentRawResponse = rawResponse;
|
|
215
|
-
providedCallback
|
|
124
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
125
|
+
};
|
|
126
|
+
const updatedArgs = {
|
|
127
|
+
...args,
|
|
128
|
+
options: {
|
|
129
|
+
...args.options,
|
|
130
|
+
onResponse: callback,
|
|
131
|
+
},
|
|
216
132
|
};
|
|
217
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
218
133
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
219
134
|
return {
|
|
220
135
|
flatResponse,
|
|
@@ -237,8 +152,8 @@ export class CassandraResourcesImpl {
|
|
|
237
152
|
spec: createUpdateCassandraKeyspaceOperationSpec,
|
|
238
153
|
});
|
|
239
154
|
const poller = await createHttpPoller(lro, {
|
|
240
|
-
restoreFrom: options
|
|
241
|
-
intervalInMs: options
|
|
155
|
+
restoreFrom: options?.resumeFrom,
|
|
156
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
242
157
|
});
|
|
243
158
|
await poller.poll();
|
|
244
159
|
return poller;
|
|
@@ -268,14 +183,19 @@ export class CassandraResourcesImpl {
|
|
|
268
183
|
return this.client.sendOperationRequest(args, spec);
|
|
269
184
|
};
|
|
270
185
|
const sendOperationFn = async (args, spec) => {
|
|
271
|
-
var _a;
|
|
272
186
|
let currentRawResponse = undefined;
|
|
273
|
-
const providedCallback =
|
|
187
|
+
const providedCallback = args.options?.onResponse;
|
|
274
188
|
const callback = (rawResponse, flatResponse) => {
|
|
275
189
|
currentRawResponse = rawResponse;
|
|
276
|
-
providedCallback
|
|
190
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
191
|
+
};
|
|
192
|
+
const updatedArgs = {
|
|
193
|
+
...args,
|
|
194
|
+
options: {
|
|
195
|
+
...args.options,
|
|
196
|
+
onResponse: callback,
|
|
197
|
+
},
|
|
277
198
|
};
|
|
278
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
279
199
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
280
200
|
return {
|
|
281
201
|
flatResponse,
|
|
@@ -292,8 +212,8 @@ export class CassandraResourcesImpl {
|
|
|
292
212
|
spec: deleteCassandraKeyspaceOperationSpec,
|
|
293
213
|
});
|
|
294
214
|
const poller = await createHttpPoller(lro, {
|
|
295
|
-
restoreFrom: options
|
|
296
|
-
intervalInMs: options
|
|
215
|
+
restoreFrom: options?.resumeFrom,
|
|
216
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
297
217
|
});
|
|
298
218
|
await poller.poll();
|
|
299
219
|
return poller;
|
|
@@ -334,14 +254,19 @@ export class CassandraResourcesImpl {
|
|
|
334
254
|
return this.client.sendOperationRequest(args, spec);
|
|
335
255
|
};
|
|
336
256
|
const sendOperationFn = async (args, spec) => {
|
|
337
|
-
var _a;
|
|
338
257
|
let currentRawResponse = undefined;
|
|
339
|
-
const providedCallback =
|
|
258
|
+
const providedCallback = args.options?.onResponse;
|
|
340
259
|
const callback = (rawResponse, flatResponse) => {
|
|
341
260
|
currentRawResponse = rawResponse;
|
|
342
|
-
providedCallback
|
|
261
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
262
|
+
};
|
|
263
|
+
const updatedArgs = {
|
|
264
|
+
...args,
|
|
265
|
+
options: {
|
|
266
|
+
...args.options,
|
|
267
|
+
onResponse: callback,
|
|
268
|
+
},
|
|
343
269
|
};
|
|
344
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
345
270
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
346
271
|
return {
|
|
347
272
|
flatResponse,
|
|
@@ -364,8 +289,8 @@ export class CassandraResourcesImpl {
|
|
|
364
289
|
spec: updateCassandraKeyspaceThroughputOperationSpec,
|
|
365
290
|
});
|
|
366
291
|
const poller = await createHttpPoller(lro, {
|
|
367
|
-
restoreFrom: options
|
|
368
|
-
intervalInMs: options
|
|
292
|
+
restoreFrom: options?.resumeFrom,
|
|
293
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
369
294
|
});
|
|
370
295
|
await poller.poll();
|
|
371
296
|
return poller;
|
|
@@ -395,14 +320,19 @@ export class CassandraResourcesImpl {
|
|
|
395
320
|
return this.client.sendOperationRequest(args, spec);
|
|
396
321
|
};
|
|
397
322
|
const sendOperationFn = async (args, spec) => {
|
|
398
|
-
var _a;
|
|
399
323
|
let currentRawResponse = undefined;
|
|
400
|
-
const providedCallback =
|
|
324
|
+
const providedCallback = args.options?.onResponse;
|
|
401
325
|
const callback = (rawResponse, flatResponse) => {
|
|
402
326
|
currentRawResponse = rawResponse;
|
|
403
|
-
providedCallback
|
|
327
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
328
|
+
};
|
|
329
|
+
const updatedArgs = {
|
|
330
|
+
...args,
|
|
331
|
+
options: {
|
|
332
|
+
...args.options,
|
|
333
|
+
onResponse: callback,
|
|
334
|
+
},
|
|
404
335
|
};
|
|
405
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
406
336
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
407
337
|
return {
|
|
408
338
|
flatResponse,
|
|
@@ -419,8 +349,8 @@ export class CassandraResourcesImpl {
|
|
|
419
349
|
spec: migrateCassandraKeyspaceToAutoscaleOperationSpec,
|
|
420
350
|
});
|
|
421
351
|
const poller = await createHttpPoller(lro, {
|
|
422
|
-
restoreFrom: options
|
|
423
|
-
intervalInMs: options
|
|
352
|
+
restoreFrom: options?.resumeFrom,
|
|
353
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
424
354
|
});
|
|
425
355
|
await poller.poll();
|
|
426
356
|
return poller;
|
|
@@ -448,14 +378,19 @@ export class CassandraResourcesImpl {
|
|
|
448
378
|
return this.client.sendOperationRequest(args, spec);
|
|
449
379
|
};
|
|
450
380
|
const sendOperationFn = async (args, spec) => {
|
|
451
|
-
var _a;
|
|
452
381
|
let currentRawResponse = undefined;
|
|
453
|
-
const providedCallback =
|
|
382
|
+
const providedCallback = args.options?.onResponse;
|
|
454
383
|
const callback = (rawResponse, flatResponse) => {
|
|
455
384
|
currentRawResponse = rawResponse;
|
|
456
|
-
providedCallback
|
|
385
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
386
|
+
};
|
|
387
|
+
const updatedArgs = {
|
|
388
|
+
...args,
|
|
389
|
+
options: {
|
|
390
|
+
...args.options,
|
|
391
|
+
onResponse: callback,
|
|
392
|
+
},
|
|
457
393
|
};
|
|
458
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
459
394
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
460
395
|
return {
|
|
461
396
|
flatResponse,
|
|
@@ -472,8 +407,8 @@ export class CassandraResourcesImpl {
|
|
|
472
407
|
spec: migrateCassandraKeyspaceToManualThroughputOperationSpec,
|
|
473
408
|
});
|
|
474
409
|
const poller = await createHttpPoller(lro, {
|
|
475
|
-
restoreFrom: options
|
|
476
|
-
intervalInMs: options
|
|
410
|
+
restoreFrom: options?.resumeFrom,
|
|
411
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
477
412
|
});
|
|
478
413
|
await poller.poll();
|
|
479
414
|
return poller;
|
|
@@ -525,14 +460,19 @@ export class CassandraResourcesImpl {
|
|
|
525
460
|
return this.client.sendOperationRequest(args, spec);
|
|
526
461
|
};
|
|
527
462
|
const sendOperationFn = async (args, spec) => {
|
|
528
|
-
var _a;
|
|
529
463
|
let currentRawResponse = undefined;
|
|
530
|
-
const providedCallback =
|
|
464
|
+
const providedCallback = args.options?.onResponse;
|
|
531
465
|
const callback = (rawResponse, flatResponse) => {
|
|
532
466
|
currentRawResponse = rawResponse;
|
|
533
|
-
providedCallback
|
|
467
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
468
|
+
};
|
|
469
|
+
const updatedArgs = {
|
|
470
|
+
...args,
|
|
471
|
+
options: {
|
|
472
|
+
...args.options,
|
|
473
|
+
onResponse: callback,
|
|
474
|
+
},
|
|
534
475
|
};
|
|
535
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
536
476
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
537
477
|
return {
|
|
538
478
|
flatResponse,
|
|
@@ -556,8 +496,8 @@ export class CassandraResourcesImpl {
|
|
|
556
496
|
spec: createUpdateCassandraTableOperationSpec,
|
|
557
497
|
});
|
|
558
498
|
const poller = await createHttpPoller(lro, {
|
|
559
|
-
restoreFrom: options
|
|
560
|
-
intervalInMs: options
|
|
499
|
+
restoreFrom: options?.resumeFrom,
|
|
500
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
561
501
|
});
|
|
562
502
|
await poller.poll();
|
|
563
503
|
return poller;
|
|
@@ -589,14 +529,19 @@ export class CassandraResourcesImpl {
|
|
|
589
529
|
return this.client.sendOperationRequest(args, spec);
|
|
590
530
|
};
|
|
591
531
|
const sendOperationFn = async (args, spec) => {
|
|
592
|
-
var _a;
|
|
593
532
|
let currentRawResponse = undefined;
|
|
594
|
-
const providedCallback =
|
|
533
|
+
const providedCallback = args.options?.onResponse;
|
|
595
534
|
const callback = (rawResponse, flatResponse) => {
|
|
596
535
|
currentRawResponse = rawResponse;
|
|
597
|
-
providedCallback
|
|
536
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
537
|
+
};
|
|
538
|
+
const updatedArgs = {
|
|
539
|
+
...args,
|
|
540
|
+
options: {
|
|
541
|
+
...args.options,
|
|
542
|
+
onResponse: callback,
|
|
543
|
+
},
|
|
598
544
|
};
|
|
599
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
600
545
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
601
546
|
return {
|
|
602
547
|
flatResponse,
|
|
@@ -619,8 +564,8 @@ export class CassandraResourcesImpl {
|
|
|
619
564
|
spec: deleteCassandraTableOperationSpec,
|
|
620
565
|
});
|
|
621
566
|
const poller = await createHttpPoller(lro, {
|
|
622
|
-
restoreFrom: options
|
|
623
|
-
intervalInMs: options
|
|
567
|
+
restoreFrom: options?.resumeFrom,
|
|
568
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
624
569
|
});
|
|
625
570
|
await poller.poll();
|
|
626
571
|
return poller;
|
|
@@ -664,14 +609,19 @@ export class CassandraResourcesImpl {
|
|
|
664
609
|
return this.client.sendOperationRequest(args, spec);
|
|
665
610
|
};
|
|
666
611
|
const sendOperationFn = async (args, spec) => {
|
|
667
|
-
var _a;
|
|
668
612
|
let currentRawResponse = undefined;
|
|
669
|
-
const providedCallback =
|
|
613
|
+
const providedCallback = args.options?.onResponse;
|
|
670
614
|
const callback = (rawResponse, flatResponse) => {
|
|
671
615
|
currentRawResponse = rawResponse;
|
|
672
|
-
providedCallback
|
|
616
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
617
|
+
};
|
|
618
|
+
const updatedArgs = {
|
|
619
|
+
...args,
|
|
620
|
+
options: {
|
|
621
|
+
...args.options,
|
|
622
|
+
onResponse: callback,
|
|
623
|
+
},
|
|
673
624
|
};
|
|
674
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
675
625
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
676
626
|
return {
|
|
677
627
|
flatResponse,
|
|
@@ -695,8 +645,8 @@ export class CassandraResourcesImpl {
|
|
|
695
645
|
spec: updateCassandraTableThroughputOperationSpec,
|
|
696
646
|
});
|
|
697
647
|
const poller = await createHttpPoller(lro, {
|
|
698
|
-
restoreFrom: options
|
|
699
|
-
intervalInMs: options
|
|
648
|
+
restoreFrom: options?.resumeFrom,
|
|
649
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
700
650
|
});
|
|
701
651
|
await poller.poll();
|
|
702
652
|
return poller;
|
|
@@ -728,14 +678,19 @@ export class CassandraResourcesImpl {
|
|
|
728
678
|
return this.client.sendOperationRequest(args, spec);
|
|
729
679
|
};
|
|
730
680
|
const sendOperationFn = async (args, spec) => {
|
|
731
|
-
var _a;
|
|
732
681
|
let currentRawResponse = undefined;
|
|
733
|
-
const providedCallback =
|
|
682
|
+
const providedCallback = args.options?.onResponse;
|
|
734
683
|
const callback = (rawResponse, flatResponse) => {
|
|
735
684
|
currentRawResponse = rawResponse;
|
|
736
|
-
providedCallback
|
|
685
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
686
|
+
};
|
|
687
|
+
const updatedArgs = {
|
|
688
|
+
...args,
|
|
689
|
+
options: {
|
|
690
|
+
...args.options,
|
|
691
|
+
onResponse: callback,
|
|
692
|
+
},
|
|
737
693
|
};
|
|
738
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
739
694
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
740
695
|
return {
|
|
741
696
|
flatResponse,
|
|
@@ -758,8 +713,8 @@ export class CassandraResourcesImpl {
|
|
|
758
713
|
spec: migrateCassandraTableToAutoscaleOperationSpec,
|
|
759
714
|
});
|
|
760
715
|
const poller = await createHttpPoller(lro, {
|
|
761
|
-
restoreFrom: options
|
|
762
|
-
intervalInMs: options
|
|
716
|
+
restoreFrom: options?.resumeFrom,
|
|
717
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
763
718
|
});
|
|
764
719
|
await poller.poll();
|
|
765
720
|
return poller;
|
|
@@ -789,14 +744,19 @@ export class CassandraResourcesImpl {
|
|
|
789
744
|
return this.client.sendOperationRequest(args, spec);
|
|
790
745
|
};
|
|
791
746
|
const sendOperationFn = async (args, spec) => {
|
|
792
|
-
var _a;
|
|
793
747
|
let currentRawResponse = undefined;
|
|
794
|
-
const providedCallback =
|
|
748
|
+
const providedCallback = args.options?.onResponse;
|
|
795
749
|
const callback = (rawResponse, flatResponse) => {
|
|
796
750
|
currentRawResponse = rawResponse;
|
|
797
|
-
providedCallback
|
|
751
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
752
|
+
};
|
|
753
|
+
const updatedArgs = {
|
|
754
|
+
...args,
|
|
755
|
+
options: {
|
|
756
|
+
...args.options,
|
|
757
|
+
onResponse: callback,
|
|
758
|
+
},
|
|
798
759
|
};
|
|
799
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
800
760
|
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
801
761
|
return {
|
|
802
762
|
flatResponse,
|
|
@@ -819,8 +779,8 @@ export class CassandraResourcesImpl {
|
|
|
819
779
|
spec: migrateCassandraTableToManualThroughputOperationSpec,
|
|
820
780
|
});
|
|
821
781
|
const poller = await createHttpPoller(lro, {
|
|
822
|
-
restoreFrom: options
|
|
823
|
-
intervalInMs: options
|
|
782
|
+
restoreFrom: options?.resumeFrom,
|
|
783
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
824
784
|
});
|
|
825
785
|
await poller.poll();
|
|
826
786
|
return poller;
|
|
@@ -837,334 +797,6 @@ export class CassandraResourcesImpl {
|
|
|
837
797
|
const poller = await this.beginMigrateCassandraTableToManualThroughput(resourceGroupName, accountName, keyspaceName, tableName, options);
|
|
838
798
|
return poller.pollUntilDone();
|
|
839
799
|
}
|
|
840
|
-
/**
|
|
841
|
-
* Lists the Cassandra materialized views under an existing Azure Cosmos DB database account.
|
|
842
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
843
|
-
* @param accountName Cosmos DB database account name.
|
|
844
|
-
* @param keyspaceName Cosmos DB keyspace name.
|
|
845
|
-
* @param options The options parameters.
|
|
846
|
-
*/
|
|
847
|
-
_listCassandraViews(resourceGroupName, accountName, keyspaceName, options) {
|
|
848
|
-
return this.client.sendOperationRequest({ resourceGroupName, accountName, keyspaceName, options }, listCassandraViewsOperationSpec);
|
|
849
|
-
}
|
|
850
|
-
/**
|
|
851
|
-
* Gets the Cassandra view under an existing Azure Cosmos DB database account.
|
|
852
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
853
|
-
* @param accountName Cosmos DB database account name.
|
|
854
|
-
* @param keyspaceName Cosmos DB keyspace name.
|
|
855
|
-
* @param viewName Cosmos DB view name.
|
|
856
|
-
* @param options The options parameters.
|
|
857
|
-
*/
|
|
858
|
-
getCassandraView(resourceGroupName, accountName, keyspaceName, viewName, options) {
|
|
859
|
-
return this.client.sendOperationRequest({ resourceGroupName, accountName, keyspaceName, viewName, options }, getCassandraViewOperationSpec);
|
|
860
|
-
}
|
|
861
|
-
/**
|
|
862
|
-
* Create or update an Azure Cosmos DB Cassandra View
|
|
863
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
864
|
-
* @param accountName Cosmos DB database account name.
|
|
865
|
-
* @param keyspaceName Cosmos DB keyspace name.
|
|
866
|
-
* @param viewName Cosmos DB view name.
|
|
867
|
-
* @param createUpdateCassandraViewParameters The parameters to provide for the current Cassandra View.
|
|
868
|
-
* @param options The options parameters.
|
|
869
|
-
*/
|
|
870
|
-
async beginCreateUpdateCassandraView(resourceGroupName, accountName, keyspaceName, viewName, createUpdateCassandraViewParameters, options) {
|
|
871
|
-
const directSendOperation = async (args, spec) => {
|
|
872
|
-
return this.client.sendOperationRequest(args, spec);
|
|
873
|
-
};
|
|
874
|
-
const sendOperationFn = async (args, spec) => {
|
|
875
|
-
var _a;
|
|
876
|
-
let currentRawResponse = undefined;
|
|
877
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
878
|
-
const callback = (rawResponse, flatResponse) => {
|
|
879
|
-
currentRawResponse = rawResponse;
|
|
880
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
881
|
-
};
|
|
882
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
883
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
884
|
-
return {
|
|
885
|
-
flatResponse,
|
|
886
|
-
rawResponse: {
|
|
887
|
-
statusCode: currentRawResponse.status,
|
|
888
|
-
body: currentRawResponse.parsedBody,
|
|
889
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
890
|
-
},
|
|
891
|
-
};
|
|
892
|
-
};
|
|
893
|
-
const lro = createLroSpec({
|
|
894
|
-
sendOperationFn,
|
|
895
|
-
args: {
|
|
896
|
-
resourceGroupName,
|
|
897
|
-
accountName,
|
|
898
|
-
keyspaceName,
|
|
899
|
-
viewName,
|
|
900
|
-
createUpdateCassandraViewParameters,
|
|
901
|
-
options,
|
|
902
|
-
},
|
|
903
|
-
spec: createUpdateCassandraViewOperationSpec,
|
|
904
|
-
});
|
|
905
|
-
const poller = await createHttpPoller(lro, {
|
|
906
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
907
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
908
|
-
});
|
|
909
|
-
await poller.poll();
|
|
910
|
-
return poller;
|
|
911
|
-
}
|
|
912
|
-
/**
|
|
913
|
-
* Create or update an Azure Cosmos DB Cassandra View
|
|
914
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
915
|
-
* @param accountName Cosmos DB database account name.
|
|
916
|
-
* @param keyspaceName Cosmos DB keyspace name.
|
|
917
|
-
* @param viewName Cosmos DB view name.
|
|
918
|
-
* @param createUpdateCassandraViewParameters The parameters to provide for the current Cassandra View.
|
|
919
|
-
* @param options The options parameters.
|
|
920
|
-
*/
|
|
921
|
-
async beginCreateUpdateCassandraViewAndWait(resourceGroupName, accountName, keyspaceName, viewName, createUpdateCassandraViewParameters, options) {
|
|
922
|
-
const poller = await this.beginCreateUpdateCassandraView(resourceGroupName, accountName, keyspaceName, viewName, createUpdateCassandraViewParameters, options);
|
|
923
|
-
return poller.pollUntilDone();
|
|
924
|
-
}
|
|
925
|
-
/**
|
|
926
|
-
* Deletes an existing Azure Cosmos DB Cassandra view.
|
|
927
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
928
|
-
* @param accountName Cosmos DB database account name.
|
|
929
|
-
* @param keyspaceName Cosmos DB keyspace name.
|
|
930
|
-
* @param viewName Cosmos DB view name.
|
|
931
|
-
* @param options The options parameters.
|
|
932
|
-
*/
|
|
933
|
-
async beginDeleteCassandraView(resourceGroupName, accountName, keyspaceName, viewName, options) {
|
|
934
|
-
const directSendOperation = async (args, spec) => {
|
|
935
|
-
return this.client.sendOperationRequest(args, spec);
|
|
936
|
-
};
|
|
937
|
-
const sendOperationFn = async (args, spec) => {
|
|
938
|
-
var _a;
|
|
939
|
-
let currentRawResponse = undefined;
|
|
940
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
941
|
-
const callback = (rawResponse, flatResponse) => {
|
|
942
|
-
currentRawResponse = rawResponse;
|
|
943
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
944
|
-
};
|
|
945
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
946
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
947
|
-
return {
|
|
948
|
-
flatResponse,
|
|
949
|
-
rawResponse: {
|
|
950
|
-
statusCode: currentRawResponse.status,
|
|
951
|
-
body: currentRawResponse.parsedBody,
|
|
952
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
953
|
-
},
|
|
954
|
-
};
|
|
955
|
-
};
|
|
956
|
-
const lro = createLroSpec({
|
|
957
|
-
sendOperationFn,
|
|
958
|
-
args: { resourceGroupName, accountName, keyspaceName, viewName, options },
|
|
959
|
-
spec: deleteCassandraViewOperationSpec,
|
|
960
|
-
});
|
|
961
|
-
const poller = await createHttpPoller(lro, {
|
|
962
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
963
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
964
|
-
});
|
|
965
|
-
await poller.poll();
|
|
966
|
-
return poller;
|
|
967
|
-
}
|
|
968
|
-
/**
|
|
969
|
-
* Deletes an existing Azure Cosmos DB Cassandra view.
|
|
970
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
971
|
-
* @param accountName Cosmos DB database account name.
|
|
972
|
-
* @param keyspaceName Cosmos DB keyspace name.
|
|
973
|
-
* @param viewName Cosmos DB view name.
|
|
974
|
-
* @param options The options parameters.
|
|
975
|
-
*/
|
|
976
|
-
async beginDeleteCassandraViewAndWait(resourceGroupName, accountName, keyspaceName, viewName, options) {
|
|
977
|
-
const poller = await this.beginDeleteCassandraView(resourceGroupName, accountName, keyspaceName, viewName, options);
|
|
978
|
-
return poller.pollUntilDone();
|
|
979
|
-
}
|
|
980
|
-
/**
|
|
981
|
-
* Gets the RUs per second of the Cassandra view under an existing Azure Cosmos DB database account
|
|
982
|
-
* with the provided name.
|
|
983
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
984
|
-
* @param accountName Cosmos DB database account name.
|
|
985
|
-
* @param keyspaceName Cosmos DB keyspace name.
|
|
986
|
-
* @param viewName Cosmos DB view name.
|
|
987
|
-
* @param options The options parameters.
|
|
988
|
-
*/
|
|
989
|
-
getCassandraViewThroughput(resourceGroupName, accountName, keyspaceName, viewName, options) {
|
|
990
|
-
return this.client.sendOperationRequest({ resourceGroupName, accountName, keyspaceName, viewName, options }, getCassandraViewThroughputOperationSpec);
|
|
991
|
-
}
|
|
992
|
-
/**
|
|
993
|
-
* Update RUs per second of an Azure Cosmos DB Cassandra view
|
|
994
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
995
|
-
* @param accountName Cosmos DB database account name.
|
|
996
|
-
* @param keyspaceName Cosmos DB keyspace name.
|
|
997
|
-
* @param viewName Cosmos DB view name.
|
|
998
|
-
* @param updateThroughputParameters The RUs per second of the parameters to provide for the current
|
|
999
|
-
* Cassandra view.
|
|
1000
|
-
* @param options The options parameters.
|
|
1001
|
-
*/
|
|
1002
|
-
async beginUpdateCassandraViewThroughput(resourceGroupName, accountName, keyspaceName, viewName, updateThroughputParameters, options) {
|
|
1003
|
-
const directSendOperation = async (args, spec) => {
|
|
1004
|
-
return this.client.sendOperationRequest(args, spec);
|
|
1005
|
-
};
|
|
1006
|
-
const sendOperationFn = async (args, spec) => {
|
|
1007
|
-
var _a;
|
|
1008
|
-
let currentRawResponse = undefined;
|
|
1009
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
1010
|
-
const callback = (rawResponse, flatResponse) => {
|
|
1011
|
-
currentRawResponse = rawResponse;
|
|
1012
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
1013
|
-
};
|
|
1014
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1015
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1016
|
-
return {
|
|
1017
|
-
flatResponse,
|
|
1018
|
-
rawResponse: {
|
|
1019
|
-
statusCode: currentRawResponse.status,
|
|
1020
|
-
body: currentRawResponse.parsedBody,
|
|
1021
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
1022
|
-
},
|
|
1023
|
-
};
|
|
1024
|
-
};
|
|
1025
|
-
const lro = createLroSpec({
|
|
1026
|
-
sendOperationFn,
|
|
1027
|
-
args: {
|
|
1028
|
-
resourceGroupName,
|
|
1029
|
-
accountName,
|
|
1030
|
-
keyspaceName,
|
|
1031
|
-
viewName,
|
|
1032
|
-
updateThroughputParameters,
|
|
1033
|
-
options,
|
|
1034
|
-
},
|
|
1035
|
-
spec: updateCassandraViewThroughputOperationSpec,
|
|
1036
|
-
});
|
|
1037
|
-
const poller = await createHttpPoller(lro, {
|
|
1038
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1039
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1040
|
-
});
|
|
1041
|
-
await poller.poll();
|
|
1042
|
-
return poller;
|
|
1043
|
-
}
|
|
1044
|
-
/**
|
|
1045
|
-
* Update RUs per second of an Azure Cosmos DB Cassandra view
|
|
1046
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1047
|
-
* @param accountName Cosmos DB database account name.
|
|
1048
|
-
* @param keyspaceName Cosmos DB keyspace name.
|
|
1049
|
-
* @param viewName Cosmos DB view name.
|
|
1050
|
-
* @param updateThroughputParameters The RUs per second of the parameters to provide for the current
|
|
1051
|
-
* Cassandra view.
|
|
1052
|
-
* @param options The options parameters.
|
|
1053
|
-
*/
|
|
1054
|
-
async beginUpdateCassandraViewThroughputAndWait(resourceGroupName, accountName, keyspaceName, viewName, updateThroughputParameters, options) {
|
|
1055
|
-
const poller = await this.beginUpdateCassandraViewThroughput(resourceGroupName, accountName, keyspaceName, viewName, updateThroughputParameters, options);
|
|
1056
|
-
return poller.pollUntilDone();
|
|
1057
|
-
}
|
|
1058
|
-
/**
|
|
1059
|
-
* Migrate an Azure Cosmos DB Cassandra view from manual throughput to autoscale
|
|
1060
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1061
|
-
* @param accountName Cosmos DB database account name.
|
|
1062
|
-
* @param keyspaceName Cosmos DB keyspace name.
|
|
1063
|
-
* @param viewName Cosmos DB view name.
|
|
1064
|
-
* @param options The options parameters.
|
|
1065
|
-
*/
|
|
1066
|
-
async beginMigrateCassandraViewToAutoscale(resourceGroupName, accountName, keyspaceName, viewName, options) {
|
|
1067
|
-
const directSendOperation = async (args, spec) => {
|
|
1068
|
-
return this.client.sendOperationRequest(args, spec);
|
|
1069
|
-
};
|
|
1070
|
-
const sendOperationFn = async (args, spec) => {
|
|
1071
|
-
var _a;
|
|
1072
|
-
let currentRawResponse = undefined;
|
|
1073
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
1074
|
-
const callback = (rawResponse, flatResponse) => {
|
|
1075
|
-
currentRawResponse = rawResponse;
|
|
1076
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
1077
|
-
};
|
|
1078
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1079
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1080
|
-
return {
|
|
1081
|
-
flatResponse,
|
|
1082
|
-
rawResponse: {
|
|
1083
|
-
statusCode: currentRawResponse.status,
|
|
1084
|
-
body: currentRawResponse.parsedBody,
|
|
1085
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
1086
|
-
},
|
|
1087
|
-
};
|
|
1088
|
-
};
|
|
1089
|
-
const lro = createLroSpec({
|
|
1090
|
-
sendOperationFn,
|
|
1091
|
-
args: { resourceGroupName, accountName, keyspaceName, viewName, options },
|
|
1092
|
-
spec: migrateCassandraViewToAutoscaleOperationSpec,
|
|
1093
|
-
});
|
|
1094
|
-
const poller = await createHttpPoller(lro, {
|
|
1095
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1096
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1097
|
-
});
|
|
1098
|
-
await poller.poll();
|
|
1099
|
-
return poller;
|
|
1100
|
-
}
|
|
1101
|
-
/**
|
|
1102
|
-
* Migrate an Azure Cosmos DB Cassandra view from manual throughput to autoscale
|
|
1103
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1104
|
-
* @param accountName Cosmos DB database account name.
|
|
1105
|
-
* @param keyspaceName Cosmos DB keyspace name.
|
|
1106
|
-
* @param viewName Cosmos DB view name.
|
|
1107
|
-
* @param options The options parameters.
|
|
1108
|
-
*/
|
|
1109
|
-
async beginMigrateCassandraViewToAutoscaleAndWait(resourceGroupName, accountName, keyspaceName, viewName, options) {
|
|
1110
|
-
const poller = await this.beginMigrateCassandraViewToAutoscale(resourceGroupName, accountName, keyspaceName, viewName, options);
|
|
1111
|
-
return poller.pollUntilDone();
|
|
1112
|
-
}
|
|
1113
|
-
/**
|
|
1114
|
-
* Migrate an Azure Cosmos DB Cassandra view from autoscale to manual throughput
|
|
1115
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1116
|
-
* @param accountName Cosmos DB database account name.
|
|
1117
|
-
* @param keyspaceName Cosmos DB keyspace name.
|
|
1118
|
-
* @param viewName Cosmos DB view name.
|
|
1119
|
-
* @param options The options parameters.
|
|
1120
|
-
*/
|
|
1121
|
-
async beginMigrateCassandraViewToManualThroughput(resourceGroupName, accountName, keyspaceName, viewName, options) {
|
|
1122
|
-
const directSendOperation = async (args, spec) => {
|
|
1123
|
-
return this.client.sendOperationRequest(args, spec);
|
|
1124
|
-
};
|
|
1125
|
-
const sendOperationFn = async (args, spec) => {
|
|
1126
|
-
var _a;
|
|
1127
|
-
let currentRawResponse = undefined;
|
|
1128
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
1129
|
-
const callback = (rawResponse, flatResponse) => {
|
|
1130
|
-
currentRawResponse = rawResponse;
|
|
1131
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
1132
|
-
};
|
|
1133
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
1134
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
1135
|
-
return {
|
|
1136
|
-
flatResponse,
|
|
1137
|
-
rawResponse: {
|
|
1138
|
-
statusCode: currentRawResponse.status,
|
|
1139
|
-
body: currentRawResponse.parsedBody,
|
|
1140
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
1141
|
-
},
|
|
1142
|
-
};
|
|
1143
|
-
};
|
|
1144
|
-
const lro = createLroSpec({
|
|
1145
|
-
sendOperationFn,
|
|
1146
|
-
args: { resourceGroupName, accountName, keyspaceName, viewName, options },
|
|
1147
|
-
spec: migrateCassandraViewToManualThroughputOperationSpec,
|
|
1148
|
-
});
|
|
1149
|
-
const poller = await createHttpPoller(lro, {
|
|
1150
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
1151
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
1152
|
-
});
|
|
1153
|
-
await poller.poll();
|
|
1154
|
-
return poller;
|
|
1155
|
-
}
|
|
1156
|
-
/**
|
|
1157
|
-
* Migrate an Azure Cosmos DB Cassandra view from autoscale to manual throughput
|
|
1158
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1159
|
-
* @param accountName Cosmos DB database account name.
|
|
1160
|
-
* @param keyspaceName Cosmos DB keyspace name.
|
|
1161
|
-
* @param viewName Cosmos DB view name.
|
|
1162
|
-
* @param options The options parameters.
|
|
1163
|
-
*/
|
|
1164
|
-
async beginMigrateCassandraViewToManualThroughputAndWait(resourceGroupName, accountName, keyspaceName, viewName, options) {
|
|
1165
|
-
const poller = await this.beginMigrateCassandraViewToManualThroughput(resourceGroupName, accountName, keyspaceName, viewName, options);
|
|
1166
|
-
return poller.pollUntilDone();
|
|
1167
|
-
}
|
|
1168
800
|
}
|
|
1169
801
|
// Operation Specifications
|
|
1170
802
|
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
@@ -1586,204 +1218,4 @@ const migrateCassandraTableToManualThroughputOperationSpec = {
|
|
|
1586
1218
|
headerParameters: [Parameters.accept],
|
|
1587
1219
|
serializer,
|
|
1588
1220
|
};
|
|
1589
|
-
const listCassandraViewsOperationSpec = {
|
|
1590
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views",
|
|
1591
|
-
httpMethod: "GET",
|
|
1592
|
-
responses: {
|
|
1593
|
-
200: {
|
|
1594
|
-
bodyMapper: Mappers.CassandraViewListResult,
|
|
1595
|
-
},
|
|
1596
|
-
},
|
|
1597
|
-
queryParameters: [Parameters.apiVersion],
|
|
1598
|
-
urlParameters: [
|
|
1599
|
-
Parameters.$host,
|
|
1600
|
-
Parameters.subscriptionId,
|
|
1601
|
-
Parameters.resourceGroupName,
|
|
1602
|
-
Parameters.accountName,
|
|
1603
|
-
Parameters.keyspaceName,
|
|
1604
|
-
],
|
|
1605
|
-
headerParameters: [Parameters.accept],
|
|
1606
|
-
serializer,
|
|
1607
|
-
};
|
|
1608
|
-
const getCassandraViewOperationSpec = {
|
|
1609
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}",
|
|
1610
|
-
httpMethod: "GET",
|
|
1611
|
-
responses: {
|
|
1612
|
-
200: {
|
|
1613
|
-
bodyMapper: Mappers.CassandraViewGetResults,
|
|
1614
|
-
},
|
|
1615
|
-
},
|
|
1616
|
-
queryParameters: [Parameters.apiVersion],
|
|
1617
|
-
urlParameters: [
|
|
1618
|
-
Parameters.$host,
|
|
1619
|
-
Parameters.subscriptionId,
|
|
1620
|
-
Parameters.resourceGroupName,
|
|
1621
|
-
Parameters.accountName,
|
|
1622
|
-
Parameters.keyspaceName,
|
|
1623
|
-
Parameters.viewName,
|
|
1624
|
-
],
|
|
1625
|
-
headerParameters: [Parameters.accept],
|
|
1626
|
-
serializer,
|
|
1627
|
-
};
|
|
1628
|
-
const createUpdateCassandraViewOperationSpec = {
|
|
1629
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}",
|
|
1630
|
-
httpMethod: "PUT",
|
|
1631
|
-
responses: {
|
|
1632
|
-
200: {
|
|
1633
|
-
bodyMapper: Mappers.CassandraViewGetResults,
|
|
1634
|
-
},
|
|
1635
|
-
201: {
|
|
1636
|
-
bodyMapper: Mappers.CassandraViewGetResults,
|
|
1637
|
-
},
|
|
1638
|
-
202: {
|
|
1639
|
-
bodyMapper: Mappers.CassandraViewGetResults,
|
|
1640
|
-
},
|
|
1641
|
-
204: {
|
|
1642
|
-
bodyMapper: Mappers.CassandraViewGetResults,
|
|
1643
|
-
},
|
|
1644
|
-
},
|
|
1645
|
-
requestBody: Parameters.createUpdateCassandraViewParameters,
|
|
1646
|
-
queryParameters: [Parameters.apiVersion],
|
|
1647
|
-
urlParameters: [
|
|
1648
|
-
Parameters.$host,
|
|
1649
|
-
Parameters.subscriptionId,
|
|
1650
|
-
Parameters.resourceGroupName,
|
|
1651
|
-
Parameters.accountName,
|
|
1652
|
-
Parameters.keyspaceName,
|
|
1653
|
-
Parameters.viewName,
|
|
1654
|
-
],
|
|
1655
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1656
|
-
mediaType: "json",
|
|
1657
|
-
serializer,
|
|
1658
|
-
};
|
|
1659
|
-
const deleteCassandraViewOperationSpec = {
|
|
1660
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}",
|
|
1661
|
-
httpMethod: "DELETE",
|
|
1662
|
-
responses: { 200: {}, 201: {}, 202: {}, 204: {} },
|
|
1663
|
-
queryParameters: [Parameters.apiVersion],
|
|
1664
|
-
urlParameters: [
|
|
1665
|
-
Parameters.$host,
|
|
1666
|
-
Parameters.subscriptionId,
|
|
1667
|
-
Parameters.resourceGroupName,
|
|
1668
|
-
Parameters.accountName,
|
|
1669
|
-
Parameters.keyspaceName,
|
|
1670
|
-
Parameters.viewName,
|
|
1671
|
-
],
|
|
1672
|
-
serializer,
|
|
1673
|
-
};
|
|
1674
|
-
const getCassandraViewThroughputOperationSpec = {
|
|
1675
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}/throughputSettings/default",
|
|
1676
|
-
httpMethod: "GET",
|
|
1677
|
-
responses: {
|
|
1678
|
-
200: {
|
|
1679
|
-
bodyMapper: Mappers.ThroughputSettingsGetResults,
|
|
1680
|
-
},
|
|
1681
|
-
},
|
|
1682
|
-
queryParameters: [Parameters.apiVersion],
|
|
1683
|
-
urlParameters: [
|
|
1684
|
-
Parameters.$host,
|
|
1685
|
-
Parameters.subscriptionId,
|
|
1686
|
-
Parameters.resourceGroupName,
|
|
1687
|
-
Parameters.accountName,
|
|
1688
|
-
Parameters.keyspaceName,
|
|
1689
|
-
Parameters.viewName,
|
|
1690
|
-
],
|
|
1691
|
-
headerParameters: [Parameters.accept],
|
|
1692
|
-
serializer,
|
|
1693
|
-
};
|
|
1694
|
-
const updateCassandraViewThroughputOperationSpec = {
|
|
1695
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}/throughputSettings/default",
|
|
1696
|
-
httpMethod: "PUT",
|
|
1697
|
-
responses: {
|
|
1698
|
-
200: {
|
|
1699
|
-
bodyMapper: Mappers.ThroughputSettingsGetResults,
|
|
1700
|
-
},
|
|
1701
|
-
201: {
|
|
1702
|
-
bodyMapper: Mappers.ThroughputSettingsGetResults,
|
|
1703
|
-
},
|
|
1704
|
-
202: {
|
|
1705
|
-
bodyMapper: Mappers.ThroughputSettingsGetResults,
|
|
1706
|
-
},
|
|
1707
|
-
204: {
|
|
1708
|
-
bodyMapper: Mappers.ThroughputSettingsGetResults,
|
|
1709
|
-
},
|
|
1710
|
-
},
|
|
1711
|
-
requestBody: Parameters.updateThroughputParameters,
|
|
1712
|
-
queryParameters: [Parameters.apiVersion],
|
|
1713
|
-
urlParameters: [
|
|
1714
|
-
Parameters.$host,
|
|
1715
|
-
Parameters.subscriptionId,
|
|
1716
|
-
Parameters.resourceGroupName,
|
|
1717
|
-
Parameters.accountName,
|
|
1718
|
-
Parameters.keyspaceName,
|
|
1719
|
-
Parameters.viewName,
|
|
1720
|
-
],
|
|
1721
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
1722
|
-
mediaType: "json",
|
|
1723
|
-
serializer,
|
|
1724
|
-
};
|
|
1725
|
-
const migrateCassandraViewToAutoscaleOperationSpec = {
|
|
1726
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}/throughputSettings/default/migrateToAutoscale",
|
|
1727
|
-
httpMethod: "POST",
|
|
1728
|
-
responses: {
|
|
1729
|
-
200: {
|
|
1730
|
-
bodyMapper: Mappers.ThroughputSettingsGetResults,
|
|
1731
|
-
},
|
|
1732
|
-
201: {
|
|
1733
|
-
bodyMapper: Mappers.ThroughputSettingsGetResults,
|
|
1734
|
-
},
|
|
1735
|
-
202: {
|
|
1736
|
-
bodyMapper: Mappers.ThroughputSettingsGetResults,
|
|
1737
|
-
},
|
|
1738
|
-
204: {
|
|
1739
|
-
bodyMapper: Mappers.ThroughputSettingsGetResults,
|
|
1740
|
-
},
|
|
1741
|
-
default: {
|
|
1742
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1743
|
-
},
|
|
1744
|
-
},
|
|
1745
|
-
queryParameters: [Parameters.apiVersion],
|
|
1746
|
-
urlParameters: [
|
|
1747
|
-
Parameters.$host,
|
|
1748
|
-
Parameters.subscriptionId,
|
|
1749
|
-
Parameters.resourceGroupName,
|
|
1750
|
-
Parameters.accountName,
|
|
1751
|
-
Parameters.keyspaceName,
|
|
1752
|
-
Parameters.viewName,
|
|
1753
|
-
],
|
|
1754
|
-
headerParameters: [Parameters.accept],
|
|
1755
|
-
serializer,
|
|
1756
|
-
};
|
|
1757
|
-
const migrateCassandraViewToManualThroughputOperationSpec = {
|
|
1758
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/cassandraKeyspaces/{keyspaceName}/views/{viewName}/throughputSettings/default/migrateToManualThroughput",
|
|
1759
|
-
httpMethod: "POST",
|
|
1760
|
-
responses: {
|
|
1761
|
-
200: {
|
|
1762
|
-
bodyMapper: Mappers.ThroughputSettingsGetResults,
|
|
1763
|
-
},
|
|
1764
|
-
201: {
|
|
1765
|
-
bodyMapper: Mappers.ThroughputSettingsGetResults,
|
|
1766
|
-
},
|
|
1767
|
-
202: {
|
|
1768
|
-
bodyMapper: Mappers.ThroughputSettingsGetResults,
|
|
1769
|
-
},
|
|
1770
|
-
204: {
|
|
1771
|
-
bodyMapper: Mappers.ThroughputSettingsGetResults,
|
|
1772
|
-
},
|
|
1773
|
-
default: {
|
|
1774
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
1775
|
-
},
|
|
1776
|
-
},
|
|
1777
|
-
queryParameters: [Parameters.apiVersion],
|
|
1778
|
-
urlParameters: [
|
|
1779
|
-
Parameters.$host,
|
|
1780
|
-
Parameters.subscriptionId,
|
|
1781
|
-
Parameters.resourceGroupName,
|
|
1782
|
-
Parameters.accountName,
|
|
1783
|
-
Parameters.keyspaceName,
|
|
1784
|
-
Parameters.viewName,
|
|
1785
|
-
],
|
|
1786
|
-
headerParameters: [Parameters.accept],
|
|
1787
|
-
serializer,
|
|
1788
|
-
};
|
|
1789
1221
|
//# sourceMappingURL=cassandraResources.js.map
|