@azure/arm-redisenterprisecache 3.1.0-beta.1 → 4.0.0-alpha.20250422.2
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/CHANGELOG.md +243 -0
- package/LICENSE +3 -3
- package/README.md +24 -18
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +517 -31
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +146 -2
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts +21 -1
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +506 -5
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.d.ts +2 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +22 -5
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/accessPolicyAssignmentOperations.d.ts +110 -0
- package/dist/browser/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/browser/operations/accessPolicyAssignmentOperations.js +411 -0
- package/dist/browser/operations/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/browser/operations/databases.d.ts +283 -0
- package/dist/browser/operations/databases.d.ts.map +1 -0
- package/dist/browser/operations/databases.js +1152 -0
- package/dist/browser/operations/databases.js.map +1 -0
- package/dist/browser/operations/index.d.ts +8 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +15 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationsStatus.d.ts +3 -3
- package/dist/browser/operations/operationsStatus.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationsStatus.js +2 -2
- package/dist/browser/operations/operationsStatus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +31 -17
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +114 -108
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +11 -7
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +10 -6
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/redisEnterprise.d.ts +46 -23
- package/dist/browser/operations/redisEnterprise.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/redisEnterprise.js +182 -148
- package/dist/browser/operations/redisEnterprise.js.map +1 -0
- package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
- package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.js +9 -0
- package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.d.ts +77 -33
- package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databases.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +8 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +15 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsStatus.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsStatus.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operationsStatus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +25 -13
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +5 -3
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/redisEnterprise.d.ts +42 -19
- package/dist/browser/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/redisEnterprise.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/redisEnterpriseManagementClient.d.ts +3 -2
- package/dist/browser/redisEnterpriseManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/redisEnterpriseManagementClient.js +19 -20
- package/dist/browser/redisEnterpriseManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-redisenterprisecache.d.ts → dist/commonjs/models/index.d.ts} +1624 -1671
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +367 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +65 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1788 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +27 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +217 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.d.ts +110 -0
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.js +415 -0
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/commonjs/operations/databases.d.ts +283 -0
- package/dist/commonjs/operations/databases.d.ts.map +1 -0
- package/dist/commonjs/operations/databases.js +1156 -0
- package/dist/commonjs/operations/databases.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +8 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +18 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/operationsStatus.d.ts +20 -0
- package/dist/commonjs/operations/operationsStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/operationsStatus.js +58 -0
- package/dist/commonjs/operations/operationsStatus.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +94 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +345 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +34 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +113 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/redisEnterprise.d.ts +130 -0
- package/dist/commonjs/operations/redisEnterprise.d.ts.map +1 -0
- package/dist/commonjs/operations/redisEnterprise.js +584 -0
- package/dist/commonjs/operations/redisEnterprise.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
- package/{dist-esm/src/operations → dist/commonjs/operationsInterfaces}/databases.d.ts +79 -60
- package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databases.js +10 -0
- package/dist/commonjs/operationsInterfaces/databases.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +18 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationsStatus.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/operationsStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationsStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationsStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +75 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/redisEnterprise.d.ts +94 -0
- package/dist/commonjs/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/redisEnterprise.js +10 -0
- package/dist/commonjs/operationsInterfaces/redisEnterprise.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/redisEnterpriseManagementClient.d.ts +26 -0
- package/dist/commonjs/redisEnterpriseManagementClient.d.ts.map +1 -0
- package/dist/commonjs/redisEnterpriseManagementClient.js +109 -0
- package/dist/commonjs/redisEnterpriseManagementClient.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1624 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +364 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +65 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1784 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +27 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +214 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/accessPolicyAssignmentOperations.d.ts +110 -0
- package/dist/esm/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/esm/operations/accessPolicyAssignmentOperations.js +411 -0
- package/dist/esm/operations/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/esm/operations/databases.d.ts +283 -0
- package/dist/esm/operations/databases.d.ts.map +1 -0
- package/dist/esm/operations/databases.js +1152 -0
- package/dist/esm/operations/databases.js.map +1 -0
- package/dist/esm/operations/index.d.ts +8 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +15 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/operationsStatus.d.ts +20 -0
- package/dist/esm/operations/operationsStatus.d.ts.map +1 -0
- package/dist/esm/operations/operationsStatus.js +53 -0
- package/dist/esm/operations/operationsStatus.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +94 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +341 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +34 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +109 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/redisEnterprise.d.ts +130 -0
- package/dist/esm/operations/redisEnterprise.d.ts.map +1 -0
- package/dist/esm/operations/redisEnterprise.js +580 -0
- package/dist/esm/operations/redisEnterprise.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.js +9 -0
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/databases.d.ts +254 -0
- package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databases.js +9 -0
- package/dist/esm/operationsInterfaces/databases.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +8 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +15 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationsStatus.d.ts +12 -0
- package/dist/esm/operationsInterfaces/operationsStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationsStatus.js +9 -0
- package/dist/esm/operationsInterfaces/operationsStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +75 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/redisEnterprise.d.ts +94 -0
- package/dist/esm/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/redisEnterprise.js +9 -0
- package/dist/esm/operationsInterfaces/redisEnterprise.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/redisEnterpriseManagementClient.d.ts +26 -0
- package/dist/esm/redisEnterpriseManagementClient.d.ts.map +1 -0
- package/dist/esm/redisEnterpriseManagementClient.js +104 -0
- package/dist/esm/redisEnterpriseManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1624 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +364 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +65 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1784 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +27 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +214 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/accessPolicyAssignmentOperations.d.ts +110 -0
- package/dist/react-native/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/react-native/operations/accessPolicyAssignmentOperations.js +411 -0
- package/dist/react-native/operations/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/react-native/operations/databases.d.ts +283 -0
- package/dist/react-native/operations/databases.d.ts.map +1 -0
- package/dist/react-native/operations/databases.js +1152 -0
- package/dist/react-native/operations/databases.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +8 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +15 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/operationsStatus.d.ts +20 -0
- package/dist/react-native/operations/operationsStatus.d.ts.map +1 -0
- package/dist/react-native/operations/operationsStatus.js +53 -0
- package/dist/react-native/operations/operationsStatus.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +94 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +341 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +34 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +109 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/redisEnterprise.d.ts +130 -0
- package/dist/react-native/operations/redisEnterprise.d.ts.map +1 -0
- package/dist/react-native/operations/redisEnterprise.js +580 -0
- package/dist/react-native/operations/redisEnterprise.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts +254 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.js +9 -0
- package/dist/react-native/operationsInterfaces/databases.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +15 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationsStatus.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/operationsStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationsStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/operationsStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +75 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/redisEnterprise.d.ts +94 -0
- package/dist/react-native/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/redisEnterprise.js +9 -0
- package/dist/react-native/operationsInterfaces/redisEnterprise.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/redisEnterpriseManagementClient.d.ts +26 -0
- package/dist/react-native/redisEnterpriseManagementClient.d.ts.map +1 -0
- package/dist/react-native/redisEnterpriseManagementClient.js +104 -0
- package/dist/react-native/redisEnterpriseManagementClient.js.map +1 -0
- package/package.json +81 -55
- package/review/arm-redisenterprisecache.api.md +294 -6
- package/LICENSE.txt +0 -21
- package/dist/index.js +0 -4221
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/databasesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesCreateSample.js +0 -88
- package/dist-esm/samples-dev/databasesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/databasesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesExportSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesExportSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesExportSample.js +0 -42
- package/dist-esm/samples-dev/databasesExportSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesFlushSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesFlushSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesFlushSample.js +0 -44
- package/dist-esm/samples-dev/databasesFlushSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.js +0 -51
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesForceUnlinkSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesForceUnlinkSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesForceUnlinkSample.js +0 -44
- package/dist-esm/samples-dev/databasesForceUnlinkSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesGetSample.js +0 -39
- package/dist-esm/samples-dev/databasesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesImportSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesImportSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesImportSample.js +0 -45
- package/dist-esm/samples-dev/databasesImportSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesListByClusterSample.js +0 -54
- package/dist-esm/samples-dev/databasesListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesListKeysSample.js +0 -39
- package/dist-esm/samples-dev/databasesListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesRegenerateKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesRegenerateKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesRegenerateKeySample.js +0 -40
- package/dist-esm/samples-dev/databasesRegenerateKeySample.js.map +0 -1
- package/dist-esm/samples-dev/databasesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesUpdateSample.js +0 -44
- package/dist-esm/samples-dev/databasesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js +0 -39
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsStatusGetSample.js +0 -38
- package/dist-esm/samples-dev/operationsStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -54
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +0 -45
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +0 -54
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.js +0 -60
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseDeleteSample.js +0 -38
- package/dist-esm/samples-dev/redisEnterpriseDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseGetSample.js +0 -38
- package/dist-esm/samples-dev/redisEnterpriseGetSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseListSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseListSample.js +0 -52
- package/dist-esm/samples-dev/redisEnterpriseListSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js +0 -43
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/databases.d.ts.map +0 -1
- package/dist-esm/src/operations/databases.js +0 -1150
- package/dist-esm/src/operations/databases.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -7
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -14
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/operationsStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/operationsStatus.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/redisEnterprise.d.ts.map +0 -1
- package/dist-esm/src/operations/redisEnterprise.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/databases.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -14
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationsStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/redisEnterprise.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/redisEnterprise.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/redisEnterpriseManagementClient.d.ts.map +0 -1
- package/dist-esm/src/redisEnterpriseManagementClient.js.map +0 -1
- package/dist-esm/test/redisenterprisecache_test.spec.d.ts +0 -4
- package/dist-esm/test/redisenterprisecache_test.spec.d.ts.map +0 -1
- package/dist-esm/test/redisenterprisecache_test.spec.js +0 -70
- package/dist-esm/test/redisenterprisecache_test.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1289
- package/src/models/mappers.ts +0 -1375
- package/src/models/parameters.ts +0 -237
- package/src/operations/databases.ts +0 -1603
- package/src/operations/index.ts +0 -14
- package/src/operations/operations.ts +0 -149
- package/src/operations/operationsStatus.ts +0 -71
- package/src/operations/privateEndpointConnections.ts +0 -451
- package/src/operations/privateLinkResources.ts +0 -136
- package/src/operations/redisEnterprise.ts +0 -708
- package/src/operationsInterfaces/databases.ts +0 -403
- package/src/operationsInterfaces/index.ts +0 -14
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/operationsStatus.ts +0 -27
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -116
- package/src/operationsInterfaces/privateLinkResources.ts +0 -29
- package/src/operationsInterfaces/redisEnterprise.ts +0 -139
- package/src/pagingHelper.ts +0 -39
- package/src/redisEnterpriseManagementClient.ts +0 -165
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/redisEnterprise.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -16,9 +16,85 @@ export interface AccessKeys {
|
|
|
16
16
|
readonly secondaryKey?: string;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
// @public
|
|
20
|
+
export type AccessKeysAuthentication = string;
|
|
21
|
+
|
|
19
22
|
// @public
|
|
20
23
|
export type AccessKeyType = "Primary" | "Secondary";
|
|
21
24
|
|
|
25
|
+
// @public
|
|
26
|
+
export interface AccessPolicyAssignment extends ProxyResourceAutoGenerated {
|
|
27
|
+
accessPolicyName?: string;
|
|
28
|
+
readonly provisioningState?: ProvisioningState;
|
|
29
|
+
user?: AccessPolicyAssignmentPropertiesUser;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// @public
|
|
33
|
+
export interface AccessPolicyAssignmentCreateUpdateOptionalParams extends coreClient.OperationOptions {
|
|
34
|
+
resumeFrom?: string;
|
|
35
|
+
updateIntervalInMs?: number;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// @public
|
|
39
|
+
export type AccessPolicyAssignmentCreateUpdateResponse = AccessPolicyAssignment;
|
|
40
|
+
|
|
41
|
+
// @public
|
|
42
|
+
export interface AccessPolicyAssignmentDeleteHeaders {
|
|
43
|
+
azureAsyncOperation?: string;
|
|
44
|
+
location?: string;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
// @public
|
|
48
|
+
export interface AccessPolicyAssignmentDeleteOptionalParams extends coreClient.OperationOptions {
|
|
49
|
+
resumeFrom?: string;
|
|
50
|
+
updateIntervalInMs?: number;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
// @public
|
|
54
|
+
export type AccessPolicyAssignmentDeleteResponse = AccessPolicyAssignmentDeleteHeaders;
|
|
55
|
+
|
|
56
|
+
// @public
|
|
57
|
+
export interface AccessPolicyAssignmentGetOptionalParams extends coreClient.OperationOptions {
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// @public
|
|
61
|
+
export type AccessPolicyAssignmentGetResponse = AccessPolicyAssignment;
|
|
62
|
+
|
|
63
|
+
// @public
|
|
64
|
+
export interface AccessPolicyAssignmentList {
|
|
65
|
+
readonly nextLink?: string;
|
|
66
|
+
value?: AccessPolicyAssignment[];
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
// @public
|
|
70
|
+
export interface AccessPolicyAssignmentListNextOptionalParams extends coreClient.OperationOptions {
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// @public
|
|
74
|
+
export type AccessPolicyAssignmentListNextResponse = AccessPolicyAssignmentList;
|
|
75
|
+
|
|
76
|
+
// @public
|
|
77
|
+
export interface AccessPolicyAssignmentListOptionalParams extends coreClient.OperationOptions {
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
// @public
|
|
81
|
+
export type AccessPolicyAssignmentListResponse = AccessPolicyAssignmentList;
|
|
82
|
+
|
|
83
|
+
// @public
|
|
84
|
+
export interface AccessPolicyAssignmentOperations {
|
|
85
|
+
beginCreateUpdate(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, parameters: AccessPolicyAssignment, options?: AccessPolicyAssignmentCreateUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AccessPolicyAssignmentCreateUpdateResponse>, AccessPolicyAssignmentCreateUpdateResponse>>;
|
|
86
|
+
beginCreateUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, parameters: AccessPolicyAssignment, options?: AccessPolicyAssignmentCreateUpdateOptionalParams): Promise<AccessPolicyAssignmentCreateUpdateResponse>;
|
|
87
|
+
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, options?: AccessPolicyAssignmentDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AccessPolicyAssignmentDeleteResponse>, AccessPolicyAssignmentDeleteResponse>>;
|
|
88
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, options?: AccessPolicyAssignmentDeleteOptionalParams): Promise<AccessPolicyAssignmentDeleteResponse>;
|
|
89
|
+
get(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, options?: AccessPolicyAssignmentGetOptionalParams): Promise<AccessPolicyAssignmentGetResponse>;
|
|
90
|
+
list(resourceGroupName: string, clusterName: string, databaseName: string, options?: AccessPolicyAssignmentListOptionalParams): PagedAsyncIterableIterator<AccessPolicyAssignment>;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
// @public
|
|
94
|
+
export interface AccessPolicyAssignmentPropertiesUser {
|
|
95
|
+
objectId?: string;
|
|
96
|
+
}
|
|
97
|
+
|
|
22
98
|
// @public
|
|
23
99
|
export type ActionType = string;
|
|
24
100
|
|
|
@@ -28,12 +104,15 @@ export type AofFrequency = string;
|
|
|
28
104
|
// @public
|
|
29
105
|
export interface Cluster extends TrackedResource {
|
|
30
106
|
encryption?: ClusterPropertiesEncryption;
|
|
107
|
+
highAvailability?: HighAvailability;
|
|
31
108
|
readonly hostName?: string;
|
|
32
109
|
identity?: ManagedServiceIdentity;
|
|
110
|
+
readonly kind?: Kind;
|
|
33
111
|
minimumTlsVersion?: TlsVersion;
|
|
34
112
|
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
35
113
|
readonly provisioningState?: ProvisioningState;
|
|
36
114
|
readonly redisVersion?: string;
|
|
115
|
+
readonly redundancyMode?: RedundancyMode;
|
|
37
116
|
readonly resourceState?: ResourceState;
|
|
38
117
|
sku: Sku;
|
|
39
118
|
zones?: string[];
|
|
@@ -68,12 +147,14 @@ export interface ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdent
|
|
|
68
147
|
// @public
|
|
69
148
|
export interface ClusterUpdate {
|
|
70
149
|
encryption?: ClusterPropertiesEncryption;
|
|
150
|
+
highAvailability?: HighAvailability;
|
|
71
151
|
readonly hostName?: string;
|
|
72
152
|
identity?: ManagedServiceIdentity;
|
|
73
153
|
minimumTlsVersion?: TlsVersion;
|
|
74
154
|
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
75
155
|
readonly provisioningState?: ProvisioningState;
|
|
76
156
|
readonly redisVersion?: string;
|
|
157
|
+
readonly redundancyMode?: RedundancyMode;
|
|
77
158
|
readonly resourceState?: ResourceState;
|
|
78
159
|
sku?: Sku;
|
|
79
160
|
tags?: {
|
|
@@ -84,8 +165,12 @@ export interface ClusterUpdate {
|
|
|
84
165
|
// @public
|
|
85
166
|
export type CmkIdentityType = string;
|
|
86
167
|
|
|
168
|
+
// @public
|
|
169
|
+
export type CreatedByType = string;
|
|
170
|
+
|
|
87
171
|
// @public
|
|
88
172
|
export interface Database extends ProxyResource {
|
|
173
|
+
accessKeysAuthentication?: AccessKeysAuthentication;
|
|
89
174
|
clientProtocol?: Protocol;
|
|
90
175
|
clusteringPolicy?: ClusteringPolicy;
|
|
91
176
|
deferUpgrade?: DeferUpgradeSetting;
|
|
@@ -119,8 +204,8 @@ export interface Databases {
|
|
|
119
204
|
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<void>;
|
|
120
205
|
beginExport(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ExportClusterParameters, options?: DatabasesExportOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
121
206
|
beginExportAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ExportClusterParameters, options?: DatabasesExportOptionalParams): Promise<void>;
|
|
122
|
-
beginFlush(resourceGroupName: string, clusterName: string, databaseName: string,
|
|
123
|
-
beginFlushAndWait(resourceGroupName: string, clusterName: string, databaseName: string,
|
|
207
|
+
beginFlush(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesFlushOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
208
|
+
beginFlushAndWait(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesFlushOptionalParams): Promise<void>;
|
|
124
209
|
beginForceLinkToReplicationGroup(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ForceLinkParameters, options?: DatabasesForceLinkToReplicationGroupOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesForceLinkToReplicationGroupResponse>, DatabasesForceLinkToReplicationGroupResponse>>;
|
|
125
210
|
beginForceLinkToReplicationGroupAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ForceLinkParameters, options?: DatabasesForceLinkToReplicationGroupOptionalParams): Promise<DatabasesForceLinkToReplicationGroupResponse>;
|
|
126
211
|
beginForceUnlink(resourceGroupName: string, clusterName: string, databaseName: string, parameters: ForceUnlinkParameters, options?: DatabasesForceUnlinkOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
@@ -147,12 +232,24 @@ export interface DatabasesCreateOptionalParams extends coreClient.OperationOptio
|
|
|
147
232
|
// @public
|
|
148
233
|
export type DatabasesCreateResponse = Database;
|
|
149
234
|
|
|
235
|
+
// @public
|
|
236
|
+
export interface DatabasesDeleteHeaders {
|
|
237
|
+
azureAsyncOperation?: string;
|
|
238
|
+
location?: string;
|
|
239
|
+
}
|
|
240
|
+
|
|
150
241
|
// @public
|
|
151
242
|
export interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
152
243
|
resumeFrom?: string;
|
|
153
244
|
updateIntervalInMs?: number;
|
|
154
245
|
}
|
|
155
246
|
|
|
247
|
+
// @public
|
|
248
|
+
export interface DatabasesExportHeaders {
|
|
249
|
+
azureAsyncOperation?: string;
|
|
250
|
+
location?: string;
|
|
251
|
+
}
|
|
252
|
+
|
|
156
253
|
// @public
|
|
157
254
|
export interface DatabasesExportOptionalParams extends coreClient.OperationOptions {
|
|
158
255
|
resumeFrom?: string;
|
|
@@ -167,6 +264,7 @@ export interface DatabasesFlushHeaders {
|
|
|
167
264
|
|
|
168
265
|
// @public
|
|
169
266
|
export interface DatabasesFlushOptionalParams extends coreClient.OperationOptions {
|
|
267
|
+
parameters?: FlushParameters;
|
|
170
268
|
resumeFrom?: string;
|
|
171
269
|
updateIntervalInMs?: number;
|
|
172
270
|
}
|
|
@@ -186,6 +284,12 @@ export interface DatabasesForceLinkToReplicationGroupOptionalParams extends core
|
|
|
186
284
|
// @public
|
|
187
285
|
export type DatabasesForceLinkToReplicationGroupResponse = DatabasesForceLinkToReplicationGroupHeaders;
|
|
188
286
|
|
|
287
|
+
// @public
|
|
288
|
+
export interface DatabasesForceUnlinkHeaders {
|
|
289
|
+
azureAsyncOperation?: string;
|
|
290
|
+
location?: string;
|
|
291
|
+
}
|
|
292
|
+
|
|
189
293
|
// @public
|
|
190
294
|
export interface DatabasesForceUnlinkOptionalParams extends coreClient.OperationOptions {
|
|
191
295
|
resumeFrom?: string;
|
|
@@ -199,6 +303,12 @@ export interface DatabasesGetOptionalParams extends coreClient.OperationOptions
|
|
|
199
303
|
// @public
|
|
200
304
|
export type DatabasesGetResponse = Database;
|
|
201
305
|
|
|
306
|
+
// @public
|
|
307
|
+
export interface DatabasesImportHeaders {
|
|
308
|
+
azureAsyncOperation?: string;
|
|
309
|
+
location?: string;
|
|
310
|
+
}
|
|
311
|
+
|
|
202
312
|
// @public
|
|
203
313
|
export interface DatabasesImportOptionalParams extends coreClient.OperationOptions {
|
|
204
314
|
resumeFrom?: string;
|
|
@@ -226,6 +336,12 @@ export interface DatabasesListKeysOptionalParams extends coreClient.OperationOpt
|
|
|
226
336
|
// @public
|
|
227
337
|
export type DatabasesListKeysResponse = AccessKeys;
|
|
228
338
|
|
|
339
|
+
// @public
|
|
340
|
+
export interface DatabasesRegenerateKeyHeaders {
|
|
341
|
+
azureAsyncOperation?: string;
|
|
342
|
+
location?: string;
|
|
343
|
+
}
|
|
344
|
+
|
|
229
345
|
// @public
|
|
230
346
|
export interface DatabasesRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
231
347
|
resumeFrom?: string;
|
|
@@ -235,6 +351,12 @@ export interface DatabasesRegenerateKeyOptionalParams extends coreClient.Operati
|
|
|
235
351
|
// @public
|
|
236
352
|
export type DatabasesRegenerateKeyResponse = AccessKeys;
|
|
237
353
|
|
|
354
|
+
// @public
|
|
355
|
+
export interface DatabasesUpdateHeaders {
|
|
356
|
+
azureAsyncOperation?: string;
|
|
357
|
+
location?: string;
|
|
358
|
+
}
|
|
359
|
+
|
|
238
360
|
// @public
|
|
239
361
|
export interface DatabasesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
240
362
|
resumeFrom?: string;
|
|
@@ -261,6 +383,7 @@ export type DatabasesUpgradeDBRedisVersionResponse = DatabasesUpgradeDBRedisVers
|
|
|
261
383
|
|
|
262
384
|
// @public
|
|
263
385
|
export interface DatabaseUpdate {
|
|
386
|
+
accessKeysAuthentication?: AccessKeysAuthentication;
|
|
264
387
|
clientProtocol?: Protocol;
|
|
265
388
|
clusteringPolicy?: ClusteringPolicy;
|
|
266
389
|
deferUpgrade?: DeferUpgradeSetting;
|
|
@@ -292,11 +415,25 @@ export interface ErrorDetail {
|
|
|
292
415
|
readonly target?: string;
|
|
293
416
|
}
|
|
294
417
|
|
|
418
|
+
// @public
|
|
419
|
+
export interface ErrorDetailAutoGenerated {
|
|
420
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
421
|
+
readonly code?: string;
|
|
422
|
+
readonly details?: ErrorDetailAutoGenerated[];
|
|
423
|
+
readonly message?: string;
|
|
424
|
+
readonly target?: string;
|
|
425
|
+
}
|
|
426
|
+
|
|
295
427
|
// @public
|
|
296
428
|
export interface ErrorResponse {
|
|
297
429
|
error?: ErrorDetail;
|
|
298
430
|
}
|
|
299
431
|
|
|
432
|
+
// @public
|
|
433
|
+
export interface ErrorResponseAutoGenerated {
|
|
434
|
+
error?: ErrorDetailAutoGenerated;
|
|
435
|
+
}
|
|
436
|
+
|
|
300
437
|
// @public
|
|
301
438
|
export type EvictionPolicy = string;
|
|
302
439
|
|
|
@@ -312,8 +449,13 @@ export interface FlushParameters {
|
|
|
312
449
|
|
|
313
450
|
// @public
|
|
314
451
|
export interface ForceLinkParameters {
|
|
315
|
-
|
|
316
|
-
|
|
452
|
+
geoReplication: ForceLinkParametersGeoReplication;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
// @public
|
|
456
|
+
export interface ForceLinkParametersGeoReplication {
|
|
457
|
+
groupNickname?: string;
|
|
458
|
+
linkedDatabases?: LinkedDatabase[];
|
|
317
459
|
}
|
|
318
460
|
|
|
319
461
|
// @public
|
|
@@ -324,11 +466,23 @@ export interface ForceUnlinkParameters {
|
|
|
324
466
|
// @public
|
|
325
467
|
export function getContinuationToken(page: unknown): string | undefined;
|
|
326
468
|
|
|
469
|
+
// @public
|
|
470
|
+
export type HighAvailability = string;
|
|
471
|
+
|
|
327
472
|
// @public
|
|
328
473
|
export interface ImportClusterParameters {
|
|
329
474
|
sasUris: string[];
|
|
330
475
|
}
|
|
331
476
|
|
|
477
|
+
// @public
|
|
478
|
+
export type Kind = string;
|
|
479
|
+
|
|
480
|
+
// @public
|
|
481
|
+
export enum KnownAccessKeysAuthentication {
|
|
482
|
+
Disabled = "Disabled",
|
|
483
|
+
Enabled = "Enabled"
|
|
484
|
+
}
|
|
485
|
+
|
|
332
486
|
// @public
|
|
333
487
|
export enum KnownActionType {
|
|
334
488
|
Internal = "Internal"
|
|
@@ -343,6 +497,7 @@ export enum KnownAofFrequency {
|
|
|
343
497
|
// @public
|
|
344
498
|
export enum KnownClusteringPolicy {
|
|
345
499
|
EnterpriseCluster = "EnterpriseCluster",
|
|
500
|
+
NoCluster = "NoCluster",
|
|
346
501
|
OSSCluster = "OSSCluster"
|
|
347
502
|
}
|
|
348
503
|
|
|
@@ -352,6 +507,14 @@ export enum KnownCmkIdentityType {
|
|
|
352
507
|
UserAssignedIdentity = "userAssignedIdentity"
|
|
353
508
|
}
|
|
354
509
|
|
|
510
|
+
// @public
|
|
511
|
+
export enum KnownCreatedByType {
|
|
512
|
+
Application = "Application",
|
|
513
|
+
Key = "Key",
|
|
514
|
+
ManagedIdentity = "ManagedIdentity",
|
|
515
|
+
User = "User"
|
|
516
|
+
}
|
|
517
|
+
|
|
355
518
|
// @public
|
|
356
519
|
export enum KnownDeferUpgradeSetting {
|
|
357
520
|
Deferred = "Deferred",
|
|
@@ -370,6 +533,18 @@ export enum KnownEvictionPolicy {
|
|
|
370
533
|
VolatileTTL = "VolatileTTL"
|
|
371
534
|
}
|
|
372
535
|
|
|
536
|
+
// @public
|
|
537
|
+
export enum KnownHighAvailability {
|
|
538
|
+
Disabled = "Disabled",
|
|
539
|
+
Enabled = "Enabled"
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
// @public
|
|
543
|
+
export enum KnownKind {
|
|
544
|
+
V1 = "v1",
|
|
545
|
+
V2 = "v2"
|
|
546
|
+
}
|
|
547
|
+
|
|
373
548
|
// @public
|
|
374
549
|
export enum KnownLinkState {
|
|
375
550
|
Linked = "Linked",
|
|
@@ -432,6 +607,13 @@ export enum KnownRdbFrequency {
|
|
|
432
607
|
TwelveH = "12h"
|
|
433
608
|
}
|
|
434
609
|
|
|
610
|
+
// @public
|
|
611
|
+
export enum KnownRedundancyMode {
|
|
612
|
+
LR = "LR",
|
|
613
|
+
None = "None",
|
|
614
|
+
ZR = "ZR"
|
|
615
|
+
}
|
|
616
|
+
|
|
435
617
|
// @public
|
|
436
618
|
export enum KnownResourceState {
|
|
437
619
|
CreateFailed = "CreateFailed",
|
|
@@ -443,6 +625,7 @@ export enum KnownResourceState {
|
|
|
443
625
|
Disabling = "Disabling",
|
|
444
626
|
EnableFailed = "EnableFailed",
|
|
445
627
|
Enabling = "Enabling",
|
|
628
|
+
Moving = "Moving",
|
|
446
629
|
Running = "Running",
|
|
447
630
|
Scaling = "Scaling",
|
|
448
631
|
ScalingFailed = "ScalingFailed",
|
|
@@ -452,14 +635,61 @@ export enum KnownResourceState {
|
|
|
452
635
|
|
|
453
636
|
// @public
|
|
454
637
|
export enum KnownSkuName {
|
|
638
|
+
BalancedB0 = "Balanced_B0",
|
|
639
|
+
BalancedB1 = "Balanced_B1",
|
|
640
|
+
BalancedB10 = "Balanced_B10",
|
|
641
|
+
BalancedB100 = "Balanced_B100",
|
|
642
|
+
BalancedB1000 = "Balanced_B1000",
|
|
643
|
+
BalancedB150 = "Balanced_B150",
|
|
644
|
+
BalancedB20 = "Balanced_B20",
|
|
645
|
+
BalancedB250 = "Balanced_B250",
|
|
646
|
+
BalancedB3 = "Balanced_B3",
|
|
647
|
+
BalancedB350 = "Balanced_B350",
|
|
648
|
+
BalancedB5 = "Balanced_B5",
|
|
649
|
+
BalancedB50 = "Balanced_B50",
|
|
650
|
+
BalancedB500 = "Balanced_B500",
|
|
651
|
+
BalancedB700 = "Balanced_B700",
|
|
652
|
+
ComputeOptimizedX10 = "ComputeOptimized_X10",
|
|
653
|
+
ComputeOptimizedX100 = "ComputeOptimized_X100",
|
|
654
|
+
ComputeOptimizedX150 = "ComputeOptimized_X150",
|
|
655
|
+
ComputeOptimizedX20 = "ComputeOptimized_X20",
|
|
656
|
+
ComputeOptimizedX250 = "ComputeOptimized_X250",
|
|
657
|
+
ComputeOptimizedX3 = "ComputeOptimized_X3",
|
|
658
|
+
ComputeOptimizedX350 = "ComputeOptimized_X350",
|
|
659
|
+
ComputeOptimizedX5 = "ComputeOptimized_X5",
|
|
660
|
+
ComputeOptimizedX50 = "ComputeOptimized_X50",
|
|
661
|
+
ComputeOptimizedX500 = "ComputeOptimized_X500",
|
|
662
|
+
ComputeOptimizedX700 = "ComputeOptimized_X700",
|
|
663
|
+
EnterpriseE1 = "Enterprise_E1",
|
|
455
664
|
EnterpriseE10 = "Enterprise_E10",
|
|
456
665
|
EnterpriseE100 = "Enterprise_E100",
|
|
457
666
|
EnterpriseE20 = "Enterprise_E20",
|
|
667
|
+
EnterpriseE200 = "Enterprise_E200",
|
|
668
|
+
EnterpriseE400 = "Enterprise_E400",
|
|
458
669
|
EnterpriseE5 = "Enterprise_E5",
|
|
459
670
|
EnterpriseE50 = "Enterprise_E50",
|
|
460
671
|
EnterpriseFlashF1500 = "EnterpriseFlash_F1500",
|
|
461
672
|
EnterpriseFlashF300 = "EnterpriseFlash_F300",
|
|
462
|
-
EnterpriseFlashF700 = "EnterpriseFlash_F700"
|
|
673
|
+
EnterpriseFlashF700 = "EnterpriseFlash_F700",
|
|
674
|
+
FlashOptimizedA1000 = "FlashOptimized_A1000",
|
|
675
|
+
FlashOptimizedA1500 = "FlashOptimized_A1500",
|
|
676
|
+
FlashOptimizedA2000 = "FlashOptimized_A2000",
|
|
677
|
+
FlashOptimizedA250 = "FlashOptimized_A250",
|
|
678
|
+
FlashOptimizedA4500 = "FlashOptimized_A4500",
|
|
679
|
+
FlashOptimizedA500 = "FlashOptimized_A500",
|
|
680
|
+
FlashOptimizedA700 = "FlashOptimized_A700",
|
|
681
|
+
MemoryOptimizedM10 = "MemoryOptimized_M10",
|
|
682
|
+
MemoryOptimizedM100 = "MemoryOptimized_M100",
|
|
683
|
+
MemoryOptimizedM1000 = "MemoryOptimized_M1000",
|
|
684
|
+
MemoryOptimizedM150 = "MemoryOptimized_M150",
|
|
685
|
+
MemoryOptimizedM1500 = "MemoryOptimized_M1500",
|
|
686
|
+
MemoryOptimizedM20 = "MemoryOptimized_M20",
|
|
687
|
+
MemoryOptimizedM2000 = "MemoryOptimized_M2000",
|
|
688
|
+
MemoryOptimizedM250 = "MemoryOptimized_M250",
|
|
689
|
+
MemoryOptimizedM350 = "MemoryOptimized_M350",
|
|
690
|
+
MemoryOptimizedM50 = "MemoryOptimized_M50",
|
|
691
|
+
MemoryOptimizedM500 = "MemoryOptimized_M500",
|
|
692
|
+
MemoryOptimizedM700 = "MemoryOptimized_M700"
|
|
463
693
|
}
|
|
464
694
|
|
|
465
695
|
// @public
|
|
@@ -679,7 +909,11 @@ export type Protocol = string;
|
|
|
679
909
|
export type ProvisioningState = string;
|
|
680
910
|
|
|
681
911
|
// @public
|
|
682
|
-
export interface ProxyResource extends
|
|
912
|
+
export interface ProxyResource extends ResourceAutoGenerated {
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
// @public
|
|
916
|
+
export interface ProxyResourceAutoGenerated extends Resource {
|
|
683
917
|
}
|
|
684
918
|
|
|
685
919
|
// @public
|
|
@@ -696,6 +930,7 @@ export interface RedisEnterprise {
|
|
|
696
930
|
get(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseGetOptionalParams): Promise<RedisEnterpriseGetResponse>;
|
|
697
931
|
list(options?: RedisEnterpriseListOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
698
932
|
listByResourceGroup(resourceGroupName: string, options?: RedisEnterpriseListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
933
|
+
listSkusForScaling(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseListSkusForScalingOptionalParams): Promise<RedisEnterpriseListSkusForScalingResponse>;
|
|
699
934
|
}
|
|
700
935
|
|
|
701
936
|
// @public
|
|
@@ -707,6 +942,12 @@ export interface RedisEnterpriseCreateOptionalParams extends coreClient.Operatio
|
|
|
707
942
|
// @public
|
|
708
943
|
export type RedisEnterpriseCreateResponse = Cluster;
|
|
709
944
|
|
|
945
|
+
// @public
|
|
946
|
+
export interface RedisEnterpriseDeleteHeaders {
|
|
947
|
+
azureAsyncOperation?: string;
|
|
948
|
+
location?: string;
|
|
949
|
+
}
|
|
950
|
+
|
|
710
951
|
// @public
|
|
711
952
|
export interface RedisEnterpriseDeleteOptionalParams extends coreClient.OperationOptions {
|
|
712
953
|
resumeFrom?: string;
|
|
@@ -748,12 +989,21 @@ export interface RedisEnterpriseListOptionalParams extends coreClient.OperationO
|
|
|
748
989
|
// @public
|
|
749
990
|
export type RedisEnterpriseListResponse = ClusterList;
|
|
750
991
|
|
|
992
|
+
// @public
|
|
993
|
+
export interface RedisEnterpriseListSkusForScalingOptionalParams extends coreClient.OperationOptions {
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
// @public
|
|
997
|
+
export type RedisEnterpriseListSkusForScalingResponse = SkuDetailsList;
|
|
998
|
+
|
|
751
999
|
// @public (undocumented)
|
|
752
1000
|
export class RedisEnterpriseManagementClient extends coreClient.ServiceClient {
|
|
753
1001
|
// (undocumented)
|
|
754
1002
|
$host: string;
|
|
755
1003
|
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: RedisEnterpriseManagementClientOptionalParams);
|
|
756
1004
|
// (undocumented)
|
|
1005
|
+
accessPolicyAssignmentOperations: AccessPolicyAssignmentOperations;
|
|
1006
|
+
// (undocumented)
|
|
757
1007
|
apiVersion: string;
|
|
758
1008
|
// (undocumented)
|
|
759
1009
|
databases: Databases;
|
|
@@ -778,6 +1028,12 @@ export interface RedisEnterpriseManagementClientOptionalParams extends coreClien
|
|
|
778
1028
|
endpoint?: string;
|
|
779
1029
|
}
|
|
780
1030
|
|
|
1031
|
+
// @public
|
|
1032
|
+
export interface RedisEnterpriseUpdateHeaders {
|
|
1033
|
+
azureAsyncOperation?: string;
|
|
1034
|
+
location?: string;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
781
1037
|
// @public
|
|
782
1038
|
export interface RedisEnterpriseUpdateOptionalParams extends coreClient.OperationOptions {
|
|
783
1039
|
resumeFrom?: string;
|
|
@@ -787,6 +1043,9 @@ export interface RedisEnterpriseUpdateOptionalParams extends coreClient.Operatio
|
|
|
787
1043
|
// @public
|
|
788
1044
|
export type RedisEnterpriseUpdateResponse = Cluster;
|
|
789
1045
|
|
|
1046
|
+
// @public
|
|
1047
|
+
export type RedundancyMode = string;
|
|
1048
|
+
|
|
790
1049
|
// @public
|
|
791
1050
|
export interface RegenerateKeyParameters {
|
|
792
1051
|
keyType: AccessKeyType;
|
|
@@ -799,6 +1058,14 @@ export interface Resource {
|
|
|
799
1058
|
readonly type?: string;
|
|
800
1059
|
}
|
|
801
1060
|
|
|
1061
|
+
// @public
|
|
1062
|
+
export interface ResourceAutoGenerated {
|
|
1063
|
+
readonly id?: string;
|
|
1064
|
+
readonly name?: string;
|
|
1065
|
+
readonly systemData?: SystemData;
|
|
1066
|
+
readonly type?: string;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
802
1069
|
// @public
|
|
803
1070
|
export type ResourceState = string;
|
|
804
1071
|
|
|
@@ -808,9 +1075,30 @@ export interface Sku {
|
|
|
808
1075
|
name: SkuName;
|
|
809
1076
|
}
|
|
810
1077
|
|
|
1078
|
+
// @public
|
|
1079
|
+
export interface SkuDetails {
|
|
1080
|
+
readonly customerFacingSizeInGB?: number;
|
|
1081
|
+
readonly name?: string;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
// @public
|
|
1085
|
+
export interface SkuDetailsList {
|
|
1086
|
+
skus?: SkuDetails[];
|
|
1087
|
+
}
|
|
1088
|
+
|
|
811
1089
|
// @public
|
|
812
1090
|
export type SkuName = string;
|
|
813
1091
|
|
|
1092
|
+
// @public
|
|
1093
|
+
export interface SystemData {
|
|
1094
|
+
createdAt?: Date;
|
|
1095
|
+
createdBy?: string;
|
|
1096
|
+
createdByType?: CreatedByType;
|
|
1097
|
+
lastModifiedAt?: Date;
|
|
1098
|
+
lastModifiedBy?: string;
|
|
1099
|
+
lastModifiedByType?: CreatedByType;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
814
1102
|
// @public
|
|
815
1103
|
export type TlsVersion = string;
|
|
816
1104
|
|
package/LICENSE.txt
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
The MIT License (MIT)
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2021 Microsoft
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|