@azure/arm-redisenterprisecache 4.0.0 → 5.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -10
- package/dist/browser/api/accessPolicyAssignment/index.d.ts +3 -0
- package/dist/browser/api/accessPolicyAssignment/index.js +4 -0
- package/dist/browser/api/accessPolicyAssignment/index.js.map +1 -0
- package/dist/browser/api/accessPolicyAssignment/operations.d.ts +23 -0
- package/dist/browser/api/accessPolicyAssignment/operations.js +139 -0
- package/dist/browser/api/accessPolicyAssignment/operations.js.map +1 -0
- package/dist/browser/api/accessPolicyAssignment/options.d.ts +18 -0
- package/dist/{react-native/operationsInterfaces/databases.js → browser/api/accessPolicyAssignment/options.js} +1 -1
- package/dist/browser/api/accessPolicyAssignment/options.js.map +1 -0
- package/dist/browser/api/databases/index.d.ts +3 -0
- package/dist/browser/api/databases/index.js +4 -0
- package/dist/browser/api/databases/index.js.map +1 -0
- package/dist/browser/api/databases/operations.d.ts +59 -0
- package/dist/browser/api/databases/operations.js +444 -0
- package/dist/browser/api/databases/operations.js.map +1 -0
- package/dist/browser/api/databases/options.d.ts +64 -0
- package/dist/browser/{operationsInterfaces/databases.js → api/databases/options.js} +1 -1
- package/dist/browser/api/databases/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/migration/index.d.ts +3 -0
- package/dist/browser/api/migration/index.js +4 -0
- package/dist/browser/api/migration/index.js.map +1 -0
- package/dist/browser/api/migration/operations.d.ts +23 -0
- package/dist/browser/api/migration/operations.js +132 -0
- package/dist/browser/api/migration/operations.js.map +1 -0
- package/dist/browser/api/migration/options.d.ts +18 -0
- package/dist/{esm/operationsInterfaces/databases.js → browser/api/migration/options.js} +1 -1
- package/dist/browser/api/migration/options.js.map +1 -0
- package/dist/browser/api/migrations/index.d.ts +3 -0
- package/dist/browser/api/migrations/index.js +4 -0
- package/dist/browser/api/migrations/index.js.map +1 -0
- package/dist/browser/api/migrations/operations.d.ts +9 -0
- package/dist/browser/api/migrations/operations.js +36 -0
- package/dist/browser/api/migrations/operations.js.map +1 -0
- package/dist/browser/api/migrations/options.d.ts +5 -0
- package/dist/browser/{operationsInterfaces/operations.js → api/migrations/options.js} +1 -1
- package/dist/browser/api/migrations/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +35 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/operationsStatus/index.d.ts +3 -0
- package/dist/browser/{operationsInterfaces/accessPolicyAssignmentOperations.js → api/operationsStatus/index.js} +2 -2
- package/dist/browser/api/operationsStatus/index.js.map +1 -0
- package/dist/browser/api/operationsStatus/operations.d.ts +9 -0
- package/dist/browser/api/operationsStatus/operations.js +34 -0
- package/dist/browser/api/operationsStatus/operations.js.map +1 -0
- package/dist/browser/api/operationsStatus/options.d.ts +5 -0
- package/dist/browser/api/operationsStatus/options.js +4 -0
- package/dist/browser/api/operationsStatus/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +23 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +135 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/privateLinkResources/index.js +4 -0
- package/dist/browser/api/privateLinkResources/index.js.map +1 -0
- package/dist/browser/api/privateLinkResources/operations.d.ts +10 -0
- package/dist/browser/api/privateLinkResources/operations.js +38 -0
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
- package/dist/browser/api/privateLinkResources/options.js +4 -0
- package/dist/browser/api/privateLinkResources/options.js.map +1 -0
- package/dist/browser/api/redisEnterprise/index.d.ts +3 -0
- package/dist/browser/api/redisEnterprise/index.js +4 -0
- package/dist/browser/api/redisEnterprise/index.js.map +1 -0
- package/dist/browser/api/redisEnterprise/operations.d.ts +35 -0
- package/dist/browser/api/redisEnterprise/operations.js +223 -0
- package/dist/browser/api/redisEnterprise/operations.js.map +1 -0
- package/dist/browser/api/redisEnterprise/options.d.ts +29 -0
- package/dist/browser/api/redisEnterprise/options.js +4 -0
- package/dist/browser/api/redisEnterprise/options.js.map +1 -0
- package/dist/browser/api/redisEnterpriseManagementContext.d.ts +22 -0
- package/dist/browser/api/redisEnterpriseManagementContext.js +26 -0
- package/dist/browser/api/redisEnterpriseManagementContext.js.map +1 -0
- package/dist/browser/classic/accessPolicyAssignment/index.d.ts +27 -0
- package/dist/browser/classic/accessPolicyAssignment/index.js +34 -0
- package/dist/browser/classic/accessPolicyAssignment/index.js.map +1 -0
- package/dist/browser/classic/databases/index.d.ts +77 -0
- package/dist/browser/classic/databases/index.js +107 -0
- package/dist/browser/classic/databases/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +10 -0
- package/dist/{esm/operationsInterfaces/operations.js → browser/classic/index.js} +1 -1
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/migration/index.d.ts +27 -0
- package/dist/browser/classic/migration/index.js +34 -0
- package/dist/browser/classic/migration/index.js.map +1 -0
- package/dist/browser/classic/migrations/index.d.ts +10 -0
- package/dist/browser/classic/migrations/index.js +14 -0
- package/dist/browser/classic/migrations/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/operationsStatus/index.d.ts +10 -0
- package/dist/browser/classic/operationsStatus/index.js +14 -0
- package/dist/browser/classic/operationsStatus/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +34 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinkResources/index.d.ts +11 -0
- package/dist/browser/classic/privateLinkResources/index.js +14 -0
- package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/redisEnterprise/index.d.ts +37 -0
- package/dist/browser/classic/redisEnterprise/index.js +45 -0
- package/dist/browser/classic/redisEnterprise/index.js.map +1 -0
- package/dist/browser/index.d.ts +22 -3
- package/dist/browser/index.js +5 -6
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -1734
- package/dist/browser/models/index.js +1 -364
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +1573 -0
- package/dist/browser/models/models.js +1631 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/redisEnterpriseManagementClient.d.ts +37 -24
- package/dist/browser/redisEnterpriseManagementClient.js +48 -104
- package/dist/browser/redisEnterpriseManagementClient.js.map +1 -1
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +122 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/accessPolicyAssignment/index.d.ts +3 -0
- package/dist/commonjs/api/accessPolicyAssignment/index.js +34 -0
- package/dist/commonjs/api/accessPolicyAssignment/index.js.map +7 -0
- package/dist/commonjs/api/accessPolicyAssignment/operations.d.ts +23 -0
- package/dist/commonjs/api/accessPolicyAssignment/operations.js +225 -0
- package/dist/commonjs/api/accessPolicyAssignment/operations.js.map +7 -0
- package/dist/commonjs/api/accessPolicyAssignment/options.d.ts +18 -0
- package/dist/commonjs/api/accessPolicyAssignment/options.js +16 -0
- package/dist/commonjs/api/accessPolicyAssignment/options.js.map +7 -0
- package/dist/commonjs/api/databases/index.d.ts +3 -0
- package/dist/commonjs/api/databases/index.js +52 -0
- package/dist/commonjs/api/databases/index.js.map +7 -0
- package/dist/commonjs/api/databases/operations.d.ts +59 -0
- package/dist/commonjs/api/databases/operations.js +612 -0
- package/dist/commonjs/api/databases/operations.js.map +7 -0
- package/dist/commonjs/api/databases/options.d.ts +64 -0
- package/dist/commonjs/api/databases/options.js +16 -0
- package/dist/commonjs/api/databases/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/migration/index.d.ts +3 -0
- package/dist/commonjs/api/migration/index.js +34 -0
- package/dist/commonjs/api/migration/index.js.map +7 -0
- package/dist/commonjs/api/migration/operations.d.ts +23 -0
- package/dist/commonjs/api/migration/operations.js +196 -0
- package/dist/commonjs/api/migration/operations.js.map +7 -0
- package/dist/commonjs/api/migration/options.d.ts +18 -0
- package/dist/commonjs/api/migration/options.js +16 -0
- package/dist/commonjs/api/migration/options.js.map +7 -0
- package/dist/commonjs/api/migrations/index.d.ts +3 -0
- package/dist/commonjs/api/migrations/index.js +28 -0
- package/dist/commonjs/api/migrations/index.js.map +7 -0
- package/dist/commonjs/api/migrations/operations.d.ts +9 -0
- package/dist/commonjs/api/migrations/operations.js +67 -0
- package/dist/commonjs/api/migrations/operations.js.map +7 -0
- package/dist/commonjs/api/migrations/options.d.ts +5 -0
- package/dist/commonjs/api/migrations/options.js +16 -0
- package/dist/commonjs/api/migrations/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +72 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/operationsStatus/index.d.ts +3 -0
- package/dist/commonjs/api/operationsStatus/index.js +28 -0
- package/dist/commonjs/api/operationsStatus/index.js.map +7 -0
- package/dist/commonjs/api/operationsStatus/operations.d.ts +9 -0
- package/dist/commonjs/api/operationsStatus/operations.js +65 -0
- package/dist/commonjs/api/operationsStatus/operations.js.map +7 -0
- package/dist/commonjs/api/operationsStatus/options.d.ts +5 -0
- package/dist/commonjs/api/operationsStatus/options.js +16 -0
- package/dist/commonjs/api/operationsStatus/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +34 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +23 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +212 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +16 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/privateLinkResources/index.js +28 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +10 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +75 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
- package/dist/commonjs/api/privateLinkResources/options.js +16 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/redisEnterprise/index.d.ts +3 -0
- package/dist/commonjs/api/redisEnterprise/index.js +40 -0
- package/dist/commonjs/api/redisEnterprise/index.js.map +7 -0
- package/dist/commonjs/api/redisEnterprise/operations.d.ts +35 -0
- package/dist/commonjs/api/redisEnterprise/operations.js +320 -0
- package/dist/commonjs/api/redisEnterprise/operations.js.map +7 -0
- package/dist/commonjs/api/redisEnterprise/options.d.ts +29 -0
- package/dist/commonjs/api/redisEnterprise/options.js +16 -0
- package/dist/commonjs/api/redisEnterprise/options.js.map +7 -0
- package/dist/commonjs/api/redisEnterpriseManagementContext.d.ts +22 -0
- package/dist/commonjs/api/redisEnterpriseManagementContext.js +47 -0
- package/dist/commonjs/api/redisEnterpriseManagementContext.js.map +7 -0
- package/dist/commonjs/classic/accessPolicyAssignment/index.d.ts +27 -0
- package/dist/commonjs/classic/accessPolicyAssignment/index.js +110 -0
- package/dist/commonjs/classic/accessPolicyAssignment/index.js.map +7 -0
- package/dist/commonjs/classic/databases/index.d.ts +77 -0
- package/dist/commonjs/classic/databases/index.js +248 -0
- package/dist/commonjs/classic/databases/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +10 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/migration/index.d.ts +27 -0
- package/dist/commonjs/classic/migration/index.js +58 -0
- package/dist/commonjs/classic/migration/index.js.map +7 -0
- package/dist/commonjs/classic/migrations/index.d.ts +10 -0
- package/dist/commonjs/classic/migrations/index.js +38 -0
- package/dist/commonjs/classic/migrations/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/operationsStatus/index.d.ts +10 -0
- package/dist/commonjs/classic/operationsStatus/index.js +38 -0
- package/dist/commonjs/classic/operationsStatus/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +91 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +11 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +38 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/redisEnterprise/index.d.ts +37 -0
- package/dist/commonjs/classic/redisEnterprise/index.js +69 -0
- package/dist/commonjs/classic/redisEnterprise/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +22 -3
- package/dist/commonjs/index.js +96 -16
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -1734
- package/dist/commonjs/models/index.js +82 -370
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +1573 -0
- package/dist/commonjs/models/models.js +1626 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/redisEnterpriseManagementClient.d.ts +37 -24
- package/dist/commonjs/redisEnterpriseManagementClient.js +78 -117
- package/dist/commonjs/redisEnterpriseManagementClient.js.map +7 -1
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +135 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/accessPolicyAssignment/index.d.ts +3 -0
- package/dist/esm/api/accessPolicyAssignment/index.js +4 -0
- package/dist/esm/api/accessPolicyAssignment/index.js.map +1 -0
- package/dist/esm/api/accessPolicyAssignment/operations.d.ts +23 -0
- package/dist/esm/api/accessPolicyAssignment/operations.js +139 -0
- package/dist/esm/api/accessPolicyAssignment/operations.js.map +1 -0
- package/dist/esm/api/accessPolicyAssignment/options.d.ts +18 -0
- package/dist/esm/api/accessPolicyAssignment/options.js +4 -0
- package/dist/esm/api/accessPolicyAssignment/options.js.map +1 -0
- package/dist/esm/api/databases/index.d.ts +3 -0
- package/dist/esm/api/databases/index.js +4 -0
- package/dist/esm/api/databases/index.js.map +1 -0
- package/dist/esm/api/databases/operations.d.ts +59 -0
- package/dist/esm/api/databases/operations.js +444 -0
- package/dist/esm/api/databases/operations.js.map +1 -0
- package/dist/esm/api/databases/options.d.ts +64 -0
- package/dist/esm/api/databases/options.js +4 -0
- package/dist/esm/api/databases/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/migration/index.d.ts +3 -0
- package/dist/esm/api/migration/index.js +4 -0
- package/dist/esm/api/migration/index.js.map +1 -0
- package/dist/esm/api/migration/operations.d.ts +23 -0
- package/dist/esm/api/migration/operations.js +132 -0
- package/dist/esm/api/migration/operations.js.map +1 -0
- package/dist/esm/api/migration/options.d.ts +18 -0
- package/dist/esm/api/migration/options.js +4 -0
- package/dist/esm/api/migration/options.js.map +1 -0
- package/dist/esm/api/migrations/index.d.ts +3 -0
- package/dist/esm/api/migrations/index.js +4 -0
- package/dist/esm/api/migrations/index.js.map +1 -0
- package/dist/esm/api/migrations/operations.d.ts +9 -0
- package/dist/esm/api/migrations/operations.js +36 -0
- package/dist/esm/api/migrations/operations.js.map +1 -0
- package/dist/esm/api/migrations/options.d.ts +5 -0
- package/dist/esm/api/migrations/options.js +4 -0
- package/dist/esm/api/migrations/options.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +35 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/operationsStatus/index.d.ts +3 -0
- package/dist/{browser/operationsInterfaces/operationsStatus.js → esm/api/operationsStatus/index.js} +2 -2
- package/dist/esm/api/operationsStatus/index.js.map +1 -0
- package/dist/esm/api/operationsStatus/operations.d.ts +9 -0
- package/dist/esm/api/operationsStatus/operations.js +34 -0
- package/dist/esm/api/operationsStatus/operations.js.map +1 -0
- package/dist/esm/api/operationsStatus/options.d.ts +5 -0
- package/dist/esm/api/operationsStatus/options.js +4 -0
- package/dist/esm/api/operationsStatus/options.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +4 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +23 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +135 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/privateLinkResources/index.js +4 -0
- package/dist/esm/api/privateLinkResources/index.js.map +1 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +10 -0
- package/dist/esm/api/privateLinkResources/operations.js +38 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
- package/dist/esm/api/privateLinkResources/options.js +4 -0
- package/dist/esm/api/privateLinkResources/options.js.map +1 -0
- package/dist/esm/api/redisEnterprise/index.d.ts +3 -0
- package/dist/esm/api/redisEnterprise/index.js +4 -0
- package/dist/esm/api/redisEnterprise/index.js.map +1 -0
- package/dist/esm/api/redisEnterprise/operations.d.ts +35 -0
- package/dist/esm/api/redisEnterprise/operations.js +223 -0
- package/dist/esm/api/redisEnterprise/operations.js.map +1 -0
- package/dist/esm/api/redisEnterprise/options.d.ts +29 -0
- package/dist/esm/api/redisEnterprise/options.js +4 -0
- package/dist/esm/api/redisEnterprise/options.js.map +1 -0
- package/dist/esm/api/redisEnterpriseManagementContext.d.ts +22 -0
- package/dist/esm/api/redisEnterpriseManagementContext.js +26 -0
- package/dist/esm/api/redisEnterpriseManagementContext.js.map +1 -0
- package/dist/esm/classic/accessPolicyAssignment/index.d.ts +27 -0
- package/dist/esm/classic/accessPolicyAssignment/index.js +34 -0
- package/dist/esm/classic/accessPolicyAssignment/index.js.map +1 -0
- package/dist/esm/classic/databases/index.d.ts +77 -0
- package/dist/esm/classic/databases/index.js +107 -0
- package/dist/esm/classic/databases/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +10 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/migration/index.d.ts +27 -0
- package/dist/esm/classic/migration/index.js +34 -0
- package/dist/esm/classic/migration/index.js.map +1 -0
- package/dist/esm/classic/migrations/index.d.ts +10 -0
- package/dist/esm/classic/migrations/index.js +14 -0
- package/dist/esm/classic/migrations/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/operationsStatus/index.d.ts +10 -0
- package/dist/esm/classic/operationsStatus/index.js +14 -0
- package/dist/esm/classic/operationsStatus/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +27 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +34 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/classic/privateLinkResources/index.d.ts +11 -0
- package/dist/esm/classic/privateLinkResources/index.js +14 -0
- package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
- package/dist/esm/classic/redisEnterprise/index.d.ts +37 -0
- package/dist/esm/classic/redisEnterprise/index.js +45 -0
- package/dist/esm/classic/redisEnterprise/index.js.map +1 -0
- package/dist/esm/index.d.ts +22 -3
- package/dist/esm/index.js +5 -6
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -1734
- package/dist/esm/models/index.js +1 -364
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +1573 -0
- package/dist/esm/models/models.js +1631 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/redisEnterpriseManagementClient.d.ts +37 -24
- package/dist/esm/redisEnterpriseManagementClient.js +48 -104
- package/dist/esm/redisEnterpriseManagementClient.js.map +1 -1
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +122 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +242 -96
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -20
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -71
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -2062
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -27
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -209
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/accessPolicyAssignmentOperations.d.ts +0 -110
- package/dist/browser/operations/accessPolicyAssignmentOperations.d.ts.map +0 -1
- package/dist/browser/operations/accessPolicyAssignmentOperations.js +0 -399
- package/dist/browser/operations/accessPolicyAssignmentOperations.js.map +0 -1
- package/dist/browser/operations/databases.d.ts +0 -283
- package/dist/browser/operations/databases.d.ts.map +0 -1
- package/dist/browser/operations/databases.js +0 -1180
- package/dist/browser/operations/databases.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -8
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -12
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -111
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/operationsStatus.d.ts +0 -20
- package/dist/browser/operations/operationsStatus.d.ts.map +0 -1
- package/dist/browser/operations/operationsStatus.js +0 -49
- package/dist/browser/operations/operationsStatus.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +0 -94
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.js +0 -329
- package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operations/privateLinkResources.d.ts +0 -34
- package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operations/privateLinkResources.js +0 -87
- package/dist/browser/operations/privateLinkResources.js.map +0 -1
- package/dist/browser/operations/redisEnterprise.d.ts +0 -130
- package/dist/browser/operations/redisEnterprise.d.ts.map +0 -1
- package/dist/browser/operations/redisEnterprise.js +0 -548
- package/dist/browser/operations/redisEnterprise.js.map +0 -1
- package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +0 -79
- package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/databases.d.ts +0 -254
- package/dist/browser/operationsInterfaces/databases.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/databases.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -8
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -12
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/operationsStatus.d.ts +0 -12
- package/dist/browser/operationsInterfaces/operationsStatus.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operationsStatus.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -75
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -15
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/redisEnterprise.d.ts +0 -94
- package/dist/browser/operationsInterfaces/redisEnterprise.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/redisEnterprise.js +0 -4
- package/dist/browser/operationsInterfaces/redisEnterprise.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -25
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/browser/redisEnterpriseManagementClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -23
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -71
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -2066
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -27
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -212
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.d.ts +0 -110
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.js +0 -404
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.js.map +0 -1
- package/dist/commonjs/operations/databases.d.ts +0 -283
- package/dist/commonjs/operations/databases.d.ts.map +0 -1
- package/dist/commonjs/operations/databases.js +0 -1185
- package/dist/commonjs/operations/databases.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -8
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -15
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -116
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/operationsStatus.d.ts +0 -20
- package/dist/commonjs/operations/operationsStatus.d.ts.map +0 -1
- package/dist/commonjs/operations/operationsStatus.js +0 -54
- package/dist/commonjs/operations/operationsStatus.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -94
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +0 -334
- package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +0 -34
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.js +0 -92
- package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operations/redisEnterprise.d.ts +0 -130
- package/dist/commonjs/operations/redisEnterprise.d.ts.map +0 -1
- package/dist/commonjs/operations/redisEnterprise.js +0 -553
- package/dist/commonjs/operations/redisEnterprise.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +0 -79
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.js +0 -5
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/databases.d.ts +0 -254
- package/dist/commonjs/operationsInterfaces/databases.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/databases.js +0 -5
- package/dist/commonjs/operationsInterfaces/databases.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -8
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -15
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operationsStatus.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/operationsStatus.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operationsStatus.js +0 -5
- package/dist/commonjs/operationsInterfaces/operationsStatus.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -75
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -15
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/redisEnterprise.d.ts +0 -94
- package/dist/commonjs/operationsInterfaces/redisEnterprise.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/redisEnterprise.js +0 -5
- package/dist/commonjs/operationsInterfaces/redisEnterprise.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -29
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/commonjs/redisEnterpriseManagementClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -71
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -2062
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -27
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -209
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/accessPolicyAssignmentOperations.d.ts +0 -110
- package/dist/esm/operations/accessPolicyAssignmentOperations.d.ts.map +0 -1
- package/dist/esm/operations/accessPolicyAssignmentOperations.js +0 -399
- package/dist/esm/operations/accessPolicyAssignmentOperations.js.map +0 -1
- package/dist/esm/operations/databases.d.ts +0 -283
- package/dist/esm/operations/databases.d.ts.map +0 -1
- package/dist/esm/operations/databases.js +0 -1180
- package/dist/esm/operations/databases.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -8
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -12
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -111
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/operationsStatus.d.ts +0 -20
- package/dist/esm/operations/operationsStatus.d.ts.map +0 -1
- package/dist/esm/operations/operationsStatus.js +0 -49
- package/dist/esm/operations/operationsStatus.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +0 -94
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.js +0 -329
- package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operations/privateLinkResources.d.ts +0 -34
- package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operations/privateLinkResources.js +0 -87
- package/dist/esm/operations/privateLinkResources.js.map +0 -1
- package/dist/esm/operations/redisEnterprise.d.ts +0 -130
- package/dist/esm/operations/redisEnterprise.d.ts.map +0 -1
- package/dist/esm/operations/redisEnterprise.js +0 -548
- package/dist/esm/operations/redisEnterprise.js.map +0 -1
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +0 -79
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.js +0 -4
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/databases.d.ts +0 -254
- package/dist/esm/operationsInterfaces/databases.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/databases.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -8
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -12
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/operationsStatus.d.ts +0 -12
- package/dist/esm/operationsInterfaces/operationsStatus.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operationsStatus.js +0 -4
- package/dist/esm/operationsInterfaces/operationsStatus.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -75
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -15
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/redisEnterprise.d.ts +0 -94
- package/dist/esm/operationsInterfaces/redisEnterprise.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/redisEnterprise.js +0 -4
- package/dist/esm/operationsInterfaces/redisEnterprise.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -25
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/esm/redisEnterpriseManagementClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -10
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -20
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -1735
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -367
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -71
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -2062
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -27
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -209
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/accessPolicyAssignmentOperations.d.ts +0 -110
- package/dist/react-native/operations/accessPolicyAssignmentOperations.d.ts.map +0 -1
- package/dist/react-native/operations/accessPolicyAssignmentOperations.js +0 -399
- package/dist/react-native/operations/accessPolicyAssignmentOperations.js.map +0 -1
- package/dist/react-native/operations/databases.d.ts +0 -283
- package/dist/react-native/operations/databases.d.ts.map +0 -1
- package/dist/react-native/operations/databases.js +0 -1180
- package/dist/react-native/operations/databases.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -8
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -12
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -111
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/operationsStatus.d.ts +0 -20
- package/dist/react-native/operations/operationsStatus.d.ts.map +0 -1
- package/dist/react-native/operations/operationsStatus.js +0 -49
- package/dist/react-native/operations/operationsStatus.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -94
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.js +0 -329
- package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +0 -34
- package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operations/privateLinkResources.js +0 -87
- package/dist/react-native/operations/privateLinkResources.js.map +0 -1
- package/dist/react-native/operations/redisEnterprise.d.ts +0 -130
- package/dist/react-native/operations/redisEnterprise.d.ts.map +0 -1
- package/dist/react-native/operations/redisEnterprise.js +0 -548
- package/dist/react-native/operations/redisEnterprise.js.map +0 -1
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +0 -79
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.js +0 -4
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/databases.d.ts +0 -254
- package/dist/react-native/operationsInterfaces/databases.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/databases.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -8
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -12
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -4
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operationsStatus.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/operationsStatus.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operationsStatus.js +0 -4
- package/dist/react-native/operationsInterfaces/operationsStatus.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -75
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -15
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/redisEnterprise.d.ts +0 -94
- package/dist/react-native/operationsInterfaces/redisEnterprise.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/redisEnterprise.js +0 -4
- package/dist/react-native/operationsInterfaces/redisEnterprise.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -25
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/dist/react-native/redisEnterpriseManagementClient.d.ts +0 -26
- package/dist/react-native/redisEnterpriseManagementClient.d.ts.map +0 -1
- package/dist/react-native/redisEnterpriseManagementClient.js +0 -113
- package/dist/react-native/redisEnterpriseManagementClient.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"redisEnterprise.js","sourceRoot":"","sources":["../../../src/operations/redisEnterprise.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { RedisEnterprise } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { RedisEnterpriseManagementClient } from \"../redisEnterpriseManagementClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n Cluster,\n RedisEnterpriseListByResourceGroupNextOptionalParams,\n RedisEnterpriseListByResourceGroupOptionalParams,\n RedisEnterpriseListByResourceGroupResponse,\n RedisEnterpriseListNextOptionalParams,\n RedisEnterpriseListOptionalParams,\n RedisEnterpriseListResponse,\n RedisEnterpriseCreateOptionalParams,\n RedisEnterpriseCreateResponse,\n ClusterUpdate,\n RedisEnterpriseUpdateOptionalParams,\n RedisEnterpriseUpdateResponse,\n RedisEnterpriseDeleteOptionalParams,\n RedisEnterpriseGetOptionalParams,\n RedisEnterpriseGetResponse,\n RedisEnterpriseListSkusForScalingOptionalParams,\n RedisEnterpriseListSkusForScalingResponse,\n RedisEnterpriseListByResourceGroupNextResponse,\n RedisEnterpriseListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing RedisEnterprise operations. */\nexport class RedisEnterpriseImpl implements RedisEnterprise {\n private readonly client: RedisEnterpriseManagementClient;\n\n /**\n * Initialize a new instance of the class RedisEnterprise class.\n * @param client Reference to the service client\n */\n constructor(client: RedisEnterpriseManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all Redis Enterprise clusters in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: RedisEnterpriseListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<Cluster> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(resourceGroupName, options, settings);\n },\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: RedisEnterpriseListByResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Cluster[]> {\n let result: RedisEnterpriseListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(resourceGroupName, continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: RedisEnterpriseListByResourceGroupOptionalParams,\n ): AsyncIterableIterator<Cluster> {\n for await (const page of this.listByResourceGroupPagingPage(resourceGroupName, options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all Redis Enterprise clusters in the specified subscription.\n * @param options The options parameters.\n */\n public list(options?: RedisEnterpriseListOptionalParams): PagedAsyncIterableIterator<Cluster> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: RedisEnterpriseListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Cluster[]> {\n let result: RedisEnterpriseListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: RedisEnterpriseListOptionalParams,\n ): AsyncIterableIterator<Cluster> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param parameters Parameters supplied to the Create Redis Enterprise operation.\n * @param options The options parameters.\n */\n async beginCreate(\n resourceGroupName: string,\n clusterName: string,\n parameters: Cluster,\n options?: RedisEnterpriseCreateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<RedisEnterpriseCreateResponse>, RedisEnterpriseCreateResponse>\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<RedisEnterpriseCreateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, clusterName, parameters, options },\n spec: createOperationSpec,\n });\n const poller = await createHttpPoller<\n RedisEnterpriseCreateResponse,\n OperationState<RedisEnterpriseCreateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"original-uri\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param parameters Parameters supplied to the Create Redis Enterprise operation.\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n resourceGroupName: string,\n clusterName: string,\n parameters: Cluster,\n options?: RedisEnterpriseCreateOptionalParams,\n ): Promise<RedisEnterpriseCreateResponse> {\n const poller = await this.beginCreate(resourceGroupName, clusterName, parameters, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Updates an existing Redis Enterprise cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param parameters Parameters supplied to the Update Redis Enterprise operation.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n clusterName: string,\n parameters: ClusterUpdate,\n options?: RedisEnterpriseUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<RedisEnterpriseUpdateResponse>, RedisEnterpriseUpdateResponse>\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<RedisEnterpriseUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, clusterName, parameters, options },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n RedisEnterpriseUpdateResponse,\n OperationState<RedisEnterpriseUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Updates an existing Redis Enterprise cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param parameters Parameters supplied to the Update Redis Enterprise operation.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n parameters: ClusterUpdate,\n options?: RedisEnterpriseUpdateOptionalParams,\n ): Promise<RedisEnterpriseUpdateResponse> {\n const poller = await this.beginUpdate(resourceGroupName, clusterName, parameters, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes a Redis Enterprise cache cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n clusterName: string,\n options?: RedisEnterpriseDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, clusterName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes a Redis Enterprise cache cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n options?: RedisEnterpriseDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(resourceGroupName, clusterName, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Gets information about a Redis Enterprise cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n options?: RedisEnterpriseGetOptionalParams,\n ): Promise<RedisEnterpriseGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Lists all Redis Enterprise clusters in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: RedisEnterpriseListByResourceGroupOptionalParams,\n ): Promise<RedisEnterpriseListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec,\n );\n }\n\n /**\n * Lists all Redis Enterprise clusters in the specified subscription.\n * @param options The options parameters.\n */\n private _list(options?: RedisEnterpriseListOptionalParams): Promise<RedisEnterpriseListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * Lists the available SKUs for scaling the Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param options The options parameters.\n */\n listSkusForScaling(\n resourceGroupName: string,\n clusterName: string,\n options?: RedisEnterpriseListSkusForScalingOptionalParams,\n ): Promise<RedisEnterpriseListSkusForScalingResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, clusterName, options },\n listSkusForScalingOperationSpec,\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: RedisEnterpriseListByResourceGroupNextOptionalParams,\n ): Promise<RedisEnterpriseListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec,\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: RedisEnterpriseListNextOptionalParams,\n ): Promise<RedisEnterpriseListNextResponse> {\n return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Cluster,\n },\n 201: {\n bodyMapper: Mappers.Cluster,\n },\n 202: {\n bodyMapper: Mappers.Cluster,\n },\n 204: {\n bodyMapper: Mappers.Cluster,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.Cluster,\n },\n 201: {\n bodyMapper: Mappers.Cluster,\n },\n 202: {\n bodyMapper: Mappers.Cluster,\n },\n 204: {\n bodyMapper: Mappers.Cluster,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Cluster,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.resourceGroupName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listSkusForScalingOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/listSkusForScaling\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.SkuDetailsList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.clusterName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ClusterList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import type { AccessPolicyAssignment, AccessPolicyAssignmentListOptionalParams, AccessPolicyAssignmentCreateUpdateOptionalParams, AccessPolicyAssignmentCreateUpdateResponse, AccessPolicyAssignmentGetOptionalParams, AccessPolicyAssignmentGetResponse, AccessPolicyAssignmentDeleteOptionalParams, AccessPolicyAssignmentDeleteResponse } from "../models/index.js";
|
|
4
|
-
/** Interface representing a AccessPolicyAssignmentOperations. */
|
|
5
|
-
export interface AccessPolicyAssignmentOperations {
|
|
6
|
-
/**
|
|
7
|
-
* Gets all access policy assignments..
|
|
8
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
10
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
11
|
-
* consecutive hyphens
|
|
12
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
13
|
-
* @param options The options parameters.
|
|
14
|
-
*/
|
|
15
|
-
list(resourceGroupName: string, clusterName: string, databaseName: string, options?: AccessPolicyAssignmentListOptionalParams): PagedAsyncIterableIterator<AccessPolicyAssignment>;
|
|
16
|
-
/**
|
|
17
|
-
* Creates/Updates a particular access policy assignment for a database
|
|
18
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
19
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
20
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
21
|
-
* consecutive hyphens
|
|
22
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
23
|
-
* @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy
|
|
24
|
-
* assignment.
|
|
25
|
-
* @param parameters Parameters supplied to the create access policy assignment for database.
|
|
26
|
-
* @param options The options parameters.
|
|
27
|
-
*/
|
|
28
|
-
beginCreateUpdate(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, parameters: AccessPolicyAssignment, options?: AccessPolicyAssignmentCreateUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AccessPolicyAssignmentCreateUpdateResponse>, AccessPolicyAssignmentCreateUpdateResponse>>;
|
|
29
|
-
/**
|
|
30
|
-
* Creates/Updates a particular access policy assignment for a database
|
|
31
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
33
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
34
|
-
* consecutive hyphens
|
|
35
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
36
|
-
* @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy
|
|
37
|
-
* assignment.
|
|
38
|
-
* @param parameters Parameters supplied to the create access policy assignment for database.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
beginCreateUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, parameters: AccessPolicyAssignment, options?: AccessPolicyAssignmentCreateUpdateOptionalParams): Promise<AccessPolicyAssignmentCreateUpdateResponse>;
|
|
42
|
-
/**
|
|
43
|
-
* Gets information about access policy assignment for database.
|
|
44
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
45
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
46
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
47
|
-
* consecutive hyphens
|
|
48
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
49
|
-
* @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy
|
|
50
|
-
* assignment.
|
|
51
|
-
* @param options The options parameters.
|
|
52
|
-
*/
|
|
53
|
-
get(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, options?: AccessPolicyAssignmentGetOptionalParams): Promise<AccessPolicyAssignmentGetResponse>;
|
|
54
|
-
/**
|
|
55
|
-
* Deletes a single access policy assignment.
|
|
56
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
57
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
58
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
59
|
-
* consecutive hyphens
|
|
60
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
61
|
-
* @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy
|
|
62
|
-
* assignment.
|
|
63
|
-
* @param options The options parameters.
|
|
64
|
-
*/
|
|
65
|
-
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, options?: AccessPolicyAssignmentDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AccessPolicyAssignmentDeleteResponse>, AccessPolicyAssignmentDeleteResponse>>;
|
|
66
|
-
/**
|
|
67
|
-
* Deletes a single access policy assignment.
|
|
68
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
69
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
70
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
71
|
-
* consecutive hyphens
|
|
72
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
73
|
-
* @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy
|
|
74
|
-
* assignment.
|
|
75
|
-
* @param options The options parameters.
|
|
76
|
-
*/
|
|
77
|
-
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, options?: AccessPolicyAssignmentDeleteOptionalParams): Promise<AccessPolicyAssignmentDeleteResponse>;
|
|
78
|
-
}
|
|
79
|
-
//# sourceMappingURL=accessPolicyAssignmentOperations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accessPolicyAssignmentOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/accessPolicyAssignmentOperations.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,sBAAsB,EACtB,wCAAwC,EACxC,gDAAgD,EAChD,0CAA0C,EAC1C,uCAAuC,EACvC,iCAAiC,EACjC,0CAA0C,EAC1C,oCAAoC,EACrC,MAAM,oBAAoB,CAAC;AAG5B,iEAAiE;AACjE,MAAM,WAAW,gCAAgC;IAC/C;;;;;;;;OAQG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,sBAAsB,CAAC,CAAC;IACtD;;;;;;;;;;;OAWG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,0BAA0B,EAAE,MAAM,EAClC,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0CAA0C,CAAC,EAC1D,0CAA0C,CAC3C,CACF,CAAC;IACF;;;;;;;;;;;OAWG;IACH,wBAAwB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,0BAA0B,EAAE,MAAM,EAClC,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC,CAAC;IACvD;;;;;;;;;;OAUG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,0BAA0B,EAAE,MAAM,EAClC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;;;;;OAUG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,0BAA0B,EAAE,MAAM,EAClC,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oCAAoC,CAAC,EACpD,oCAAoC,CACrC,CACF,CAAC;IACF;;;;;;;;;;OAUG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,0BAA0B,EAAE,MAAM,EAClC,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;CAClD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accessPolicyAssignmentOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/accessPolicyAssignmentOperations.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n AccessPolicyAssignment,\n AccessPolicyAssignmentListOptionalParams,\n AccessPolicyAssignmentCreateUpdateOptionalParams,\n AccessPolicyAssignmentCreateUpdateResponse,\n AccessPolicyAssignmentGetOptionalParams,\n AccessPolicyAssignmentGetResponse,\n AccessPolicyAssignmentDeleteOptionalParams,\n AccessPolicyAssignmentDeleteResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a AccessPolicyAssignmentOperations. */\nexport interface AccessPolicyAssignmentOperations {\n /**\n * Gets all access policy assignments..\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: AccessPolicyAssignmentListOptionalParams,\n ): PagedAsyncIterableIterator<AccessPolicyAssignment>;\n /**\n * Creates/Updates a particular access policy assignment for a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy\n * assignment.\n * @param parameters Parameters supplied to the create access policy assignment for database.\n * @param options The options parameters.\n */\n beginCreateUpdate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n accessPolicyAssignmentName: string,\n parameters: AccessPolicyAssignment,\n options?: AccessPolicyAssignmentCreateUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AccessPolicyAssignmentCreateUpdateResponse>,\n AccessPolicyAssignmentCreateUpdateResponse\n >\n >;\n /**\n * Creates/Updates a particular access policy assignment for a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy\n * assignment.\n * @param parameters Parameters supplied to the create access policy assignment for database.\n * @param options The options parameters.\n */\n beginCreateUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n accessPolicyAssignmentName: string,\n parameters: AccessPolicyAssignment,\n options?: AccessPolicyAssignmentCreateUpdateOptionalParams,\n ): Promise<AccessPolicyAssignmentCreateUpdateResponse>;\n /**\n * Gets information about access policy assignment for database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy\n * assignment.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n accessPolicyAssignmentName: string,\n options?: AccessPolicyAssignmentGetOptionalParams,\n ): Promise<AccessPolicyAssignmentGetResponse>;\n /**\n * Deletes a single access policy assignment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy\n * assignment.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n accessPolicyAssignmentName: string,\n options?: AccessPolicyAssignmentDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<AccessPolicyAssignmentDeleteResponse>,\n AccessPolicyAssignmentDeleteResponse\n >\n >;\n /**\n * Deletes a single access policy assignment.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy\n * assignment.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n accessPolicyAssignmentName: string,\n options?: AccessPolicyAssignmentDeleteOptionalParams,\n ): Promise<AccessPolicyAssignmentDeleteResponse>;\n}\n"]}
|
|
@@ -1,254 +0,0 @@
|
|
|
1
|
-
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import type { Database, DatabasesListByClusterOptionalParams, DatabasesCreateOptionalParams, DatabasesCreateResponse, DatabaseUpdate, DatabasesUpdateOptionalParams, DatabasesUpdateResponse, DatabasesGetOptionalParams, DatabasesGetResponse, DatabasesDeleteOptionalParams, DatabasesListKeysOptionalParams, DatabasesListKeysResponse, RegenerateKeyParameters, DatabasesRegenerateKeyOptionalParams, DatabasesRegenerateKeyResponse, ImportClusterParameters, DatabasesImportOptionalParams, ExportClusterParameters, DatabasesExportOptionalParams, ForceUnlinkParameters, DatabasesForceUnlinkOptionalParams, ForceLinkParameters, DatabasesForceLinkToReplicationGroupOptionalParams, DatabasesForceLinkToReplicationGroupResponse, DatabasesFlushOptionalParams, DatabasesUpgradeDBRedisVersionOptionalParams, DatabasesUpgradeDBRedisVersionResponse } from "../models/index.js";
|
|
4
|
-
/** Interface representing a Databases. */
|
|
5
|
-
export interface Databases {
|
|
6
|
-
/**
|
|
7
|
-
* Gets all databases in the specified Redis Enterprise cluster.
|
|
8
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
10
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
11
|
-
* consecutive hyphens
|
|
12
|
-
* @param options The options parameters.
|
|
13
|
-
*/
|
|
14
|
-
listByCluster(resourceGroupName: string, clusterName: string, options?: DatabasesListByClusterOptionalParams): PagedAsyncIterableIterator<Database>;
|
|
15
|
-
/**
|
|
16
|
-
* Creates a database
|
|
17
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
18
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
19
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
20
|
-
* consecutive hyphens
|
|
21
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
22
|
-
* @param parameters Parameters supplied to the create or update database operation.
|
|
23
|
-
* @param options The options parameters.
|
|
24
|
-
*/
|
|
25
|
-
beginCreate(resourceGroupName: string, clusterName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesCreateResponse>, DatabasesCreateResponse>>;
|
|
26
|
-
/**
|
|
27
|
-
* Creates a database
|
|
28
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
29
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
30
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
31
|
-
* consecutive hyphens
|
|
32
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
33
|
-
* @param parameters Parameters supplied to the create or update database operation.
|
|
34
|
-
* @param options The options parameters.
|
|
35
|
-
*/
|
|
36
|
-
beginCreateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOptionalParams): Promise<DatabasesCreateResponse>;
|
|
37
|
-
/**
|
|
38
|
-
* Updates a database
|
|
39
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
41
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
42
|
-
* consecutive hyphens
|
|
43
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
44
|
-
* @param parameters Parameters supplied to the create or update database operation.
|
|
45
|
-
* @param options The options parameters.
|
|
46
|
-
*/
|
|
47
|
-
beginUpdate(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUpdate, options?: DatabasesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesUpdateResponse>, DatabasesUpdateResponse>>;
|
|
48
|
-
/**
|
|
49
|
-
* Updates a database
|
|
50
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
51
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
52
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
53
|
-
* consecutive hyphens
|
|
54
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
55
|
-
* @param parameters Parameters supplied to the create or update database operation.
|
|
56
|
-
* @param options The options parameters.
|
|
57
|
-
*/
|
|
58
|
-
beginUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUpdate, options?: DatabasesUpdateOptionalParams): Promise<DatabasesUpdateResponse>;
|
|
59
|
-
/**
|
|
60
|
-
* Gets information about a database in a Redis Enterprise cluster.
|
|
61
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
62
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
63
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
64
|
-
* consecutive hyphens
|
|
65
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
66
|
-
* @param options The options parameters.
|
|
67
|
-
*/
|
|
68
|
-
get(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesGetOptionalParams): Promise<DatabasesGetResponse>;
|
|
69
|
-
/**
|
|
70
|
-
* Deletes a single database
|
|
71
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
72
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
73
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
74
|
-
* consecutive hyphens
|
|
75
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
76
|
-
* @param options The options parameters.
|
|
77
|
-
*/
|
|
78
|
-
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
79
|
-
/**
|
|
80
|
-
* Deletes a single database
|
|
81
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
82
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
83
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
84
|
-
* consecutive hyphens
|
|
85
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
86
|
-
* @param options The options parameters.
|
|
87
|
-
*/
|
|
88
|
-
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<void>;
|
|
89
|
-
/**
|
|
90
|
-
* Retrieves the access keys for the Redis Enterprise database.
|
|
91
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
92
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
93
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
94
|
-
* consecutive hyphens
|
|
95
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
96
|
-
* @param options The options parameters.
|
|
97
|
-
*/
|
|
98
|
-
listKeys(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesListKeysOptionalParams): Promise<DatabasesListKeysResponse>;
|
|
99
|
-
/**
|
|
100
|
-
* Regenerates the Redis Enterprise database's access keys.
|
|
101
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
102
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
103
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
104
|
-
* consecutive hyphens
|
|
105
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
106
|
-
* @param parameters Specifies which key to regenerate.
|
|
107
|
-
* @param options The options parameters.
|
|
108
|
-
*/
|
|
109
|
-
beginRegenerateKey(resourceGroupName: string, clusterName: string, databaseName: string, parameters: RegenerateKeyParameters, options?: DatabasesRegenerateKeyOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesRegenerateKeyResponse>, DatabasesRegenerateKeyResponse>>;
|
|
110
|
-
/**
|
|
111
|
-
* Regenerates the Redis Enterprise database's access keys.
|
|
112
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
113
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
114
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
115
|
-
* consecutive hyphens
|
|
116
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
117
|
-
* @param parameters Specifies which key to regenerate.
|
|
118
|
-
* @param options The options parameters.
|
|
119
|
-
*/
|
|
120
|
-
beginRegenerateKeyAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: RegenerateKeyParameters, options?: DatabasesRegenerateKeyOptionalParams): Promise<DatabasesRegenerateKeyResponse>;
|
|
121
|
-
/**
|
|
122
|
-
* Imports database files to target database.
|
|
123
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
124
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
125
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
126
|
-
* consecutive hyphens
|
|
127
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
128
|
-
* @param parameters Storage information for importing into the cluster
|
|
129
|
-
* @param options The options parameters.
|
|
130
|
-
*/
|
|
131
|
-
beginImport(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ImportClusterParameters, options?: DatabasesImportOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
132
|
-
/**
|
|
133
|
-
* Imports database files to target database.
|
|
134
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
135
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
136
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
137
|
-
* consecutive hyphens
|
|
138
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
139
|
-
* @param parameters Storage information for importing into the cluster
|
|
140
|
-
* @param options The options parameters.
|
|
141
|
-
*/
|
|
142
|
-
beginImportAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ImportClusterParameters, options?: DatabasesImportOptionalParams): Promise<void>;
|
|
143
|
-
/**
|
|
144
|
-
* Exports a database file from target database.
|
|
145
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
146
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
147
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
148
|
-
* consecutive hyphens
|
|
149
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
150
|
-
* @param parameters Storage information for exporting into the cluster
|
|
151
|
-
* @param options The options parameters.
|
|
152
|
-
*/
|
|
153
|
-
beginExport(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ExportClusterParameters, options?: DatabasesExportOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
154
|
-
/**
|
|
155
|
-
* Exports a database file from target database.
|
|
156
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
157
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
158
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
159
|
-
* consecutive hyphens
|
|
160
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
161
|
-
* @param parameters Storage information for exporting into the cluster
|
|
162
|
-
* @param options The options parameters.
|
|
163
|
-
*/
|
|
164
|
-
beginExportAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ExportClusterParameters, options?: DatabasesExportOptionalParams): Promise<void>;
|
|
165
|
-
/**
|
|
166
|
-
* Forcibly removes the link to the specified database resource.
|
|
167
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
168
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
169
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
170
|
-
* consecutive hyphens
|
|
171
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
172
|
-
* @param parameters Information identifying the database to be unlinked.
|
|
173
|
-
* @param options The options parameters.
|
|
174
|
-
*/
|
|
175
|
-
beginForceUnlink(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ForceUnlinkParameters, options?: DatabasesForceUnlinkOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
176
|
-
/**
|
|
177
|
-
* Forcibly removes the link to the specified database resource.
|
|
178
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
179
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
180
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
181
|
-
* consecutive hyphens
|
|
182
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
183
|
-
* @param parameters Information identifying the database to be unlinked.
|
|
184
|
-
* @param options The options parameters.
|
|
185
|
-
*/
|
|
186
|
-
beginForceUnlinkAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ForceUnlinkParameters, options?: DatabasesForceUnlinkOptionalParams): Promise<void>;
|
|
187
|
-
/**
|
|
188
|
-
* Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing
|
|
189
|
-
* replication group. **IMPORTANT NOTE:** All data in this database will be discarded, and the database
|
|
190
|
-
* will temporarily be unavailable while rejoining the replication group.
|
|
191
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
192
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
193
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
194
|
-
* consecutive hyphens
|
|
195
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
196
|
-
* @param parameters Information identifying the database to be unlinked.
|
|
197
|
-
* @param options The options parameters.
|
|
198
|
-
*/
|
|
199
|
-
beginForceLinkToReplicationGroup(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ForceLinkParameters, options?: DatabasesForceLinkToReplicationGroupOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesForceLinkToReplicationGroupResponse>, DatabasesForceLinkToReplicationGroupResponse>>;
|
|
200
|
-
/**
|
|
201
|
-
* Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing
|
|
202
|
-
* replication group. **IMPORTANT NOTE:** All data in this database will be discarded, and the database
|
|
203
|
-
* will temporarily be unavailable while rejoining the replication group.
|
|
204
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
205
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
206
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
207
|
-
* consecutive hyphens
|
|
208
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
209
|
-
* @param parameters Information identifying the database to be unlinked.
|
|
210
|
-
* @param options The options parameters.
|
|
211
|
-
*/
|
|
212
|
-
beginForceLinkToReplicationGroupAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ForceLinkParameters, options?: DatabasesForceLinkToReplicationGroupOptionalParams): Promise<DatabasesForceLinkToReplicationGroupResponse>;
|
|
213
|
-
/**
|
|
214
|
-
* Flushes all the keys in this database and also from its linked databases.
|
|
215
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
216
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
217
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
218
|
-
* consecutive hyphens
|
|
219
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
220
|
-
* @param options The options parameters.
|
|
221
|
-
*/
|
|
222
|
-
beginFlush(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesFlushOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
223
|
-
/**
|
|
224
|
-
* Flushes all the keys in this database and also from its linked databases.
|
|
225
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
226
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
227
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
228
|
-
* consecutive hyphens
|
|
229
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
230
|
-
* @param options The options parameters.
|
|
231
|
-
*/
|
|
232
|
-
beginFlushAndWait(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesFlushOptionalParams): Promise<void>;
|
|
233
|
-
/**
|
|
234
|
-
* Upgrades the database Redis version to the latest available.
|
|
235
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
236
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
237
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
238
|
-
* consecutive hyphens
|
|
239
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
240
|
-
* @param options The options parameters.
|
|
241
|
-
*/
|
|
242
|
-
beginUpgradeDBRedisVersion(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesUpgradeDBRedisVersionOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesUpgradeDBRedisVersionResponse>, DatabasesUpgradeDBRedisVersionResponse>>;
|
|
243
|
-
/**
|
|
244
|
-
* Upgrades the database Redis version to the latest available.
|
|
245
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
246
|
-
* @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.
|
|
247
|
-
* Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor
|
|
248
|
-
* consecutive hyphens
|
|
249
|
-
* @param databaseName The name of the Redis Enterprise database.
|
|
250
|
-
* @param options The options parameters.
|
|
251
|
-
*/
|
|
252
|
-
beginUpgradeDBRedisVersionAndWait(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesUpgradeDBRedisVersionOptionalParams): Promise<DatabasesUpgradeDBRedisVersionResponse>;
|
|
253
|
-
}
|
|
254
|
-
//# sourceMappingURL=databases.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"databases.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/databases.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"databases.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/databases.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n Database,\n DatabasesListByClusterOptionalParams,\n DatabasesCreateOptionalParams,\n DatabasesCreateResponse,\n DatabaseUpdate,\n DatabasesUpdateOptionalParams,\n DatabasesUpdateResponse,\n DatabasesGetOptionalParams,\n DatabasesGetResponse,\n DatabasesDeleteOptionalParams,\n DatabasesListKeysOptionalParams,\n DatabasesListKeysResponse,\n RegenerateKeyParameters,\n DatabasesRegenerateKeyOptionalParams,\n DatabasesRegenerateKeyResponse,\n ImportClusterParameters,\n DatabasesImportOptionalParams,\n ExportClusterParameters,\n DatabasesExportOptionalParams,\n ForceUnlinkParameters,\n DatabasesForceUnlinkOptionalParams,\n ForceLinkParameters,\n DatabasesForceLinkToReplicationGroupOptionalParams,\n DatabasesForceLinkToReplicationGroupResponse,\n DatabasesFlushOptionalParams,\n DatabasesUpgradeDBRedisVersionOptionalParams,\n DatabasesUpgradeDBRedisVersionResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Databases. */\nexport interface Databases {\n /**\n * Gets all databases in the specified Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param options The options parameters.\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: DatabasesListByClusterOptionalParams,\n ): PagedAsyncIterableIterator<Database>;\n /**\n * Creates a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Parameters supplied to the create or update database operation.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: Database,\n options?: DatabasesCreateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<DatabasesCreateResponse>, DatabasesCreateResponse>>;\n /**\n * Creates a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Parameters supplied to the create or update database operation.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: Database,\n options?: DatabasesCreateOptionalParams,\n ): Promise<DatabasesCreateResponse>;\n /**\n * Updates a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Parameters supplied to the create or update database operation.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: DatabaseUpdate,\n options?: DatabasesUpdateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<DatabasesUpdateResponse>, DatabasesUpdateResponse>>;\n /**\n * Updates a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Parameters supplied to the create or update database operation.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: DatabaseUpdate,\n options?: DatabasesUpdateOptionalParams,\n ): Promise<DatabasesUpdateResponse>;\n /**\n * Gets information about a database in a Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesGetOptionalParams,\n ): Promise<DatabasesGetResponse>;\n /**\n * Deletes a single database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a single database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Retrieves the access keys for the Redis Enterprise database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n listKeys(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesListKeysOptionalParams,\n ): Promise<DatabasesListKeysResponse>;\n /**\n * Regenerates the Redis Enterprise database's access keys.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Specifies which key to regenerate.\n * @param options The options parameters.\n */\n beginRegenerateKey(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: RegenerateKeyParameters,\n options?: DatabasesRegenerateKeyOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<DatabasesRegenerateKeyResponse>, DatabasesRegenerateKeyResponse>\n >;\n /**\n * Regenerates the Redis Enterprise database's access keys.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Specifies which key to regenerate.\n * @param options The options parameters.\n */\n beginRegenerateKeyAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: RegenerateKeyParameters,\n options?: DatabasesRegenerateKeyOptionalParams,\n ): Promise<DatabasesRegenerateKeyResponse>;\n /**\n * Imports database files to target database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Storage information for importing into the cluster\n * @param options The options parameters.\n */\n beginImport(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ImportClusterParameters,\n options?: DatabasesImportOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Imports database files to target database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Storage information for importing into the cluster\n * @param options The options parameters.\n */\n beginImportAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ImportClusterParameters,\n options?: DatabasesImportOptionalParams,\n ): Promise<void>;\n /**\n * Exports a database file from target database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Storage information for exporting into the cluster\n * @param options The options parameters.\n */\n beginExport(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ExportClusterParameters,\n options?: DatabasesExportOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Exports a database file from target database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Storage information for exporting into the cluster\n * @param options The options parameters.\n */\n beginExportAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ExportClusterParameters,\n options?: DatabasesExportOptionalParams,\n ): Promise<void>;\n /**\n * Forcibly removes the link to the specified database resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Information identifying the database to be unlinked.\n * @param options The options parameters.\n */\n beginForceUnlink(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ForceUnlinkParameters,\n options?: DatabasesForceUnlinkOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Forcibly removes the link to the specified database resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Information identifying the database to be unlinked.\n * @param options The options parameters.\n */\n beginForceUnlinkAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ForceUnlinkParameters,\n options?: DatabasesForceUnlinkOptionalParams,\n ): Promise<void>;\n /**\n * Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing\n * replication group. **IMPORTANT NOTE:** All data in this database will be discarded, and the database\n * will temporarily be unavailable while rejoining the replication group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Information identifying the database to be unlinked.\n * @param options The options parameters.\n */\n beginForceLinkToReplicationGroup(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ForceLinkParameters,\n options?: DatabasesForceLinkToReplicationGroupOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabasesForceLinkToReplicationGroupResponse>,\n DatabasesForceLinkToReplicationGroupResponse\n >\n >;\n /**\n * Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing\n * replication group. **IMPORTANT NOTE:** All data in this database will be discarded, and the database\n * will temporarily be unavailable while rejoining the replication group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Information identifying the database to be unlinked.\n * @param options The options parameters.\n */\n beginForceLinkToReplicationGroupAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ForceLinkParameters,\n options?: DatabasesForceLinkToReplicationGroupOptionalParams,\n ): Promise<DatabasesForceLinkToReplicationGroupResponse>;\n /**\n * Flushes all the keys in this database and also from its linked databases.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginFlush(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesFlushOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Flushes all the keys in this database and also from its linked databases.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginFlushAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesFlushOptionalParams,\n ): Promise<void>;\n /**\n * Upgrades the database Redis version to the latest available.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginUpgradeDBRedisVersion(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesUpgradeDBRedisVersionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabasesUpgradeDBRedisVersionResponse>,\n DatabasesUpgradeDBRedisVersionResponse\n >\n >;\n /**\n * Upgrades the database Redis version to the latest available.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginUpgradeDBRedisVersionAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesUpgradeDBRedisVersionOptionalParams,\n ): Promise<DatabasesUpgradeDBRedisVersionResponse>;\n}\n"]}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from "./operations.js";
|
|
2
|
-
export * from "./operationsStatus.js";
|
|
3
|
-
export * from "./redisEnterprise.js";
|
|
4
|
-
export * from "./databases.js";
|
|
5
|
-
export * from "./accessPolicyAssignmentOperations.js";
|
|
6
|
-
export * from "./privateEndpointConnections.js";
|
|
7
|
-
export * from "./privateLinkResources.js";
|
|
8
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAMA,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uCAAuC,CAAC;AACtD,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT License.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
const tslib_1 = require("tslib");
|
|
6
|
-
// Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
tslib_1.__exportStar(require("./operations.js"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./operationsStatus.js"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./redisEnterprise.js"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./databases.js"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./accessPolicyAssignmentOperations.js"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./privateEndpointConnections.js"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./privateLinkResources.js"), exports);
|
|
15
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,2DAA2D;AAC3D,oFAAoF;AAEpF,0DAAgC;AAChC,gEAAsC;AACtC,+DAAqC;AACrC,yDAA+B;AAC/B,gFAAsD;AACtD,0EAAgD;AAChD,oEAA0C","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nexport * from \"./operations.js\";\nexport * from \"./operationsStatus.js\";\nexport * from \"./redisEnterprise.js\";\nexport * from \"./databases.js\";\nexport * from \"./accessPolicyAssignmentOperations.js\";\nexport * from \"./privateEndpointConnections.js\";\nexport * from \"./privateLinkResources.js\";\n"]}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import type { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
3
|
-
/** Interface representing a Operations. */
|
|
4
|
-
export interface Operations {
|
|
5
|
-
/**
|
|
6
|
-
* Lists all of the available REST API operations of the Microsoft.Cache provider.
|
|
7
|
-
* @param options The options parameters.
|
|
8
|
-
*/
|
|
9
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAGlF,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,4BAA4B,GAAG,0BAA0B,CAAC,SAAS,CAAC,CAAC;CACrF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available REST API operations of the Microsoft.Cache provider.\n * @param options The options parameters.\n */\n list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;\n}\n"]}
|