@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
|
@@ -0,0 +1,1573 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
5
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
6
|
+
export interface _OperationListResult {
|
|
7
|
+
/** The Operation items on this page */
|
|
8
|
+
value: Operation[];
|
|
9
|
+
/** The link to the next page of items */
|
|
10
|
+
nextLink?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
13
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
14
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
15
|
+
export interface Operation {
|
|
16
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
17
|
+
readonly name?: string;
|
|
18
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
19
|
+
readonly isDataAction?: boolean;
|
|
20
|
+
/** Localized display information for this particular operation. */
|
|
21
|
+
display?: OperationDisplay;
|
|
22
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
23
|
+
readonly origin?: Origin;
|
|
24
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
25
|
+
readonly actionType?: ActionType;
|
|
26
|
+
}
|
|
27
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
28
|
+
/** Localized display information for an operation. */
|
|
29
|
+
export interface OperationDisplay {
|
|
30
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
31
|
+
readonly provider?: string;
|
|
32
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
33
|
+
readonly resource?: string;
|
|
34
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
35
|
+
readonly operation?: string;
|
|
36
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
37
|
+
readonly description?: string;
|
|
38
|
+
}
|
|
39
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
40
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
41
|
+
export declare enum KnownOrigin {
|
|
42
|
+
/** Indicates the operation is initiated by a user. */
|
|
43
|
+
User = "user",
|
|
44
|
+
/** Indicates the operation is initiated by a system. */
|
|
45
|
+
System = "system",
|
|
46
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
47
|
+
UserSystem = "user,system"
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
51
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
52
|
+
* this enum contains the known values that the service supports.
|
|
53
|
+
* ### Known values supported by the service
|
|
54
|
+
* **user**: Indicates the operation is initiated by a user. \
|
|
55
|
+
* **system**: Indicates the operation is initiated by a system. \
|
|
56
|
+
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
57
|
+
*/
|
|
58
|
+
export type Origin = string;
|
|
59
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
60
|
+
export declare enum KnownActionType {
|
|
61
|
+
/** Actions are for internal-only APIs. */
|
|
62
|
+
Internal = "Internal"
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
66
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
67
|
+
* this enum contains the known values that the service supports.
|
|
68
|
+
* ### Known values supported by the service
|
|
69
|
+
* **Internal**: Actions are for internal-only APIs.
|
|
70
|
+
*/
|
|
71
|
+
export type ActionType = string;
|
|
72
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
73
|
+
export interface ErrorResponse {
|
|
74
|
+
/** The error object. */
|
|
75
|
+
error?: ErrorDetail;
|
|
76
|
+
}
|
|
77
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
78
|
+
/** The error detail. */
|
|
79
|
+
export interface ErrorDetail {
|
|
80
|
+
/** The error code. */
|
|
81
|
+
readonly code?: string;
|
|
82
|
+
/** The error message. */
|
|
83
|
+
readonly message?: string;
|
|
84
|
+
/** The error target. */
|
|
85
|
+
readonly target?: string;
|
|
86
|
+
/** The error details. */
|
|
87
|
+
readonly details?: ErrorDetail[];
|
|
88
|
+
/** The error additional info. */
|
|
89
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
90
|
+
}
|
|
91
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
92
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
93
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
94
|
+
/** The resource management error additional info. */
|
|
95
|
+
export interface ErrorAdditionalInfo {
|
|
96
|
+
/** The additional info type. */
|
|
97
|
+
readonly type?: string;
|
|
98
|
+
/** The additional info. */
|
|
99
|
+
readonly info?: any;
|
|
100
|
+
}
|
|
101
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
102
|
+
/** Describes a database on the Redis Enterprise cluster */
|
|
103
|
+
export interface Database extends ProxyResource {
|
|
104
|
+
/** Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. */
|
|
105
|
+
clientProtocol?: Protocol;
|
|
106
|
+
/** TCP port of the database endpoint. Specified at create time. Defaults to an available port. */
|
|
107
|
+
port?: number;
|
|
108
|
+
/** Current provisioning status of the database */
|
|
109
|
+
readonly provisioningState?: ProvisioningState;
|
|
110
|
+
/** Current resource status of the database */
|
|
111
|
+
readonly resourceState?: ResourceState;
|
|
112
|
+
/** Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database. */
|
|
113
|
+
clusteringPolicy?: ClusteringPolicy;
|
|
114
|
+
/** Redis eviction policy - default is VolatileLRU */
|
|
115
|
+
evictionPolicy?: EvictionPolicy;
|
|
116
|
+
/** Persistence settings */
|
|
117
|
+
persistence?: Persistence;
|
|
118
|
+
/** Optional set of redis modules to enable in this database - modules can only be added at creation time. */
|
|
119
|
+
modules?: Module[];
|
|
120
|
+
/** Optional set of properties to configure geo replication for this database. */
|
|
121
|
+
geoReplication?: DatabaseCommonPropertiesGeoReplication;
|
|
122
|
+
/** Version of Redis the database is running on, e.g. '6.0' */
|
|
123
|
+
readonly redisVersion?: string;
|
|
124
|
+
/** Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade */
|
|
125
|
+
deferUpgrade?: DeferUpgradeSetting;
|
|
126
|
+
/** This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created. Default is Disabled. */
|
|
127
|
+
accessKeysAuthentication?: AccessKeysAuthentication;
|
|
128
|
+
/** Specifies which keyspace events should trigger notifications. Default is an empty string, meaning this feature is disabled. When enabled, at least 'K' (keyspace events) or 'E' (keyevent events) must be present. For example, 'AKE' enables all standard events. See https://redis.io/docs/latest/develop/use/keyspace-notifications/ for the complete list of event types. */
|
|
129
|
+
notifyKeyspaceEvents?: string;
|
|
130
|
+
}
|
|
131
|
+
export declare function databaseSerializer(item: Database): any;
|
|
132
|
+
export declare function databaseDeserializer(item: any): Database;
|
|
133
|
+
/** Properties for creating Redis Enterprise databases */
|
|
134
|
+
export interface DatabaseCreateProperties extends DatabaseCommonProperties {
|
|
135
|
+
/** This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created. Default is Disabled. */
|
|
136
|
+
accessKeysAuthentication?: AccessKeysAuthentication;
|
|
137
|
+
}
|
|
138
|
+
export declare function databaseCreatePropertiesSerializer(item: DatabaseCreateProperties): any;
|
|
139
|
+
export declare function databaseCreatePropertiesDeserializer(item: any): DatabaseCreateProperties;
|
|
140
|
+
/** This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created. */
|
|
141
|
+
export declare enum KnownAccessKeysAuthentication {
|
|
142
|
+
/** Disabled */
|
|
143
|
+
Disabled = "Disabled",
|
|
144
|
+
/** Enabled */
|
|
145
|
+
Enabled = "Enabled"
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created. \
|
|
149
|
+
* {@link KnownAccessKeysAuthentication} can be used interchangeably with AccessKeysAuthentication,
|
|
150
|
+
* this enum contains the known values that the service supports.
|
|
151
|
+
* ### Known values supported by the service
|
|
152
|
+
* **Disabled**: Disabled \
|
|
153
|
+
* **Enabled**: Enabled
|
|
154
|
+
*/
|
|
155
|
+
export type AccessKeysAuthentication = string;
|
|
156
|
+
/** Properties of Redis Enterprise databases, as opposed to general resource properties like location, tags */
|
|
157
|
+
export interface DatabaseCommonProperties {
|
|
158
|
+
/** Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. */
|
|
159
|
+
clientProtocol?: Protocol;
|
|
160
|
+
/** TCP port of the database endpoint. Specified at create time. Defaults to an available port. */
|
|
161
|
+
port?: number;
|
|
162
|
+
/** Current provisioning status of the database */
|
|
163
|
+
readonly provisioningState?: ProvisioningState;
|
|
164
|
+
/** Current resource status of the database */
|
|
165
|
+
readonly resourceState?: ResourceState;
|
|
166
|
+
/** Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database. */
|
|
167
|
+
clusteringPolicy?: ClusteringPolicy;
|
|
168
|
+
/** Redis eviction policy - default is VolatileLRU */
|
|
169
|
+
evictionPolicy?: EvictionPolicy;
|
|
170
|
+
/** Persistence settings */
|
|
171
|
+
persistence?: Persistence;
|
|
172
|
+
/** Optional set of redis modules to enable in this database - modules can only be added at creation time. */
|
|
173
|
+
modules?: Module[];
|
|
174
|
+
/** Optional set of properties to configure geo replication for this database. */
|
|
175
|
+
geoReplication?: DatabaseCommonPropertiesGeoReplication;
|
|
176
|
+
/** Version of Redis the database is running on, e.g. '6.0' */
|
|
177
|
+
readonly redisVersion?: string;
|
|
178
|
+
/** Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade */
|
|
179
|
+
deferUpgrade?: DeferUpgradeSetting;
|
|
180
|
+
/** This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created. */
|
|
181
|
+
accessKeysAuthentication?: AccessKeysAuthentication;
|
|
182
|
+
/** Specifies which keyspace events should trigger notifications. Default is an empty string, meaning this feature is disabled. When enabled, at least 'K' (keyspace events) or 'E' (keyevent events) must be present. For example, 'AKE' enables all standard events. See https://redis.io/docs/latest/develop/use/keyspace-notifications/ for the complete list of event types. */
|
|
183
|
+
notifyKeyspaceEvents?: string;
|
|
184
|
+
}
|
|
185
|
+
export declare function databaseCommonPropertiesSerializer(item: DatabaseCommonProperties): any;
|
|
186
|
+
export declare function databaseCommonPropertiesDeserializer(item: any): DatabaseCommonProperties;
|
|
187
|
+
/** Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. */
|
|
188
|
+
export declare enum KnownProtocol {
|
|
189
|
+
/** Encrypted */
|
|
190
|
+
Encrypted = "Encrypted",
|
|
191
|
+
/** Plaintext */
|
|
192
|
+
Plaintext = "Plaintext"
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. \
|
|
196
|
+
* {@link KnownProtocol} can be used interchangeably with Protocol,
|
|
197
|
+
* this enum contains the known values that the service supports.
|
|
198
|
+
* ### Known values supported by the service
|
|
199
|
+
* **Encrypted**: Encrypted \
|
|
200
|
+
* **Plaintext**: Plaintext
|
|
201
|
+
*/
|
|
202
|
+
export type Protocol = string;
|
|
203
|
+
/** Current provisioning status */
|
|
204
|
+
export declare enum KnownProvisioningState {
|
|
205
|
+
/** Succeeded */
|
|
206
|
+
Succeeded = "Succeeded",
|
|
207
|
+
/** Failed */
|
|
208
|
+
Failed = "Failed",
|
|
209
|
+
/** Canceled */
|
|
210
|
+
Canceled = "Canceled",
|
|
211
|
+
/** Creating */
|
|
212
|
+
Creating = "Creating",
|
|
213
|
+
/** Updating */
|
|
214
|
+
Updating = "Updating",
|
|
215
|
+
/** Deleting */
|
|
216
|
+
Deleting = "Deleting"
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* Current provisioning status \
|
|
220
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
221
|
+
* this enum contains the known values that the service supports.
|
|
222
|
+
* ### Known values supported by the service
|
|
223
|
+
* **Succeeded**: Succeeded \
|
|
224
|
+
* **Failed**: Failed \
|
|
225
|
+
* **Canceled**: Canceled \
|
|
226
|
+
* **Creating**: Creating \
|
|
227
|
+
* **Updating**: Updating \
|
|
228
|
+
* **Deleting**: Deleting
|
|
229
|
+
*/
|
|
230
|
+
export type ProvisioningState = string;
|
|
231
|
+
/** Current resource status */
|
|
232
|
+
export declare enum KnownResourceState {
|
|
233
|
+
/** Running */
|
|
234
|
+
Running = "Running",
|
|
235
|
+
/** Creating */
|
|
236
|
+
Creating = "Creating",
|
|
237
|
+
/** CreateFailed */
|
|
238
|
+
CreateFailed = "CreateFailed",
|
|
239
|
+
/** Updating */
|
|
240
|
+
Updating = "Updating",
|
|
241
|
+
/** UpdateFailed */
|
|
242
|
+
UpdateFailed = "UpdateFailed",
|
|
243
|
+
/** Deleting */
|
|
244
|
+
Deleting = "Deleting",
|
|
245
|
+
/** DeleteFailed */
|
|
246
|
+
DeleteFailed = "DeleteFailed",
|
|
247
|
+
/** Enabling */
|
|
248
|
+
Enabling = "Enabling",
|
|
249
|
+
/** EnableFailed */
|
|
250
|
+
EnableFailed = "EnableFailed",
|
|
251
|
+
/** Disabling */
|
|
252
|
+
Disabling = "Disabling",
|
|
253
|
+
/** DisableFailed */
|
|
254
|
+
DisableFailed = "DisableFailed",
|
|
255
|
+
/** Disabled */
|
|
256
|
+
Disabled = "Disabled",
|
|
257
|
+
/** Scaling */
|
|
258
|
+
Scaling = "Scaling",
|
|
259
|
+
/** ScalingFailed */
|
|
260
|
+
ScalingFailed = "ScalingFailed",
|
|
261
|
+
/** Moving */
|
|
262
|
+
Moving = "Moving"
|
|
263
|
+
}
|
|
264
|
+
/**
|
|
265
|
+
* Current resource status \
|
|
266
|
+
* {@link KnownResourceState} can be used interchangeably with ResourceState,
|
|
267
|
+
* this enum contains the known values that the service supports.
|
|
268
|
+
* ### Known values supported by the service
|
|
269
|
+
* **Running**: Running \
|
|
270
|
+
* **Creating**: Creating \
|
|
271
|
+
* **CreateFailed**: CreateFailed \
|
|
272
|
+
* **Updating**: Updating \
|
|
273
|
+
* **UpdateFailed**: UpdateFailed \
|
|
274
|
+
* **Deleting**: Deleting \
|
|
275
|
+
* **DeleteFailed**: DeleteFailed \
|
|
276
|
+
* **Enabling**: Enabling \
|
|
277
|
+
* **EnableFailed**: EnableFailed \
|
|
278
|
+
* **Disabling**: Disabling \
|
|
279
|
+
* **DisableFailed**: DisableFailed \
|
|
280
|
+
* **Disabled**: Disabled \
|
|
281
|
+
* **Scaling**: Scaling \
|
|
282
|
+
* **ScalingFailed**: ScalingFailed \
|
|
283
|
+
* **Moving**: Moving
|
|
284
|
+
*/
|
|
285
|
+
export type ResourceState = string;
|
|
286
|
+
/** Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database. */
|
|
287
|
+
export declare enum KnownClusteringPolicy {
|
|
288
|
+
/** Enterprise clustering policy uses only the classic redis protocol, which does not support redis cluster commands. */
|
|
289
|
+
EnterpriseCluster = "EnterpriseCluster",
|
|
290
|
+
/** OSS clustering policy follows the redis cluster specification, and requires all clients to support redis clustering. */
|
|
291
|
+
OSSCluster = "OSSCluster",
|
|
292
|
+
/** The NoCluster policy is used for non-clustered Redis instances that do not require clustering features. */
|
|
293
|
+
NoCluster = "NoCluster"
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database. \
|
|
297
|
+
* {@link KnownClusteringPolicy} can be used interchangeably with ClusteringPolicy,
|
|
298
|
+
* this enum contains the known values that the service supports.
|
|
299
|
+
* ### Known values supported by the service
|
|
300
|
+
* **EnterpriseCluster**: Enterprise clustering policy uses only the classic redis protocol, which does not support redis cluster commands. \
|
|
301
|
+
* **OSSCluster**: OSS clustering policy follows the redis cluster specification, and requires all clients to support redis clustering. \
|
|
302
|
+
* **NoCluster**: The NoCluster policy is used for non-clustered Redis instances that do not require clustering features.
|
|
303
|
+
*/
|
|
304
|
+
export type ClusteringPolicy = string;
|
|
305
|
+
/** Redis eviction policy - default is VolatileLRU */
|
|
306
|
+
export declare enum KnownEvictionPolicy {
|
|
307
|
+
/** AllKeysLFU */
|
|
308
|
+
AllKeysLFU = "AllKeysLFU",
|
|
309
|
+
/** AllKeysLRU */
|
|
310
|
+
AllKeysLRU = "AllKeysLRU",
|
|
311
|
+
/** AllKeysRandom */
|
|
312
|
+
AllKeysRandom = "AllKeysRandom",
|
|
313
|
+
/** VolatileLRU */
|
|
314
|
+
VolatileLRU = "VolatileLRU",
|
|
315
|
+
/** VolatileLFU */
|
|
316
|
+
VolatileLFU = "VolatileLFU",
|
|
317
|
+
/** VolatileTTL */
|
|
318
|
+
VolatileTTL = "VolatileTTL",
|
|
319
|
+
/** VolatileRandom */
|
|
320
|
+
VolatileRandom = "VolatileRandom",
|
|
321
|
+
/** NoEviction */
|
|
322
|
+
NoEviction = "NoEviction"
|
|
323
|
+
}
|
|
324
|
+
/**
|
|
325
|
+
* Redis eviction policy - default is VolatileLRU \
|
|
326
|
+
* {@link KnownEvictionPolicy} can be used interchangeably with EvictionPolicy,
|
|
327
|
+
* this enum contains the known values that the service supports.
|
|
328
|
+
* ### Known values supported by the service
|
|
329
|
+
* **AllKeysLFU**: AllKeysLFU \
|
|
330
|
+
* **AllKeysLRU**: AllKeysLRU \
|
|
331
|
+
* **AllKeysRandom**: AllKeysRandom \
|
|
332
|
+
* **VolatileLRU**: VolatileLRU \
|
|
333
|
+
* **VolatileLFU**: VolatileLFU \
|
|
334
|
+
* **VolatileTTL**: VolatileTTL \
|
|
335
|
+
* **VolatileRandom**: VolatileRandom \
|
|
336
|
+
* **NoEviction**: NoEviction
|
|
337
|
+
*/
|
|
338
|
+
export type EvictionPolicy = string;
|
|
339
|
+
/** Persistence-related configuration for the Redis Enterprise database */
|
|
340
|
+
export interface Persistence {
|
|
341
|
+
/** Sets whether AOF is enabled. Note that at most one of AOF or RDB persistence may be enabled. */
|
|
342
|
+
aofEnabled?: boolean;
|
|
343
|
+
/** Sets whether RDB is enabled. Note that at most one of AOF or RDB persistence may be enabled. */
|
|
344
|
+
rdbEnabled?: boolean;
|
|
345
|
+
/** Sets the frequency at which data is written to disk. Defaults to '1s', meaning 'every second'. Note that the 'always' setting is deprecated, because of its performance impact. */
|
|
346
|
+
aofFrequency?: AofFrequency;
|
|
347
|
+
/** Sets the frequency at which a snapshot of the database is created. */
|
|
348
|
+
rdbFrequency?: RdbFrequency;
|
|
349
|
+
}
|
|
350
|
+
export declare function persistenceSerializer(item: Persistence): any;
|
|
351
|
+
export declare function persistenceDeserializer(item: any): Persistence;
|
|
352
|
+
/** Sets the frequency at which data is written to disk. Defaults to '1s', meaning 'every second'. Note that the 'always' setting is deprecated, because of its performance impact. */
|
|
353
|
+
export declare enum KnownAofFrequency {
|
|
354
|
+
/** 1s */
|
|
355
|
+
OneS = "1s",
|
|
356
|
+
/** always */
|
|
357
|
+
Always = "always"
|
|
358
|
+
}
|
|
359
|
+
/**
|
|
360
|
+
* Sets the frequency at which data is written to disk. Defaults to '1s', meaning 'every second'. Note that the 'always' setting is deprecated, because of its performance impact. \
|
|
361
|
+
* {@link KnownAofFrequency} can be used interchangeably with AofFrequency,
|
|
362
|
+
* this enum contains the known values that the service supports.
|
|
363
|
+
* ### Known values supported by the service
|
|
364
|
+
* **1s**: 1s \
|
|
365
|
+
* **always**: always
|
|
366
|
+
*/
|
|
367
|
+
export type AofFrequency = string;
|
|
368
|
+
/** Sets the frequency at which a snapshot of the database is created. */
|
|
369
|
+
export declare enum KnownRdbFrequency {
|
|
370
|
+
/** 1h */
|
|
371
|
+
OneH = "1h",
|
|
372
|
+
/** 6h */
|
|
373
|
+
SixH = "6h",
|
|
374
|
+
/** 12h */
|
|
375
|
+
TwelveH = "12h"
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* Sets the frequency at which a snapshot of the database is created. \
|
|
379
|
+
* {@link KnownRdbFrequency} can be used interchangeably with RdbFrequency,
|
|
380
|
+
* this enum contains the known values that the service supports.
|
|
381
|
+
* ### Known values supported by the service
|
|
382
|
+
* **1h**: 1h \
|
|
383
|
+
* **6h**: 6h \
|
|
384
|
+
* **12h**: 12h
|
|
385
|
+
*/
|
|
386
|
+
export type RdbFrequency = string;
|
|
387
|
+
export declare function moduleArraySerializer(result: Array<Module>): any[];
|
|
388
|
+
export declare function moduleArrayDeserializer(result: Array<Module>): any[];
|
|
389
|
+
/** Specifies configuration of a redis module */
|
|
390
|
+
export interface Module {
|
|
391
|
+
/** The name of the module, e.g. 'RedisBloom', 'RediSearch', 'RedisTimeSeries' */
|
|
392
|
+
name: string;
|
|
393
|
+
/** Configuration options for the module, e.g. 'ERROR_RATE 0.01 INITIAL_SIZE 400'. */
|
|
394
|
+
args?: string;
|
|
395
|
+
/** The version of the module, e.g. '1.0'. */
|
|
396
|
+
readonly version?: string;
|
|
397
|
+
}
|
|
398
|
+
export declare function moduleSerializer(item: Module): any;
|
|
399
|
+
export declare function moduleDeserializer(item: any): Module;
|
|
400
|
+
/** Optional set of properties to configure geo replication for this database. */
|
|
401
|
+
export interface DatabaseCommonPropertiesGeoReplication {
|
|
402
|
+
/** Name for the group of linked database resources */
|
|
403
|
+
groupNickname?: string;
|
|
404
|
+
/** List of database resources to link with this database */
|
|
405
|
+
linkedDatabases?: LinkedDatabase[];
|
|
406
|
+
}
|
|
407
|
+
export declare function databaseCommonPropertiesGeoReplicationSerializer(item: DatabaseCommonPropertiesGeoReplication): any;
|
|
408
|
+
export declare function databaseCommonPropertiesGeoReplicationDeserializer(item: any): DatabaseCommonPropertiesGeoReplication;
|
|
409
|
+
export declare function linkedDatabaseArraySerializer(result: Array<LinkedDatabase>): any[];
|
|
410
|
+
export declare function linkedDatabaseArrayDeserializer(result: Array<LinkedDatabase>): any[];
|
|
411
|
+
/** Specifies details of a linked database resource. */
|
|
412
|
+
export interface LinkedDatabase {
|
|
413
|
+
/** Resource ID of a database resource to link with this database. */
|
|
414
|
+
id?: string;
|
|
415
|
+
/** State of the link between the database resources. */
|
|
416
|
+
readonly state?: LinkState;
|
|
417
|
+
}
|
|
418
|
+
export declare function linkedDatabaseSerializer(item: LinkedDatabase): any;
|
|
419
|
+
export declare function linkedDatabaseDeserializer(item: any): LinkedDatabase;
|
|
420
|
+
/** State of the link between the database resources. */
|
|
421
|
+
export declare enum KnownLinkState {
|
|
422
|
+
/** Linked */
|
|
423
|
+
Linked = "Linked",
|
|
424
|
+
/** Linking */
|
|
425
|
+
Linking = "Linking",
|
|
426
|
+
/** Unlinking */
|
|
427
|
+
Unlinking = "Unlinking",
|
|
428
|
+
/** LinkFailed */
|
|
429
|
+
LinkFailed = "LinkFailed",
|
|
430
|
+
/** UnlinkFailed */
|
|
431
|
+
UnlinkFailed = "UnlinkFailed"
|
|
432
|
+
}
|
|
433
|
+
/**
|
|
434
|
+
* State of the link between the database resources. \
|
|
435
|
+
* {@link KnownLinkState} can be used interchangeably with LinkState,
|
|
436
|
+
* this enum contains the known values that the service supports.
|
|
437
|
+
* ### Known values supported by the service
|
|
438
|
+
* **Linked**: Linked \
|
|
439
|
+
* **Linking**: Linking \
|
|
440
|
+
* **Unlinking**: Unlinking \
|
|
441
|
+
* **LinkFailed**: LinkFailed \
|
|
442
|
+
* **UnlinkFailed**: UnlinkFailed
|
|
443
|
+
*/
|
|
444
|
+
export type LinkState = string;
|
|
445
|
+
/** Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade */
|
|
446
|
+
export declare enum KnownDeferUpgradeSetting {
|
|
447
|
+
/** Deferred */
|
|
448
|
+
Deferred = "Deferred",
|
|
449
|
+
/** NotDeferred */
|
|
450
|
+
NotDeferred = "NotDeferred"
|
|
451
|
+
}
|
|
452
|
+
/**
|
|
453
|
+
* Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade \
|
|
454
|
+
* {@link KnownDeferUpgradeSetting} can be used interchangeably with DeferUpgradeSetting,
|
|
455
|
+
* this enum contains the known values that the service supports.
|
|
456
|
+
* ### Known values supported by the service
|
|
457
|
+
* **Deferred**: Deferred \
|
|
458
|
+
* **NotDeferred**: NotDeferred
|
|
459
|
+
*/
|
|
460
|
+
export type DeferUpgradeSetting = string;
|
|
461
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
462
|
+
export interface ProxyResource extends Resource {
|
|
463
|
+
}
|
|
464
|
+
export declare function proxyResourceSerializer(_item: ProxyResource): any;
|
|
465
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
466
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
467
|
+
export interface Resource {
|
|
468
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
469
|
+
readonly id?: string;
|
|
470
|
+
/** The name of the resource */
|
|
471
|
+
readonly name?: string;
|
|
472
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
473
|
+
readonly type?: string;
|
|
474
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
475
|
+
readonly systemData?: SystemData;
|
|
476
|
+
}
|
|
477
|
+
export declare function resourceSerializer(_item: Resource): any;
|
|
478
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
479
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
480
|
+
export interface SystemData {
|
|
481
|
+
/** The identity that created the resource. */
|
|
482
|
+
createdBy?: string;
|
|
483
|
+
/** The type of identity that created the resource. */
|
|
484
|
+
createdByType?: CreatedByType;
|
|
485
|
+
/** The timestamp of resource creation (UTC). */
|
|
486
|
+
createdAt?: Date;
|
|
487
|
+
/** The identity that last modified the resource. */
|
|
488
|
+
lastModifiedBy?: string;
|
|
489
|
+
/** The type of identity that last modified the resource. */
|
|
490
|
+
lastModifiedByType?: CreatedByType;
|
|
491
|
+
/** The timestamp of resource last modification (UTC) */
|
|
492
|
+
lastModifiedAt?: Date;
|
|
493
|
+
}
|
|
494
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
495
|
+
/** The kind of entity that created the resource. */
|
|
496
|
+
export declare enum KnownCreatedByType {
|
|
497
|
+
/** The entity was created by a user. */
|
|
498
|
+
User = "User",
|
|
499
|
+
/** The entity was created by an application. */
|
|
500
|
+
Application = "Application",
|
|
501
|
+
/** The entity was created by a managed identity. */
|
|
502
|
+
ManagedIdentity = "ManagedIdentity",
|
|
503
|
+
/** The entity was created by a key. */
|
|
504
|
+
Key = "Key"
|
|
505
|
+
}
|
|
506
|
+
/**
|
|
507
|
+
* The kind of entity that created the resource. \
|
|
508
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
509
|
+
* this enum contains the known values that the service supports.
|
|
510
|
+
* ### Known values supported by the service
|
|
511
|
+
* **User**: The entity was created by a user. \
|
|
512
|
+
* **Application**: The entity was created by an application. \
|
|
513
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
514
|
+
* **Key**: The entity was created by a key.
|
|
515
|
+
*/
|
|
516
|
+
export type CreatedByType = string;
|
|
517
|
+
/** A partial update to the Redis Enterprise database */
|
|
518
|
+
export interface DatabaseUpdate {
|
|
519
|
+
/** Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. */
|
|
520
|
+
clientProtocol?: Protocol;
|
|
521
|
+
/** TCP port of the database endpoint. Specified at create time. Defaults to an available port. */
|
|
522
|
+
port?: number;
|
|
523
|
+
/** Current provisioning status of the database */
|
|
524
|
+
readonly provisioningState?: ProvisioningState;
|
|
525
|
+
/** Current resource status of the database */
|
|
526
|
+
readonly resourceState?: ResourceState;
|
|
527
|
+
/** Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database. */
|
|
528
|
+
clusteringPolicy?: ClusteringPolicy;
|
|
529
|
+
/** Redis eviction policy - default is VolatileLRU */
|
|
530
|
+
evictionPolicy?: EvictionPolicy;
|
|
531
|
+
/** Persistence settings */
|
|
532
|
+
persistence?: Persistence;
|
|
533
|
+
/** Optional set of redis modules to enable in this database - modules can only be added at creation time. */
|
|
534
|
+
modules?: Module[];
|
|
535
|
+
/** Optional set of properties to configure geo replication for this database. */
|
|
536
|
+
geoReplication?: DatabaseCommonPropertiesGeoReplication;
|
|
537
|
+
/** Version of Redis the database is running on, e.g. '6.0' */
|
|
538
|
+
readonly redisVersion?: string;
|
|
539
|
+
/** Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade */
|
|
540
|
+
deferUpgrade?: DeferUpgradeSetting;
|
|
541
|
+
/** This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created. Default is Disabled. */
|
|
542
|
+
accessKeysAuthentication?: AccessKeysAuthentication;
|
|
543
|
+
/** Specifies which keyspace events should trigger notifications. Default is an empty string, meaning this feature is disabled. When enabled, at least 'K' (keyspace events) or 'E' (keyevent events) must be present. For example, 'AKE' enables all standard events. See https://redis.io/docs/latest/develop/use/keyspace-notifications/ for the complete list of event types. */
|
|
544
|
+
notifyKeyspaceEvents?: string;
|
|
545
|
+
}
|
|
546
|
+
export declare function databaseUpdateSerializer(item: DatabaseUpdate): any;
|
|
547
|
+
/** Properties for updating Redis Enterprise databases */
|
|
548
|
+
export interface DatabaseUpdateProperties extends DatabaseCommonProperties {
|
|
549
|
+
/** This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created. Default is Disabled. */
|
|
550
|
+
accessKeysAuthentication?: AccessKeysAuthentication;
|
|
551
|
+
}
|
|
552
|
+
export declare function databaseUpdatePropertiesSerializer(item: DatabaseUpdateProperties): any;
|
|
553
|
+
/** The response of a list-all operation. */
|
|
554
|
+
export interface _DatabaseList {
|
|
555
|
+
/** The Database items on this page */
|
|
556
|
+
value: Database[];
|
|
557
|
+
/** The link to the next page of items */
|
|
558
|
+
nextLink?: string;
|
|
559
|
+
}
|
|
560
|
+
export declare function _databaseListDeserializer(item: any): _DatabaseList;
|
|
561
|
+
export declare function databaseArraySerializer(result: Array<Database>): any[];
|
|
562
|
+
export declare function databaseArrayDeserializer(result: Array<Database>): any[];
|
|
563
|
+
/** The secret access keys used for authenticating connections to redis */
|
|
564
|
+
export interface AccessKeys {
|
|
565
|
+
/** The current primary key that clients can use to authenticate */
|
|
566
|
+
readonly primaryKey?: string;
|
|
567
|
+
/** The current secondary key that clients can use to authenticate */
|
|
568
|
+
readonly secondaryKey?: string;
|
|
569
|
+
}
|
|
570
|
+
export declare function accessKeysDeserializer(item: any): AccessKeys;
|
|
571
|
+
/** Specifies which access keys to reset to a new random value. */
|
|
572
|
+
export interface RegenerateKeyParameters {
|
|
573
|
+
/** Which access key to regenerate. */
|
|
574
|
+
keyType: AccessKeyType;
|
|
575
|
+
}
|
|
576
|
+
export declare function regenerateKeyParametersSerializer(item: RegenerateKeyParameters): any;
|
|
577
|
+
/** Which access key to regenerate. */
|
|
578
|
+
export type AccessKeyType = "Primary" | "Secondary";
|
|
579
|
+
/** Parameters for a Redis Enterprise import operation. */
|
|
580
|
+
export interface ImportClusterParameters {
|
|
581
|
+
/** SAS URIs for the target blobs to import from */
|
|
582
|
+
sasUris: string[];
|
|
583
|
+
}
|
|
584
|
+
export declare function importClusterParametersSerializer(item: ImportClusterParameters): any;
|
|
585
|
+
/** Parameters for a Redis Enterprise export operation. */
|
|
586
|
+
export interface ExportClusterParameters {
|
|
587
|
+
/** SAS URI for the target directory to export to */
|
|
588
|
+
sasUri: string;
|
|
589
|
+
}
|
|
590
|
+
export declare function exportClusterParametersSerializer(item: ExportClusterParameters): any;
|
|
591
|
+
/** Parameters for a Redis Enterprise Active Geo Replication Force Unlink operation. */
|
|
592
|
+
export interface ForceUnlinkParameters {
|
|
593
|
+
/** The resource IDs of the database resources to be unlinked. */
|
|
594
|
+
ids: string[];
|
|
595
|
+
}
|
|
596
|
+
export declare function forceUnlinkParametersSerializer(item: ForceUnlinkParameters): any;
|
|
597
|
+
/** Parameters for reconfiguring active geo-replication, of an existing database that was previously unlinked from a replication group. */
|
|
598
|
+
export interface ForceLinkParameters {
|
|
599
|
+
/** Properties to configure geo replication for this database. */
|
|
600
|
+
geoReplication: ForceLinkParametersGeoReplication;
|
|
601
|
+
}
|
|
602
|
+
export declare function forceLinkParametersSerializer(item: ForceLinkParameters): any;
|
|
603
|
+
/** Properties to configure geo replication for this database. */
|
|
604
|
+
export interface ForceLinkParametersGeoReplication {
|
|
605
|
+
/** The name of the group of linked database resources. This should match the existing replication group name. */
|
|
606
|
+
groupNickname?: string;
|
|
607
|
+
/** The resource IDs of the databases that are expected to be linked and included in the replication group. This parameter is used to validate that the linking is to the expected (unlinked) part of the replication group, if it is splintered. */
|
|
608
|
+
linkedDatabases?: LinkedDatabase[];
|
|
609
|
+
}
|
|
610
|
+
export declare function forceLinkParametersGeoReplicationSerializer(item: ForceLinkParametersGeoReplication): any;
|
|
611
|
+
/** Parameters for a Redis Enterprise active geo-replication flush operation */
|
|
612
|
+
export interface FlushParameters {
|
|
613
|
+
/** The identifiers of all the other database resources in the georeplication group to be flushed. */
|
|
614
|
+
ids?: string[];
|
|
615
|
+
}
|
|
616
|
+
export declare function flushParametersSerializer(item: FlushParameters): any;
|
|
617
|
+
/** The Private Endpoint Connection resource. */
|
|
618
|
+
export interface PrivateEndpointConnection extends Resource {
|
|
619
|
+
/** The group ids for the private endpoint resource. */
|
|
620
|
+
readonly groupIds?: string[];
|
|
621
|
+
/** The private endpoint resource. */
|
|
622
|
+
privateEndpoint?: PrivateEndpoint;
|
|
623
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
624
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
625
|
+
/** The provisioning state of the private endpoint connection resource. */
|
|
626
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
627
|
+
}
|
|
628
|
+
export declare function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any;
|
|
629
|
+
export declare function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection;
|
|
630
|
+
/** Properties of the private endpoint connection. */
|
|
631
|
+
export interface PrivateEndpointConnectionProperties {
|
|
632
|
+
/** The group ids for the private endpoint resource. */
|
|
633
|
+
readonly groupIds?: string[];
|
|
634
|
+
/** The private endpoint resource. */
|
|
635
|
+
privateEndpoint?: PrivateEndpoint;
|
|
636
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
637
|
+
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
638
|
+
/** The provisioning state of the private endpoint connection resource. */
|
|
639
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
640
|
+
}
|
|
641
|
+
export declare function privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnectionProperties): any;
|
|
642
|
+
export declare function privateEndpointConnectionPropertiesDeserializer(item: any): PrivateEndpointConnectionProperties;
|
|
643
|
+
/** The private endpoint resource. */
|
|
644
|
+
export interface PrivateEndpoint {
|
|
645
|
+
/** The resource identifier of the private endpoint */
|
|
646
|
+
readonly id?: string;
|
|
647
|
+
}
|
|
648
|
+
export declare function privateEndpointSerializer(_item: PrivateEndpoint): any;
|
|
649
|
+
export declare function privateEndpointDeserializer(item: any): PrivateEndpoint;
|
|
650
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
651
|
+
export interface PrivateLinkServiceConnectionState {
|
|
652
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
653
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
654
|
+
/** The reason for approval/rejection of the connection. */
|
|
655
|
+
description?: string;
|
|
656
|
+
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
657
|
+
actionsRequired?: string;
|
|
658
|
+
}
|
|
659
|
+
export declare function privateLinkServiceConnectionStateSerializer(item: PrivateLinkServiceConnectionState): any;
|
|
660
|
+
export declare function privateLinkServiceConnectionStateDeserializer(item: any): PrivateLinkServiceConnectionState;
|
|
661
|
+
/** The private endpoint connection status. */
|
|
662
|
+
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
663
|
+
/** Connection waiting for approval or rejection */
|
|
664
|
+
Pending = "Pending",
|
|
665
|
+
/** Connection approved */
|
|
666
|
+
Approved = "Approved",
|
|
667
|
+
/** Connection Rejected */
|
|
668
|
+
Rejected = "Rejected"
|
|
669
|
+
}
|
|
670
|
+
/**
|
|
671
|
+
* The private endpoint connection status. \
|
|
672
|
+
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
673
|
+
* this enum contains the known values that the service supports.
|
|
674
|
+
* ### Known values supported by the service
|
|
675
|
+
* **Pending**: Connection waiting for approval or rejection \
|
|
676
|
+
* **Approved**: Connection approved \
|
|
677
|
+
* **Rejected**: Connection Rejected
|
|
678
|
+
*/
|
|
679
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
680
|
+
/** The current provisioning state. */
|
|
681
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
682
|
+
/** Connection has been provisioned */
|
|
683
|
+
Succeeded = "Succeeded",
|
|
684
|
+
/** Connection is being created */
|
|
685
|
+
Creating = "Creating",
|
|
686
|
+
/** Connection is being deleted */
|
|
687
|
+
Deleting = "Deleting",
|
|
688
|
+
/** Connection provisioning has failed */
|
|
689
|
+
Failed = "Failed"
|
|
690
|
+
}
|
|
691
|
+
/**
|
|
692
|
+
* The current provisioning state. \
|
|
693
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
694
|
+
* this enum contains the known values that the service supports.
|
|
695
|
+
* ### Known values supported by the service
|
|
696
|
+
* **Succeeded**: Connection has been provisioned \
|
|
697
|
+
* **Creating**: Connection is being created \
|
|
698
|
+
* **Deleting**: Connection is being deleted \
|
|
699
|
+
* **Failed**: Connection provisioning has failed
|
|
700
|
+
*/
|
|
701
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
702
|
+
/** The response of a PrivateEndpointConnection list operation. */
|
|
703
|
+
export interface _PrivateEndpointConnectionListResult {
|
|
704
|
+
/** The PrivateEndpointConnection items on this page */
|
|
705
|
+
value: PrivateEndpointConnection[];
|
|
706
|
+
/** The link to the next page of items */
|
|
707
|
+
nextLink?: string;
|
|
708
|
+
}
|
|
709
|
+
export declare function _privateEndpointConnectionListResultDeserializer(item: any): _PrivateEndpointConnectionListResult;
|
|
710
|
+
export declare function privateEndpointConnectionArraySerializer(result: Array<PrivateEndpointConnection>): any[];
|
|
711
|
+
export declare function privateEndpointConnectionArrayDeserializer(result: Array<PrivateEndpointConnection>): any[];
|
|
712
|
+
/** Properties for validating migration from Azure Cache for Redis to Redis Enterprise. */
|
|
713
|
+
export interface MigrationValidationRequest {
|
|
714
|
+
/** The source resource ID to validate migration from. This is the resource ID of the Azure Cache for Redis. */
|
|
715
|
+
sourceResourceId: string;
|
|
716
|
+
/** Sets whether the data is migrated from source to target or not. The default value is true. */
|
|
717
|
+
skipDataMigration?: boolean;
|
|
718
|
+
/** Sets whether to ignore warnings when validating if the source cache can be migrated to the target cache. If this property is true, the isValid property in the response will ignore warning-level disparities between the source and target resource. The default value is false. */
|
|
719
|
+
forceMigrate?: boolean;
|
|
720
|
+
}
|
|
721
|
+
export declare function migrationValidationRequestSerializer(item: MigrationValidationRequest): any;
|
|
722
|
+
/** Response for migration validation operation. */
|
|
723
|
+
export interface MigrationValidationResponse {
|
|
724
|
+
/** Indicates whether the migration validation passed. */
|
|
725
|
+
isValid: boolean;
|
|
726
|
+
/** List of validation errors that prevent migration. */
|
|
727
|
+
errors?: MigrationValidationError[];
|
|
728
|
+
/** List of validation warnings that may impact migration. */
|
|
729
|
+
warnings?: MigrationValidationWarning[];
|
|
730
|
+
}
|
|
731
|
+
export declare function migrationValidationResponseDeserializer(item: any): MigrationValidationResponse;
|
|
732
|
+
export declare function migrationValidationErrorArrayDeserializer(result: Array<MigrationValidationError>): any[];
|
|
733
|
+
/** Represents a validation error that prevents migration. */
|
|
734
|
+
export interface MigrationValidationError {
|
|
735
|
+
/** List of specific disparities that cause this error. */
|
|
736
|
+
disparities: MigrationValidationDisparity[];
|
|
737
|
+
}
|
|
738
|
+
export declare function migrationValidationErrorDeserializer(item: any): MigrationValidationError;
|
|
739
|
+
export declare function migrationValidationDisparityArrayDeserializer(result: Array<MigrationValidationDisparity>): any[];
|
|
740
|
+
/** Represents a specific validation issue found during migration validation. */
|
|
741
|
+
export interface MigrationValidationDisparity {
|
|
742
|
+
/** A localized string denoting the category of the validation issue. Examples are "Region", "Data", "Identity", "Clustering Mode", and "TLS". */
|
|
743
|
+
category: string;
|
|
744
|
+
/** Detailed message describing the validation issue. */
|
|
745
|
+
message: string;
|
|
746
|
+
}
|
|
747
|
+
export declare function migrationValidationDisparityDeserializer(item: any): MigrationValidationDisparity;
|
|
748
|
+
export declare function migrationValidationWarningArrayDeserializer(result: Array<MigrationValidationWarning>): any[];
|
|
749
|
+
/** Represents a validation warning that may impact migration. */
|
|
750
|
+
export interface MigrationValidationWarning {
|
|
751
|
+
/** List of specific disparities that cause this warning. */
|
|
752
|
+
disparities: MigrationValidationDisparity[];
|
|
753
|
+
}
|
|
754
|
+
export declare function migrationValidationWarningDeserializer(item: any): MigrationValidationWarning;
|
|
755
|
+
/** Describes the Redis Enterprise cluster */
|
|
756
|
+
export interface Cluster extends TrackedResource {
|
|
757
|
+
/** Distinguishes the kind of cluster. Read-only. */
|
|
758
|
+
readonly kind?: Kind;
|
|
759
|
+
/** The SKU to create, which affects price, performance, and features. */
|
|
760
|
+
sku: Sku;
|
|
761
|
+
/** The availability zones. */
|
|
762
|
+
zones?: string[];
|
|
763
|
+
/** The managed service identities assigned to this resource. */
|
|
764
|
+
identity?: ManagedServiceIdentity;
|
|
765
|
+
/** Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss. */
|
|
766
|
+
highAvailability?: HighAvailability;
|
|
767
|
+
/** The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions. */
|
|
768
|
+
minimumTlsVersion?: TlsVersion;
|
|
769
|
+
/** Encryption-at-rest configuration for the cluster. */
|
|
770
|
+
encryption?: ClusterCommonPropertiesEncryption;
|
|
771
|
+
/** Cluster-level maintenance configuration. */
|
|
772
|
+
maintenanceConfiguration?: MaintenanceConfiguration;
|
|
773
|
+
/** DNS name of the cluster endpoint */
|
|
774
|
+
readonly hostName?: string;
|
|
775
|
+
/** Current provisioning status of the cluster */
|
|
776
|
+
readonly provisioningState?: ProvisioningState;
|
|
777
|
+
/** Explains the current redundancy strategy of the cluster, which affects the expected SLA. */
|
|
778
|
+
readonly redundancyMode?: RedundancyMode;
|
|
779
|
+
/** Current resource status of the cluster */
|
|
780
|
+
readonly resourceState?: ResourceState;
|
|
781
|
+
/** Version of redis the cluster supports, e.g. '6' */
|
|
782
|
+
readonly redisVersion?: string;
|
|
783
|
+
/** List of private endpoint connections associated with the specified Redis Enterprise cluster */
|
|
784
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
785
|
+
/** The endpoint of the source resource that is currently pointing to this resource as a result of an ACR/ACRE to AMR migration. */
|
|
786
|
+
readonly migratedEndpoint?: string;
|
|
787
|
+
/** Whether or not public network traffic can access the Redis cluster. Only 'Enabled' or 'Disabled' can be set. null is returned only for clusters created using an old API version which do not have this property and cannot be set. */
|
|
788
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
789
|
+
}
|
|
790
|
+
export declare function clusterSerializer(item: Cluster): any;
|
|
791
|
+
export declare function clusterDeserializer(item: any): Cluster;
|
|
792
|
+
/** Properties of Redis Enterprise clusters for create operations */
|
|
793
|
+
export interface ClusterCreateProperties extends ClusterCommonProperties {
|
|
794
|
+
/** Whether or not public network traffic can access the Redis cluster. Only 'Enabled' or 'Disabled' can be set. null is returned only for clusters created using an old API version which do not have this property and cannot be set. */
|
|
795
|
+
publicNetworkAccess: PublicNetworkAccess | null;
|
|
796
|
+
}
|
|
797
|
+
export declare function clusterCreatePropertiesSerializer(item: ClusterCreateProperties): any;
|
|
798
|
+
export declare function clusterCreatePropertiesDeserializer(item: any): ClusterCreateProperties;
|
|
799
|
+
/** Whether or not public network traffic can access the Redis cluster. Only 'Enabled' or 'Disabled' can be set. null is returned only for clusters created using an old API version which do not have this property and cannot be set. */
|
|
800
|
+
export declare enum KnownPublicNetworkAccess {
|
|
801
|
+
/** Enabled */
|
|
802
|
+
Enabled = "Enabled",
|
|
803
|
+
/** Disabled */
|
|
804
|
+
Disabled = "Disabled"
|
|
805
|
+
}
|
|
806
|
+
/**
|
|
807
|
+
* Whether or not public network traffic can access the Redis cluster. Only 'Enabled' or 'Disabled' can be set. null is returned only for clusters created using an old API version which do not have this property and cannot be set. \
|
|
808
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
809
|
+
* this enum contains the known values that the service supports.
|
|
810
|
+
* ### Known values supported by the service
|
|
811
|
+
* **Enabled**: Enabled \
|
|
812
|
+
* **Disabled**: Disabled
|
|
813
|
+
*/
|
|
814
|
+
export type PublicNetworkAccess = string;
|
|
815
|
+
/** Distinguishes the kind of cluster. Read-only. */
|
|
816
|
+
export declare enum KnownKind {
|
|
817
|
+
/** v1 */
|
|
818
|
+
V1 = "v1",
|
|
819
|
+
/** v2 */
|
|
820
|
+
V2 = "v2"
|
|
821
|
+
}
|
|
822
|
+
/**
|
|
823
|
+
* Distinguishes the kind of cluster. Read-only. \
|
|
824
|
+
* {@link KnownKind} can be used interchangeably with Kind,
|
|
825
|
+
* this enum contains the known values that the service supports.
|
|
826
|
+
* ### Known values supported by the service
|
|
827
|
+
* **v1**: v1 \
|
|
828
|
+
* **v2**: v2
|
|
829
|
+
*/
|
|
830
|
+
export type Kind = string;
|
|
831
|
+
/** SKU parameters supplied to the create Redis Enterprise cluster operation. */
|
|
832
|
+
export interface Sku {
|
|
833
|
+
/** The level of Redis Enterprise cluster to deploy. Possible values: ('Balanced_B5', 'MemoryOptimized_M10', 'ComputeOptimized_X5', etc.). For more information on SKUs see the latest pricing documentation. Note that additional SKUs may become supported in the future. */
|
|
834
|
+
name: SkuName;
|
|
835
|
+
/** This property is only used with Enterprise and EnterpriseFlash SKUs. Determines the size of the cluster. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for EnterpriseFlash SKUs. */
|
|
836
|
+
capacity?: number;
|
|
837
|
+
}
|
|
838
|
+
export declare function skuSerializer(item: Sku): any;
|
|
839
|
+
export declare function skuDeserializer(item: any): Sku;
|
|
840
|
+
/** The level of Redis Enterprise cluster to deploy. Possible values: ('Balanced_B5', 'MemoryOptimized_M10', 'ComputeOptimized_X5', etc.). For more information on SKUs see the latest pricing documentation. Note that additional SKUs may become supported in the future. */
|
|
841
|
+
export declare enum KnownSkuName {
|
|
842
|
+
/** Enterprise_E1 */
|
|
843
|
+
EnterpriseE1 = "Enterprise_E1",
|
|
844
|
+
/** Enterprise_E5 */
|
|
845
|
+
EnterpriseE5 = "Enterprise_E5",
|
|
846
|
+
/** Enterprise_E10 */
|
|
847
|
+
EnterpriseE10 = "Enterprise_E10",
|
|
848
|
+
/** Enterprise_E20 */
|
|
849
|
+
EnterpriseE20 = "Enterprise_E20",
|
|
850
|
+
/** Enterprise_E50 */
|
|
851
|
+
EnterpriseE50 = "Enterprise_E50",
|
|
852
|
+
/** Enterprise_E100 */
|
|
853
|
+
EnterpriseE100 = "Enterprise_E100",
|
|
854
|
+
/** Enterprise_E200 */
|
|
855
|
+
EnterpriseE200 = "Enterprise_E200",
|
|
856
|
+
/** Enterprise_E400 */
|
|
857
|
+
EnterpriseE400 = "Enterprise_E400",
|
|
858
|
+
/** EnterpriseFlash_F300 */
|
|
859
|
+
EnterpriseFlashF300 = "EnterpriseFlash_F300",
|
|
860
|
+
/** EnterpriseFlash_F700 */
|
|
861
|
+
EnterpriseFlashF700 = "EnterpriseFlash_F700",
|
|
862
|
+
/** EnterpriseFlash_F1500 */
|
|
863
|
+
EnterpriseFlashF1500 = "EnterpriseFlash_F1500",
|
|
864
|
+
/** Balanced_B0 */
|
|
865
|
+
BalancedB0 = "Balanced_B0",
|
|
866
|
+
/** Balanced_B1 */
|
|
867
|
+
BalancedB1 = "Balanced_B1",
|
|
868
|
+
/** Balanced_B3 */
|
|
869
|
+
BalancedB3 = "Balanced_B3",
|
|
870
|
+
/** Balanced_B5 */
|
|
871
|
+
BalancedB5 = "Balanced_B5",
|
|
872
|
+
/** Balanced_B10 */
|
|
873
|
+
BalancedB10 = "Balanced_B10",
|
|
874
|
+
/** Balanced_B20 */
|
|
875
|
+
BalancedB20 = "Balanced_B20",
|
|
876
|
+
/** Balanced_B50 */
|
|
877
|
+
BalancedB50 = "Balanced_B50",
|
|
878
|
+
/** Balanced_B100 */
|
|
879
|
+
BalancedB100 = "Balanced_B100",
|
|
880
|
+
/** Balanced_B150 */
|
|
881
|
+
BalancedB150 = "Balanced_B150",
|
|
882
|
+
/** Balanced_B250 */
|
|
883
|
+
BalancedB250 = "Balanced_B250",
|
|
884
|
+
/** Balanced_B350 */
|
|
885
|
+
BalancedB350 = "Balanced_B350",
|
|
886
|
+
/** Balanced_B500 */
|
|
887
|
+
BalancedB500 = "Balanced_B500",
|
|
888
|
+
/** Balanced_B700 */
|
|
889
|
+
BalancedB700 = "Balanced_B700",
|
|
890
|
+
/** Balanced_B1000 */
|
|
891
|
+
BalancedB1000 = "Balanced_B1000",
|
|
892
|
+
/** MemoryOptimized_M10 */
|
|
893
|
+
MemoryOptimizedM10 = "MemoryOptimized_M10",
|
|
894
|
+
/** MemoryOptimized_M20 */
|
|
895
|
+
MemoryOptimizedM20 = "MemoryOptimized_M20",
|
|
896
|
+
/** MemoryOptimized_M50 */
|
|
897
|
+
MemoryOptimizedM50 = "MemoryOptimized_M50",
|
|
898
|
+
/** MemoryOptimized_M100 */
|
|
899
|
+
MemoryOptimizedM100 = "MemoryOptimized_M100",
|
|
900
|
+
/** MemoryOptimized_M150 */
|
|
901
|
+
MemoryOptimizedM150 = "MemoryOptimized_M150",
|
|
902
|
+
/** MemoryOptimized_M250 */
|
|
903
|
+
MemoryOptimizedM250 = "MemoryOptimized_M250",
|
|
904
|
+
/** MemoryOptimized_M350 */
|
|
905
|
+
MemoryOptimizedM350 = "MemoryOptimized_M350",
|
|
906
|
+
/** MemoryOptimized_M500 */
|
|
907
|
+
MemoryOptimizedM500 = "MemoryOptimized_M500",
|
|
908
|
+
/** MemoryOptimized_M700 */
|
|
909
|
+
MemoryOptimizedM700 = "MemoryOptimized_M700",
|
|
910
|
+
/** MemoryOptimized_M1000 */
|
|
911
|
+
MemoryOptimizedM1000 = "MemoryOptimized_M1000",
|
|
912
|
+
/** MemoryOptimized_M1500 */
|
|
913
|
+
MemoryOptimizedM1500 = "MemoryOptimized_M1500",
|
|
914
|
+
/** MemoryOptimized_M2000 */
|
|
915
|
+
MemoryOptimizedM2000 = "MemoryOptimized_M2000",
|
|
916
|
+
/** ComputeOptimized_X3 */
|
|
917
|
+
ComputeOptimizedX3 = "ComputeOptimized_X3",
|
|
918
|
+
/** ComputeOptimized_X5 */
|
|
919
|
+
ComputeOptimizedX5 = "ComputeOptimized_X5",
|
|
920
|
+
/** ComputeOptimized_X10 */
|
|
921
|
+
ComputeOptimizedX10 = "ComputeOptimized_X10",
|
|
922
|
+
/** ComputeOptimized_X20 */
|
|
923
|
+
ComputeOptimizedX20 = "ComputeOptimized_X20",
|
|
924
|
+
/** ComputeOptimized_X50 */
|
|
925
|
+
ComputeOptimizedX50 = "ComputeOptimized_X50",
|
|
926
|
+
/** ComputeOptimized_X100 */
|
|
927
|
+
ComputeOptimizedX100 = "ComputeOptimized_X100",
|
|
928
|
+
/** ComputeOptimized_X150 */
|
|
929
|
+
ComputeOptimizedX150 = "ComputeOptimized_X150",
|
|
930
|
+
/** ComputeOptimized_X250 */
|
|
931
|
+
ComputeOptimizedX250 = "ComputeOptimized_X250",
|
|
932
|
+
/** ComputeOptimized_X350 */
|
|
933
|
+
ComputeOptimizedX350 = "ComputeOptimized_X350",
|
|
934
|
+
/** ComputeOptimized_X500 */
|
|
935
|
+
ComputeOptimizedX500 = "ComputeOptimized_X500",
|
|
936
|
+
/** ComputeOptimized_X700 */
|
|
937
|
+
ComputeOptimizedX700 = "ComputeOptimized_X700",
|
|
938
|
+
/** FlashOptimized_A250 */
|
|
939
|
+
FlashOptimizedA250 = "FlashOptimized_A250",
|
|
940
|
+
/** FlashOptimized_A500 */
|
|
941
|
+
FlashOptimizedA500 = "FlashOptimized_A500",
|
|
942
|
+
/** FlashOptimized_A700 */
|
|
943
|
+
FlashOptimizedA700 = "FlashOptimized_A700",
|
|
944
|
+
/** FlashOptimized_A1000 */
|
|
945
|
+
FlashOptimizedA1000 = "FlashOptimized_A1000",
|
|
946
|
+
/** FlashOptimized_A1500 */
|
|
947
|
+
FlashOptimizedA1500 = "FlashOptimized_A1500",
|
|
948
|
+
/** FlashOptimized_A2000 */
|
|
949
|
+
FlashOptimizedA2000 = "FlashOptimized_A2000",
|
|
950
|
+
/** FlashOptimized_A4500 */
|
|
951
|
+
FlashOptimizedA4500 = "FlashOptimized_A4500"
|
|
952
|
+
}
|
|
953
|
+
/**
|
|
954
|
+
* The level of Redis Enterprise cluster to deploy. Possible values: ('Balanced_B5', 'MemoryOptimized_M10', 'ComputeOptimized_X5', etc.). For more information on SKUs see the latest pricing documentation. Note that additional SKUs may become supported in the future. \
|
|
955
|
+
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
956
|
+
* this enum contains the known values that the service supports.
|
|
957
|
+
* ### Known values supported by the service
|
|
958
|
+
* **Enterprise_E1**: Enterprise_E1 \
|
|
959
|
+
* **Enterprise_E5**: Enterprise_E5 \
|
|
960
|
+
* **Enterprise_E10**: Enterprise_E10 \
|
|
961
|
+
* **Enterprise_E20**: Enterprise_E20 \
|
|
962
|
+
* **Enterprise_E50**: Enterprise_E50 \
|
|
963
|
+
* **Enterprise_E100**: Enterprise_E100 \
|
|
964
|
+
* **Enterprise_E200**: Enterprise_E200 \
|
|
965
|
+
* **Enterprise_E400**: Enterprise_E400 \
|
|
966
|
+
* **EnterpriseFlash_F300**: EnterpriseFlash_F300 \
|
|
967
|
+
* **EnterpriseFlash_F700**: EnterpriseFlash_F700 \
|
|
968
|
+
* **EnterpriseFlash_F1500**: EnterpriseFlash_F1500 \
|
|
969
|
+
* **Balanced_B0**: Balanced_B0 \
|
|
970
|
+
* **Balanced_B1**: Balanced_B1 \
|
|
971
|
+
* **Balanced_B3**: Balanced_B3 \
|
|
972
|
+
* **Balanced_B5**: Balanced_B5 \
|
|
973
|
+
* **Balanced_B10**: Balanced_B10 \
|
|
974
|
+
* **Balanced_B20**: Balanced_B20 \
|
|
975
|
+
* **Balanced_B50**: Balanced_B50 \
|
|
976
|
+
* **Balanced_B100**: Balanced_B100 \
|
|
977
|
+
* **Balanced_B150**: Balanced_B150 \
|
|
978
|
+
* **Balanced_B250**: Balanced_B250 \
|
|
979
|
+
* **Balanced_B350**: Balanced_B350 \
|
|
980
|
+
* **Balanced_B500**: Balanced_B500 \
|
|
981
|
+
* **Balanced_B700**: Balanced_B700 \
|
|
982
|
+
* **Balanced_B1000**: Balanced_B1000 \
|
|
983
|
+
* **MemoryOptimized_M10**: MemoryOptimized_M10 \
|
|
984
|
+
* **MemoryOptimized_M20**: MemoryOptimized_M20 \
|
|
985
|
+
* **MemoryOptimized_M50**: MemoryOptimized_M50 \
|
|
986
|
+
* **MemoryOptimized_M100**: MemoryOptimized_M100 \
|
|
987
|
+
* **MemoryOptimized_M150**: MemoryOptimized_M150 \
|
|
988
|
+
* **MemoryOptimized_M250**: MemoryOptimized_M250 \
|
|
989
|
+
* **MemoryOptimized_M350**: MemoryOptimized_M350 \
|
|
990
|
+
* **MemoryOptimized_M500**: MemoryOptimized_M500 \
|
|
991
|
+
* **MemoryOptimized_M700**: MemoryOptimized_M700 \
|
|
992
|
+
* **MemoryOptimized_M1000**: MemoryOptimized_M1000 \
|
|
993
|
+
* **MemoryOptimized_M1500**: MemoryOptimized_M1500 \
|
|
994
|
+
* **MemoryOptimized_M2000**: MemoryOptimized_M2000 \
|
|
995
|
+
* **ComputeOptimized_X3**: ComputeOptimized_X3 \
|
|
996
|
+
* **ComputeOptimized_X5**: ComputeOptimized_X5 \
|
|
997
|
+
* **ComputeOptimized_X10**: ComputeOptimized_X10 \
|
|
998
|
+
* **ComputeOptimized_X20**: ComputeOptimized_X20 \
|
|
999
|
+
* **ComputeOptimized_X50**: ComputeOptimized_X50 \
|
|
1000
|
+
* **ComputeOptimized_X100**: ComputeOptimized_X100 \
|
|
1001
|
+
* **ComputeOptimized_X150**: ComputeOptimized_X150 \
|
|
1002
|
+
* **ComputeOptimized_X250**: ComputeOptimized_X250 \
|
|
1003
|
+
* **ComputeOptimized_X350**: ComputeOptimized_X350 \
|
|
1004
|
+
* **ComputeOptimized_X500**: ComputeOptimized_X500 \
|
|
1005
|
+
* **ComputeOptimized_X700**: ComputeOptimized_X700 \
|
|
1006
|
+
* **FlashOptimized_A250**: FlashOptimized_A250 \
|
|
1007
|
+
* **FlashOptimized_A500**: FlashOptimized_A500 \
|
|
1008
|
+
* **FlashOptimized_A700**: FlashOptimized_A700 \
|
|
1009
|
+
* **FlashOptimized_A1000**: FlashOptimized_A1000 \
|
|
1010
|
+
* **FlashOptimized_A1500**: FlashOptimized_A1500 \
|
|
1011
|
+
* **FlashOptimized_A2000**: FlashOptimized_A2000 \
|
|
1012
|
+
* **FlashOptimized_A4500**: FlashOptimized_A4500
|
|
1013
|
+
*/
|
|
1014
|
+
export type SkuName = string;
|
|
1015
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
1016
|
+
export interface ManagedServiceIdentity {
|
|
1017
|
+
/** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
1018
|
+
readonly principalId?: string;
|
|
1019
|
+
/** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
|
|
1020
|
+
readonly tenantId?: string;
|
|
1021
|
+
/** The type of managed identity assigned to this resource. */
|
|
1022
|
+
type: ManagedServiceIdentityType;
|
|
1023
|
+
/** The identities assigned to this resource by the user. */
|
|
1024
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity>;
|
|
1025
|
+
}
|
|
1026
|
+
export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
|
|
1027
|
+
export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
|
|
1028
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
1029
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
1030
|
+
/** No managed identity. */
|
|
1031
|
+
None = "None",
|
|
1032
|
+
/** System assigned managed identity. */
|
|
1033
|
+
SystemAssigned = "SystemAssigned",
|
|
1034
|
+
/** User assigned managed identity. */
|
|
1035
|
+
UserAssigned = "UserAssigned",
|
|
1036
|
+
/** System and user assigned managed identity. */
|
|
1037
|
+
SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"
|
|
1038
|
+
}
|
|
1039
|
+
/**
|
|
1040
|
+
* Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
|
|
1041
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
1042
|
+
* this enum contains the known values that the service supports.
|
|
1043
|
+
* ### Known values supported by the service
|
|
1044
|
+
* **None**: No managed identity. \
|
|
1045
|
+
* **SystemAssigned**: System assigned managed identity. \
|
|
1046
|
+
* **UserAssigned**: User assigned managed identity. \
|
|
1047
|
+
* **SystemAssigned, UserAssigned**: System and user assigned managed identity.
|
|
1048
|
+
*/
|
|
1049
|
+
export type ManagedServiceIdentityType = string;
|
|
1050
|
+
export declare function userAssignedIdentityRecordSerializer(item: Record<string, UserAssignedIdentity>): Record<string, any>;
|
|
1051
|
+
export declare function userAssignedIdentityRecordDeserializer(item: Record<string, any>): Record<string, UserAssignedIdentity>;
|
|
1052
|
+
/** User assigned identity properties */
|
|
1053
|
+
export interface UserAssignedIdentity {
|
|
1054
|
+
/** The principal ID of the assigned identity. */
|
|
1055
|
+
readonly principalId?: string;
|
|
1056
|
+
/** The client ID of the assigned identity. */
|
|
1057
|
+
readonly clientId?: string;
|
|
1058
|
+
}
|
|
1059
|
+
export declare function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any;
|
|
1060
|
+
export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
|
|
1061
|
+
/** Properties of Redis Enterprise clusters, as opposed to general resource properties like location, tags */
|
|
1062
|
+
export interface ClusterCommonProperties {
|
|
1063
|
+
/** Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss. */
|
|
1064
|
+
highAvailability?: HighAvailability;
|
|
1065
|
+
/** The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions. */
|
|
1066
|
+
minimumTlsVersion?: TlsVersion;
|
|
1067
|
+
/** Encryption-at-rest configuration for the cluster. */
|
|
1068
|
+
encryption?: ClusterCommonPropertiesEncryption;
|
|
1069
|
+
/** Cluster-level maintenance configuration. */
|
|
1070
|
+
maintenanceConfiguration?: MaintenanceConfiguration;
|
|
1071
|
+
/** DNS name of the cluster endpoint */
|
|
1072
|
+
readonly hostName?: string;
|
|
1073
|
+
/** Current provisioning status of the cluster */
|
|
1074
|
+
readonly provisioningState?: ProvisioningState;
|
|
1075
|
+
/** Explains the current redundancy strategy of the cluster, which affects the expected SLA. */
|
|
1076
|
+
readonly redundancyMode?: RedundancyMode;
|
|
1077
|
+
/** Current resource status of the cluster */
|
|
1078
|
+
readonly resourceState?: ResourceState;
|
|
1079
|
+
/** Version of redis the cluster supports, e.g. '6' */
|
|
1080
|
+
readonly redisVersion?: string;
|
|
1081
|
+
/** List of private endpoint connections associated with the specified Redis Enterprise cluster */
|
|
1082
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1083
|
+
/** The endpoint of the source resource that is currently pointing to this resource as a result of an ACR/ACRE to AMR migration. */
|
|
1084
|
+
readonly migratedEndpoint?: string;
|
|
1085
|
+
}
|
|
1086
|
+
export declare function clusterCommonPropertiesSerializer(item: ClusterCommonProperties): any;
|
|
1087
|
+
export declare function clusterCommonPropertiesDeserializer(item: any): ClusterCommonProperties;
|
|
1088
|
+
/** Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss. */
|
|
1089
|
+
export declare enum KnownHighAvailability {
|
|
1090
|
+
/** Enabled */
|
|
1091
|
+
Enabled = "Enabled",
|
|
1092
|
+
/** Disabled */
|
|
1093
|
+
Disabled = "Disabled"
|
|
1094
|
+
}
|
|
1095
|
+
/**
|
|
1096
|
+
* Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss. \
|
|
1097
|
+
* {@link KnownHighAvailability} can be used interchangeably with HighAvailability,
|
|
1098
|
+
* this enum contains the known values that the service supports.
|
|
1099
|
+
* ### Known values supported by the service
|
|
1100
|
+
* **Enabled**: Enabled \
|
|
1101
|
+
* **Disabled**: Disabled
|
|
1102
|
+
*/
|
|
1103
|
+
export type HighAvailability = string;
|
|
1104
|
+
/** The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions. */
|
|
1105
|
+
export declare enum KnownTlsVersion {
|
|
1106
|
+
/** 1.0 */
|
|
1107
|
+
One0 = "1.0",
|
|
1108
|
+
/** 1.1 */
|
|
1109
|
+
One1 = "1.1",
|
|
1110
|
+
/** 1.2 */
|
|
1111
|
+
One2 = "1.2"
|
|
1112
|
+
}
|
|
1113
|
+
/**
|
|
1114
|
+
* The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions. \
|
|
1115
|
+
* {@link KnownTlsVersion} can be used interchangeably with TlsVersion,
|
|
1116
|
+
* this enum contains the known values that the service supports.
|
|
1117
|
+
* ### Known values supported by the service
|
|
1118
|
+
* **1.0**: 1.0 \
|
|
1119
|
+
* **1.1**: 1.1 \
|
|
1120
|
+
* **1.2**: 1.2
|
|
1121
|
+
*/
|
|
1122
|
+
export type TlsVersion = string;
|
|
1123
|
+
/** Encryption-at-rest configuration for the cluster. */
|
|
1124
|
+
export interface ClusterCommonPropertiesEncryption {
|
|
1125
|
+
/** All Customer-managed key encryption properties for the resource. Set this to an empty object to use Microsoft-managed key encryption. */
|
|
1126
|
+
customerManagedKeyEncryption?: ClusterCommonPropertiesEncryptionCustomerManagedKeyEncryption;
|
|
1127
|
+
}
|
|
1128
|
+
export declare function clusterCommonPropertiesEncryptionSerializer(item: ClusterCommonPropertiesEncryption): any;
|
|
1129
|
+
export declare function clusterCommonPropertiesEncryptionDeserializer(item: any): ClusterCommonPropertiesEncryption;
|
|
1130
|
+
/** All Customer-managed key encryption properties for the resource. Set this to an empty object to use Microsoft-managed key encryption. */
|
|
1131
|
+
export interface ClusterCommonPropertiesEncryptionCustomerManagedKeyEncryption {
|
|
1132
|
+
/** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
|
|
1133
|
+
keyEncryptionKeyIdentity?: ClusterCommonPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity;
|
|
1134
|
+
/** Key encryption key Url, versioned only. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 */
|
|
1135
|
+
keyEncryptionKeyUrl?: string;
|
|
1136
|
+
}
|
|
1137
|
+
export declare function clusterCommonPropertiesEncryptionCustomerManagedKeyEncryptionSerializer(item: ClusterCommonPropertiesEncryptionCustomerManagedKeyEncryption): any;
|
|
1138
|
+
export declare function clusterCommonPropertiesEncryptionCustomerManagedKeyEncryptionDeserializer(item: any): ClusterCommonPropertiesEncryptionCustomerManagedKeyEncryption;
|
|
1139
|
+
/** All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. */
|
|
1140
|
+
export interface ClusterCommonPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity {
|
|
1141
|
+
/** User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/<sub uuid>/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. */
|
|
1142
|
+
userAssignedIdentityResourceId?: string;
|
|
1143
|
+
/** Only userAssignedIdentity is supported in this API version; other types may be supported in the future */
|
|
1144
|
+
identityType?: CmkIdentityType;
|
|
1145
|
+
}
|
|
1146
|
+
export declare function clusterCommonPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentitySerializer(item: ClusterCommonPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity): any;
|
|
1147
|
+
export declare function clusterCommonPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentityDeserializer(item: any): ClusterCommonPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity;
|
|
1148
|
+
/** Only userAssignedIdentity is supported in this API version; other types may be supported in the future */
|
|
1149
|
+
export declare enum KnownCmkIdentityType {
|
|
1150
|
+
/** systemAssignedIdentity */
|
|
1151
|
+
SystemAssignedIdentity = "systemAssignedIdentity",
|
|
1152
|
+
/** userAssignedIdentity */
|
|
1153
|
+
UserAssignedIdentity = "userAssignedIdentity"
|
|
1154
|
+
}
|
|
1155
|
+
/**
|
|
1156
|
+
* Only userAssignedIdentity is supported in this API version; other types may be supported in the future \
|
|
1157
|
+
* {@link KnownCmkIdentityType} can be used interchangeably with CmkIdentityType,
|
|
1158
|
+
* this enum contains the known values that the service supports.
|
|
1159
|
+
* ### Known values supported by the service
|
|
1160
|
+
* **systemAssignedIdentity**: systemAssignedIdentity \
|
|
1161
|
+
* **userAssignedIdentity**: userAssignedIdentity
|
|
1162
|
+
*/
|
|
1163
|
+
export type CmkIdentityType = string;
|
|
1164
|
+
/** Cluster-level maintenance configuration. */
|
|
1165
|
+
export interface MaintenanceConfiguration {
|
|
1166
|
+
/** Custom maintenance windows that apply to the cluster. */
|
|
1167
|
+
maintenanceWindows?: MaintenanceWindow[];
|
|
1168
|
+
}
|
|
1169
|
+
export declare function maintenanceConfigurationSerializer(item: MaintenanceConfiguration): any;
|
|
1170
|
+
export declare function maintenanceConfigurationDeserializer(item: any): MaintenanceConfiguration;
|
|
1171
|
+
export declare function maintenanceWindowArraySerializer(result: Array<MaintenanceWindow>): any[];
|
|
1172
|
+
export declare function maintenanceWindowArrayDeserializer(result: Array<MaintenanceWindow>): any[];
|
|
1173
|
+
/** A single custom maintenance window. */
|
|
1174
|
+
export interface MaintenanceWindow {
|
|
1175
|
+
/** Maintenance window type. */
|
|
1176
|
+
type: MaintenanceWindowType;
|
|
1177
|
+
/** Duration in ISO-8601 format, for example 'PT5H'. */
|
|
1178
|
+
duration: string;
|
|
1179
|
+
/** Start hour (0-23) in UTC when the maintenance window begins. */
|
|
1180
|
+
startHourUtc: number;
|
|
1181
|
+
/** Recurring schedule for the maintenance window. */
|
|
1182
|
+
schedule: MaintenanceWindowSchedule;
|
|
1183
|
+
}
|
|
1184
|
+
export declare function maintenanceWindowSerializer(item: MaintenanceWindow): any;
|
|
1185
|
+
export declare function maintenanceWindowDeserializer(item: any): MaintenanceWindow;
|
|
1186
|
+
/** Maintenance window type. */
|
|
1187
|
+
export declare enum KnownMaintenanceWindowType {
|
|
1188
|
+
/** Weekly maintenance window. */
|
|
1189
|
+
Weekly = "Weekly"
|
|
1190
|
+
}
|
|
1191
|
+
/**
|
|
1192
|
+
* Maintenance window type. \
|
|
1193
|
+
* {@link KnownMaintenanceWindowType} can be used interchangeably with MaintenanceWindowType,
|
|
1194
|
+
* this enum contains the known values that the service supports.
|
|
1195
|
+
* ### Known values supported by the service
|
|
1196
|
+
* **Weekly**: Weekly maintenance window.
|
|
1197
|
+
*/
|
|
1198
|
+
export type MaintenanceWindowType = string;
|
|
1199
|
+
/** Schedule details for a maintenance window. */
|
|
1200
|
+
export interface MaintenanceWindowSchedule {
|
|
1201
|
+
/** Day of week. Required when the maintenance window type is 'Weekly'. */
|
|
1202
|
+
dayOfWeek?: MaintenanceDayOfWeek;
|
|
1203
|
+
}
|
|
1204
|
+
export declare function maintenanceWindowScheduleSerializer(item: MaintenanceWindowSchedule): any;
|
|
1205
|
+
export declare function maintenanceWindowScheduleDeserializer(item: any): MaintenanceWindowSchedule;
|
|
1206
|
+
/** Day of week. Required when the maintenance window type is 'Weekly'. */
|
|
1207
|
+
export declare enum KnownMaintenanceDayOfWeek {
|
|
1208
|
+
/** Sunday */
|
|
1209
|
+
Sunday = "Sunday",
|
|
1210
|
+
/** Monday */
|
|
1211
|
+
Monday = "Monday",
|
|
1212
|
+
/** Tuesday */
|
|
1213
|
+
Tuesday = "Tuesday",
|
|
1214
|
+
/** Wednesday */
|
|
1215
|
+
Wednesday = "Wednesday",
|
|
1216
|
+
/** Thursday */
|
|
1217
|
+
Thursday = "Thursday",
|
|
1218
|
+
/** Friday */
|
|
1219
|
+
Friday = "Friday",
|
|
1220
|
+
/** Saturday */
|
|
1221
|
+
Saturday = "Saturday"
|
|
1222
|
+
}
|
|
1223
|
+
/**
|
|
1224
|
+
* Day of week. Required when the maintenance window type is 'Weekly'. \
|
|
1225
|
+
* {@link KnownMaintenanceDayOfWeek} can be used interchangeably with MaintenanceDayOfWeek,
|
|
1226
|
+
* this enum contains the known values that the service supports.
|
|
1227
|
+
* ### Known values supported by the service
|
|
1228
|
+
* **Sunday** \
|
|
1229
|
+
* **Monday** \
|
|
1230
|
+
* **Tuesday** \
|
|
1231
|
+
* **Wednesday** \
|
|
1232
|
+
* **Thursday** \
|
|
1233
|
+
* **Friday** \
|
|
1234
|
+
* **Saturday**
|
|
1235
|
+
*/
|
|
1236
|
+
export type MaintenanceDayOfWeek = string;
|
|
1237
|
+
/** Explains the current redundancy strategy of the cluster, which affects the expected SLA. */
|
|
1238
|
+
export declare enum KnownRedundancyMode {
|
|
1239
|
+
/** No redundancy. Availability loss will occur. */
|
|
1240
|
+
None = "None",
|
|
1241
|
+
/** Local redundancy with high availability. */
|
|
1242
|
+
LR = "LR",
|
|
1243
|
+
/** Zone redundant. Higher availability. */
|
|
1244
|
+
ZR = "ZR"
|
|
1245
|
+
}
|
|
1246
|
+
/**
|
|
1247
|
+
* Explains the current redundancy strategy of the cluster, which affects the expected SLA. \
|
|
1248
|
+
* {@link KnownRedundancyMode} can be used interchangeably with RedundancyMode,
|
|
1249
|
+
* this enum contains the known values that the service supports.
|
|
1250
|
+
* ### Known values supported by the service
|
|
1251
|
+
* **None**: No redundancy. Availability loss will occur. \
|
|
1252
|
+
* **LR**: Local redundancy with high availability. \
|
|
1253
|
+
* **ZR**: Zone redundant. Higher availability.
|
|
1254
|
+
*/
|
|
1255
|
+
export type RedundancyMode = string;
|
|
1256
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1257
|
+
export interface TrackedResource extends Resource {
|
|
1258
|
+
/** Resource tags. */
|
|
1259
|
+
tags?: Record<string, string>;
|
|
1260
|
+
/** The geo-location where the resource lives */
|
|
1261
|
+
location: string;
|
|
1262
|
+
}
|
|
1263
|
+
export declare function trackedResourceSerializer(item: TrackedResource): any;
|
|
1264
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
1265
|
+
/** A partial update to the Redis Enterprise cluster */
|
|
1266
|
+
export interface ClusterUpdate {
|
|
1267
|
+
/** The SKU to create, which affects price, performance, and features. */
|
|
1268
|
+
sku?: Sku;
|
|
1269
|
+
/** The managed service identities assigned to this resource. */
|
|
1270
|
+
identity?: ManagedServiceIdentity;
|
|
1271
|
+
/** Resource tags. */
|
|
1272
|
+
tags?: Record<string, string>;
|
|
1273
|
+
/** Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss. */
|
|
1274
|
+
highAvailability?: HighAvailability;
|
|
1275
|
+
/** The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions. */
|
|
1276
|
+
minimumTlsVersion?: TlsVersion;
|
|
1277
|
+
/** Encryption-at-rest configuration for the cluster. */
|
|
1278
|
+
encryption?: ClusterCommonPropertiesEncryption;
|
|
1279
|
+
/** Cluster-level maintenance configuration. */
|
|
1280
|
+
maintenanceConfiguration?: MaintenanceConfiguration;
|
|
1281
|
+
/** DNS name of the cluster endpoint */
|
|
1282
|
+
readonly hostName?: string;
|
|
1283
|
+
/** Current provisioning status of the cluster */
|
|
1284
|
+
readonly provisioningState?: ProvisioningState;
|
|
1285
|
+
/** Explains the current redundancy strategy of the cluster, which affects the expected SLA. */
|
|
1286
|
+
readonly redundancyMode?: RedundancyMode;
|
|
1287
|
+
/** Current resource status of the cluster */
|
|
1288
|
+
readonly resourceState?: ResourceState;
|
|
1289
|
+
/** Version of redis the cluster supports, e.g. '6' */
|
|
1290
|
+
readonly redisVersion?: string;
|
|
1291
|
+
/** List of private endpoint connections associated with the specified Redis Enterprise cluster */
|
|
1292
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1293
|
+
/** The endpoint of the source resource that is currently pointing to this resource as a result of an ACR/ACRE to AMR migration. */
|
|
1294
|
+
readonly migratedEndpoint?: string;
|
|
1295
|
+
/** Whether or not public network traffic can access the Redis cluster. Only 'Enabled' or 'Disabled' can be set. null is returned only for clusters created using an old API version which do not have this property and cannot be set. */
|
|
1296
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
1297
|
+
}
|
|
1298
|
+
export declare function clusterUpdateSerializer(item: ClusterUpdate): any;
|
|
1299
|
+
/** Properties of Redis Enterprise clusters for update operations */
|
|
1300
|
+
export interface ClusterUpdateProperties extends ClusterCommonProperties {
|
|
1301
|
+
/** Whether or not public network traffic can access the Redis cluster. Only 'Enabled' or 'Disabled' can be set. null is returned only for clusters created using an old API version which do not have this property and cannot be set. */
|
|
1302
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
1303
|
+
}
|
|
1304
|
+
export declare function clusterUpdatePropertiesSerializer(item: ClusterUpdateProperties): any;
|
|
1305
|
+
/** The response of a list-all operation. */
|
|
1306
|
+
export interface _ClusterList {
|
|
1307
|
+
/** The Cluster items on this page */
|
|
1308
|
+
value: Cluster[];
|
|
1309
|
+
/** The link to the next page of items */
|
|
1310
|
+
nextLink?: string;
|
|
1311
|
+
}
|
|
1312
|
+
export declare function _clusterListDeserializer(item: any): _ClusterList;
|
|
1313
|
+
export declare function clusterArraySerializer(result: Array<Cluster>): any[];
|
|
1314
|
+
export declare function clusterArrayDeserializer(result: Array<Cluster>): any[];
|
|
1315
|
+
/** The response of a listSkusForScaling operation. */
|
|
1316
|
+
export interface SkuDetailsList {
|
|
1317
|
+
/** List of SKUS available to scale up or scale down. */
|
|
1318
|
+
skus?: SkuDetails[];
|
|
1319
|
+
}
|
|
1320
|
+
export declare function skuDetailsListDeserializer(item: any): SkuDetailsList;
|
|
1321
|
+
export declare function skuDetailsArrayDeserializer(result: Array<SkuDetails>): any[];
|
|
1322
|
+
/** Details of a Redis Enterprise cluster SKU. */
|
|
1323
|
+
export interface SkuDetails {
|
|
1324
|
+
/** The name of the SKU. */
|
|
1325
|
+
readonly name?: string;
|
|
1326
|
+
/** The cache size in GB. */
|
|
1327
|
+
readonly sizeInGB?: number;
|
|
1328
|
+
}
|
|
1329
|
+
export declare function skuDetailsDeserializer(item: any): SkuDetails;
|
|
1330
|
+
/** A list of private link resources. */
|
|
1331
|
+
export interface _PrivateLinkResourceListResult {
|
|
1332
|
+
/** Array of private link resources */
|
|
1333
|
+
value?: PrivateLinkResource[];
|
|
1334
|
+
/** URL to get the next set of operation list results (if there are any). */
|
|
1335
|
+
readonly nextLink?: string;
|
|
1336
|
+
}
|
|
1337
|
+
export declare function _privateLinkResourceListResultDeserializer(item: any): _PrivateLinkResourceListResult;
|
|
1338
|
+
export declare function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[];
|
|
1339
|
+
/** A private link resource. */
|
|
1340
|
+
export interface PrivateLinkResource extends Resource {
|
|
1341
|
+
/** The private link resource group id. */
|
|
1342
|
+
readonly groupId?: string;
|
|
1343
|
+
/** The private link resource required member names. */
|
|
1344
|
+
readonly requiredMembers?: string[];
|
|
1345
|
+
/** The private link resource private link DNS zone name. */
|
|
1346
|
+
requiredZoneNames?: string[];
|
|
1347
|
+
}
|
|
1348
|
+
export declare function privateLinkResourceDeserializer(item: any): PrivateLinkResource;
|
|
1349
|
+
/** Properties of a private link resource. */
|
|
1350
|
+
export interface PrivateLinkResourceProperties {
|
|
1351
|
+
/** The private link resource group id. */
|
|
1352
|
+
readonly groupId?: string;
|
|
1353
|
+
/** The private link resource required member names. */
|
|
1354
|
+
readonly requiredMembers?: string[];
|
|
1355
|
+
/** The private link resource private link DNS zone name. */
|
|
1356
|
+
requiredZoneNames?: string[];
|
|
1357
|
+
}
|
|
1358
|
+
export declare function privateLinkResourcePropertiesDeserializer(item: any): PrivateLinkResourceProperties;
|
|
1359
|
+
/** Describes the access policy assignment of Redis Enterprise database */
|
|
1360
|
+
export interface AccessPolicyAssignment extends ProxyResource {
|
|
1361
|
+
/** Current provisioning status of the access policy assignment. */
|
|
1362
|
+
readonly provisioningState?: ProvisioningState;
|
|
1363
|
+
/** Name of access policy under specific access policy assignment. Only "default" policy is supported for now. */
|
|
1364
|
+
accessPolicyName?: string;
|
|
1365
|
+
/** The user associated with the access policy. */
|
|
1366
|
+
user?: AccessPolicyAssignmentPropertiesUser;
|
|
1367
|
+
}
|
|
1368
|
+
export declare function accessPolicyAssignmentSerializer(item: AccessPolicyAssignment): any;
|
|
1369
|
+
export declare function accessPolicyAssignmentDeserializer(item: any): AccessPolicyAssignment;
|
|
1370
|
+
/** Properties of Redis Enterprise database access policy assignment. */
|
|
1371
|
+
export interface AccessPolicyAssignmentProperties {
|
|
1372
|
+
/** Current provisioning status of the access policy assignment. */
|
|
1373
|
+
readonly provisioningState?: ProvisioningState;
|
|
1374
|
+
/** Name of access policy under specific access policy assignment. Only "default" policy is supported for now. */
|
|
1375
|
+
accessPolicyName: string;
|
|
1376
|
+
/** The user associated with the access policy. */
|
|
1377
|
+
user: AccessPolicyAssignmentPropertiesUser;
|
|
1378
|
+
}
|
|
1379
|
+
export declare function accessPolicyAssignmentPropertiesSerializer(item: AccessPolicyAssignmentProperties): any;
|
|
1380
|
+
export declare function accessPolicyAssignmentPropertiesDeserializer(item: any): AccessPolicyAssignmentProperties;
|
|
1381
|
+
/** The user associated with the access policy. */
|
|
1382
|
+
export interface AccessPolicyAssignmentPropertiesUser {
|
|
1383
|
+
/** The object ID of the user. */
|
|
1384
|
+
objectId?: string;
|
|
1385
|
+
}
|
|
1386
|
+
export declare function accessPolicyAssignmentPropertiesUserSerializer(item: AccessPolicyAssignmentPropertiesUser): any;
|
|
1387
|
+
export declare function accessPolicyAssignmentPropertiesUserDeserializer(item: any): AccessPolicyAssignmentPropertiesUser;
|
|
1388
|
+
/** The response of a list-all operation. */
|
|
1389
|
+
export interface _AccessPolicyAssignmentList {
|
|
1390
|
+
/** The AccessPolicyAssignment items on this page */
|
|
1391
|
+
value: AccessPolicyAssignment[];
|
|
1392
|
+
/** The link to the next page of items */
|
|
1393
|
+
nextLink?: string;
|
|
1394
|
+
}
|
|
1395
|
+
export declare function _accessPolicyAssignmentListDeserializer(item: any): _AccessPolicyAssignmentList;
|
|
1396
|
+
export declare function accessPolicyAssignmentArraySerializer(result: Array<AccessPolicyAssignment>): any[];
|
|
1397
|
+
export declare function accessPolicyAssignmentArrayDeserializer(result: Array<AccessPolicyAssignment>): any[];
|
|
1398
|
+
/** Describes the current migration operation on a Redis Enterprise cluster. */
|
|
1399
|
+
export interface Migration extends ProxyResource {
|
|
1400
|
+
/** Properties of the migration operation. */
|
|
1401
|
+
properties?: MigrationPropertiesUnion;
|
|
1402
|
+
}
|
|
1403
|
+
export declare function migrationSerializer(item: Migration): any;
|
|
1404
|
+
export declare function migrationDeserializer(item: any): Migration;
|
|
1405
|
+
/** Properties for Redis Enterprise migration operation. */
|
|
1406
|
+
export interface MigrationProperties {
|
|
1407
|
+
/** Describes the source of the migration operation. */
|
|
1408
|
+
/** The discriminator possible values: AzureCacheForRedis */
|
|
1409
|
+
sourceType: SourceType;
|
|
1410
|
+
/** The Azure resource ID of the Azure Managed Redis destination cache to migrate. */
|
|
1411
|
+
readonly targetResourceId?: string;
|
|
1412
|
+
/** Current provisioning status of the migration */
|
|
1413
|
+
readonly provisioningState?: MigrationProvisioningState;
|
|
1414
|
+
/** Additional details about the migration operation's status in free text format. */
|
|
1415
|
+
readonly statusDetails?: string;
|
|
1416
|
+
/** The timestamp when the migration operation was created. */
|
|
1417
|
+
readonly creationTime?: Date;
|
|
1418
|
+
/** The timestamp when the migration operation was last updated. */
|
|
1419
|
+
readonly lastModifiedTime?: Date;
|
|
1420
|
+
}
|
|
1421
|
+
export declare function migrationPropertiesSerializer(item: MigrationProperties): any;
|
|
1422
|
+
export declare function migrationPropertiesDeserializer(item: any): MigrationProperties;
|
|
1423
|
+
/** Alias for MigrationPropertiesUnion */
|
|
1424
|
+
export type MigrationPropertiesUnion = AzureCacheForRedisMigrationProperties | MigrationProperties;
|
|
1425
|
+
export declare function migrationPropertiesUnionSerializer(item: MigrationPropertiesUnion): any;
|
|
1426
|
+
export declare function migrationPropertiesUnionDeserializer(item: any): MigrationPropertiesUnion;
|
|
1427
|
+
/** Describes the source of the migration operation. */
|
|
1428
|
+
export declare enum KnownSourceType {
|
|
1429
|
+
/** Migration from Azure Cache for Redis to Redis Enterprise. */
|
|
1430
|
+
AzureCacheForRedis = "AzureCacheForRedis"
|
|
1431
|
+
}
|
|
1432
|
+
/**
|
|
1433
|
+
* Describes the source of the migration operation. \
|
|
1434
|
+
* {@link KnownSourceType} can be used interchangeably with SourceType,
|
|
1435
|
+
* this enum contains the known values that the service supports.
|
|
1436
|
+
* ### Known values supported by the service
|
|
1437
|
+
* **AzureCacheForRedis**: Migration from Azure Cache for Redis to Redis Enterprise.
|
|
1438
|
+
*/
|
|
1439
|
+
export type SourceType = string;
|
|
1440
|
+
/** Current provisioning status */
|
|
1441
|
+
export declare enum KnownMigrationProvisioningState {
|
|
1442
|
+
/** The request has been accepted and the migration operation is being initialized. */
|
|
1443
|
+
Accepted = "Accepted",
|
|
1444
|
+
/** The migration operation is in progress. */
|
|
1445
|
+
InProgress = "InProgress",
|
|
1446
|
+
/** The migration operation has completed transferring data and is ready for DNS switch. */
|
|
1447
|
+
ReadyForDnsSwitch = "ReadyForDnsSwitch",
|
|
1448
|
+
/** The migration operation has completed successfully. */
|
|
1449
|
+
Succeeded = "Succeeded",
|
|
1450
|
+
/** The migration operation has failed. */
|
|
1451
|
+
Failed = "Failed",
|
|
1452
|
+
/** The migration operation is being cancelled. */
|
|
1453
|
+
Cancelling = "Cancelling",
|
|
1454
|
+
/** The migration operation has been cancelled. */
|
|
1455
|
+
Cancelled = "Cancelled",
|
|
1456
|
+
/** The migration operation cancellation has failed. */
|
|
1457
|
+
CancellationFailed = "CancellationFailed"
|
|
1458
|
+
}
|
|
1459
|
+
/**
|
|
1460
|
+
* Current provisioning status \
|
|
1461
|
+
* {@link KnownMigrationProvisioningState} can be used interchangeably with MigrationProvisioningState,
|
|
1462
|
+
* this enum contains the known values that the service supports.
|
|
1463
|
+
* ### Known values supported by the service
|
|
1464
|
+
* **Accepted**: The request has been accepted and the migration operation is being initialized. \
|
|
1465
|
+
* **InProgress**: The migration operation is in progress. \
|
|
1466
|
+
* **ReadyForDnsSwitch**: The migration operation has completed transferring data and is ready for DNS switch. \
|
|
1467
|
+
* **Succeeded**: The migration operation has completed successfully. \
|
|
1468
|
+
* **Failed**: The migration operation has failed. \
|
|
1469
|
+
* **Cancelling**: The migration operation is being cancelled. \
|
|
1470
|
+
* **Cancelled**: The migration operation has been cancelled. \
|
|
1471
|
+
* **CancellationFailed**: The migration operation cancellation has failed.
|
|
1472
|
+
*/
|
|
1473
|
+
export type MigrationProvisioningState = string;
|
|
1474
|
+
/** Properties for Redis Enterprise migration operation for Azure Cache for Redis. */
|
|
1475
|
+
export interface AzureCacheForRedisMigrationProperties extends MigrationProperties {
|
|
1476
|
+
/** The source resource ID to migrate from. This is the resource ID of the Azure Cache for Redis. */
|
|
1477
|
+
sourceResourceId: string;
|
|
1478
|
+
/** Sets whether the DNS is switched automatically after the data is transferred from the source cache to the target cache. This property must be true during the preview. */
|
|
1479
|
+
switchDns: boolean;
|
|
1480
|
+
/** Sets whether the data is migrated from source to target or not. This property must be true during the preview. */
|
|
1481
|
+
skipDataMigration: boolean;
|
|
1482
|
+
/** Sets whether to ignore warnings when performing validation of the migration request. If this property is true, warning-level disparities between the source and target resources will be ignored, and the request will only fail validation if there are error-level disparities. The default value is false. */
|
|
1483
|
+
forceMigrate?: boolean;
|
|
1484
|
+
/** Describes the source of the migration operation. */
|
|
1485
|
+
sourceType: "AzureCacheForRedis";
|
|
1486
|
+
}
|
|
1487
|
+
export declare function azureCacheForRedisMigrationPropertiesSerializer(item: AzureCacheForRedisMigrationProperties): any;
|
|
1488
|
+
export declare function azureCacheForRedisMigrationPropertiesDeserializer(item: any): AzureCacheForRedisMigrationProperties;
|
|
1489
|
+
/** The response of a list-all migrations. */
|
|
1490
|
+
export interface _MigrationList {
|
|
1491
|
+
/** The Migration items on this page */
|
|
1492
|
+
value: Migration[];
|
|
1493
|
+
/** The link to the next page of items */
|
|
1494
|
+
nextLink?: string;
|
|
1495
|
+
}
|
|
1496
|
+
export declare function _migrationListDeserializer(item: any): _MigrationList;
|
|
1497
|
+
export declare function migrationArraySerializer(result: Array<Migration>): any[];
|
|
1498
|
+
export declare function migrationArrayDeserializer(result: Array<Migration>): any[];
|
|
1499
|
+
/** The status of a long-running operation. */
|
|
1500
|
+
export interface OperationStatus {
|
|
1501
|
+
/** The operation's unique id. */
|
|
1502
|
+
id?: string;
|
|
1503
|
+
/** The operation's name. */
|
|
1504
|
+
name?: string;
|
|
1505
|
+
/** The start time of the operation. */
|
|
1506
|
+
startTime?: string;
|
|
1507
|
+
/** The end time of the operation. */
|
|
1508
|
+
endTime?: string;
|
|
1509
|
+
/** The current status of the operation. */
|
|
1510
|
+
status?: string;
|
|
1511
|
+
/** Error response describing why the operation failed. */
|
|
1512
|
+
error?: ErrorResponse;
|
|
1513
|
+
}
|
|
1514
|
+
export declare function operationStatusDeserializer(item: any): OperationStatus;
|
|
1515
|
+
/** The available API versions. */
|
|
1516
|
+
export declare enum KnownVersions {
|
|
1517
|
+
/** The 2025-08-01-preview API version. */
|
|
1518
|
+
V20250801Preview = "2025-08-01-preview",
|
|
1519
|
+
/** The 2026-02-01-preview API version. */
|
|
1520
|
+
V20260201Preview = "2026-02-01-preview"
|
|
1521
|
+
}
|
|
1522
|
+
export declare function _databasePropertiesSerializer(item: Database): any;
|
|
1523
|
+
export declare function _databasePropertiesDeserializer(item: any): {
|
|
1524
|
+
clientProtocol: any;
|
|
1525
|
+
port: any;
|
|
1526
|
+
provisioningState: any;
|
|
1527
|
+
resourceState: any;
|
|
1528
|
+
clusteringPolicy: any;
|
|
1529
|
+
evictionPolicy: any;
|
|
1530
|
+
persistence: any;
|
|
1531
|
+
modules: any;
|
|
1532
|
+
geoReplication: any;
|
|
1533
|
+
redisVersion: any;
|
|
1534
|
+
deferUpgrade: any;
|
|
1535
|
+
accessKeysAuthentication: any;
|
|
1536
|
+
notifyKeyspaceEvents: any;
|
|
1537
|
+
};
|
|
1538
|
+
export declare function _databaseUpdatePropertiesSerializer(item: DatabaseUpdate): any;
|
|
1539
|
+
export declare function _privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnection): any;
|
|
1540
|
+
export declare function _privateEndpointConnectionPropertiesDeserializer(item: any): {
|
|
1541
|
+
groupIds: any;
|
|
1542
|
+
privateEndpoint: any;
|
|
1543
|
+
privateLinkServiceConnectionState: any;
|
|
1544
|
+
provisioningState: any;
|
|
1545
|
+
};
|
|
1546
|
+
export declare function _clusterPropertiesSerializer(item: Cluster): any;
|
|
1547
|
+
export declare function _clusterPropertiesDeserializer(item: any): {
|
|
1548
|
+
highAvailability: any;
|
|
1549
|
+
minimumTlsVersion: any;
|
|
1550
|
+
encryption: any;
|
|
1551
|
+
maintenanceConfiguration: any;
|
|
1552
|
+
hostName: any;
|
|
1553
|
+
provisioningState: any;
|
|
1554
|
+
redundancyMode: any;
|
|
1555
|
+
resourceState: any;
|
|
1556
|
+
redisVersion: any;
|
|
1557
|
+
privateEndpointConnections: any;
|
|
1558
|
+
migratedEndpoint: any;
|
|
1559
|
+
publicNetworkAccess: any;
|
|
1560
|
+
};
|
|
1561
|
+
export declare function _clusterUpdatePropertiesSerializer(item: ClusterUpdate): any;
|
|
1562
|
+
export declare function _privateLinkResourcePropertiesDeserializer(item: any): {
|
|
1563
|
+
groupId: any;
|
|
1564
|
+
requiredMembers: any;
|
|
1565
|
+
requiredZoneNames: any;
|
|
1566
|
+
};
|
|
1567
|
+
export declare function _accessPolicyAssignmentPropertiesSerializer(item: AccessPolicyAssignment): any;
|
|
1568
|
+
export declare function _accessPolicyAssignmentPropertiesDeserializer(item: any): {
|
|
1569
|
+
provisioningState: any;
|
|
1570
|
+
accessPolicyName: any;
|
|
1571
|
+
user: any;
|
|
1572
|
+
};
|
|
1573
|
+
//# sourceMappingURL=models.d.ts.map
|