@azure/arm-redisenterprisecache 4.0.0-beta.1 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +9 -10
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +122 -11
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +10 -7
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +11 -5
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +343 -65
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +1 -1
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +3 -8
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/accessPolicyAssignmentOperations.d.ts +5 -5
- package/dist/browser/operations/accessPolicyAssignmentOperations.d.ts.map +1 -1
- package/dist/browser/operations/accessPolicyAssignmentOperations.js +48 -60
- package/dist/browser/operations/accessPolicyAssignmentOperations.js.map +1 -1
- package/dist/browser/operations/databases.d.ts +5 -5
- package/dist/browser/operations/databases.d.ts.map +1 -1
- package/dist/browser/operations/databases.js +136 -108
- package/dist/browser/operations/databases.js.map +1 -1
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +4 -7
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/operations.d.ts +4 -4
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +25 -47
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/operationsStatus.d.ts +3 -3
- package/dist/browser/operations/operationsStatus.d.ts.map +1 -1
- package/dist/browser/operations/operationsStatus.js +3 -7
- package/dist/browser/operations/operationsStatus.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +35 -47
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.d.ts +4 -4
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +12 -34
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/redisEnterprise.d.ts +5 -5
- package/dist/browser/operations/redisEnterprise.d.ts.map +1 -1
- package/dist/browser/operations/redisEnterprise.js +83 -115
- package/dist/browser/operations/redisEnterprise.js.map +1 -1
- package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +3 -3
- package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.js +2 -7
- package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/databases.d.ts +3 -3
- package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/databases.js +2 -7
- package/dist/browser/operationsInterfaces/databases.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +4 -7
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js +2 -7
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/operationsStatus.d.ts +1 -1
- package/dist/browser/operationsInterfaces/operationsStatus.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operationsStatus.js +2 -7
- package/dist/browser/operationsInterfaces/operationsStatus.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/redisEnterprise.d.ts +3 -3
- package/dist/browser/operationsInterfaces/redisEnterprise.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/redisEnterprise.js +2 -7
- package/dist/browser/operationsInterfaces/redisEnterprise.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +4 -11
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/redisEnterpriseManagementClient.d.ts +3 -3
- package/dist/browser/redisEnterpriseManagementClient.d.ts.map +1 -1
- package/dist/browser/redisEnterpriseManagementClient.js +27 -18
- package/dist/browser/redisEnterpriseManagementClient.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -7
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +9 -10
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +122 -11
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +11 -8
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +11 -5
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +345 -67
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +1 -1
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +3 -8
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.d.ts +5 -5
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.js +47 -58
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.js.map +1 -1
- package/dist/commonjs/operations/databases.d.ts +5 -5
- package/dist/commonjs/operations/databases.d.ts.map +1 -1
- package/dist/commonjs/operations/databases.js +135 -106
- package/dist/commonjs/operations/databases.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +4 -7
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts +4 -4
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +25 -46
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/operationsStatus.d.ts +3 -3
- package/dist/commonjs/operations/operationsStatus.d.ts.map +1 -1
- package/dist/commonjs/operations/operationsStatus.js +3 -7
- package/dist/commonjs/operations/operationsStatus.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +34 -45
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +4 -4
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +12 -33
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/redisEnterprise.d.ts +5 -5
- package/dist/commonjs/operations/redisEnterprise.d.ts.map +1 -1
- package/dist/commonjs/operations/redisEnterprise.js +82 -113
- package/dist/commonjs/operations/redisEnterprise.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.js +2 -7
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/databases.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/databases.js +2 -7
- package/dist/commonjs/operationsInterfaces/databases.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +4 -7
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js +2 -7
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operationsStatus.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/operationsStatus.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operationsStatus.js +2 -7
- package/dist/commonjs/operationsInterfaces/operationsStatus.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/redisEnterprise.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/redisEnterprise.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/redisEnterprise.js +2 -7
- package/dist/commonjs/operationsInterfaces/redisEnterprise.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +4 -11
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/redisEnterpriseManagementClient.d.ts +3 -3
- package/dist/commonjs/redisEnterpriseManagementClient.d.ts.map +1 -1
- package/dist/commonjs/redisEnterpriseManagementClient.js +27 -18
- package/dist/commonjs/redisEnterpriseManagementClient.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +9 -10
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +122 -11
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +10 -7
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +11 -5
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +343 -65
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +1 -1
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +3 -8
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/accessPolicyAssignmentOperations.d.ts +5 -5
- package/dist/esm/operations/accessPolicyAssignmentOperations.d.ts.map +1 -1
- package/dist/esm/operations/accessPolicyAssignmentOperations.js +48 -60
- package/dist/esm/operations/accessPolicyAssignmentOperations.js.map +1 -1
- package/dist/esm/operations/databases.d.ts +5 -5
- package/dist/esm/operations/databases.d.ts.map +1 -1
- package/dist/esm/operations/databases.js +136 -108
- package/dist/esm/operations/databases.js.map +1 -1
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +4 -7
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/operations.d.ts +4 -4
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +25 -47
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/operationsStatus.d.ts +3 -3
- package/dist/esm/operations/operationsStatus.d.ts.map +1 -1
- package/dist/esm/operations/operationsStatus.js +3 -7
- package/dist/esm/operations/operationsStatus.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +35 -47
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.d.ts +4 -4
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +12 -34
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/redisEnterprise.d.ts +5 -5
- package/dist/esm/operations/redisEnterprise.d.ts.map +1 -1
- package/dist/esm/operations/redisEnterprise.js +83 -115
- package/dist/esm/operations/redisEnterprise.js.map +1 -1
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +3 -3
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.js +2 -7
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/databases.d.ts +3 -3
- package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/databases.js +2 -7
- package/dist/esm/operationsInterfaces/databases.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +4 -7
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js +2 -7
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/operationsStatus.d.ts +1 -1
- package/dist/esm/operationsInterfaces/operationsStatus.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operationsStatus.js +2 -7
- package/dist/esm/operationsInterfaces/operationsStatus.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/redisEnterprise.d.ts +3 -3
- package/dist/esm/operationsInterfaces/redisEnterprise.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/redisEnterprise.js +2 -7
- package/dist/esm/operationsInterfaces/redisEnterprise.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +4 -11
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/redisEnterpriseManagementClient.d.ts +3 -3
- package/dist/esm/redisEnterpriseManagementClient.d.ts.map +1 -1
- package/dist/esm/redisEnterpriseManagementClient.js +27 -18
- package/dist/esm/redisEnterpriseManagementClient.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -7
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +9 -10
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +122 -11
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +10 -7
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +11 -5
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +343 -65
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +1 -1
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +3 -8
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/accessPolicyAssignmentOperations.d.ts +5 -5
- package/dist/react-native/operations/accessPolicyAssignmentOperations.d.ts.map +1 -1
- package/dist/react-native/operations/accessPolicyAssignmentOperations.js +48 -60
- package/dist/react-native/operations/accessPolicyAssignmentOperations.js.map +1 -1
- package/dist/react-native/operations/databases.d.ts +5 -5
- package/dist/react-native/operations/databases.d.ts.map +1 -1
- package/dist/react-native/operations/databases.js +136 -108
- package/dist/react-native/operations/databases.js.map +1 -1
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +4 -7
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts +4 -4
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +25 -47
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/operationsStatus.d.ts +3 -3
- package/dist/react-native/operations/operationsStatus.d.ts.map +1 -1
- package/dist/react-native/operations/operationsStatus.js +3 -7
- package/dist/react-native/operations/operationsStatus.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +5 -5
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +35 -47
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +4 -4
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +12 -34
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/redisEnterprise.d.ts +5 -5
- package/dist/react-native/operations/redisEnterprise.d.ts.map +1 -1
- package/dist/react-native/operations/redisEnterprise.js +83 -115
- package/dist/react-native/operations/redisEnterprise.js.map +1 -1
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.js +2 -7
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/databases.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/databases.js +2 -7
- package/dist/react-native/operationsInterfaces/databases.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +4 -7
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js +2 -7
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operationsStatus.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/operationsStatus.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operationsStatus.js +2 -7
- package/dist/react-native/operationsInterfaces/operationsStatus.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/redisEnterprise.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/redisEnterprise.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/redisEnterprise.js +2 -7
- package/dist/react-native/operationsInterfaces/redisEnterprise.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +4 -11
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/redisEnterpriseManagementClient.d.ts +3 -3
- package/dist/react-native/redisEnterpriseManagementClient.d.ts.map +1 -1
- package/dist/react-native/redisEnterpriseManagementClient.js +27 -18
- package/dist/react-native/redisEnterpriseManagementClient.js.map +1 -1
- package/package.json +56 -65
- package/CHANGELOG.md +0 -342
- package/review/arm-redisenterprisecache.api.md +0 -1121
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"databases.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/databases.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Database,\n DatabasesListByClusterOptionalParams,\n DatabasesCreateOptionalParams,\n DatabasesCreateResponse,\n DatabaseUpdate,\n DatabasesUpdateOptionalParams,\n DatabasesUpdateResponse,\n DatabasesGetOptionalParams,\n DatabasesGetResponse,\n DatabasesDeleteOptionalParams,\n DatabasesListKeysOptionalParams,\n DatabasesListKeysResponse,\n RegenerateKeyParameters,\n DatabasesRegenerateKeyOptionalParams,\n DatabasesRegenerateKeyResponse,\n ImportClusterParameters,\n DatabasesImportOptionalParams,\n ExportClusterParameters,\n DatabasesExportOptionalParams,\n ForceUnlinkParameters,\n DatabasesForceUnlinkOptionalParams,\n ForceLinkParameters,\n DatabasesForceLinkToReplicationGroupOptionalParams,\n DatabasesForceLinkToReplicationGroupResponse,\n DatabasesFlushOptionalParams,\n DatabasesUpgradeDBRedisVersionOptionalParams,\n DatabasesUpgradeDBRedisVersionResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Databases. */\nexport interface Databases {\n /**\n * Gets all databases in the specified Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param options The options parameters.\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: DatabasesListByClusterOptionalParams,\n ): PagedAsyncIterableIterator<Database>;\n /**\n * Creates a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Parameters supplied to the create or update database operation.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: Database,\n options?: DatabasesCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabasesCreateResponse>,\n DatabasesCreateResponse\n >\n >;\n /**\n * Creates a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Parameters supplied to the create or update database operation.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: Database,\n options?: DatabasesCreateOptionalParams,\n ): Promise<DatabasesCreateResponse>;\n /**\n * Updates a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Parameters supplied to the create or update database operation.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: DatabaseUpdate,\n options?: DatabasesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabasesUpdateResponse>,\n DatabasesUpdateResponse\n >\n >;\n /**\n * Updates a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Parameters supplied to the create or update database operation.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: DatabaseUpdate,\n options?: DatabasesUpdateOptionalParams,\n ): Promise<DatabasesUpdateResponse>;\n /**\n * Gets information about a database in a Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesGetOptionalParams,\n ): Promise<DatabasesGetResponse>;\n /**\n * Deletes a single database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a single database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Retrieves the access keys for the Redis Enterprise database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n listKeys(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesListKeysOptionalParams,\n ): Promise<DatabasesListKeysResponse>;\n /**\n * Regenerates the Redis Enterprise database's access keys.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Specifies which key to regenerate.\n * @param options The options parameters.\n */\n beginRegenerateKey(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: RegenerateKeyParameters,\n options?: DatabasesRegenerateKeyOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabasesRegenerateKeyResponse>,\n DatabasesRegenerateKeyResponse\n >\n >;\n /**\n * Regenerates the Redis Enterprise database's access keys.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Specifies which key to regenerate.\n * @param options The options parameters.\n */\n beginRegenerateKeyAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: RegenerateKeyParameters,\n options?: DatabasesRegenerateKeyOptionalParams,\n ): Promise<DatabasesRegenerateKeyResponse>;\n /**\n * Imports database files to target database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Storage information for importing into the cluster\n * @param options The options parameters.\n */\n beginImport(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ImportClusterParameters,\n options?: DatabasesImportOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Imports database files to target database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Storage information for importing into the cluster\n * @param options The options parameters.\n */\n beginImportAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ImportClusterParameters,\n options?: DatabasesImportOptionalParams,\n ): Promise<void>;\n /**\n * Exports a database file from target database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Storage information for exporting into the cluster\n * @param options The options parameters.\n */\n beginExport(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ExportClusterParameters,\n options?: DatabasesExportOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Exports a database file from target database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Storage information for exporting into the cluster\n * @param options The options parameters.\n */\n beginExportAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ExportClusterParameters,\n options?: DatabasesExportOptionalParams,\n ): Promise<void>;\n /**\n * Forcibly removes the link to the specified database resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Information identifying the database to be unlinked.\n * @param options The options parameters.\n */\n beginForceUnlink(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ForceUnlinkParameters,\n options?: DatabasesForceUnlinkOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Forcibly removes the link to the specified database resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Information identifying the database to be unlinked.\n * @param options The options parameters.\n */\n beginForceUnlinkAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ForceUnlinkParameters,\n options?: DatabasesForceUnlinkOptionalParams,\n ): Promise<void>;\n /**\n * Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing\n * replication group. **IMPORTANT NOTE:** All data in this database will be discarded, and the database\n * will temporarily be unavailable while rejoining the replication group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Information identifying the database to be unlinked.\n * @param options The options parameters.\n */\n beginForceLinkToReplicationGroup(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ForceLinkParameters,\n options?: DatabasesForceLinkToReplicationGroupOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabasesForceLinkToReplicationGroupResponse>,\n DatabasesForceLinkToReplicationGroupResponse\n >\n >;\n /**\n * Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing\n * replication group. **IMPORTANT NOTE:** All data in this database will be discarded, and the database\n * will temporarily be unavailable while rejoining the replication group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Information identifying the database to be unlinked.\n * @param options The options parameters.\n */\n beginForceLinkToReplicationGroupAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ForceLinkParameters,\n options?: DatabasesForceLinkToReplicationGroupOptionalParams,\n ): Promise<DatabasesForceLinkToReplicationGroupResponse>;\n /**\n * Flushes all the keys in this database and also from its linked databases.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginFlush(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesFlushOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Flushes all the keys in this database and also from its linked databases.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginFlushAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesFlushOptionalParams,\n ): Promise<void>;\n /**\n * Upgrades the database Redis version to the latest available.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginUpgradeDBRedisVersion(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesUpgradeDBRedisVersionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabasesUpgradeDBRedisVersionResponse>,\n DatabasesUpgradeDBRedisVersionResponse\n >\n >;\n /**\n * Upgrades the database Redis version to the latest available.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginUpgradeDBRedisVersionAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesUpgradeDBRedisVersionOptionalParams,\n ): Promise<DatabasesUpgradeDBRedisVersionResponse>;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"databases.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/databases.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n Database,\n DatabasesListByClusterOptionalParams,\n DatabasesCreateOptionalParams,\n DatabasesCreateResponse,\n DatabaseUpdate,\n DatabasesUpdateOptionalParams,\n DatabasesUpdateResponse,\n DatabasesGetOptionalParams,\n DatabasesGetResponse,\n DatabasesDeleteOptionalParams,\n DatabasesListKeysOptionalParams,\n DatabasesListKeysResponse,\n RegenerateKeyParameters,\n DatabasesRegenerateKeyOptionalParams,\n DatabasesRegenerateKeyResponse,\n ImportClusterParameters,\n DatabasesImportOptionalParams,\n ExportClusterParameters,\n DatabasesExportOptionalParams,\n ForceUnlinkParameters,\n DatabasesForceUnlinkOptionalParams,\n ForceLinkParameters,\n DatabasesForceLinkToReplicationGroupOptionalParams,\n DatabasesForceLinkToReplicationGroupResponse,\n DatabasesFlushOptionalParams,\n DatabasesUpgradeDBRedisVersionOptionalParams,\n DatabasesUpgradeDBRedisVersionResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Databases. */\nexport interface Databases {\n /**\n * Gets all databases in the specified Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param options The options parameters.\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: DatabasesListByClusterOptionalParams,\n ): PagedAsyncIterableIterator<Database>;\n /**\n * Creates a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Parameters supplied to the create or update database operation.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: Database,\n options?: DatabasesCreateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<DatabasesCreateResponse>, DatabasesCreateResponse>>;\n /**\n * Creates a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Parameters supplied to the create or update database operation.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: Database,\n options?: DatabasesCreateOptionalParams,\n ): Promise<DatabasesCreateResponse>;\n /**\n * Updates a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Parameters supplied to the create or update database operation.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: DatabaseUpdate,\n options?: DatabasesUpdateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<DatabasesUpdateResponse>, DatabasesUpdateResponse>>;\n /**\n * Updates a database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Parameters supplied to the create or update database operation.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: DatabaseUpdate,\n options?: DatabasesUpdateOptionalParams,\n ): Promise<DatabasesUpdateResponse>;\n /**\n * Gets information about a database in a Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesGetOptionalParams,\n ): Promise<DatabasesGetResponse>;\n /**\n * Deletes a single database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a single database\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Retrieves the access keys for the Redis Enterprise database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n listKeys(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesListKeysOptionalParams,\n ): Promise<DatabasesListKeysResponse>;\n /**\n * Regenerates the Redis Enterprise database's access keys.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Specifies which key to regenerate.\n * @param options The options parameters.\n */\n beginRegenerateKey(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: RegenerateKeyParameters,\n options?: DatabasesRegenerateKeyOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<DatabasesRegenerateKeyResponse>, DatabasesRegenerateKeyResponse>\n >;\n /**\n * Regenerates the Redis Enterprise database's access keys.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Specifies which key to regenerate.\n * @param options The options parameters.\n */\n beginRegenerateKeyAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: RegenerateKeyParameters,\n options?: DatabasesRegenerateKeyOptionalParams,\n ): Promise<DatabasesRegenerateKeyResponse>;\n /**\n * Imports database files to target database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Storage information for importing into the cluster\n * @param options The options parameters.\n */\n beginImport(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ImportClusterParameters,\n options?: DatabasesImportOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Imports database files to target database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Storage information for importing into the cluster\n * @param options The options parameters.\n */\n beginImportAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ImportClusterParameters,\n options?: DatabasesImportOptionalParams,\n ): Promise<void>;\n /**\n * Exports a database file from target database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Storage information for exporting into the cluster\n * @param options The options parameters.\n */\n beginExport(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ExportClusterParameters,\n options?: DatabasesExportOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Exports a database file from target database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Storage information for exporting into the cluster\n * @param options The options parameters.\n */\n beginExportAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ExportClusterParameters,\n options?: DatabasesExportOptionalParams,\n ): Promise<void>;\n /**\n * Forcibly removes the link to the specified database resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Information identifying the database to be unlinked.\n * @param options The options parameters.\n */\n beginForceUnlink(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ForceUnlinkParameters,\n options?: DatabasesForceUnlinkOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Forcibly removes the link to the specified database resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Information identifying the database to be unlinked.\n * @param options The options parameters.\n */\n beginForceUnlinkAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ForceUnlinkParameters,\n options?: DatabasesForceUnlinkOptionalParams,\n ): Promise<void>;\n /**\n * Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing\n * replication group. **IMPORTANT NOTE:** All data in this database will be discarded, and the database\n * will temporarily be unavailable while rejoining the replication group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Information identifying the database to be unlinked.\n * @param options The options parameters.\n */\n beginForceLinkToReplicationGroup(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ForceLinkParameters,\n options?: DatabasesForceLinkToReplicationGroupOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabasesForceLinkToReplicationGroupResponse>,\n DatabasesForceLinkToReplicationGroupResponse\n >\n >;\n /**\n * Forcibly recreates an existing database on the specified cluster, and rejoins it to an existing\n * replication group. **IMPORTANT NOTE:** All data in this database will be discarded, and the database\n * will temporarily be unavailable while rejoining the replication group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param parameters Information identifying the database to be unlinked.\n * @param options The options parameters.\n */\n beginForceLinkToReplicationGroupAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n parameters: ForceLinkParameters,\n options?: DatabasesForceLinkToReplicationGroupOptionalParams,\n ): Promise<DatabasesForceLinkToReplicationGroupResponse>;\n /**\n * Flushes all the keys in this database and also from its linked databases.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginFlush(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesFlushOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Flushes all the keys in this database and also from its linked databases.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginFlushAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesFlushOptionalParams,\n ): Promise<void>;\n /**\n * Upgrades the database Redis version to the latest available.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginUpgradeDBRedisVersion(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesUpgradeDBRedisVersionOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DatabasesUpgradeDBRedisVersionResponse>,\n DatabasesUpgradeDBRedisVersionResponse\n >\n >;\n /**\n * Upgrades the database Redis version to the latest available.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param databaseName The name of the Redis Enterprise database.\n * @param options The options parameters.\n */\n beginUpgradeDBRedisVersionAndWait(\n resourceGroupName: string,\n clusterName: string,\n databaseName: string,\n options?: DatabasesUpgradeDBRedisVersionOptionalParams,\n ): Promise<DatabasesUpgradeDBRedisVersionResponse>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAMA,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uCAAuC,CAAC;AACtD,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
// Code generated by Microsoft (R) AutoRest Code Generator.
|
|
4
|
+
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
5
|
export * from "./operations.js";
|
|
9
6
|
export * from "./operationsStatus.js";
|
|
10
7
|
export * from "./redisEnterprise.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,2DAA2D;AAC3D,oFAAoF;AAEpF,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uCAAuC,CAAC;AACtD,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nexport * from \"./operations.js\";\nexport * from \"./operationsStatus.js\";\nexport * from \"./redisEnterprise.js\";\nexport * from \"./databases.js\";\nexport * from \"./accessPolicyAssignmentOperations.js\";\nexport * from \"./privateEndpointConnections.js\";\nexport * from \"./privateLinkResources.js\";\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
3
3
|
/** Interface representing a Operations. */
|
|
4
4
|
export interface Operations {
|
|
5
5
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAGlF,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,4BAA4B,GAAG,0BAA0B,CAAC,SAAS,CAAC,CAAC;CACrF"}
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
8
3
|
export {};
|
|
9
4
|
//# sourceMappingURL=operations.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available REST API operations of the Microsoft.Cache provider.\n * @param options The options parameters.\n */\n list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;\n}\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OperationsStatusGetOptionalParams, OperationsStatusGetResponse } from "../models/index.js";
|
|
1
|
+
import type { OperationsStatusGetOptionalParams, OperationsStatusGetResponse } from "../models/index.js";
|
|
2
2
|
/** Interface representing a OperationsStatus. */
|
|
3
3
|
export interface OperationsStatus {
|
|
4
4
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operationsStatus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operationsStatus.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"operationsStatus.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operationsStatus.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAE5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,GAAG,CACD,QAAQ,EAAE,MAAM,EAChB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;CACzC"}
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
8
3
|
export {};
|
|
9
4
|
//# sourceMappingURL=operationsStatus.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operationsStatus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operationsStatus.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"operationsStatus.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operationsStatus.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type {\n OperationsStatusGetOptionalParams,\n OperationsStatusGetResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a OperationsStatus. */\nexport interface OperationsStatus {\n /**\n * Gets the status of operation.\n * @param location The name of Azure region.\n * @param operationId The ID of an ongoing async operation.\n * @param options The options parameters.\n */\n get(\n location: string,\n operationId: string,\n options?: OperationsStatusGetOptionalParams,\n ): Promise<OperationsStatusGetResponse>;\n}\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { PrivateEndpointConnection, PrivateEndpointConnectionsListOptionalParams, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsGetResponse, PrivateEndpointConnectionsPutOptionalParams, PrivateEndpointConnectionsPutResponse, PrivateEndpointConnectionsDeleteOptionalParams } from "../models/index.js";
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import type { PrivateEndpointConnection, PrivateEndpointConnectionsListOptionalParams, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsGetResponse, PrivateEndpointConnectionsPutOptionalParams, PrivateEndpointConnectionsPutResponse, PrivateEndpointConnectionsDeleteOptionalParams } from "../models/index.js";
|
|
4
4
|
/** Interface representing a PrivateEndpointConnections. */
|
|
5
5
|
export interface PrivateEndpointConnections {
|
|
6
6
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,yBAAyB,EACzB,4CAA4C,EAC5C,2CAA2C,EAC3C,qCAAqC,EACrC,2CAA2C,EAC3C,qCAAqC,EACrC,8CAA8C,EAC/C,MAAM,oBAAoB,CAAC;AAG5B,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;;;;;;OAOG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4CAA4C,GACrD,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;;;;;;OASG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;;;;;OAWG;IACH,QAAQ,CACN,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qCAAqC,CAAC,EACrD,qCAAqC,CACtC,CACF,CAAC;IACF;;;;;;;;;;;OAWG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;;;OASG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;;;OASG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
8
3
|
export {};
|
|
9
4
|
//# sourceMappingURL=privateEndpointConnections.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n PrivateEndpointConnection,\n PrivateEndpointConnectionsListOptionalParams,\n PrivateEndpointConnectionsGetOptionalParams,\n PrivateEndpointConnectionsGetResponse,\n PrivateEndpointConnectionsPutOptionalParams,\n PrivateEndpointConnectionsPutResponse,\n PrivateEndpointConnectionsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a PrivateEndpointConnections. */\nexport interface PrivateEndpointConnections {\n /**\n * Lists all the private endpoint connections associated with the Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n clusterName: string,\n options?: PrivateEndpointConnectionsListOptionalParams,\n ): PagedAsyncIterableIterator<PrivateEndpointConnection>;\n /**\n * Gets the specified private endpoint connection associated with the Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Azure resource\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsGetOptionalParams,\n ): Promise<PrivateEndpointConnectionsGetResponse>;\n /**\n * Updates the state of the specified private endpoint connection associated with the Redis Enterprise\n * cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Azure resource\n * @param properties The private endpoint connection properties.\n * @param options The options parameters.\n */\n beginPut(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointConnectionName: string,\n properties: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsPutOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<PrivateEndpointConnectionsPutResponse>,\n PrivateEndpointConnectionsPutResponse\n >\n >;\n /**\n * Updates the state of the specified private endpoint connection associated with the Redis Enterprise\n * cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Azure resource\n * @param properties The private endpoint connection properties.\n * @param options The options parameters.\n */\n beginPutAndWait(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointConnectionName: string,\n properties: PrivateEndpointConnection,\n options?: PrivateEndpointConnectionsPutOptionalParams,\n ): Promise<PrivateEndpointConnectionsPutResponse>;\n /**\n * Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Azure resource\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param privateEndpointConnectionName The name of the private endpoint connection associated with the\n * Azure resource\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { PrivateLinkResource, PrivateLinkResourcesListByClusterOptionalParams } from "../models/index.js";
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { PrivateLinkResource, PrivateLinkResourcesListByClusterOptionalParams } from "../models/index.js";
|
|
3
3
|
/** Interface representing a PrivateLinkResources. */
|
|
4
4
|
export interface PrivateLinkResources {
|
|
5
5
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EACV,mBAAmB,EACnB,+CAA+C,EAChD,MAAM,oBAAoB,CAAC;AAG5B,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;;;OAOG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;CACpD"}
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
8
3
|
export {};
|
|
9
4
|
//# sourceMappingURL=privateLinkResources.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type {\n PrivateLinkResource,\n PrivateLinkResourcesListByClusterOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a PrivateLinkResources. */\nexport interface PrivateLinkResources {\n /**\n * Gets the private link resources that need to be created for a Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param options The options parameters.\n */\n listByCluster(\n resourceGroupName: string,\n clusterName: string,\n options?: PrivateLinkResourcesListByClusterOptionalParams,\n ): PagedAsyncIterableIterator<PrivateLinkResource>;\n}\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { Cluster, RedisEnterpriseListByResourceGroupOptionalParams, RedisEnterpriseListOptionalParams, RedisEnterpriseCreateOptionalParams, RedisEnterpriseCreateResponse, ClusterUpdate, RedisEnterpriseUpdateOptionalParams, RedisEnterpriseUpdateResponse, RedisEnterpriseDeleteOptionalParams, RedisEnterpriseGetOptionalParams, RedisEnterpriseGetResponse, RedisEnterpriseListSkusForScalingOptionalParams, RedisEnterpriseListSkusForScalingResponse } from "../models/index.js";
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import type { Cluster, RedisEnterpriseListByResourceGroupOptionalParams, RedisEnterpriseListOptionalParams, RedisEnterpriseCreateOptionalParams, RedisEnterpriseCreateResponse, ClusterUpdate, RedisEnterpriseUpdateOptionalParams, RedisEnterpriseUpdateResponse, RedisEnterpriseDeleteOptionalParams, RedisEnterpriseGetOptionalParams, RedisEnterpriseGetResponse, RedisEnterpriseListSkusForScalingOptionalParams, RedisEnterpriseListSkusForScalingResponse } from "../models/index.js";
|
|
4
4
|
/** Interface representing a RedisEnterprise. */
|
|
5
5
|
export interface RedisEnterprise {
|
|
6
6
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"redisEnterprise.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/redisEnterprise.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"redisEnterprise.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/redisEnterprise.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,OAAO,EACP,gDAAgD,EAChD,iCAAiC,EACjC,mCAAmC,EACnC,6BAA6B,EAC7B,aAAa,EACb,mCAAmC,EACnC,6BAA6B,EAC7B,mCAAmC,EACnC,gCAAgC,EAChC,0BAA0B,EAC1B,+CAA+C,EAC/C,yCAAyC,EAC1C,MAAM,oBAAoB,CAAC;AAG5B,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,gDAAgD,GACzD,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,iCAAiC,GAAG,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvF;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,6BAA6B,CAAC,EAAE,6BAA6B,CAAC,CAC/F,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,aAAa,EACzB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,6BAA6B,CAAC,EAAE,6BAA6B,CAAC,CAC/F,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,aAAa,EACzB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC,CAAC;CACvD"}
|
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
8
3
|
export {};
|
|
9
4
|
//# sourceMappingURL=redisEnterprise.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"redisEnterprise.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/redisEnterprise.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"redisEnterprise.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/redisEnterprise.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n Cluster,\n RedisEnterpriseListByResourceGroupOptionalParams,\n RedisEnterpriseListOptionalParams,\n RedisEnterpriseCreateOptionalParams,\n RedisEnterpriseCreateResponse,\n ClusterUpdate,\n RedisEnterpriseUpdateOptionalParams,\n RedisEnterpriseUpdateResponse,\n RedisEnterpriseDeleteOptionalParams,\n RedisEnterpriseGetOptionalParams,\n RedisEnterpriseGetResponse,\n RedisEnterpriseListSkusForScalingOptionalParams,\n RedisEnterpriseListSkusForScalingResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a RedisEnterprise. */\nexport interface RedisEnterprise {\n /**\n * Lists all Redis Enterprise clusters in a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: RedisEnterpriseListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<Cluster>;\n /**\n * Lists all Redis Enterprise clusters in the specified subscription.\n * @param options The options parameters.\n */\n list(options?: RedisEnterpriseListOptionalParams): PagedAsyncIterableIterator<Cluster>;\n /**\n * Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param parameters Parameters supplied to the Create Redis Enterprise operation.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n clusterName: string,\n parameters: Cluster,\n options?: RedisEnterpriseCreateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<RedisEnterpriseCreateResponse>, RedisEnterpriseCreateResponse>\n >;\n /**\n * Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param parameters Parameters supplied to the Create Redis Enterprise operation.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n clusterName: string,\n parameters: Cluster,\n options?: RedisEnterpriseCreateOptionalParams,\n ): Promise<RedisEnterpriseCreateResponse>;\n /**\n * Updates an existing Redis Enterprise cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param parameters Parameters supplied to the Update Redis Enterprise operation.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n clusterName: string,\n parameters: ClusterUpdate,\n options?: RedisEnterpriseUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<RedisEnterpriseUpdateResponse>, RedisEnterpriseUpdateResponse>\n >;\n /**\n * Updates an existing Redis Enterprise cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param parameters Parameters supplied to the Update Redis Enterprise operation.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n clusterName: string,\n parameters: ClusterUpdate,\n options?: RedisEnterpriseUpdateOptionalParams,\n ): Promise<RedisEnterpriseUpdateResponse>;\n /**\n * Deletes a Redis Enterprise cache cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n clusterName: string,\n options?: RedisEnterpriseDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a Redis Enterprise cache cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n clusterName: string,\n options?: RedisEnterpriseDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets information about a Redis Enterprise cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n clusterName: string,\n options?: RedisEnterpriseGetOptionalParams,\n ): Promise<RedisEnterpriseGetResponse>;\n /**\n * Lists the available SKUs for scaling the Redis Enterprise cluster.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param clusterName The name of the Redis Enterprise cluster. Name must be 1-60 characters long.\n * Allowed characters(A-Z, a-z, 0-9) and hyphen(-). There can be no leading nor trailing nor\n * consecutive hyphens\n * @param options The options parameters.\n */\n listSkusForScaling(\n resourceGroupName: string,\n clusterName: string,\n options?: RedisEnterpriseListSkusForScalingOptionalParams,\n ): Promise<RedisEnterpriseListSkusForScalingResponse>;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAMA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,CAO/F"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
8
3
|
const pageMap = new WeakMap();
|
|
9
4
|
/**
|
|
10
5
|
* Given the last `.value` produced by the `byPage` iterator,
|
|
@@ -14,18 +9,16 @@ const pageMap = new WeakMap();
|
|
|
14
9
|
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
15
10
|
*/
|
|
16
11
|
export function getContinuationToken(page) {
|
|
17
|
-
var _a;
|
|
18
12
|
if (typeof page !== "object" || page === null) {
|
|
19
13
|
return undefined;
|
|
20
14
|
}
|
|
21
|
-
return
|
|
15
|
+
return pageMap.get(page)?.continuationToken;
|
|
22
16
|
}
|
|
23
17
|
export function setContinuationToken(page, continuationToken) {
|
|
24
|
-
var _a;
|
|
25
18
|
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
26
19
|
return;
|
|
27
20
|
}
|
|
28
|
-
const pageInfo =
|
|
21
|
+
const pageInfo = pageMap.get(page) ?? {};
|
|
29
22
|
pageInfo.continuationToken = continuationToken;
|
|
30
23
|
pageMap.set(page, pageInfo);
|
|
31
24
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AASlC,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,IAAa,EAAE,iBAAqC;IACvF,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(page: unknown, continuationToken: string | undefined): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
|
-
import * as coreAuth from "@azure/core-auth";
|
|
3
|
-
import { Operations, OperationsStatus, RedisEnterprise, Databases, AccessPolicyAssignmentOperations, PrivateEndpointConnections, PrivateLinkResources } from "./operationsInterfaces/index.js";
|
|
4
|
-
import { RedisEnterpriseManagementClientOptionalParams } from "./models/index.js";
|
|
2
|
+
import type * as coreAuth from "@azure/core-auth";
|
|
3
|
+
import type { Operations, OperationsStatus, RedisEnterprise, Databases, AccessPolicyAssignmentOperations, PrivateEndpointConnections, PrivateLinkResources } from "./operationsInterfaces/index.js";
|
|
4
|
+
import type { RedisEnterpriseManagementClientOptionalParams } from "./models/index.js";
|
|
5
5
|
export declare class RedisEnterpriseManagementClient extends coreClient.ServiceClient {
|
|
6
6
|
$host: string;
|
|
7
7
|
apiVersion: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"redisEnterpriseManagementClient.d.ts","sourceRoot":"","sources":["../../src/redisEnterpriseManagementClient.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"redisEnterpriseManagementClient.d.ts","sourceRoot":"","sources":["../../src/redisEnterpriseManagementClient.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAGjD,OAAO,KAAK,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAUlD,OAAO,KAAK,EACV,UAAU,EACV,gBAAgB,EAChB,eAAe,EACf,SAAS,EACT,gCAAgC,EAChC,0BAA0B,EAC1B,oBAAoB,EACrB,MAAM,iCAAiC,CAAC;AACzC,OAAO,KAAK,EAAE,6CAA6C,EAAE,MAAM,mBAAmB,CAAC;AAEvF,qBAAa,+BAAgC,SAAQ,UAAU,CAAC,aAAa;IAC3E,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,6CAA6C;IA+EzD,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IAwBjC,UAAU,EAAE,UAAU,CAAC;IACvB,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,eAAe,EAAE,eAAe,CAAC;IACjC,SAAS,EAAE,SAAS,CAAC;IACrB,gCAAgC,EAAE,gCAAgC,CAAC;IACnE,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
// Code generated by Microsoft (R) AutoRest Code Generator.
|
|
4
|
+
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
5
|
import * as coreClient from "@azure/core-client";
|
|
9
6
|
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
|
10
7
|
import { OperationsImpl, OperationsStatusImpl, RedisEnterpriseImpl, DatabasesImpl, AccessPolicyAssignmentOperationsImpl, PrivateEndpointConnectionsImpl, PrivateLinkResourcesImpl, } from "./operations/index.js";
|
|
11
8
|
export class RedisEnterpriseManagementClient extends coreClient.ServiceClient {
|
|
9
|
+
$host;
|
|
10
|
+
apiVersion;
|
|
11
|
+
subscriptionId;
|
|
12
12
|
/**
|
|
13
13
|
* Initializes a new instance of the RedisEnterpriseManagementClient class.
|
|
14
14
|
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
@@ -16,7 +16,6 @@ export class RedisEnterpriseManagementClient extends coreClient.ServiceClient {
|
|
|
16
16
|
* @param options The parameter options
|
|
17
17
|
*/
|
|
18
18
|
constructor(credentials, subscriptionId, options) {
|
|
19
|
-
var _a, _b, _c;
|
|
20
19
|
if (credentials === undefined) {
|
|
21
20
|
throw new Error("'credentials' cannot be null");
|
|
22
21
|
}
|
|
@@ -31,19 +30,23 @@ export class RedisEnterpriseManagementClient extends coreClient.ServiceClient {
|
|
|
31
30
|
requestContentType: "application/json; charset=utf-8",
|
|
32
31
|
credential: credentials,
|
|
33
32
|
};
|
|
34
|
-
const packageDetails = `azsdk-js-arm-redisenterprisecache/4.0.0
|
|
33
|
+
const packageDetails = `azsdk-js-arm-redisenterprisecache/4.0.0`;
|
|
35
34
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
36
35
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
37
36
|
: `${packageDetails}`;
|
|
38
|
-
const optionsWithDefaults =
|
|
37
|
+
const optionsWithDefaults = {
|
|
38
|
+
...defaults,
|
|
39
|
+
...options,
|
|
40
|
+
userAgentOptions: {
|
|
39
41
|
userAgentPrefix,
|
|
40
|
-
},
|
|
42
|
+
},
|
|
43
|
+
endpoint: options.endpoint ?? options.baseUri ?? "https://management.azure.com",
|
|
44
|
+
};
|
|
41
45
|
super(optionsWithDefaults);
|
|
42
46
|
let bearerTokenAuthenticationPolicyFound = false;
|
|
43
|
-
if (
|
|
47
|
+
if (options?.pipeline && options.pipeline.getOrderedPolicies().length > 0) {
|
|
44
48
|
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
45
|
-
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
46
|
-
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
|
49
|
+
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name === coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
|
47
50
|
}
|
|
48
51
|
if (!options ||
|
|
49
52
|
!options.pipeline ||
|
|
@@ -54,7 +57,7 @@ export class RedisEnterpriseManagementClient extends coreClient.ServiceClient {
|
|
|
54
57
|
});
|
|
55
58
|
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
|
56
59
|
credential: credentials,
|
|
57
|
-
scopes:
|
|
60
|
+
scopes: optionsWithDefaults.credentialScopes ?? `${optionsWithDefaults.endpoint}/.default`,
|
|
58
61
|
challengeCallbacks: {
|
|
59
62
|
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge,
|
|
60
63
|
},
|
|
@@ -64,13 +67,12 @@ export class RedisEnterpriseManagementClient extends coreClient.ServiceClient {
|
|
|
64
67
|
this.subscriptionId = subscriptionId;
|
|
65
68
|
// Assigning values to Constant parameters
|
|
66
69
|
this.$host = options.$host || "https://management.azure.com";
|
|
67
|
-
this.apiVersion = options.apiVersion || "2025-
|
|
70
|
+
this.apiVersion = options.apiVersion || "2025-07-01";
|
|
68
71
|
this.operations = new OperationsImpl(this);
|
|
69
72
|
this.operationsStatus = new OperationsStatusImpl(this);
|
|
70
73
|
this.redisEnterprise = new RedisEnterpriseImpl(this);
|
|
71
74
|
this.databases = new DatabasesImpl(this);
|
|
72
|
-
this.accessPolicyAssignmentOperations =
|
|
73
|
-
new AccessPolicyAssignmentOperationsImpl(this);
|
|
75
|
+
this.accessPolicyAssignmentOperations = new AccessPolicyAssignmentOperationsImpl(this);
|
|
74
76
|
this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
|
|
75
77
|
this.privateLinkResources = new PrivateLinkResourcesImpl(this);
|
|
76
78
|
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
@@ -100,5 +102,12 @@ export class RedisEnterpriseManagementClient extends coreClient.ServiceClient {
|
|
|
100
102
|
};
|
|
101
103
|
this.pipeline.addPolicy(apiVersionPolicy);
|
|
102
104
|
}
|
|
105
|
+
operations;
|
|
106
|
+
operationsStatus;
|
|
107
|
+
redisEnterprise;
|
|
108
|
+
databases;
|
|
109
|
+
accessPolicyAssignmentOperations;
|
|
110
|
+
privateEndpointConnections;
|
|
111
|
+
privateLinkResources;
|
|
103
112
|
}
|
|
104
113
|
//# sourceMappingURL=redisEnterpriseManagementClient.js.map
|